HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 626 - 650 of 1658) sorted by null

<<21222324252627282930>>

  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/return_object/d/
T_return_object_1.d 30 const-string v1, "hello"
  /dalvik/tests/003-omnibus-opcodes/src/
Classes.java 155 multi1[0][1][2][1] = "HELLO-1";
163 multi2[0][1][2][1][4] = "HELLO-2";
173 multi3[0][1][2][1][4][1] = "HELLO-3";
183 multi4[0][1][2][1][4][1] = "HELLO-4";
  /development/apps/launchperf/src/com/android/launchperf/
HelloWorldLaunchPerformance.java 26 * Instrumentation class for Hello World launch performance testing.
  /development/samples/ApiDemos/res/layout/
hello_world.xml 21 displays our "Hello, World!" text. -->
  /development/samples/ApiDemos/src/com/example/android/apis/view/
WebView1.java 42 wv.loadData("<a href='x'>Hello World! - 1</a>", mimeType, null);
  /development/samples/HelloActivity/
AndroidManifest.xml 24 <application android:label="Hello, Activity!">
  /development/samples/HelloActivity/src/com/example/android/helloactivity/
HelloActivity.java 26 * A minimal "Hello, World!" application.
  /development/samples/SkeletonApp/res/values/
strings.xml 27 <string name="main_label">Hello <u>th<ignore>e</ignore>re</u>, <i>you</i> <b>Activity</b>!</string>
  /development/samples/Support13Demos/res/values/
strings.xml 20 <string name="hello_world"><b>Hello, <i>World!</i></b></string>
  /development/samples/Support4Demos/res/layout/
hello_world.xml 21 displays our "Hello, World!" text. -->
  /external/chromium/base/
string_tokenizer_unittest.cc 153 string input = "foo bar 'hello world' baz";
164 EXPECT_EQ(string("'hello world'"), t.token());
173 string input = "bar 'hello wo";
181 EXPECT_EQ(string("'hello wo"), t.token());
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
README 0 Hello License Python
  /external/chromium/chrome/common/extensions/docs/examples/tutorials/getstarted/
popup.html 23 "text=hello%20world&" +
  /external/chromium/chrome/common/extensions/docs/static/
experimental.tts.html 29 <pre>chrome.experimental.tts.speak('Hello, world.');</pre>
34 <pre>chrome.experimental.tts.speak('Hello, world.', {'rate': 0.8});</pre>
40 'Hello, world.',
55 'Hello, world.', null, function() {
  /external/chromium/net/spdy/
spdy_stream_unittest.cc 166 ConstructSpdyBodyFrame("\0hello!\xff", 8));
176 ConstructSpdyBodyFrame("\0hello!\xff", 8));
218 memcpy(buf->data(), "\0hello!\xff", 8);
244 EXPECT_EQ(std::string("\0hello!\xff", 8), delegate->received_data());
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_util.py 63 util.prepend_message_to_exception('Hello ', exc)
64 self.assertEqual('Hello World', str(exc))
74 os.path.join(_TEST_DATA_DIR, 'hello.pl')))
76 os.path.join(_TEST_DATA_DIR, 'hello.pl'), cygwin_path))
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/testdata/
hello.pl 32 print "Hello\n";
  /external/clang/test/CXX/lex/lex.literal/lex.ext/
p10.cpp 13 const char *q = R"x("hello")x"wibble; // expected-error {{invalid suffix on literal; C++11 requires a space between literal and identifier}} expected-error {{expected ';'}}
  /external/clang/test/CodeGenObjC/
debug-info-id-with-protocol.m 14 -(const char *)hello;
objc-literal-debugger-test.m 47 b = @("hello");
  /external/clang/test/Lexer/
cxx0x_keyword_as_cxx98.cpp 22 static_assert(1 > 0, "hello"); // ok
  /external/clang/test/Parser/
objc-messaging-1.m 19 [a : "Hello\n" :2 another:(i+10), (i,j-1,5),6,8]; // expected-warning{{not found}} \
pragma-pack.c 10 /*expected-warning {{unknown action for '#pragma pack'}}*/ #pragma pack(hello)
  /external/clang/test/Sema/
block-printf-attribute-1.c 12 z(1, "%s", "HELLO"); // no-warning
  /external/clang/test/SemaCXX/
unused.cpp 45 Foo("Hello World!"); // don't warn

Completed in 1228 milliseconds

<<21222324252627282930>>