Searched refs:Global (Results 26 - 50 of 278) sorted by relevance

1234567891011>>

/external/compiler-rt/test/tsan/
H A Dmutexset7.cc6 int Global; variable
11 Global++;
19 Global--;
H A Dmutexset8.cc6 int Global; variable
12 Global++;
18 Global--;
H A Drace_on_mutex.c8 int Global; variable
13 Global = 42;
21 Global = 43;
H A Dsimple_stack2.cc6 int Global; variable
9 Global = 42;
20 volatile int tmp = Global;
H A Dthread_name.cc8 int Global; variable
13 Global++;
23 Global--;
H A Dmutexset6.cc6 int Global; variable
14 Global++;
24 Global--;
H A Dsimple_stack.c6 int Global; variable
9 Global = 42;
18 volatile int v = Global; (void)v;
H A Drace_on_barrier.c8 int Global; variable
H A Drace_on_barrier2.c8 int Global; variable
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DDedicatedWorkerGlobalScope.idl33 Global=(Worker,DedicatedWorker)
/external/chromium_org/v8/test/mjsunit/
H A Darguments-apply.js37 function Global() { function
41 assertEquals(0, Global().length);
42 assertEquals(1, Global(1).length);
43 assertEquals(2, Global(2)[0]);
44 assertEquals(2, Global(3, 4).length);
45 assertEquals(3, Global(3, 4)[0]);
46 assertEquals(4, Global(3, 4)[1]);
134 assertEquals(2048, Global.apply(this, array).length);
/external/chromium_org/v8/test/cctest/
H A Dtest-deoptimization.cc132 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
133 CHECK(!GetJSFunction(env->Global(), "f")->IsOptimized());
148 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
149 CHECK(!GetJSFunction(env->Global(), "f")->IsOptimized());
172 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
173 CHECK(!GetJSFunction(env->Global(), "f")->IsOptimized());
189 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
190 CHECK(!GetJSFunction(env->Global(), "f")->IsOptimized());
214 CHECK_EQ(1, env->Global()->Get(v8_str("count"))->Int32Value());
215 CHECK_EQ(6, env->Global()
[all...]
/external/chromium_org/third_party/skia/experimental/SkV8Example/
H A DJsContext.h21 class Global;
32 JsContext(Global* global)
H A DGlobal.cpp9 #include "Global.h"
15 Global* Global::gGlobal = NULL;
22 int32_t Global::getNextTimerID() {
33 void Global::reportException(TryCatch* tryCatch) {
75 void Global::Inval(const v8::FunctionCallbackInfo<Value>& args) {
84 void Global::Print(const v8::FunctionCallbackInfo<v8::Value>& args) {
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) {
126 evt->setTargetProc(Global::TimeOutProc);
134 bool Global
[all...]
H A DGlobal.h28 class Global : SkNoncopyable { class in inherits:SkNoncopyable
30 Global(Isolate* isolate) function in class:Global
38 virtual ~Global() {}
40 // The script will be parsed into the context this Global contains.
76 static Global* gGlobal;
/external/skia/experimental/SkV8Example/
H A DJsContext.h21 class Global;
32 JsContext(Global* global)
H A DGlobal.cpp9 #include "Global.h"
15 Global* Global::gGlobal = NULL;
22 int32_t Global::getNextTimerID() {
33 void Global::reportException(TryCatch* tryCatch) {
75 void Global::Inval(const v8::FunctionCallbackInfo<Value>& args) {
84 void Global::Print(const v8::FunctionCallbackInfo<v8::Value>& args) {
104 void Global::SetTimeout(const v8::FunctionCallbackInfo<v8::Value>& args) {
126 evt->setTargetProc(Global::TimeOutProc);
134 bool Global
[all...]
H A DGlobal.h28 class Global : SkNoncopyable { class in inherits:SkNoncopyable
30 Global(Isolate* isolate) function in class:Global
38 virtual ~Global() {}
40 // The script will be parsed into the context this Global contains.
76 static Global* gGlobal;
/external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
H A DV8TestCallbackInterface.cpp43 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 0, argv, m_scriptState->isolate());
59 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 0, argv, m_scriptState->isolate());
80 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 1, argv, m_scriptState->isolate());
92 v8::Handle<v8::Value> sequenceArgHandle = v8Array(sequenceArg, m_scriptState->context()->Global(), m_scriptState->isolate());
100 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 1, argv, m_scriptState->isolate());
120 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 1, argv, m_scriptState->isolate());
132 v8::Handle<v8::Value> testInterfaceEmptyArgHandle = toV8(testInterfaceEmptyArg, m_scriptState->context()->Global(), m_scriptState->isolate());
140 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(), 1, argv, m_scriptState->isolate());
152 v8::Handle<v8::Value> testInterfaceEmptyArgHandle = toV8(testInterfaceEmptyArg, m_scriptState->context()->Global(), m_scriptState->isolate());
166 ScriptController::callFunction(m_scriptState->executionContext(), m_callback.newLocal(m_scriptState->isolate()), m_scriptState->context()->Global(),
[all...]
/external/compiler-rt/lib/asan/
H A Dasan_globals.cc29 typedef __asan_global Global; typedef in namespace:__asan
32 const Global *g;
42 Global g;
52 Global *g_first, *g_last;
57 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
61 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
74 static void ReportGlobal(const Global &g, const char *prefix) {
75 Report("%s Global[%p]: beg=%p size=%zu/%zu name=%s module=%s dyn_init=%zu\n",
85 const Global &g = *l->g;
93 u32 FindRegistrationSite(const Global *
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/combined/
H A DCombinedParser.h18 #pragma mark Dynamic Global Scopes
/external/chromium_org/third_party/WebKit/Source/modules/webmidi/
H A DMIDIInputMap.cpp22 return ScriptValue(scriptState, toV8(result, scriptState->context()->Global(), scriptState->isolate()));
H A DMIDIOutputMap.cpp22 return ScriptValue(scriptState, toV8(result, scriptState->context()->Global(), scriptState->isolate()));
/external/llvm/lib/Object/
H A DRecordStreamer.cpp18 case Global:
38 case Global:
40 S = Global;
50 case Global:
/external/chromium_org/third_party/WebKit/Source/bindings/modules/v8/custom/
H A DV8CustomSQLStatementErrorCallback.cpp53 v8::Handle<v8::Value> transactionHandle = toV8(transaction, m_scriptState->context()->Global(), isolate);
54 v8::Handle<v8::Value> errorHandle = toV8(error, m_scriptState->context()->Global(), isolate);
71 v8::Handle<v8::Value> result = ScriptController::callFunction(executionContext(), m_callback.newLocal(isolate), m_scriptState->context()->Global(), WTF_ARRAY_LENGTH(argv), argv, isolate);

Completed in 485 milliseconds

1234567891011>>