HomeSort by relevance Sort by last modified time
    Searched full:fhandle (Results 1 - 25 of 98) sorted by null

1 2 3 4

  /external/skia/src/utils/
SkThreadUtils_win.cpp 14 : fHandle(NULL)
51 winData->fHandle = CreateThread(
64 if (winData->fHandle != NULL && !winData->fStarted) {
71 TerminateThread(winData->fHandle, -1);
80 if (NULL == winData->fHandle) {
87 winData->fStarted = -1 != ResumeThread(winData->fHandle);
93 if (NULL == winData->fHandle || !winData->fStarted) {
97 WaitForSingleObject(winData->fHandle, INFINITE);
122 if (NULL == winData->fHandle) {
135 return 0 != SetThreadAffinityMask(winData->fHandle, threadAffinityMask)
    [all...]
SkOSFile.cpp 49 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
61 if (fHandle)
62 ::FindClose(fHandle);
67 if (fHandle)
69 ::FindClose(fHandle);
70 fHandle = 0;
123 if (fHandle == 0) // our first time
128 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
129 if (fHandle != 0 && fHandle != (HANDLE)~0
    [all...]
SkThreadUtils_win.h 19 HANDLE fHandle;
  /external/skia/legacy/src/utils/
SkOSFile.cpp 49 SkOSFile::Iter::Iter() : fHandle(0), fPath16(NULL)
53 SkOSFile::Iter::Iter(const char path[], const char suffix[]) : fHandle(0), fPath16(NULL)
61 if (fHandle)
62 ::FindClose(fHandle);
67 if (fHandle)
69 ::FindClose(fHandle);
70 fHandle = 0;
123 if (fHandle == 0) // our first time
128 fHandle = ::FindFirstFileW((LPCWSTR)fPath16, &data);
129 if (fHandle != 0 && fHandle != (HANDLE)~0
    [all...]
  /external/skia/legacy/src/ports/
SkFontHost_ascender.cpp 40 aca_FontHandle fHandle;
54 fHandle = (aca_FontHandle)sk_malloc_throw(size);
64 aca_Create_Font_Handle(fHandle,
82 size = aca_Find_Font_Memory_Required(fHandle, ppemX, ppemY);
85 aca_Set_Font_Memory(fHandle, (uint8_t*)fWorkspace, size);
97 aca_Set_Font_Attributes(fHandle, &rec, &size);
100 aca_Set_Glyph_Memory(fHandle, fGlyphWorkspace);
109 sk_free(fHandle);
130 int adv = aca_Get_Adv_Width(fHandle, glyph->getGlyphID());
134 aca_Rasterize(glyph->getGlyphID(), fHandle, &rec, &topLeft)
    [all...]
  /external/skia/src/ports/
SkFontHost_ascender.cpp 40 aca_FontHandle fHandle;
54 fHandle = (aca_FontHandle)sk_malloc_throw(size);
64 aca_Create_Font_Handle(fHandle,
82 size = aca_Find_Font_Memory_Required(fHandle, ppemX, ppemY);
85 aca_Set_Font_Memory(fHandle, (uint8_t*)fWorkspace, size);
97 aca_Set_Font_Attributes(fHandle, &rec, &size);
100 aca_Set_Glyph_Memory(fHandle, fGlyphWorkspace);
109 sk_free(fHandle);
130 int adv = aca_Get_Adv_Width(fHandle, glyph->getGlyphID());
134 aca_Rasterize(glyph->getGlyphID(), fHandle, &rec, &topLeft)
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
mount.h 20 typedef char fhandle[FHSIZE]; typedef
25 fhandle fhs_fhandle;
115 extern bool_t xdr_fhandle (XDR *, fhandle);
mount.x 43 * The fhandle is the file handle that the server passes to the client.
48 typedef opaque fhandle[FHSIZE];
57 fhandle fhs_fhandle;
104 * of the NFS protocol. The only connecting point is the fhandle
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 20 typedef char fhandle[FHSIZE]; typedef
25 fhandle fhs_fhandle;
115 extern bool_t xdr_fhandle (XDR *, fhandle);
mount.x 43 * The fhandle is the file handle that the server passes to the client.
48 typedef opaque fhandle[FHSIZE];
57 fhandle fhs_fhandle;
104 * of the NFS protocol. The only connecting point is the fhandle
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
mount.h 20 typedef char fhandle[FHSIZE]; typedef
25 fhandle fhs_fhandle;
115 extern bool_t xdr_fhandle (XDR *, fhandle);
mount.x 43 * The fhandle is the file handle that the server passes to the client.
48 typedef opaque fhandle[FHSIZE];
57 fhandle fhs_fhandle;
104 * of the NFS protocol. The only connecting point is the fhandle
  /external/iproute2/tc/
tc.c 72 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle)
76 fhandle, (unsigned) RTA_PAYLOAD(opt));
77 else if (fhandle)
78 fprintf(f, "fh %08x ", fhandle);
82 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsghdr *n)
90 if (fhandle) {
92 if (get_u32(&handle, fhandle, 16)) {
93 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle);
tc_filter.c 59 char *fhandle = NULL; local
100 if (fhandle)
102 fhandle = *argv;
142 if (q->parse_fopt(q, fhandle, argc, argv, &req.n))
145 if (fhandle) {
269 char *fhandle = NULL; local
297 if (fhandle)
299 fhandle = *argv;
tc_util.h 43 int (*parse_fopt)(struct filter_util *qu, char *fhandle, int argc,
45 int (*print_fopt)(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle);
  /external/skia/legacy/include/core/
SkOSFile.h 59 HANDLE fHandle;
  /external/icu4c/test/intltest/
simplethread.cpp 160 HANDLE fHandle;
175 imp->fHandle = 0;
186 if (imp->fHandle != 0) {
187 CloseHandle(imp->fHandle);
188 imp->fHandle = 0;
197 if(imp->fHandle != NULL) {
203 imp->fHandle = (HANDLE) _beginthreadex(
212 if (imp->fHandle == 0) {
243 if (imp->fHandle == 0) {
247 success = GetExitCodeThread(imp->fHandle, &threadExitCode) != 0
    [all...]
  /external/skia/include/core/
SkOSFile.h 86 HANDLE fHandle;
  /external/stlport/test/eh/
gcc7.mak 39 CXXFLAGS = -Wall -fhandle-exceptions -g ${STL_INCL} -I. ${CXX_EXTRA_FLAGS} -D_STLP_NO_OWN_IOSTREAMS -D_STLP_DEBUG_UNINITIALIZED
  /development/ndk/platforms/android-3/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h 178 const struct nfs_fh *fhandle; member in struct:nfs4_delegreturnargs

Completed in 2660 milliseconds

1 2 3 4