Home
last modified time | relevance | path

Searched refs:PetscVFPrintfiPhone (Results 1 – 6 of 6) sorted by relevance

/petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example/
H A DAppDelegate.m19 PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp) function
29 extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list); function
45 PetscVFPrintf = PetscVFPrintfiPhone;
/petsc/systems/Apple/iOS/examples/SwiftExample/SwiftExample/
H A DAppDelegate.swift18 func PetscVFPrintfiPhone(str: UnsafePointer<Int8>) -> CInt in PetscVFPrintfiPhone() function
25 var closure: (UnsafePointer<Int8>) -> CInt = PetscVFPrintfiPhone
/petsc/systems/Apple/iOS/examples/Basic/Classes/
H A DiphoneAppDelegate.m13 extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list); function
26 PetscVFPrintf = PetscVFPrintfiPhone;
H A DiphoneViewController.m76 PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp)
107 …TextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPhone() */
/petsc/systems/Apple/iOS/examples/testopengl/Classes/
H A DiphoneAppDelegate.m13 extern PetscErrorCode PetscVFPrintfiPhone(FILE *,const char *,va_list); function
26 PetscVFPrintf = PetscVFPrintfiPhone;
H A DiphoneViewController.m104 PetscErrorCode PetscVFPrintfiPhone(FILE *fd,const char *format,va_list Argp)
150 …TextView = textView; /* we make this class member a global so can use in PetscVFPrintfiPhone() */