/external/llvm/test/CodeGen/X86/ |
2006-10-19-SwitchUnnecessaryBranching.ll | 3 @str = internal constant [14 x i8] c"Hello world!\0A\00" ; <[14 x i8]*> [#uses=1] 4 @str.upgrd.1 = internal constant [13 x i8] c"Blah world!\0A\00" ; <[13 x i8]*> [#uses=1]
|
/external/markdown/docs/extensions/ |
Abbreviations.txt | 26 *[W3C]: World Wide Web Consortium 31 is maintained by the <abbr title="World Wide Web Consortium">W3C</abbr>.</p>
|
/external/markdown/tests/misc/ |
bidi.txt | 36 ???? Hello World! 38 print "Hello 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/v8/test/mjsunit/ |
context-variable-assignments.js | 31 a = b = "hello world"; 37 assertEquals("hello world", foo());
|
/libcore/benchmarks/src/benchmarks/ |
VirtualVersusInterfaceBenchmark.java | 34 map.put("hello", "world"); 40 map.put("hello", "world");
|
/libcore/dom/src/test/resources/META-INF/ |
MANIFEST.MF | 13 Specification-Vendor: World Wide Web Consortium
15 Implementation-Vendor: World Wide Web Consortium
|
/ndk/sources/android/support/tests/ |
stdio_unittest.cc | 11 static const char kString[] = "Hello, World"; 26 static const wchar_t kWideString[] = L"Hello\uff41 World";
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 14 dataforkdata = 'hello\r\0world\n' 15 resourceforkdata = 'goodbye\ncruel\0world\r'
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_applesingle.py | 14 dataforkdata = 'hello\r\0world\n' 15 resourceforkdata = 'goodbye\ncruel\0world\r'
|
/cts/tests/tests/drm/src/android/drm/cts/ |
DrmInfoRequestTest.java | 61 checkGetMimeType("World"); 62 checkGetMimeType("Hello World"); 68 attributes.put("World", null); 69 attributes.put("Hello World", "Hello World");
|
DrmInfoTest.java | 63 checkGetMimeType("World"); 64 checkGetMimeType("Hello World"); 78 attributes.put("World", null); 79 attributes.put("Hello World", "Hello World");
|
/external/chromium_org/tools/deep_memory_profiler/lib/ |
sorter.py | 31 in dmprof. (For example, the "vm" world and the "malloc" world.) 135 def __init__(self, world): 137 self._world = world 331 self._world = dct['world'] 338 if dct['world'] == 'vm': 340 elif dct['world'] == 'malloc': 343 LOGGER.error('Unknown sorter world type') 347 result.write('world=%s' % self._world) 358 if sorter_dict['world'] == 'vm' 367 def world(self): member in class:AbstractSorter [all...] |
/external/jmonkeyengine/engine/src/core/com/jme3/animation/ |
Bone.java | 70 * The inverse world bind transform. 77 * The local animated transform combined with the local bind transform and parent world transform 116 * WARNING: Local bind pose and world inverse bind pose transforms shallow 228 * Returns the inverse world bind pose position. 233 * @return the inverse world bind pose position. 240 * Returns the inverse world bind pose rotation. 245 * @return the inverse world bind pose rotation. 252 * Returns the inverse world bind pose scale. 257 * @return the inverse world bind pose scale. 264 * Returns the world bind pose position [all...] |
/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
IndentingPrintWriterTest.java | 46 pw.print("World"); 55 pw.print("World"); 59 assertEquals("Hello\n World\n And\n Goodbye\nWorld\n", mStream.toString()); 67 pw.println("World"); 70 assertEquals("Hello\n World\n", mStream.toString());
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.syntax | 36 <col> MATCH 'hello world' 40 instance of the token "world". Tokens may be grouped into phrases using 45 <col> MATCH '"hello world" joe" 50 "'Hello world', said Joe." 51 "One should always greet the world with a cheery hello, thought Joe." 52 "How many hello world programs could their be?" 87 <col> MATCH 'hello OR world' 89 matches rows that contain either the term "hello", or the term "world", 127 table contains the term "world". If the table does not contain columns 131 <col> MATCH 'col1:hello col2:world' [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/ |
PrintWriterTest.java | 73 pw.write("Hello World"); 82 .equals("Hello World")); 96 pw.write("Hello World"); 109 .equals("Hello World")); 249 "Hello World".getChars(0, 11, schars, 0); 259 .equals("Hello World")); 355 pw.print("Hello World"); 357 assertEquals("Wrote incorrect string", "Hello World", new String(bao.toByteArray()) 402 "Hello World".getChars(0, 11, schars, 0); 414 .equals("Hello World")); [all...] |
/external/chromium_org/chrome/browser/metrics/ |
metrics_log_serializer_unittest.cc | 42 local_list[0] = "Hello world!"; 48 // [1, Base64Encode("Hello world!"), MD5("Hello world!")]. 59 (*it)->GetAsString(&str); // Base64 encoded "Hello world!" string. 61 base::Base64Encode("Hello world!", &encoded); 65 (*it)->GetAsString(&str); // MD5 for encoded "Hello world!" string. 182 local_list[0] = "Hello world!"; 224 local_list[0] = "Hello world!"; 245 local_list[0] = "Hello world!";
|
/external/chromium_org/chrome/browser/extensions/ |
script_executor.h | 52 // The type of world to inject into (main world, or its own isolated world).
|
/external/chromium_org/chrome/browser/ui/gtk/omnibox/ |
omnibox_view_gtk_unittest.cc | 80 const char input[] = " hello, world "; 89 const char input[] = " hello, world "; 90 const std::string expected = "hello, world";
|
/external/llvm/lib/Transforms/Hello/ |
Hello.cpp | 10 // This file implements two versions of the LLVM "Hello World" pass described 40 static RegisterPass<Hello> X("hello", "Hello World Pass"); 64 Y("hello2", "Hello World Pass (with getAnalysisUsage implemented)");
|
/cts/tests/assets/webkit/ |
test_stop_loading.html | 21 <h3>hello world!</h3><br>
|
/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];
|
/developers/samples/android/media/MediaRecorder/MediaRecorderSample/src/main/res/values/ |
strings.xml | 21 <string name="hello_world">Hello world!</string>
|
/development/apps/SettingInjectorSample/res/values/ |
strings.xml | 19 <string name="my_setting_activity_text">Hello, World!</string>
|