HomeSort by relevance Sort by last modified time
    Searched refs:Local (Results 151 - 175 of 469) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/compile/mclinker/unittests/
SymbolCategoryTest.cpp 57 b->setBinding(ResolveInfo::Local);
96 a->setBinding(ResolveInfo::Local);
97 b->setBinding(ResolveInfo::Local);
98 c->setBinding(ResolveInfo::Local);
  /external/chromium_org/chrome/renderer/extensions/
i18n_custom_bindings.cc 67 v8::Local<v8::Array> placeholders = v8::Local<v8::Array>::Cast(args[1]);
scoped_persistent.h 56 return v8::Local<T>();
57 return v8::Local<T>::New(GetIsolate(handle_), handle_);
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,
v8_schema_registry.cc 101 v8::Local<v8::Object> to_return =
102 v8::Local<v8::Object>::New(isolate, v8_schema);
109 // It's ok to create local handles in this function, since this is only called
116 return v8::Local<v8::Context>::New(isolate, context_.get());
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8CustomEventCustom.cpp 54 void V8CustomEvent::detailAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
68 v8::Local<v8::Value> mainWorldDetail = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::detail());
V8PopStateEventCustom.cpp 49 void V8PopStateEvent::stateAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
64 v8::Local<v8::Value> mainWorldState = getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenPropertyName::state());
  /external/chromium_org/v8/src/
arguments.h 97 F(AccessorGetter, AccessorGetterCallback, v8::Value, v8::Local<v8::String>) \
101 v8::Local<v8::String>) \
105 v8::Local<v8::String>) \
123 v8::Local<v8::String>, \
124 v8::Local<v8::Value>) \
129 v8::Local<v8::Value>) \
135 v8::Local<v8::String>, \
136 v8::Local<v8::Value>) \
  /external/clang/include/clang/AST/
