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

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8InspectorFrontendHostCustom.cpp 68 static void populateContextMenuItems(v8::Local<v8::Array>& itemArray, ContextMenu& menu)
71 v8::Local<v8::Object> item = v8::Local<v8::Object>::Cast(itemArray->Get(i));
72 v8::Local<v8::Value> type = item->Get(v8::String::NewSymbol("type"));
73 v8::Local<v8::Value> id = item->Get(v8::String::NewSymbol("id"));
74 v8::Local<v8::Value> label = item->Get(v8::String::NewSymbol("label"));
75 v8::Local<v8::Value> enabled = item->Get(v8::String::NewSymbol("enabled"));
76 v8::Local<v8::Value> checked = item->Get(v8::String::NewSymbol("checked"));
77 v8::Local<v8::Value> subItems = item->Get(v8::String::NewSymbol("subItems"));
88 v8::Local<v8::Array> subItemsArray = v8::Local<v8::Array>::Cast(subItems)
    [all...]
V8CanvasRenderingContext2DCustom.cpp 71 void V8CanvasRenderingContext2D::strokeStyleAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
77 void V8CanvasRenderingContext2D::strokeStyleAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
86 void V8CanvasRenderingContext2D::fillStyleAttrGetterCustom(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
92 void V8CanvasRenderingContext2D::fillStyleAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
V8HTMLDocumentCustom.cpp 87 v8::Local<v8::Context> context = frame->script()->currentWorldContext();
91 v8::Local<v8::Object> global = context->Global();
93 v8::Local<v8::Value> function = global->Get(v8::String::NewSymbol("open"));
100 OwnArrayPtr<v8::Local<v8::Value> > params = adoptArrayPtr(new v8::Local<v8::Value>[args.Length()]);
104 v8SetReturnValue(args, frame->script()->callFunction(v8::Local<v8::Function>::Cast(function), global, args.Length(), params.get()));
V8BiquadFilterNodeCustom.cpp 36 void V8BiquadFilterNode::typeAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
V8OscillatorNodeCustom.cpp 36 void V8OscillatorNode::typeAttrSetterCustom(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
  /external/chromium_org/v8/include/
v8.h 147 template <class T> class Local;
239 * There are two types of handles: local and persistent handles.
240 * Local handles are light-weight and transient and typically used in
241 * local operations. They are managed by HandleScopes. Persistent
370 template<class F> friend class Local;
391 // A value which will never be returned by Local::Eternalize
398 * that return objects from within v8 return them in local handles. They
399 * are created within HandleScopes, and all local handles allocated within a
401 * is not necessary to explicitly deallocate local handles.
404 template <class T> class Local : public Handle<T>
    [all...]
  /external/oprofile/events/x86-64/family11h/
unit_masks 131 0xa1 Requests Local I/O to Local I/O
132 0xa2 Requests Local I/O to Local Memory
133 0xa3 Requests Local I/O to Local (I/O or Mem)
134 0xa4 Requests Local CPU to Local I/O
135 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/oprofile/events/x86-64/hammer/
unit_masks 125 0xa1 Requests Local I/O to Local I/O
126 0xa2 Requests Local I/O to Local Memory
127 0xa3 Requests Local I/O to Local (I/O or Mem)
128 0xa4 Requests Local CPU to Local I/O
129 0xa5 Requests Local (CPU or I/O) to Local I/
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/
V8TestInterface.cpp 57 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
58 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
60 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
75 static void implementsStaticReadOnlyAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
85 static void implementsStaticReadOnlyAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
96 static void implementsStaticAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
106 static void implementsStaticAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
117 static void implementsStaticAttrAttrSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
128 static void implementsStaticAttrAttrSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info
    [all...]
V8TestObject.cpp 82 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
83 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
85 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
98 static void readOnlyLongAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
105 static void readOnlyLongAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
112 static void readOnlyStringAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
119 static void readOnlyStringAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
126 static void readOnlyTestObjectAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
140 static void readOnlyTestObjectAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
147 static void staticReadOnlyLongAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info
    [all...]
V8TestInterfaceImplementedAs.cpp 50 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
51 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
53 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
66 static void aAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
73 static void aAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
80 static void aAttrSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
88 static void aAttrSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
95 static void bAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info
    [all...]
V8TestTypedefs.cpp 55 // In ScriptWrappable::init, the use of a local function declaration has an issue on Windows:
56 // the local declaration does not pick up the surrounding namespace. Therefore, we provide this function
58 // (More info on the MSVC bug here: http://connect.microsoft.com/VisualStudio/feedback/details/664619/the-namespace-of-local-function-declarations-in-c)
71 static void unsignedLongLongAttrAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
78 static void unsignedLongLongAttrAttrGetterCallback(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info)
85 static void unsignedLongLongAttrAttrSetter(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
93 static void unsignedLongLongAttrAttrSetterCallback(v8::Local<v8::String> name, v8::Local<v8::Value> value, const v8::PropertyCallbackInfo<void>& info)
100 static void immutableSerializedScriptValueAttrGetter(v8::Local<v8::String> name, const v8::PropertyCallbackInfo<v8::Value>& info
    [all...]
  /external/chromium_org/v8/test/cctest/
test-accessors.cc 40 using ::v8::Local;
47 static void handle_property(Local<String> name,
57 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New();
59 Local<Function> fun = fun_templ->GetFunction();
61 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;");
63 Local<Script> setter = v8_compile("obj.foo = 901;");
68 static void GetIntValue(Local<String> property,
77 static void SetIntValue(Local<String> property,
78 Local<Value> value,
117 static void XGetter(Local<String> name
    [all...]
test-global-object.cc 38 v8::Local<v8::String> var_name = v8_str("x");
41 v8::Local<v8::Script> script = v8_compile("\"use strict\"; x = 42;");
test-platform.cc 90 v8::Local<v8::Object> global_object = env->Global();
91 v8::Local<v8::Function> foo =
92 v8::Local<v8::Function>::Cast(global_object->Get(v8_str("foo")));
94 v8::Local<v8::Value> result = foo->Call(global_object, 0, NULL);
test-api.cc 66 using ::v8::Local;
92 v8::Local<v8::String> profile_name = v8::String::New("my_profile1");
102 Local<Value> result = CompileRun(code);
110 Local<Value> result = CompileRun(code);
117 Local<Value> result = CompileRun(code);
133 static void ExpectObject(const char* code, Local<Value> expected) {
134 Local<Value> result = CompileRun(code);
140 Local<Value> result = CompileRun(code);
170 Local<Context> local_env;
173 local_env = env.local();
3176 v8::Local<String> local = v8::Local<String>::New(v8_str("str")); local
3193 v8::Local<String> local = v8::Local<String>::New(v8_str("str")); local
13265 v8::Handle<v8::ObjectTemplate> local = v8::ObjectTemplate::New(); local
    [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/examples/
FibonacciMaker.java 24 import com.google.dexmaker.Local;
42 Local<Integer> i = code.getParameter(0, TypeId.INT);
43 Local<Integer> constant1 = code.newLocal(TypeId.INT);
44 Local<Integer> constant2 = code.newLocal(TypeId.INT);
45 Local<Integer> a = code.newLocal(TypeId.INT);
46 Local<Integer> b = code.newLocal(TypeId.INT);
47 Local<Integer> c = code.newLocal(TypeId.INT);
48 Local<Integer> d = code.newLocal(TypeId.INT);
49 Local<Integer> result = code.newLocal(TypeId.INT);
HelloWorldMaker.java 23 import com.google.dexmaker.Local;
73 Local<Integer> a = code.newLocal(TypeId.INT);
74 Local<Integer> b = code.newLocal(TypeId.INT);
75 Local<Integer> c = code.newLocal(TypeId.INT);
76 Local<String> s = code.newLocal(TypeId.STRING);
77 Local<PrintStream> localSystemOut = code.newLocal(printStreamType);
  /external/v8/test/cctest/
test-accessors.cc 40 using ::v8::Local;
47 static v8::Handle<Value> handle_property(Local<String> name,
56 Local<v8::FunctionTemplate> fun_templ = v8::FunctionTemplate::New();
59 Local<Function> fun = fun_templ->GetFunction();
61 Local<Script> getter = v8_compile("var obj = new Fun(); obj.foo;");
63 Local<Script> setter = v8_compile("obj.foo = 901;");
68 static v8::Handle<Value> GetIntValue(Local<String> property,
77 static void SetIntValue(Local<String> property,
78 Local<Value> value,
117 static v8::Handle<Value> XGetter(Local<String> name, const AccessorInfo& info)
    [all...]
test-api.cc 61 using ::v8::Local;
77 Local<Value> result = CompileRun(code);
84 Local<Value> result = CompileRun(code);
90 Local<Value> result = CompileRun(code);
106 static void ExpectObject(const char* code, Local<Value> expected) {
107 Local<Value> result = CompileRun(code);
113 Local<Value> result = CompileRun(code);
142 Local<Context> local_env;
145 local_env = env.local();
148 // Local context should still be live
10899 v8::Handle<v8::ObjectTemplate> local = v8::ObjectTemplate::New(); local
    [all...]
  /external/llvm/lib/Transforms/IPO/
ExtractGV.cpp 63 bool Local = I->isDiscardableIfUnused();
64 if (Local)
67 if (Local || Delete)
83 bool Local = I->isDiscardableIfUnused();
84 if (Local)
87 if (Local || Delete)
  /external/chromium_org/third_party/WebKit/Source/core/testing/v8/
WebCoreTestSupport.cpp 42 void injectInternalsObject(v8::Local<v8::Context> context)
52 void resetInternalsObject(v8::Local<v8::Context> context)
  /external/chromium_org/v8/src/extensions/i18n/
i18n-utils.h 80 static v8::Local<v8::ObjectTemplate> GetTemplate(v8::Isolate* isolate);
83 static v8::Local<v8::ObjectTemplate> GetTemplate2(v8::Isolate* isolate);
  /external/clang/test/CodeGenCXX/
mangle-local-class-names.cpp 80 struct Local {
85 return Local().foo(d);
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8ValueCache.cpp 35 static v8::Local<v8::String> makeExternalString(const String& string)
39 v8::Local<v8::String> newString = v8::String::NewExternal(stringResource);
46 v8::Local<v8::String> newString = v8::String::NewExternal(stringResource);
85 v8::Local<v8::String> StringCache::createStringAndInsertIntoCache(StringImpl* stringImpl, v8::Isolate* isolate)
90 v8::Local<v8::String> newString = makeExternalString(String(stringImpl));

Completed in 1578 milliseconds

1 23 4 5 6 7 8 91011>>