/frameworks/compile/mclinker/unittests/ |
NamePoolTest.cpp | 53 const char *s1 = "Hello MCLinker"; 60 const char *s1 = "Hello MCLinker"; 70 const char *name = "Hello MCLinker"; 122 const char *name = "Hello MCLinker"; 179 const char *name = "Hello MCLinker"; 220 strcpy(name, "Hello MCLinker");
|
StringTableTest.cpp | 57 m_pTestee->insert("Hello"); 62 ASSERT_STREQ(*it, "Hello");
|
/external/llvm/docs/ |
WritingAnLLVMPass.rst | 36 Quick Start --- Writing hello world 39 Here we describe how to write the "hello world" of passes. The "Hello" pass is 43 source tree in the ``lib/Transforms/Hello`` directory. 55 we'll assume that you made ``lib/Transforms/Hello``. Finally, you must set up 61 # Makefile for hello pass 67 LIBRARYNAME = Hello 78 ``$(LEVEL)/Debug+Asserts/lib/Hello.so`` that can be dynamically loaded by the 132 struct Hello : public FunctionPass { 134 This declares a "``Hello``" class that is a subclass of `FunctionPas [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
TextUtils_SimpleStringSplitterTest.java | 60 simpleStringSplitter.setString("hello|world"); 64 assertEquals("hello", iterator.next());
|
/external/chromium/chrome/browser/debugger/manual_tests/ |
heap-profiler-test-snapshots-comparison.html | 19 var b = new B('hello'); 35 bHolder.push(new B('hello'));
|
/external/chromium/net/http/ |
http_network_layer_unittest.cc | 76 MockRead("hello world"), 110 EXPECT_EQ("hello world", contents);
|
/external/clang/test/PCH/ |
objc_literals.m | 58 // CHECK-PRINT: id dictlit = @{ @17 : {{@17.45[^,]*}}, @"hello" : @"world" }; 59 id dictlit = @{@17 : @17.45, @"hello" : @"world" };
|
/external/clang/test/Sema/ |
format-strings-gnu.c | 43 printf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}} 53 scanf("%Ls", "hello"); // expected-warning {{length modifier 'L' results in undefined behavior or no effect with 's' conversion specifier}}
|
/external/clang/test/SemaObjC/ |
scope-check.m | 75 + (void) hello; 79 + (void) hello {
|
/external/icu4c/test/intltest/ |
itutil.cpp | 342 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local 344 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode)); 434 UnicodeString hello=UNICODE_STRING_SIMPLE("Hello {0}!"); local 437 umsg_open(hello.getBuffer(), hello.length(), "root", NULL, errorCode));
|
/external/icu4c/tools/icuinfo/ |
icuplugins_windows_sample.txt | 40 testplug.dll myPlugin hello=world 45 #testplug.dll myPluginBad hello=world
|
/external/llvm/include/llvm/Transforms/Utils/ |
SimplifyLibCalls.h | 28 /// form. For example, replacing 'printf("Hello!")' with 'puts("Hello!")'.
|
/external/srec/config/en.us/grammars/ |
homonym_test1.grxml | 3 Test grammar, here we test "hello" vs "hellow", used in places 80 hello
|
/external/v8/test/mjsunit/ |
debug-liveedit-newsource.js | 55 var new_source = new_source.replace("Help", "Hello"); 69 assertEquals("Hello Peter", ChooseAnimal.Factory()("Peter"));
|
/external/webkit/LayoutTests/fast/xpath/4XPath/Core/ |
test_core_functions.html | 74 shouldBe('DOM.evaluate("translate(\'hello world\', \'e\', \'a\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"hallo world"'); 75 shouldBe('DOM.evaluate("translate(\'hello world\', \'e\', \'abc\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"hallo world"'); 76 shouldBe('DOM.evaluate("translate(\'hello world\', \'el\', \'a\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"hao word"'); 77 shouldBe('DOM.evaluate("translate(\'hello world\', \'abcdefgabc\', \'ABCDEFG123\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"hEllo worlD"'); 78 shouldBe('DOM.evaluate("translate(\'hello world\', \'abcdefghhe\', \'ABCDEFGH\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"HEllo worlD"'); 79 shouldBe('DOM.evaluate("translate(\'hello world\', \'abcdefgh\', \'\')", CHILD1, null, XPathResult.ANY_TYPE, null).stringValue', '"llo worl"');
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/Boolean/ |
15.6.4.2-4-n.js | 50 "tostr=Boolean.prototype.toString; x=new String( 'hello' ); x.toString=tostr; x.toString()", 52 "tostr=Boolean.prototype.toString; x=new String( 'hello' ); x.toString=tostr; x.toString()" );
|
15.6.4.3-4-n.js | 51 "valof=Boolean.prototype.valueOf; x=new String( 'hello' ); x.valueOf=valof;x.valueOf()", 53 "valof=Boolean.prototype.valueOf; x=new String( 'hello' ); x.valueOf=valof;x.valueOf()" );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.2.3-1.js | 48 var o = new MyObject("hello") 51 "var o = new MyObject('hello'); o.THIS == x",
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.5.1.js | 72 "var s = new String('hello'); delete s.length; s.length", 74 eval("var s = new String('hello'); delete s.length; s.length") );
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
Find.cpp | 45 TEST_ASSERT(WKStringIsEqualToUTF8CString(string, "Hello")); 75 WKRetainPtr<WKStringRef> findString(AdoptWK, WKStringCreateWithUTF8CString("Hello"));
|
/frameworks/base/tools/aapt/tests/ |
FileFinder_test.cpp | 34 data.push( pair<String8,time_t>(String8("hello.png"),3) ); 38 data.push( pair<String8,time_t>(String8("hello.jpg"),3) );
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategyTest.java | 425 " <string name=\"hello\">Hello World, MainActivity!</string>^\n" + 432 " <string name=\"hello\">Hello World, MainActivity!</string>\n" + 443 " <string name=\"hello\">Hello World, MainActivity!</string>\n" + 451 " <string name=\"hello\">Hello World, MainActivity!</string>\n" +
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
bsd.sh | 150 hello' /dev/null 223 hello 227 hello 231 hello 235 hello 297 hello 411 $SED '/hello/' && exit 1 412 $SED '1,/hello/' && exit 1 415 # $SED 'a hello' && exit 1 416 # $SED 'a \ hello' && exit [all...] |
/cts/tests/src/android/app/cts/ |
ActivityManagerStubCrashActivity.java | 29 tv.setText("Hello, Android but crash");
|
/cts/tests/src/android/rsg/cts/ |
stub_activity.rs | 30 rsgDrawText("Hello World!", 50, 50);
|