Searched defs:context_type (Results 1 – 6 of 6) sorted by relevance
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
D | ecmametadatapass.py | 118 def __init__(self, context_type, start_token, parent=None): argument 246 def _CreateContext(self, context_type): argument 254 def _AddContext(self, context_type): argument
|
D | scopeutil_test.py | 66 def _FindFirstContextOfType(token, context_type): argument
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_jit.c | 123 LLVMTypeRef context_type; in lp_jit_create_types() local
|
/external/mesa3d/src/gallium/auxiliary/draw/ |
D | draw_llvm.c | 159 LLVMTypeRef context_type; in create_jit_context_type() local 290 LLVMTypeRef texture_type, context_type, buffer_type, vb_type; in create_jit_types() local
|
/external/v8/src/ |
D | bootstrapper.cc | 325 v8::ExtensionConfiguration* extensions, ContextType context_type) { in CreateEnvironment() 1066 ContextType context_type) { in InitializeGlobal() 1981 void Genesis::ConfigureUtilsObject(ContextType context_type) { in ConfigureUtilsObject() 2578 bool Genesis::InstallNatives(ContextType context_type) { in InstallNatives() 3379 ContextType context_type) in Genesis()
|
/external/v8/src/compiler/ |
D | js-typed-lowering.cc | 1335 Type* context_type = NodeProperties::GetType(context); in ReduceJSConvertReceiver() local
|