HomeSort by relevance Sort by last modified time
    Searched refs:Handle (Results 601 - 625 of 2278) sorted by null

<<21222324252627282930>>

  /external/autotest/site_utils/suite_scheduler/
base_event_unittest.py 96 """Tests that tasks are all run on Handle()."""
105 event.Handle(self.sched, {}, "board1")
108 # Ensure that all tasks are still around and can be Handle()'d again.
114 event.Handle(self.sched, {}, "board1")
128 event.Handle(self.sched, {}, "board1")
131 # Ensure that only recurring tasks can get Handle()'d again.
137 event.Handle(self.sched, {}, "board1")
  /external/compiler-rt/lib/tsan/dd/
dd_rtl.cc 117 MutexHashMap::Handle h(&ctx->mutex_map, m);
130 MutexHashMap::Handle h(&ctx->mutex_map, m);
143 MutexHashMap::Handle h(&ctx->mutex_map, m);
153 MutexHashMap::Handle h(&ctx->mutex_map, m, true);
  /external/freetype/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
76 /* library :: A handle to the library resource. */
85 /* aface :: A handle to a new face object. */
101 Handle fond,
206 /* library :: A handle to the library resource. */
214 /* aface :: A handle to a new face object. */
241 /* library :: A handle to the library resource. */
249 /* aface :: A handle to a new face object. */
  /external/gemmlowp/internal/
