HomeSort by relevance Sort by last modified time
    Searched full:hello (Results 576 - 600 of 2904) sorted by null

<<21222324252627282930>>

  /packages/apps/Mms/tests/SmsAutoReply/res/values-zu/
strings.xml 4 <string name="hello" msgid="4362104386868779475">"Sawubona mhlaba, AutoReplyActivity!"</string>
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_quopri.py 70 ('hello', 'hello'),
71 ('''hello
73 world''', '''hello
76 ('''hello
79 ''', '''hello
85 ('hello ', 'hello=20'),
86 ('hello\t', 'hello=09')
    [all...]
test_strop.py 28 self.assertTrue(strop.capitalize(" hello ") == " hello ")
29 self.assertTrue(strop.capitalize("hello ") == "Hello ")
40 self.assertTrue(strop.lower("HeLLo") == "hello")
43 self.assertTrue(strop.upper("HeLLo") == "HELLO")
46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS"
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_quopri.py 70 ('hello', 'hello'),
71 ('''hello
73 world''', '''hello
76 ('''hello
79 ''', '''hello
85 ('hello ', 'hello=20'),
86 ('hello\t', 'hello=09')
    [all...]
test_strop.py 28 self.assertTrue(strop.capitalize(" hello ") == " hello ")
29 self.assertTrue(strop.capitalize("hello ") == "Hello ")
40 self.assertTrue(strop.lower("HeLLo") == "hello")
43 self.assertTrue(strop.upper("HeLLo") == "HELLO")
46 self.assertTrue(strop.swapcase("HeLLo cOmpUteRs") == "hEllO CoMPuTErS"
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/templates/
layout.template 12 android:text="@string/hello"
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/refactoring/usecompound/
compound1-expected-1.xml 13 android:text="Hello World" >
compound2-expected-2.xml 13 android:text="Hello World" >
compound3-expected-3.xml 13 android:text="Hello World" >
compound4-expected-4.xml 13 android:text="Hello World" >
compound_all-expected-5.xml 22 android:text="Hello World" />
32 android:text="Hello World" >
51 android:text="Hello World" />
65 android:text="Hello World" />
compound_all-expected-6.xml 22 android:text="Hello World" />
37 android:text="Hello World" />
52 android:text="Hello World" >
66 android:text="Hello World" />
  /cts/tests/tests/util/src/android/util/cts/
StringBuilderPrinterTest.java 23 StringBuilder strBuilder = new StringBuilder("Hello");
25 assertEquals("Hello", strBuilder.toString());
30 assertTrue(str.startsWith("Hello"));
  /cts/tools/dex-tools/src/dex/structure/
DexAnnotationAttribute.java 24 * &#064;Text(value=&quot;hello&quot;)
27 * 'value="hello"' is represented by a {@code DexAnnotationValue}. "value" is
28 * its name and "hello" is its encoded value.
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdtmain.asm 2 ;; returns true (0) if its parameter equals the phrase "hello"
3 ;; "hello" is stored in the library part, to complicate the
34 mov ecx, _message ; ecx = "hello"
  /external/llvm/lib/Transforms/Hello/
Makefile 1 ##===- lib/Transforms/Hello/Makefile -----------------------*- Makefile -*-===##
16 # from the hello plugin.
19 EXPORTED_SYMBOL_FILE = $(PROJ_SRC_DIR)/Hello.exports
  /external/llvm/test/Transforms/GCOVProfiling/
linkagename.ll 17 !0 = metadata !{i32 786449, metadata !2, i32 4, metadata !"clang version 3.3 (trunk 177323)", i1 false, metadata !"", i32 0, metadata !3, metadata !3, metadata !4, metadata !3, metadata !3, metadata !""} ; [ DW_TAG_compile_unit ] [/home/nlewycky/hello.cc] [DW_LANG_C_plus_plus]
18 !1 = metadata !{i32 786473, metadata !2} ; [ DW_TAG_file_type ] [/home/nlewycky/hello.cc]
19 !2 = metadata !{metadata !"hello.cc", metadata !"/home/nlewycky"}
  /external/llvm/test/Transforms/InstCombine/
stpcpy-2.ll 8 @hello = constant [6 x i8] c"hello\00"
17 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
strcat-2.ll 7 @hello = constant [6 x i8] c"hello\00"
19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
strcat-3.ll 7 @hello = constant [6 x i8] c"hello\00"
19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
strchr-2.ll 7 @hello = constant [14 x i8] c"hello world\5Cn\00"
17 %str = getelementptr [14 x i8]* @hello, i32 0, i32 0
strcmp-2.ll 6 @hello = constant [6 x i8] c"hello\00"
17 %str2 = getelementptr inbounds [6 x i8]* @hello, i32 0, i32 0
strcpy-2.ll 8 @hello = constant [6 x i8] c"hello\00"
17 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0
strlen-2.ll 7 @hello = constant [6 x i8] c"hello\00"
13 %hello_p = getelementptr [6 x i8]* @hello, i32 0, i32 0
strncat-3.ll 7 @hello = constant [6 x i8] c"hello\00"
19 %src = getelementptr [6 x i8]* @hello, i32 0, i32 0

Completed in 179 milliseconds

<<21222324252627282930>>