HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 351 - 375 of 3240) sorted by null

<<11121314151617181920>>

  /external/chromium_org/tools/gyp/test/msvs/uldi2010/
gyptest-all.py 15 test.run_gyp('hello.gyp')
18 test.must_contain('hello.vcxproj', '<UseLibraryDependencyInputs>false')
  /external/chromium_org/tools/gyp/test/win/linker-flags/
pdb-output.gyp 10 'sources': ['hello.cc'],
24 'sources': ['hello.cc'],
  /external/chromium_org/tools/gyp/test/win/precompiled/
hello.gyp 8 'target_name': 'hello',
11 'hello.c',
  /external/chromium_org/tools/gyp/test/win/vs-macros/
projectname.gyp 10 'sources': ['hello.cc'],
21 'sources': ['hello.cc'],
  /external/clang/test/SemaCXX/
ms-wchar.cpp 7 __wchar_t s[] = L"Hello world!";
9 unsigned short t[] = L"Hello world!"; // expected-error{{array initializer must be an initializer list}}
  /external/lldb/test/lang/objc/foundation/
const-strings.m 7 // (lldb) expr (int)[str compare:@"hello"]
18 NSString *str = [NSString stringWithCString:"hello" encoding:NSASCIIStringEncoding];
  /external/llvm/include/llvm/
CMakeLists.txt 10 ${LLVM_MAIN_SRC_DIR}/lib/Transforms/Hello/Hello.cpp
  /external/llvm/test/Feature/
metadata.ll 6 store i32 0, i32* null, !whatever !0, !whatever_else !{}, !more !{metadata !"hello"}
7 store i32 0, i32* null, !whatever !{i32 %x, metadata !"hello", metadata !1, metadata !{}, metadata !2}
  /external/llvm/test/MC/AsmParser/
directive_file-errors.s 5 .file "hello"
8 // CHECK: .file "hello"
directive_loc.s 4 .file 1 "hello"
5 # CHECK: .file 1 "hello"
  /external/markdown/tests/misc/
arabic.html 6 <p>???? Hello World!</p>
7 <pre><code>print "Hello World!"
  /ndk/sources/android/crazy_linker/tests/
foo2.cpp 12 __android_log_write(ANDROID_LOG_INFO, "foo", "Hello World!");
13 fprintf(stderr, "Hello World from Foo!\n");
  /ndk/sources/host-tools/make-3.81/tests/scripts/features/
varnesting 10 ."variable2 := Hello\n"
24 $answer = "Hello\n";
  /packages/apps/Bluetooth/res/values/
test_strings.xml 3 <string name="hello">Hello World, TestActivity</string>
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
unwrap-expected-unwrap1.xml 12 android:text="@string/hello" />
18 android:text="@string/hello" />
unwrap-expected-unwrap2.xml 12 android:text="@string/hello" />
18 android:text="@string/hello" />
unwrap-expected-unwrap3.xml 11 android:text="@string/hello" />
17 android:text="@string/hello" />
  /cts/tests/tests/text/src/android/text/cts/
SpannableStringBuilderTest.java 113 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
154 assertNotNull(SpannableStringBuilder.valueOf("hello, string"));
156 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
161 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world!");
166 builder = new SpannableStringBuilder("hello, world!");
168 assertEquals("hello, google!", builder.toString());
193 SpannableStringBuilder builder = new SpannableStringBuilder("hello, world");
198 builder = new SpannableStringBuilder("hello, world");
202 builder = new SpannableStringBuilder("hello, world");
207 builder = new SpannableStringBuilder("hello, world")
    [all...]
  /art/test/084-class-init/
expected.txt 5 Got expected 'hello!' from Exploder
  /development/ndk/platforms/android-4/samples/san-angeles/res/layout/
main.xml 10 android:text="Hello World, DemoActivity"
  /development/samples/browseable/AppRestrictionSchema/
_index.jd 9 app (press the button to show \"Hello\" message) is enabled or disabled. Use
  /development/tools/templates/
layout.template 10 android:text="Hello World, ACTIVITY_ENTRY_NAME"
  /external/chromium_org/base/strings/
stringprintf_unittest.cc 33 EXPECT_EQ("123hello w", StringPrintf("%3d%2s %1c", 123, "hello", 'w'));
35 EXPECT_EQ(L"123hello w", StringPrintf(L"%3d%2ls %1lc", 123, L"hello", 'w'));
40 std::string value("Hello");
42 EXPECT_EQ("Hello", value);
45 std::wstring valuew(L"Hello");
47 EXPECT_EQ(L"Hello", valuew);
52 std::string value("Hello");
54 EXPECT_EQ("Hello World", value)
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/idltest/
idltest_api.cc 39 std::string hello = "hello world"; local
41 BinaryValue::CreateWithCopiedBuffer(hello.c_str(), hello.size());
  /external/chromium_org/chrome/renderer/searchbox/
searchbox_extension_unittest.cc 24 EXPECT_EQ(GURL("http://www.google.com/hello?q=world"),
26 base::ASCIIToUTF16("hello?q=world")));
28 EXPECT_EQ(GURL("http://www.google.com:90/foo/hello?q=world"),
30 base::ASCIIToUTF16("foo/hello?q=world")));

Completed in 722 milliseconds

<<11121314151617181920>>