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

1 23 4 5 6

  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
V8WorkerGlobalScopeEventListener.cpp 116 v8::Handle<v8::Value> value = toV8(target, v8::Handle<v8::Object>(), toV8Context(context, world())->GetIsolate());
V8Binding.cpp 495 v8::Local<v8::Context> toV8Context(ScriptExecutionContext* context, DOMWrapperWorld* world)
498 ASSERT(world);
500 return frame->script()->windowShell(world)->context();
502 ASSERT(!world);
  /art/runtime/
intern_table_test.cc 95 SirtRef<mirror::String> world(soa.Self(),
96 mirror::String::AllocFromModifiedUtf8(soa.Self(), "world"));
98 SirtRef<mirror::String> s1(soa.Self(), t.InternWeak(world.get()));
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/custom/
V8XMLHttpRequestCustom.cpp 58 if (DOMWrapperWorld* world = isolatedWorldForEnteredContext())
59 securityOrigin = world->isolatedWorldSecurityOrigin();
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/coff/tests/
cofftest.asm 65 _asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/macho/tests/gas32/
gas-macho32.asm 65 _asmstr: .asciz "hello, world" # [2]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
win32test.asm 65 _asmstr db 'hello, world', 0 ; [2]
  /external/chromium_org/v8/test/preparser/
non-use-strict-hex-escape.js 33 var x = "hello\040world";
non-use-strict-octal-escape.js 33 var x = "hello\040world";
non-use-strict-uhex-escape.js 33 var x = "hello\040world";
strict-octal-regexp.js 32 var re = /hello\040world/;
strict-octal-string.js 32 var x = "hello\040world";
symbols-only.js 31 var y = "hello world";
  /external/chromium_org/v8/test/webkit/
dfg-getter-throw.js 25 "Tests that DFG getter caching does not break the world if the getter throws an exception."
dfg-getter.js 25 "Tests that DFG getter caching does not break the world."
dfg-putbyval-cfa-clobber.js 25 "Tests that CFA knows that PutByVal can clobber the world."
  /external/v8/test/preparser/
non-use-strict-hex-escape.js 33 var x = "hello\040world";
non-use-strict-octal-escape.js 33 var x = "hello\040world";
non-use-strict-uhex-escape.js 33 var x = "hello\040world";
strict-octal-regexp.js 32 var re = /hello\040world/;
strict-octal-string.js 32 var x = "hello\040world";
symbols-only.js 31 var y = "hello world";
  /external/llvm/utils/lit/lit/
ShUtil.py 270 self.assertEqual(self.lex(""" "hello\\"world" """),
271 ['hello"world'])
272 self.assertEqual(self.lex(""" "hello\\'world" """),
273 ["hello\\'world"])
274 self.assertEqual(self.lex(""" "hello\\\\world" """),
275 ["hello\\world"])
277 ["hello world"])
  /external/llvm/test/MC/ARM/
eh-directive-integrated-test.s 3 @ This is a simplified real world test case generated from this C++ code
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/dbgfmts/stabs/tests/
stabs-elf.asm 66 asmstr db 'hello, world', 0 ; [2]

Completed in 296 milliseconds

1 23 4 5 6