| /external/llvm/test/MC/ARM/ |
| arm-elf-symver.s | 39 @ CHECK-NEXT: Binding: Local (0x0) 48 @ CHECK-NEXT: Binding: Local (0x0) 57 @ CHECK-NEXT: Binding: Local (0x0) 66 @ CHECK-NEXT: Binding: Local (0x0) 75 @ CHECK-NEXT: Binding: Local (0x0) 84 @ CHECK-NEXT: Binding: Local (0x0) 93 @ CHECK-NEXT: Binding: Local (0x0) 102 @ CHECK-NEXT: Binding: Local (0x0)
|
| /external/chromium_org/content/renderer/java/ |
| gin_java_bridge_value_converter_unittest.cc | 41 v8::Local<v8::Context> context = 42 v8::Local<v8::Context>::New(isolate_, context_); 78 v8::Local<v8::Context> context = 79 v8::Local<v8::Context>::New(isolate_, context_); 99 v8::Local<v8::Context> context = 100 v8::Local<v8::Context>::New(isolate_, context_);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/ |
| V8TestException.cpp | 52 static void readonlyUnsignedShortAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 66 static void readonlyStringAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 97 v8::Local<v8::Signature> defaultSignature; 98 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestException", v8::Local<v8::FunctionTemplate>(), V8TestException::internalFieldCount, 103 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 104 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestInterface3.h | 32 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); 34 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&); 35 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&); 36 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&); 37 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
|
| V8TestInterfaceNamedConstructor2.cpp | 90 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey); 96 v8::Local<v8::ObjectTemplate> instanceTemplate = result->InstanceTemplate(); 108 v8::Local<v8::Signature> defaultSignature; 109 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestInterfaceNamedConstructor2", v8::Local<v8::FunctionTemplate>(), V8TestInterfaceNamedConstructor2::internalFieldCount, 114 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 115 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestSpecialOperationsNotEnumerable.cpp | 61 static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 76 static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info) 89 v8::Local<v8::Signature> defaultSignature; 90 defaultSignature = V8DOMConfiguration::installDOMClassTemplate(functionTemplate, "TestSpecialOperationsNotEnumerable", v8::Local<v8::FunctionTemplate>(), V8TestSpecialOperationsNotEnumerable::internalFieldCount, 95 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 96 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestInterfaceGarbageCollected.cpp | 54 static void attr1AttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 61 static void attr1AttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 69 static void attr1AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 147 v8::Local<v8::Signature> defaultSignature; 155 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 156 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestTypedefs.cpp | 56 static void uLongLongAttributeAttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 63 static void uLongLongAttributeAttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 72 static void uLongLongAttributeAttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 79 static void TestTypedefsConstructorGetter(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 89 static void TestTypedefsReplaceableAttributeSetter(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 95 static void TestTypedefsReplaceableAttributeSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 323 v8::Local<v8::Signature> defaultSignature [all...] |
| V8TestInterfaceWillBeGarbageCollected.cpp | 54 static void attr1AttributeGetterCallback(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info) 61 static void attr1AttributeSetter(v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 69 static void attr1AttributeSetterCallback(v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info) 169 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey); 175 v8::Local<v8::ObjectTemplate> instanceTemplate = result->InstanceTemplate(); 203 v8::Local<v8::Signature> defaultSignature; 211 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 212 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestInterfaceEventTarget.cpp | 82 v8::Local<v8::FunctionTemplate> result = data->existingDOMTemplate(&domTemplateKey); 88 v8::Local<v8::ObjectTemplate> instanceTemplate = result->InstanceTemplate(); 100 v8::Local<v8::Signature> defaultSignature; 106 v8::Local<v8::ObjectTemplate> instanceTemplate ALLOW_UNUSED = functionTemplate->InstanceTemplate(); 107 v8::Local<v8::ObjectTemplate> prototypeTemplate ALLOW_UNUSED = functionTemplate->PrototypeTemplate();
|
| V8TestObject.h | 35 static void customObjectAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); 38 static void customSetterLongAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); 43 static void customLongAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); 46 static void customImplementedAsLongAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&); 48 static void customSetterImplementedAsLongAttributeAttributeSetterCustom(v8::Local<v8::Value>, const v8::PropertyCallbackInfo<void>&);
|
| /external/chromium_org/chrome/test/base/ |
| v8_unit_test.cc | 94 v8::Local<v8::Context> context = 95 v8::Local<v8::Context>::New(isolate(), context_); 109 v8::Local<v8::Array> params = v8::Array::New(isolate()); 191 v8::Local<v8::Context> context = 192 v8::Local<v8::Context>::New(isolate(), context_); 206 v8::Local<v8::Context> context = 207 v8::Local<v8::Context>::New(isolate(), context_); 236 v8::Local<v8::Message> message(try_catch.Message()); 253 v8::Local<v8::Context> context = 254 v8::Local<v8::Context>::New(isolate(), context_) [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
| README | 148 Local Modifications: The packages have been renamespaced. All code not 164 Local Modifications: Minor changes to parsing JSDoc that usually get pushed 181 Local Modifications: None. 195 Local Modifications: None. 209 Local Modifications: None. 224 Local Modifications: None. 238 Local Modifications: None. 253 Local Modifications: None 268 Local Modifications: None 280 Local Modifications: Non [all...] |
| /external/chromium_org/v8/test/cctest/ |
| test-lockers.cc | 48 using ::v8::Local; 72 v8::Local<v8::Context> context = 73 v8::Local<v8::Context>::New(isolate_, context_); 75 Local<Value> v = CompileRun("getValue()"); 83 v8::Local<v8::Context> context = 84 v8::Local<v8::Context>::New(isolate_, context_); 86 Local<Value> v = CompileRun("getValue()"); 107 v8::Local<v8::Context> context = v8::Context::New(isolate); 119 Local<Value> v = CompileRun("function fib(n) {" 359 v8::Local<v8::Context> context [all...] |
| test-serialize.cc | 313 v8::Local<v8::Context> env = v8::Context::New(isolate); 327 v8::Local<v8::Context> env = v8::Context::New(isolate); 341 v8::Local<v8::Context> env = v8::Context::New(isolate); 345 v8::Local<v8::String> source = v8::String::NewFromUtf8(isolate, c_source); 346 v8::Local<v8::Script> script = v8::Script::Compile(source); 359 v8::Local<v8::Context> env = v8::Context::New(isolate); 363 v8::Local<v8::String> source = v8::String::NewFromUtf8(isolate, c_source); 364 v8::Local<v8::Script> script = v8::Script::Compile(source); 386 v8::Local<v8::Context>::New(v8_isolate, env)->Enter(); 400 v8::Local<v8::String> foo = v8::String::NewFromUtf8(v8_isolate, "foo") [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| NPV8Object.cpp | 103 static v8::Local<v8::String> npIdentifierToV8Identifier(NPIdentifier name, v8::Isolate* isolate) 182 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object); 243 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object); 260 v8::Local<v8::Value> resultObject = frame->script().callFunction(function, v8Object, argumentCount, argv.get()); 298 v8::Local<v8::Object> functionObject = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object); 302 v8::Local<v8::Value> resultObject; 303 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(functionObject); 356 v8::Local<v8::Value> v8result = frame->script().executeScriptAndReturnValue(scriptState->context(), ScriptSourceCode(script, KURL(ParsedURLString, filename))); 380 v8::Handle<v8::Object> obj = v8::Local<v8::Object>::New(isolate, object->v8Object) [all...] |
| ScriptWrappable.h | 106 v8::Local<v8::Object> newLocalWrapper(v8::Isolate* isolate) const 110 return v8::Local<v8::Object>::New(isolate, persistent); 133 bool isEqualTo(const v8::Local<v8::Object>& other) const 182 static void assertWrapperSanity(v8::Local<v8::Object> object, T* objectAsT) 236 inline void disposeWrapper(v8::Local<v8::Object> wrapper)
|
| V8Initializer.cpp | 57 static LocalFrame* findFrame(v8::Local<v8::Object> host, v8::Local<v8::Value> data, v8::Isolate* isolate) 136 static void failedAccessCheckCallbackInMainThread(v8::Local<v8::Object> host, v8::AccessType type, v8::Local<v8::Value> data) 150 static bool codeGenerationCheckCallbackInMainThread(v8::Local<v8::Context> context)
|
| V8PerIsolateData.cpp | 132 v8::Local<v8::FunctionTemplate> templ = v8::FunctionTemplate::New(m_isolate, callback, data, signature, length); 143 return v8::Local<v8::FunctionTemplate>(); 148 currentDOMTemplateMap().add(domTemplateKey, v8::Eternal<v8::FunctionTemplate>(m_isolate, v8::Local<v8::FunctionTemplate>(templ))); 151 v8::Local<v8::Context> V8PerIsolateData::ensureScriptRegexpContext() 154 v8::Local<v8::Context> context(v8::Context::New(m_isolate));
|
| /external/chromium_org/v8/src/ |
| d8.cc | 196 Local<Context> realm = 197 Local<Context>::New(isolate, data->realms_[data->realm_current_]); 224 v8::Local<v8::Context> context = 225 v8::Local<v8::Context>::New(isolate, utility_context_); 331 Local<Context>::New(args.GetIsolate(), data->realms_[index])->Global()); 392 Local<Context> realm = Local<Context>::New(isolate, data->realms_[index]); 401 void Shell::RealmSharedGet(Local<String> property, 409 void Shell::RealmSharedSet(Local<String> property, 410 Local<Value> value [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| attributes.cpp | 43 {# Local variables #} 57 {# FIXME: consider always using a local variable for value #} 71 {# FIXME: use a local variable to not call getter twice #} 98 {# FIXME: merge local variable assignment with above #} 157 v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info 191 static void {{attribute.name}}ConstructorGetterCallback{{world_suffix}}(v8::Local<v8::String> property, const v8::PropertyCallbackInfo<v8::Value>& info) 212 v8::Local<v8::Value> v8Value, const v8::FunctionCallbackInfo<v8::Value>& info 214 v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& info 221 {# Local variables #} 307 v8::Local<v8::String>, v8::Local<v8::Value> v8Value, const v8::PropertyCallbackInfo<void>& inf [all...] |
| /external/chromium_org/extensions/renderer/ |
| activity_log_converter_strategy_unittest.cc | 33 testing::AssertionResult VerifyNull(v8::Local<v8::Value> v8_value) { 41 testing::AssertionResult VerifyBoolean(v8::Local<v8::Value> v8_value, 53 testing::AssertionResult VerifyInteger(v8::Local<v8::Value> v8_value, 65 testing::AssertionResult VerifyDouble(v8::Local<v8::Value> v8_value, 77 testing::AssertionResult VerifyString(v8::Local<v8::Value> v8_value,
|
| module_system.cc | 196 v8::Local<v8::Value> ModuleSystem::RequireForJsInner( 214 v8::Local<v8::Value> exports(modules->Get(module_name)); 271 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( 279 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( 287 v8::Local<v8::Value> ModuleSystem::CallModuleMethod( 302 v8::Local<v8::Value> module; 313 v8::Local<v8::Primitive>(v8::Undefined(GetIsolate()))); 316 v8::Local<v8::Value> value = v8::Handle<v8::Object>::Cast(module)->Get( 321 v8::Local<v8::Primitive>(v8::Undefined(GetIsolate()))); 325 v8::Local<v8::Value> result [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_threading_local.py | 16 def target(local, weaklist): 18 local.weak = weak 29 local = self._local() 32 t = threading.Thread(target=target, args=(local, weaklist)) 40 # XXX _threading_local keeps the local of the last stopped thread alive. 44 # Assignment to the same thread local frees it sometimes (!) 45 local.someothervar = None 52 # of a threading.local derived class, the per-thread dictionary 56 class Local(self._local): 59 local = Local( 115 from thread import _local as local namespace [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_threading_local.py | 16 def target(local, weaklist): 18 local.weak = weak 29 local = self._local() 32 t = threading.Thread(target=target, args=(local, weaklist)) 40 # XXX _threading_local keeps the local of the last stopped thread alive. 44 # Assignment to the same thread local frees it sometimes (!) 45 local.someothervar = None 52 # of a threading.local derived class, the per-thread dictionary 56 class Local(self._local): 59 local = Local( 115 from thread import _local as local namespace [all...] |