ExternalASTSource.h 360 /// from an external source and partially added by local translation. The
368 SmallVector<T, LocalStorage> Local;
406 return Self->Local[Position];
413 return &Self->Local[Position];
507 return iterator(this, Local.size());
511 Local.push_back(LocalValue);
525 Local.erase(Local.begin() + From.Position, Local.begin() + To.Position);
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Debug/
DebugInstructionIterator.java 170 Local[] locals = new Local[registerCount];
199 locals[registerNum] = new Local(registerNum, name, type, null);
211 locals[registerNum] = new Local(registerNum, name, type, signature);
219 Local local = locals[registerNum]; local
220 if (local == null) {
225 local.name, local.type, local.signature)
232 Local local = locals[registerNum]; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestCustomAccessors.h 43 static void indexedPropertySetterCustom(uint32_t, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
45 static void namedPropertyGetterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>&);
46 static void namedPropertySetterCustom(v8::Local<v8::String>, v8::Local<v8::Value>, const v8::PropertyCallbackInfo<v8::Value>&);
47 static void namedPropertyDeleterCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Boolean>&);
49 static void namedPropertyQueryCustom(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Integer>&);
V8TestEventConstructor.cpp 49 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
50 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
52 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
65 static void attr1AttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
72 static void attr1AttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
79 static void attr2AttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
86 static void attr2AttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
148 v8::Local<v8::Signature> defaultSignature;
149 defaultSignature = V8DOMConfiguration::configureTemplate(desc, "TestEventConstructor", v8::Local<v8::FunctionTemplate>(), V8TestEventConstructor::internalFieldCount,
V8TestEventTarget.cpp 53 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
54 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
56 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
129 static void indexedPropertySetter(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
139 static void indexedPropertySetterCallback(uint32_t index, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
163 static void namedPropertyGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
181 static void namedPropertyGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
188 static void namedPropertySetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info)
209 static void namedPropertySetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<v8::Value>& info
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
NPV8Object.cpp 80 static v8::Local<v8::Context> toV8Context(NPP npp, NPObject* npObject)
86 return v8::Local<v8::Context>();
101 static v8::Local<v8::String> npIdentifierToV8Identifier(NPIdentifier name)
181 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
244 v8::Handle<v8::Object> v8Object = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
261 v8::Local<v8::Value> resultObject = frame->script()->callFunction(function, v8Object, argumentCount, argv.get());
300 v8::Local<v8::Object> functionObject = v8::Local<v8::Object>::New(isolate, v8NpObject->v8Object);
304 v8::Local<v8::Value> resultObject;
305 v8::Handle<v8::Function> function = v8::Local<v8::Function>::Cast(functionObject)
    [all...]
ScriptController.cpp 155 v8::Local<v8::Value> ScriptController::callFunction(v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[])
193 v8::Local<v8::Value> ScriptController::callFunctionWithInstrumentation(ScriptExecutionContext* context, v8::Handle<v8::Function> function, v8::Handle<v8::Object> receiver, int argc, v8::Handle<v8::Value> args[])
203 v8::Local<v8::Value> result = V8ScriptRunner::callFunction(function, context, receiver, argc, args);
209 v8::Local<v8::Value> ScriptController::compileAndRunScript(const ScriptSourceCode& source, AccessControlStatus corsStatus)
215 v8::Local<v8::Value> result;
308 static inline v8::Local<v8::Context> contextForWorld(ScriptController* scriptController, DOMWrapperWorld* world)
313 v8::Local<v8::Context> ScriptController::currentWorldContext()
325 return v8::Local<v8::Context>();
328 return v8::Local<v8::Context>::New(context);
333 v8::Local<v8::Context> ScriptController::mainWorldContext(
    [all...]
V8Binding.h 82 return index >= args.Length() ? v8::Local<v8::Value>() : args[index];
284 v8::Local<v8::Array> result = v8::Array::New(iterator.size());
378 inline float toFloat(v8::Local<v8::Value> value)
430 v8::Local<v8::Value> v8Value(v8::Local<v8::Value>::New(isolate, value));
433 length = v8::Local<v8::Array>::Cast(v8Value)->Length();
438 v8::Local<v8::Object> object = v8::Local<v8::Object>::Cast(v8Value);
460 v8::Local<v8::Value> v8Value(v8::Local<v8::Value>::New(isolate, value))
    [all...]
ScriptDebugServer.h 95 v8::Local<v8::Value> functionScopes(v8::Handle<v8::Function>);
96 v8::Local<v8::Value> getInternalProperties(v8::Handle<v8::Object>&);
125 v8::Local<v8::Value> callDebuggerMethod(const char* functionName, int argc, v8::Handle<v8::Value> argv[]);
ScriptPromiseResolver.cpp 49 v8::Local<v8::Object> promise, resolver;
143 v8::Local<v8::Object> resolver = m_resolver.newLocal(m_isolate);
146 v8::Local<v8::Object> internal = V8PromiseCustom::getInternal(resolver);
  /external/v8/src/
api.cc 737 // local.
767 v8::Local<v8::Value> Context::GetData() {
771 return v8::Local<Value>();
778 return Local<Value>();
788 "Local scope has already been closed")) {
910 Local<ObjectTemplate> FunctionTemplate::PrototypeTemplate() {
913 return Local<ObjectTemplate>();
921 return Local<ObjectTemplate>(ToApi<ObjectTemplate>(result));
933 Local<FunctionTemplate> FunctionTemplate::New(InvocationCallback callback,
960 Local<Signature> Signature::New(Handle<FunctionTemplate> receiver
    [all...]
  /external/v8/samples/
process.cc 104 static Handle<Value> GetPath(Local<String> name, const AccessorInfo& info);
105 static Handle<Value> GetReferrer(Local<String> name,
107 static Handle<Value> GetHost(Local<String> name, const AccessorInfo& info);
108 static Handle<Value> GetUserAgent(Local<String> name,
112 static Handle<Value> MapGet(Local<String> name, const AccessorInfo& info);
113 static Handle<Value> MapSet(Local<String> name,
114 Local<Value> value,
332 string ObjectToString(Local<Value> value) {
338 Handle<Value> JsHttpRequestProcessor::MapGet(Local<String> name,
358 Handle<Value> JsHttpRequestProcessor::MapSet(Local<String> name
    [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 49 using ::v8::Local;
73 v8::Local<v8::Context> context =
74 v8::Local<v8::Context>::New(isolate_, context_);
76 Local<Value> v = CompileRun("getValue()");
84 v8::Local<v8::Context> context =
85 v8::Local<v8::Context>::New(isolate_, context_);
87 Local<Value> v = CompileRun("getValue()");
108 v8::Local<v8::Context> context = v8::Context::New(isolate);
120 Local<Value> v = CompileRun("function fib(n) {"
362 v8::Local<v8::Context> context
    [all...]
test-serialize.cc 315 v8::Local<v8::Context> env = v8::Context::New(isolate);
329 v8::Local<v8::Context> env = v8::Context::New(isolate);
343 v8::Local<v8::Context> env = v8::Context::New(isolate);
347 v8::Local<v8::String> source = v8::String::New(c_source);
348 v8::Local<v8::Script> script = v8::Script::Compile(source);
361 v8::Local<v8::Context> env = v8::Context::New(isolate);
365 v8::Local<v8::String> source = v8::String::New(c_source);
366 v8::Local<v8::Script> script = v8::Script::Compile(source);
388 v8::Local<v8::Context>::New(v8_isolate, env)->Enter();
402 v8::Local<v8::String> foo = v8::String::New("foo")
    [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...]

Completed in 623 milliseconds

1 2 3 4 5 67 8 91011>>