/external/clang/test/CodeGen/ |
2008-01-28-PragmaMark.c | 2 #pragma mark LLVM's world 4 #error LLVM's world
|
/external/llvm/test/MC/ELF/ |
comdat-reloc.s | 7 call world 10 .section .text.world,"axG",@progbits,world,comdat 11 .type world,@function 12 world: label 22 // CHECK-NEXT: Name: .text.world 27 // CHECK-NEXT: Name: .rela.text.world
|
/external/chromium_org/tools/gyp/test/build-option/ |
gyptest-build.py | 8 Verifies simplest-possible build of a "Hello, world!" program 18 test.run_built_executable('hello', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/hello/ |
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
gyptest-target.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
gyptest-all.py | 8 Verifies simplest-possible build of a "Hello, world!" program 20 test.run_built_executable('hello', stdout="Hello, world!\n")
|
/external/chromium_org/tools/gyp/test/module/ |
gyptest-default.py | 8 Verifies simple build of a "Hello, world!" program with loadable modules. The
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
ErrorEvent.h | 56 static PassRefPtr<ErrorEvent> create(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, PassRefPtr<DOMWrapperWorld> world) 58 return adoptRef(new ErrorEvent(message, fileName, lineNumber, columnNumber, world)); 64 static PassRefPtr<ErrorEvent> createSanitizedError(PassRefPtr<DOMWrapperWorld> world) 66 return adoptRef(new ErrorEvent("Script error.", String(), 0, 0, world)); 81 PassRefPtr<DOMWrapperWorld> world() const { return m_world; } function in class:WebCore::ErrorEvent
|
ErrorEvent.cpp | 62 ErrorEvent::ErrorEvent(const String& message, const String& fileName, unsigned lineNumber, unsigned columnNumber, PassRefPtr<DOMWrapperWorld> world) 68 , m_world(world)
|
EventListener.h | 46 virtual DOMWrapperWorld* world() const { return 0; } function in class:WebCore::EventListener
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/ |
Kube.java | 31 GLWorld world = new GLWorld(); local 52 mCubes[0] = new Cube(world, c0, c4, c0, c1, c5, c1); 53 mCubes[1] = new Cube(world, c2, c4, c0, c3, c5, c1); 54 mCubes[2] = new Cube(world, c4, c4, c0, c5, c5, c1); 56 mCubes[3] = new Cube(world, c0, c4, c2, c1, c5, c3); 57 mCubes[4] = new Cube(world, c2, c4, c2, c3, c5, c3); 58 mCubes[5] = new Cube(world, c4, c4, c2, c5, c5, c3); 60 mCubes[6] = new Cube(world, c0, c4, c4, c1, c5, c5); 61 mCubes[7] = new Cube(world, c2, c4, c4, c3, c5, c5); 62 mCubes[8] = new Cube(world, c4, c4, c4, c5, c5, c5) [all...] |
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
MessagePort.h | 93 void setOnmessage(PassRefPtr<EventListener> listener, DOMWrapperWorld* world) 95 setAttributeEventListener(EventTypeNames::message, listener, world); 98 EventListener* onmessage(DOMWrapperWorld* world) { return getAttributeEventListener(EventTypeNames::message, world); }
|
/external/chromium_org/tools/gyp/test/relative/ |
gyptest-default.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/tools/deep_memory_profiler/subcommands/ |
cat.py | 55 json_root['roots'].append([sorter.world, sorter.name]) 61 for world in ['vm', 'malloc']: 62 orders['worlds'][world] = OrderedDict() 63 orders['worlds'][world]['breakdown'] = OrderedDict() 64 for sorter in sorters.iter_world(world): 69 orders['worlds'][world]['breakdown'][sorter.name] = order 97 def _fill_world(dump, bucket_set, sorters, world): 100 root['name'] = world 101 if world == 'vm': 103 elif world == 'malloc' [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/tests/ |
ifcritical-err.asm | 3 teststring db "Hello, world"
|
/frameworks/base/core/tests/coretests/src/android/util/ |
TimeUtilsTest.java | 87 String[] world = new String[] { local 386 for (int i = 0; i < world.length; i += 2) { 387 String country = world[i]; 388 String name = world[i + 1]; 405 String[] world = new String[] { local 410 for (int i = 0; i < world.length; i += 2) { 411 String country = world[i]; 412 String name = world[i + 1];
|
/external/chromium_org/tools/gyp/test/target/ |
gyptest-target.py | 8 Verifies simplest-possible build of a "Hello, world!" program
|
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
DOMWrapperWorld.cpp | 78 if (DOMWrapperWorld* world = isolatedWorld(context)) 79 return world; 93 DEFINE_STATIC_REF(DOMWrapperWorld, world, (adoptRef(new DOMWrapperWorld(MainWorldId - 1, DOMWrapperWorld::mainWorldExtensionGroup - 1)))); 94 return world; 152 RefPtr<DOMWrapperWorld> world = result.iterator->value; local 153 if (world) { 154 ASSERT(world->worldId() == worldId); 155 ASSERT(world->extensionGroup() == extensionGroup); 156 return world.release(); 159 world = adoptRef(new DOMWrapperWorld(worldId, extensionGroup)) [all...] |
V8ErrorHandler.cpp | 59 v8::Isolate* isolate = toV8Context(context, world())->GetIsolate(); 60 if (errorEvent->world() && errorEvent->world() != world())
|
/external/replicaisland/src/com/replica/replicaisland/ |
LevelSystem.java | 123 TiledWorld world = new TiledWorld(byteStream); local 148 mTileWidth, mTileHeight, world, tileIndex); 155 // Collision always defines the world boundaries. 156 mWidthInTiles = world.getWidth(); 157 mHeightInTiles = world.getHeight(); 162 collision.initialize(world, mTileWidth, mTileHeight); 165 mSpawnLocations = world; 170 hotSpots.setWorld(world);
|
/external/jmonkeyengine/engine/src/bullet-native/ |
jmePhysicsSpace.cpp | 159 //create dynamics world 160 btDiscreteDynamicsWorld* world = new btDiscreteDynamicsWorld(dispatcher, broadphase, solver, collisionConfiguration); local 161 dynamicsWorld = world; 166 world->getSimulationIslandManager()->setSplitIslands(false); 167 world->getSolverInfo().m_numIterations = 4; 168 world->getSolverInfo().m_solverMode = SOLVER_SIMD + SOLVER_USE_WARMSTARTING; //+SOLVER_RANDMIZE_ORDER; 169 world->getDispatchInfo().m_enableSPU = true; 209 void jmePhysicsSpace::preTickCallback(btDynamicsWorld *world, btScalar timeStep) { 210 jmePhysicsSpace* dynamicsWorld = (jmePhysicsSpace*) world->getWorldUserInfo(); 223 void jmePhysicsSpace::postTickCallback(btDynamicsWorld *world, btScalar timeStep) [all...] |
/cts/tests/tests/util/src/android/util/cts/ |
TimeUtilsTest.java | 85 String[] world = new String[] { local 90 for (int i = 0; i < world.length; i += 2) { 91 String country = world[i]; 92 String name = world[i + 1];
|
/external/chromium_org/tools/gyp/test/library/ |
gyptest-shared.py | 8 Verifies simple build of a "Hello, world!" program with shared libraries,
|
gyptest-static.py | 8 Verifies simple build of a "Hello, world!" program with static libraries,
|
/external/clang/test/Lexer/ |
pragma-operators.cpp | 27 #define pragma_hello _Pragma(u8R"x(message R"y("Hello", world!)y")x") 35 // CHECK: #pragma message("\042Hello\042, world!")
|