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

1 2 3

  /external/skia/src/gpu/vk/
GrVkDescriptorSet.cpp 19 , fHandle(handle) {
28 gpu->resourceProvider().recycleDescriptorSet(this, fHandle);
GrVkDescriptorSet.h 41 GrVkDescriptorSetManager::Handle fHandle;
  /external/skqp/src/gpu/vk/
GrVkDescriptorSet.cpp 19 , fHandle(handle) {
28 gpu->resourceProvider().recycleDescriptorSet(this, fHandle);
GrVkDescriptorSet.h 41 GrVkDescriptorSetManager::Handle fHandle;
  /external/skqp/src/ports/
SkOSFile_win.cpp 70 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { }
71 ~SkAutoNullKernelHandle() { CloseHandle(fHandle); }
72 operator HANDLE() const { return fHandle; }
73 bool isValid() const { return SkToBool(fHandle); }
75 HANDLE fHandle;
159 SkOSFileIterData() : fHandle(0), fPath16(nullptr) { }
160 HANDLE fHandle;
200 if (self.fHandle) {
201 ::FindClose(self.fHandle);
208 if (self.fHandle) {
    [all...]
  /external/skia/src/ports/
SkOSFile_win.cpp 71 SkAutoNullKernelHandle(const HANDLE handle) : fHandle(handle) { }
72 ~SkAutoNullKernelHandle() { CloseHandle(fHandle); }
73 operator HANDLE() const { return fHandle; }
74 bool isValid() const { return SkToBool(fHandle); }
76 HANDLE fHandle;
160 SkOSFileIterData() : fHandle(0), fPath16(nullptr) { }
161 HANDLE fHandle;
201 if (self.fHandle) {
202 ::FindClose(self.fHandle);
209 if (self.fHandle) {
    [all...]
  /external/autotest/server/site_tests/enterprise_CFM_HuddlyUpdater/
parse_unittest.py 29 with open(filename, 'r') as fhandle:
30 chunk = fhandle.read()
  /external/tensorflow/tensorflow/core/kernels/
functional_ops.cc 30 typedef FunctionLibraryRuntime::Handle FHandle;
132 FHandle then_handle_;
133 FHandle else_handle_;
153 FHandle handle = cond_ ? kernel_->then_handle_ : kernel_->else_handle_;
203 // `FunctionLibraryRuntime` objects and hence different `FHandle`
205 // from `FunctionLibraryRuntime*` to `FHandle` pairs for the two
207 FHandle cond_handle;
208 FHandle body_handle;
232 std::unordered_map<FunctionLibraryRuntime*, std::pair<FHandle, FHandle>>
    [all...]
  /external/icu/icu4c/source/test/intltest/
simplethread.cpp 131 HANDLE fHandle;
146 imp->fHandle = 0;
157 if (imp->fHandle != 0) {
158 CloseHandle(imp->fHandle);
159 imp->fHandle = 0;
168 if(imp->fHandle != NULL) {
174 imp->fHandle = (HANDLE) _beginthreadex(
183 if (imp->fHandle == 0) {
197 if (imp->fHandle == 0) {
201 WaitForSingleObject(imp->fHandle, INFINITE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/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/skia/src/gpu/
GrPathProcessor.cpp 61 fInstalledTransforms.push_back().fHandle =
84 SkASSERT(fInstalledTransforms[t].fHandle.isValid());
94 pd.setPathFragmentInputTransform(fInstalledTransforms[t].fHandle, components, m);
102 VaryingHandle fHandle;
  /external/skqp/src/gpu/
GrPathProcessor.cpp 61 fInstalledTransforms.push_back().fHandle =
84 SkASSERT(fInstalledTransforms[t].fHandle.isValid());
94 pd.setPathFragmentInputTransform(fInstalledTransforms[t].fHandle, components, m);
102 VaryingHandle fHandle;
  /toolchain/binutils/binutils-2.27/binutils/
debug.c     [all...]
  /external/iproute2/tc/
tc_filter.c 64 char *fhandle = NULL; local
112 if (fhandle)
114 fhandle = *argv;
165 if (q->parse_fopt(q, fhandle, argc, argv, &req.n))
168 if (fhandle) {
341 char *fhandle = NULL; local
384 if (fhandle)
386 fhandle = *argv;
455 if (q->parse_fopt(q, fhandle, argc, argv, &req.n))
459 if (!fhandle) {
513 char *fhandle = NULL; local
    [all...]
tc.c 79 static int print_nofopt(struct filter_util *qu, FILE *f, struct rtattr *opt, __u32 fhandle)
83 fhandle, (unsigned int) RTA_PAYLOAD(opt));
84 else if (fhandle)
85 fprintf(f, "fh %08x ", fhandle);
89 static int parse_nofopt(struct filter_util *qu, char *fhandle, int argc, char **argv, struct nlmsghdr *n)
97 if (fhandle) {
100 if (get_u32(&handle, fhandle, 16)) {
101 fprintf(stderr, "Unparsable filter ID \"%s\"\n", fhandle);
tc_util.h 42 int (*parse_fopt)(struct filter_util *qu, char *fhandle,
45 FILE *f, struct rtattr *opt, __u32 fhandle);
  /external/skia/include/atlastext/
SkAtlasTextTarget.h 47 void* handle() const { return fHandle; }
79 void* const fHandle;
  /external/skqp/include/atlastext/
SkAtlasTextTarget.h 47 void* handle() const { return fHandle; }
79 void* const fHandle;
  /external/skia/tests/
CanvasStateTest.cpp 42 fHandle = dlopen(FLAGS_library[0], RTLD_LAZY | RTLD_LOCAL);
43 REPORTER_ASSERT(reporter, fHandle != nullptr, "Failed to open library!");
45 fHandle = nullptr;
51 if (fHandle) {
52 dlclose(fHandle);
57 void* handle() { return fHandle; }
60 void* fHandle;
  /external/skqp/tests/
CanvasStateTest.cpp 42 fHandle = dlopen(FLAGS_library[0], RTLD_LAZY | RTLD_LOCAL);
43 REPORTER_ASSERT(reporter, fHandle != nullptr, "Failed to open library!");
45 fHandle = nullptr;
51 if (fHandle) {
52 dlclose(fHandle);
57 void* handle() { return fHandle; }
60 void* fHandle;
  /external/python/cpython2/Demo/rpc/
mountclient.py 20 # Size of the 'fhandle' opaque structure
25 # The only thing we need to pack beyond basic types is an 'fhandle'
29 def pack_fhandle(self, fhandle):
30 self.pack_fopaque(FHSIZE, fhandle)
34 # The important types we need to unpack are fhandle, fhstatus,
  /external/skia/src/gpu/glsl/
GrGLSLGeometryProcessor.h 86 UniformHandle fHandle;
  /external/skqp/src/gpu/glsl/
GrGLSLGeometryProcessor.h 86 UniformHandle fHandle;
  /external/skia/src/atlastext/
SkAtlasTextTarget.cpp 24 : fHandle(handle)
34 SkAtlasTextTarget::~SkAtlasTextTarget() { fContext->renderer()->targetDeleted(fHandle); }

Completed in 734 milliseconds

1 2 3