Searched
full:handle (Results
726 -
750 of
15141) sorted by null
<<21222324252627282930>>
/external/libxml2/test/c14n/1-1-without-comments/ |
xmlid-prop-1.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:id attributes
|
xmlid-prop-2.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:id attributes
|
xmllang-prop-1.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:lang attributes
|
xmllang-prop-2.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:lang attributes
|
xmllang-prop-3.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:lang attributes
|
xmllang-prop-4.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:lang attributes
|
xmlspace-prop-1.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:space attributes
|
xmlspace-prop-2.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:space attributes
|
xmlspace-prop-3.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:space attributes
|
xmlspace-prop-4.xpath | 4 Check that implementations of [XML-C14N1.1] handle xml:space attributes
|
/external/lldb/utils/vim-lldb/python-vim-lldb/ |
plugin.py | 2 # Try to import all dependencies, catch and handle the error gracefully if it fails.
|
/external/llvm/test/CodeGen/AArch64/ |
implicit-sret.ll | 3 ; Handle implicit sret arguments that are generated on-the-fly during lowering.
|
/external/llvm/test/CodeGen/X86/ |
cmpxchg16b.ll | 13 ; FIXME: Handle 128-bit atomicrmw/load atomic/store atomic
|
fast-isel-args-fail2.ll | 6 ; FastISel cannot handle this case yet. Make sure that we abort.
|
/external/llvm/test/Transforms/Mem2Reg/ |
2003-04-18-DeadBlockProblem.ll | 1 ; This testcases makes sure that mem2reg can handle unreachable blocks.
|
/external/lzma/C/ |
Threads.c | 16 WRes HandleToWRes(HANDLE h) { return (h != 0) ? 0 : GetError(); }
19 WRes HandlePtr_Close(HANDLE *p)
28 WRes Handle_WaitObject(HANDLE h) { return (WRes)WaitForSingleObject(h, INFINITE); }
37 (HANDLE)_beginthreadex(NULL, 0, func, param, 0, &threadId);
|
/external/mesa3d/src/gallium/docs/source/ |
cso.rst | 8 to a context. The context returns an opaque context-specific handle which
|
/external/nist-sip/java/javax/sip/ |
ClientTransaction.java | 10 * should not need to handle non-2xx responses.
|
/external/pdfium/third_party/freetype/src/cid/ |
cidobjs.h | 43 /* A handle to a Type 1 driver object. */ 54 /* A handle to a Type 1 size object. */ 65 /* A handle to a Type 1 glyph slot object. */ 76 /* A handle to a Type 1 character mapping object. */
|
/external/skia/experimental/SkV8Example/ |
Global.cpp | 37 v8::Handle<v8::Message> message = tryCatch->Message(); 117 v8::Handle<v8::Function> timeoutFn = v8::Handle<v8::Function>::Cast(args[0]); 135 // Create a handle scope to keep the temporary object references. 156 v8::Handle<v8::Value> result = onTimeout->Call(context->Global(), argc, NULL); 159 // Handle any exceptions or output. 178 v8::Handle<v8::Context> Global::createRootContext() { 180 v8::Handle<v8::ObjectTemplate> global = v8::ObjectTemplate::New(); 194 // Create a stack-allocated handle scope. 198 v8::Handle<v8::Context> context = this->createRootContext() [all...] |
/external/skia/include/utils/ |
SkEventTracer.h | 28 typedef uint64_t Handle; 53 virtual SkEventTracer::Handle 67 SkEventTracer::Handle handle) = 0;
|
/external/v8/src/ic/ |
access-compiler.h | 68 static void GenerateTailCall(MacroAssembler* masm, Handle<Code> code); 70 Handle<Code> GetCodeWithFlags(Code::Flags flags, const char* name); 71 Handle<Code> GetCodeWithFlags(Code::Flags flags, Handle<Name> name);
|
/external/v8/src/ic/arm/ |
handler-compiler-arm.cc | 20 MacroAssembler* masm, Handle<HeapType> type, Register receiver, 21 Handle<JSFunction> getter) { 56 MacroAssembler* masm, Handle<HeapType> type, Register receiver, 57 Handle<JSFunction> setter) { 97 Handle<Name> name, Register scratch0, Register scratch1) { 146 Handle<JSFunction> function( 160 __ Move(prototype, Handle<Map>(function->initial_map())); 179 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, 181 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name) [all...] |
/external/v8/src/ic/arm64/ |
handler-compiler-arm64.cc | 21 Handle<Name> name, Register scratch0, Register scratch1) { 63 Handle<JSFunction> function( 75 __ Mov(prototype, Operand(Handle<Map>(function->initial_map()))); 98 MacroAssembler* masm, Handle<JSGlobalObject> global, Handle<Name> name, 100 Handle<Cell> cell = JSGlobalObject::EnsurePropertyCell(global, name); 110 Handle<JSObject> holder_obj) { 118 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor()); 128 Handle<JSObject> holder_obj, IC::UtilityId id) { 139 Handle<Map> receiver_map, Register receiver, Register scratch [all...] |
/external/v8/src/ic/x64/ |
handler-compiler-x64.cc | 20 Handle<Name> name, Register scratch0, Register scratch1) { 62 Handle<JSFunction> function( 74 __ Move(prototype, Handle<Map>(function->initial_map())); 91 Handle<JSObject> holder_obj) { 98 Handle<InterceptorInfo> interceptor(holder_obj->GetNamedInterceptor()); 109 Handle<JSObject> holder_obj, IC::UtilityId id) { 119 Handle<Map> receiver_map, Register receiver, Register scratch_in, 145 Handle<JSObject> api_holder = 160 Handle<JSFunction> function = optimization.constant_function(); 161 Handle<CallHandlerInfo> api_call_info = optimization.api_call_info() [all...] |
Completed in 1042 milliseconds
<<21222324252627282930>>