allocator.h 29 // 1. Reserve blocks by calling Reserve(), which returns a Handle.
143 // A handle on a reserved block. The user obtains
146 class Handle {
155 // returns a handle to it. Must be called before committing.
157 Handle Reserve(std::size_t n) {
166 Handle h;
177 // Returns the pointer to the allocated buffer for the given handle.
180 T* GetPointer(const Handle& h) const {
183 "bad handle, points to inexistant block");
185 "handle from earlier generation, have decommitted since")
    [all...]
  /external/libchrome/base/process/
process.h 35 explicit Process(ProcessHandle handle = kNullProcessHandle);
50 // Returns a Process for the given |pid|. On Windows the handle is opened
61 // Creates an object from a |handle| owned by someone else.
65 static Process DeprecatedGetProcessFromHandle(ProcessHandle handle);
73 // Returns a handle for this process. There is no guarantee about when that
74 // handle becomes invalid because this object retains ownership.
75 ProcessHandle Handle() const;
86 // Close the process handle. This will not terminate the process.
  /external/libchrome/base/win/
scoped_hdc.h 29 // GDI handle exhaustion. In this case Chrome is going to behave badly no
53 typedef HDC Handle;
55 static bool CloseHandle(HDC handle) {
56 return ::DeleteDC(handle) != FALSE;
59 static bool IsHandleValid(HDC handle) {
60 return handle != NULL;
  /external/libmojo/mojo/public/cpp/bindings/lib/
validation_context.h 17 class Handle;
22 // ValidationContext is used when validating object sizes, pointers and handle
27 // [0, num_handles) specifies the initial valid range of handle indices.
48 // Claims the specified encoded handle (which is basically a handle index).
51 // - the handle is contained inside the valid range of handle indices. In this
52 // case, the valid range is shinked to begin right after the claimed handle.
72 // [handle_begin_, handle_end_) is the valid handle index range.
  /external/llvm/lib/CodeGen/
SafeStackLayout.h 34 const Value *Handle;
47 /// handle to retrieve the object's offset in the frame later.
  /external/pdfium/third_party/freetype/include/freetype/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
76 /* library :: A handle to the library resource. */
85 /* aface :: A handle to a new face object. */
101 Handle fond,
206 /* library :: A handle to the library resource. */
214 /* aface :: A handle to a new face object. */
241 /* library :: A handle to the library resource. */
249 /* aface :: A handle to a new face object. */
  /external/syslinux/efi32/include/efi/protocol/
vgaclass.h 46 EFI_HANDLE Handle;
  /external/syslinux/efi64/include/efi/protocol/
vgaclass.h 46 EFI_HANDLE Handle;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
vgaclass.h 46 EFI_HANDLE Handle;
  /external/v8/src/ast/
modules.h 109 Handle<ModuleInfoEntry> Serialize(Isolate* isolate) const;
111 Handle<ModuleInfoEntry> entry);
175 Handle<FixedArray> SerializeRegularExports(Isolate* isolate,
178 Handle<ModuleInfo> module_info);
  /external/v8/src/compiler/
common-node-cache.cc 19 Node** CommonNodeCache::FindHeapConstant(Handle<HeapObject> value) {
  /external/v8/src/crankshaft/arm64/
delayed-masm-arm64-inl.h 44 void DelayedMasm::LoadObject(Register result, Handle<Object> object) {
  /external/v8/src/
identity-map.h 100 V* Get(Handle<Object> key) { return Get(*key); }
107 V* Find(Handle<Object> key) const { return Find(*key); }
111 void Set(Handle<Object> key, V v) { Set(*key, v); }
114 V Delete(Handle<Object> key) { return Delete(*key); }
  /external/v8/src/interpreter/
bytecode-array-random-iterator.h 19 explicit BytecodeArrayRandomIterator(Handle<BytecodeArray> bytecode_array,
  /external/v8/src/snapshot/
code-serializer.cc 24 Handle<SharedFunctionInfo> info,
25 Handle<String> source) {
50 ScriptData* CodeSerializer::Serialize(Handle<HeapObject> obj) {
53 VisitPointer(Handle<Object>::cast(obj).location());
178 Isolate* isolate, ScriptData* cached_data, Handle<String> source) {
206 Handle<HeapObject> as_heap_object;
213 Handle<SharedFunctionInfo> result =
214 Handle<SharedFunctionInfo>::cast(as_heap_object);
235 Isolate* isolate, uint32_t source_hash, Handle<Context> native_context,
236 Handle<SeqOneByteString> module_bytes
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
namespaceapi.h 20 WINBASEAPI HANDLE WINAPI CreatePrivateNamespaceW (LPSECURITY_ATTRIBUTES lpPrivateNamespaceAttributes, LPVOID lpBoundaryDescriptor, LPCWSTR lpAliasPrefix);
21 WINBASEAPI HANDLE WINAPI OpenPrivateNamespaceW (LPVOID lpBoundaryDescriptor, LPCWSTR lpAliasPrefix);
26 WINBASEAPI BOOLEAN WINAPI ClosePrivateNamespace (HANDLE Handle, ULONG Flags);
27 WINBASEAPI HANDLE WINAPI CreateBoundaryDescriptorW (LPCWSTR Name, ULONG Flags);
32 WINBASEAPI WINBOOL WINAPI AddSIDToBoundaryDescriptor (HANDLE *BoundaryDescriptor, PSID RequiredSid);
33 WINBASEAPI VOID WINAPI DeleteBoundaryDescriptor (HANDLE BoundaryDescriptor);
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymactoolbox.h 175 extern PyObject *ResObj_New(Handle);
176 extern int ResObj_Convert(PyObject *, Handle *);
177 extern PyObject *OptResObj_New(Handle);
178 extern int OptResObj_Convert(PyObject *, Handle *);
  /prebuilts/gdb/linux-x86/include/python2.7/
pymactoolbox.h 175 extern PyObject *ResObj_New(Handle);
176 extern int ResObj_Convert(PyObject *, Handle *);
177 extern PyObject *OptResObj_New(Handle);
178 extern int OptResObj_Convert(PyObject *, Handle *);
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftmac.h 23 /* Handle, FSSpec, FSRef, etc.) */
76 /* library :: A handle to the library resource. */
85 /* aface :: A handle to a new face object. */
101 Handle fond,
206 /* library :: A handle to the library resource. */
214 /* aface :: A handle to a new face object. */
241 /* library :: A handle to the library resource. */
249 /* aface :: A handle to a new face object. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymactoolbox.h 175 extern PyObject *ResObj_New(Handle);
176 extern int ResObj_Convert(PyObject *, Handle *);
177 extern PyObject *OptResObj_New(Handle);
178 extern int OptResObj_Convert(PyObject *, Handle *);
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymactoolbox.h 175 extern PyObject *ResObj_New(Handle);
176 extern int ResObj_Convert(PyObject *, Handle *);
177 extern PyObject *OptResObj_New(Handle);
178 extern int OptResObj_Convert(PyObject *, Handle *);
  /art/compiler/driver/
compiler_driver.h 66 template<class T> class Handle;
219 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
220 Handle<mirror::ClassLoader> class_loader, const DexCompilationUnit* mUnit)
224 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
225 Handle<mirror::ClassLoader> class_loader, dex::TypeIndex type_index,
232 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
233 Handle<mirror::ClassLoader> class_loader, const DexCompilationUnit* mUnit,
239 const ScopedObjectAccess& soa, Handle<mirror::DexCache> dex_cache,
240 Handle<mirror::ClassLoader> class_loader, const DexFile* dex_file,
253 Handle<mirror::DexCache> dex_cache
    [all...]

Completed in 6175 milliseconds

<<21222324252627282930>>