| /external/pdfium/fpdfsdk/src/javascript/ |
| JS_Context.cpp | 120 v8::Local<v8::Context> context = m_pRuntime->NewJSContext();
130 v8::Local<v8::Context> context = m_pRuntime->NewJSContext();
|
| /external/eigen/blas/testing/ |
| cblat2.f | 81 * .. Local Scalars .. 90 * .. Local Arrays .. 430 * .. Local Scalars .. 440 * .. Local Arrays .. 775 * .. Local Scalars .. 784 * .. Local Arrays .. [all...] |
| dblat2.f | 78 * .. Local Scalars .. 87 * .. Local Arrays .. 421 * .. Local Scalars .. 430 * .. Local Arrays .. 762 * .. Local Scalars .. 770 * .. Local Arrays .. [all...] |
| sblat2.f | 78 * .. Local Scalars .. 87 * .. Local Arrays .. 421 * .. Local Scalars .. 430 * .. Local Arrays .. 762 * .. Local Scalars .. 770 * .. Local Arrays .. [all...] |
| zblat2.f | 82 * .. Local Scalars .. 91 * .. Local Arrays .. 432 * .. Local Scalars .. 442 * .. Local Arrays .. 778 * .. Local Scalars .. 787 * .. Local Arrays .. [all...] |
| dblat3.f | 57 * .. Local Scalars .. 65 * .. Local Arrays .. 385 * .. Local Scalars .. 393 * .. Local Arrays .. 666 * .. Local Scalars .. 674 * .. Local Arrays .. [all...] |
| sblat3.f | 57 * .. Local Scalars .. 65 * .. Local Arrays .. 385 * .. Local Scalars .. 393 * .. Local Arrays .. 666 * .. Local Scalars .. 674 * .. Local Arrays .. [all...] |
| /external/chromium_org/chrome/test/base/ |
| module_system_test.cc | 202 v8::Local<v8::Object> object = v8::Object::New(isolate);
|
| /external/chromium_org/mojo/apps/js/bindings/gl/ |
| context.cc | 175 v8::Handle<v8::Function> callback = v8::Local<v8::Function>::New(
|
| /external/chromium_org/third_party/WebKit/Source/bindings/templates/ |
| methods.cpp | 6 {# Local variables #} 233 {# Local variables #} 249 {# FIXME: consider always using a local variable #} 434 {% set signature = 'v8::Local<v8::Signature>()' 459 v8::Local<v8::Value> hiddenValue = v8::Handle<v8::Object>::Cast(info.This())->GetHiddenValue(v8AtomicString(isolate, "{{method.name}}")); 468 static void {{method.name}}OriginSafeMethodGetterCallback{{world_suffix}}(v8::Local<v8::String>, const v8::PropertyCallbackInfo<v8::Value>& info)
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
| ScriptEventListener.cpp | 163 v8::Local<v8::Object> object = v8Listener->getListenerObject(document);
|
| /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/ |
| V8MessageEventCustom.cpp | 88 v8::Local<v8::Value> mainWorldData = V8HiddenValue::getHiddenValueFromMainWorldWrapper(info.GetIsolate(), event, V8HiddenValue::data(info.GetIsolate()));
|
| /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/ |
| p_shader_tokens.h | 123 unsigned Local : 1; /**< optimize as subroutine local variable? */ 192 * GLOBAL/LOCAL/PRIVATE/INPUT compute memory spaces. 556 * register that follows. The register can be now fetched into local storage
|
| /external/chromium_org/tools/binary_size/template/ |
| D3SymbolTreeMap.js | 77 'b': 'Local uninitialized data (b)', 80 'd': 'Local initialized data (d)', 82 'g': 'Local small initialized data (g)', 87 'r': 'Local read-only data (r)', 89 's': 'Local small uninitialized data (s)', 91 't': 'Local code (t)', 95 'v': 'Local weak object (v)', 97 'w': 'Local weak symbol (w)', [all...] |
| /external/chromium_org/v8/tools/ |
| lexer-shell.cc | 214 v8::Local<v8::Context> context = v8::Context::New(isolate, NULL, global);
|
| /external/clang/test/CXX/class.access/ |
| p4.cpp | 123 A local; // expected-error {{variable of type 'test3::A' has private destructor}} local 317 class Local {
|
| /external/clang/test/SemaCXX/ |
| MicrosoftExtensions.cpp | 193 class Local {
|
| /external/llvm/include/llvm/Object/ |
| ELFYAML.h | 69 std::vector<Symbol> Local;
|
| /external/mesa3d/src/gallium/include/pipe/ |
| p_shader_tokens.h | 123 unsigned Local : 1; /**< optimize as subroutine local variable? */ 192 * GLOBAL/LOCAL/PRIVATE/INPUT compute memory spaces. 556 * register that follows. The register can be now fetched into local storage
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/ |
| InterceptFieldTransformer.java | 99 Local result = e.make_local(type);
|
| /external/pdfium/fpdfsdk/include/javascript/ |
| JS_Object.h | 52 operator JSFXObject () {return v8::Local<v8::Object>::New(m_pIsolate, m_pObject);}
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
| EmitUtils.java | 104 Local array = e.make_local(); 105 Local loopvar = e.make_local(Type.INT_TYPE); 136 Local array1 = e.make_local(); 137 Local array2 = e.make_local(); 138 Local loopvar = e.make_local(Type.INT_TYPE); [all...] |
| /external/chromium_org/third_party/WebKit/Source/web/ |
| WebLocalFrameImpl.cpp | 797 void WebLocalFrameImpl::executeScriptInIsolatedWorld(int worldID, const WebScriptSource* sourcesIn, unsigned numSources, int extensionGroup, WebVector<v8::Local<v8::Value> >* results) 811 Vector<v8::Local<v8::Value> > scriptResults; 813 WebVector<v8::Local<v8::Value> > v8Results(scriptResults.size()); 815 v8Results[i] = v8::Local<v8::Value>::New(toIsolate(frame()), scriptResults[i]); 829 v8::Local<v8::Context> WebLocalFrameImpl::mainWorldScriptContext() const [all...] |
| /external/chromium_org/chrome/browser/resources/google_now/ |
| common_test_util.js | 188 * Sets up the test to expect a Chrome Local Storage call.
|
| /external/chromium_org/v8/test/mjsunit/ |
| debug-function-scopes.js | 47 Local: 1,
|