/external/zlib/src/contrib/pascal/ |
example.pas | 28 (* "hello world" would be more standard, but the repeated "hello" 31 const hello: PChar = 'hello, hello!'; 33 const dictionary: PChar = 'hello'; 61 len := StrLen(hello)+1; 63 err := compress(compr, comprLen, hello, len); 71 if StrComp(PChar(uncompr), hello) <> 0 then 90 len := StrLen(hello)+1 [all...] |
/external/icu4c/test/cintltst/ |
tracetst.c | 297 test_format("hello, world", 50, 0, "hello, world", __LINE__); 298 test_format("hello, world", 50, 4, " hello, world", __LINE__); 299 test_format("hello, world", 3, 0, "hello, world", __LINE__); 302 test_format("a string %s ", 50, 0, "a string hello ", __LINE__, "hello"); 353 x = utrace_format(buf, 100, 0, "%s", "Hello, World."); 354 TEST_ASSERT(strcmp(buf, "Hello, World.") == 0) [all...] |
/external/zlib/src/test/ |
example.c | 29 const char hello[] = "hello, hello!"; variable 30 /* "hello world" would be more standard, but the repeated "hello" 34 const char dictionary[] = "hello"; 93 uLong len = (uLong)strlen(hello)+1; 95 err = compress(compr, &comprLen, (const Bytef*)hello, len); 103 if (strcmp((char*)uncompr, hello)) { 123 int len = (int)strlen(hello)+1 [all...] |
/cts/tests/tests/text/src/android/text/cts/ |
SelectionTest.java | 28 CharSequence text = "hello, world"; 45 CharSequence text = "hello, world"; 62 CharSequence text = "hello, world"; 91 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world"); 117 CharSequence text = "hello, world"; 136 CharSequence text = "hello, world"; 162 CharSequence text = "hello\nworld"; 189 CharSequence text = "hello\nworld"; 254 CharSequence text = "hello,world\nGoogle"; 286 CharSequence text = "hello, world" [all...] |
SpannableStringTest.java | 52 String text = "hello, world"; 82 SpannableString spannable = new SpannableString("hello, world"); 105 String text = "hello, world";
|
BoringLayoutTest.java | 236 assertNotNull(BoringLayout.isBoring("hello android", paint)); 240 assertNotNull(BoringLayout.isBoring("hello android", paint, metrics)); 243 assertNull(BoringLayout.isBoring("hello \t android", paint)); 244 assertNull(BoringLayout.isBoring("hello \n android", paint)); 245 assertNull(BoringLayout.isBoring("hello \n\n\n android", paint)); 247 assertNull(BoringLayout.isBoring("hello android\n\n\n", paint));
|
/external/clang/bindings/python/tests/cindex/ |
test_translation_unit.py | 18 path = os.path.join(kInputsDir, 'hello.cpp') 23 path = os.path.join(kInputsDir, 'hello.cpp') 31 tu = TranslationUnit.from_source(path, ['-DDECL_ONE=hello', '-DDECL_TWO=hi']) 33 assert spellings[-2] == 'hello' 38 tu = TranslationUnit.from_source(path, ['-DDECL_ONE=hello', '-DDECL_TWO=hi']) 41 assert spellings[-2] == 'hello' 155 path = os.path.join(kInputsDir, 'hello.cpp')
|
/system/media/camera/docs/ |
metadata_validate.py | 80 <entry name="Hello" /> # this is in variable 'Hello' 84 el = find_parent_by_name(Hello, ['static']) 109 Hello world # NavigableString 112 Hello world again # NavigableString 135 Hello world # NavigableString 138 Hello world again # NavigableString
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_6/Array/ |
regress-290592.js | 174 var strings = ['hello', 'Array', 'WORLD']; 206 expect = 'hello,Array,WORLD'; 218 expect = 'hello,mutated,'; 227 strings = ['hello', 'Array', 'WORLD']; 232 expect = 'HELLO,ARRAY,WORLD'; 244 expect = 'HELLO,ARRAY,WORLD'; 256 expect = 'hello,array,world'; 306 expect = 'hello,Array,WORLD,'; 318 expect = 'hello,mutated,'; 328 strings = ['hello', 'Array', 'WORLD'] [all...] |
/frameworks/base/docs/html/ |
_redirects.yaml | 188 - from: /resources/tutorials/hello-world.html 245 - from: /resources/tutorials/views/hello-linearlayout.html 248 - from: /resources/tutorials/views/hello-relativelayout.html 251 - from: /resources/tutorials/views/hello-listview.html 254 - from: /resources/tutorials/views/hello-gridview.html 257 - from: /resources/tutorials/views/hello-webview.html 260 - from: /resources/tutorials/views/hello-formstuff.html 263 - from: /resources/tutorials/views/hello-datepicker.html 266 - from: /resources/tutorials/views/hello-timepicker.html 269 - from: /resources/tutorials/views/hello-autocomplete.htm [all...] |
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImplTest.java | 80 // unwrap client hello (full handshake) 83 server.getTask().run(); // process client hello in delegated task 88 // unwrap unexpected second client hello 103 // unwrap client hello (abbreviated handshake) 113 server.getTask().run(); // process client hello in delegated task
|
/external/chromium/chrome/common/extensions/docs/static/ |
getstarted.html | 1 <div id="pageData-name" class="pageData">Tutorial: Getting Started (Hello, World!)</div> 11 <img src="images/hello-world-small.png" 13 alt="a window with a grid of images related to HELLO WORLD" /> 134 <img src="images/hello-world.png" 136 alt="a popup with a grid of images related to HELLO WORLD" />
|
/external/webkit/LayoutTests/fast/url/ |
host-expected.txt | 22 PASS canonicalize('http://hello%00/') is 'http://hello%00/' 26 FAIL canonicalize('http://192.168.0.1 hello/') should be http://192.168.0.1%20hello/. Was http://192.168.0.1 hello/.
|
ipv4-expected.txt | 25 FAIL canonicalize('http://192.168.0.1. hello/') should be http://192.168.0.1.%20hello/. Was http://192.168.0.1. hello/. 52 FAIL canonicalize('http://192.168.0.1 hello/') should be http://192.168.0.1%20hello/. Was http://192.168.0.1 hello/.
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/Array/ |
15.4.4.4-001.js | 56 x = "Hello"; 68 x = /Hello/g; 74 x = new Error("Hello"); 80 x = function() {return "Hello";}; 86 x = [function() {return "Hello";}];
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-105972.js | 55 string = 'Hello World'; 68 string = 'Hello World'; 85 string = 'Hello: World'; 87 expectedmatch = Array('Hello:', ':'); 104 string = 'Hello: World';
|
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/ |
ResourcesTest.java | 86 String hello=resources.getString( R.string.hello ); local 87 assertThat( hello, equalTo( "Bonjour" ) );
|
/external/tcpdump/ |
decnet.h | 119 #define RMF_TEST 05 /* hello and test message */ 122 #define RMF_RHELLO 013 /* router hello message */ 123 #define RMF_EHELLO 015 /* endnode hello message */ 174 word in_hello; /* hello timer */ 185 struct testmsg /* hello and test message */ 206 struct rhellomsg /* router hello message */ 217 word rh_hello; /* hello timer */ 221 struct ehellomsg /* endnode hello message */ 233 word eh_hello; /* hello timer */ 242 struct testmsg cm_test; /* hello and test message * [all...] |
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/String/ |
15.5.4.2-3.js | 78 "var tostr=String.prototype.toString; astring=new String('hello'); astring.toString = tostr; astring.toString()", 79 "hello", 80 "var tostr=String.prototype.toString; astring=new String('hello'); astring.toString = tostr; astring.toString()" );
|
15.5.4.3-2.js | 75 "var valof=String.prototype.valueOf; astring=new String('hello'); astring.valueOf = valof; astring.valof()", 76 "hello", 77 "var valof=String.prototype.valueOf; astring=new String('hello'); astring.valueOf = valof; astring.valueOf()" );
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImpl.java | 77 return; // wait client hello 112 // Client hello has been received during handshake 116 // if protocol planed to send Hello Request message 288 * Processes SSLv2 Hello message 289 * @ see TLS 1.0 spec., E.1. Version 2 client hello 315 * Processes Client Hello message. 316 * Server responds to client hello message with server hello 318 * certificate request, and server hello done messages. 331 "HANDSHAKE FAILURE. Incorrect client hello message") [all...] |
/libcore/luni/src/test/java/libcore/java/lang/ |
SystemTest.java | 72 System.arraycopy(new char[5], 0, "Hello", 0, 3); 81 System.arraycopy("Hello", 0, new char[5], 0, 3); 99 System.arraycopy(new Object[] { null, 5, "hello" }, 0,
|
/ndk/sources/host-tools/make-3.81/tests/scripts/features/ |
include | 75 hello: ; @echo hello 78 "hello\n"
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/util/ |
SearchUtilTest.java | 38 matched = SearchUtil.findMatchingLine(actual, "hello"); 39 assertEquals("hello", matched.line); 82 final String actual = "....hello.kitty";
|
/external/webkit/LayoutTests/storage/domstorage/ |
complex-keys-expected.txt | 77 storage[k] = 'hello' 78 PASS storage.getItem(k) is "hello" 79 PASS storage[k] is "hello" 192 storage[k] = 'hello' 193 PASS storage.getItem(k) is "hello" 194 PASS storage[k] is "hello"
|