HomeSort by relevance Sort by last modified time
    Searched full:string2 (Results 1 - 25 of 224) sorted by null

1 2 3 4 5 6 7 8 9

  /art/test/955-methodhandles-smali/
expected.txt 1 [String1]+[String2]
3 [String1]+[String2]
  /external/robolectric-shadows/resources/src/test/java/org/robolectric/res/
ThemeStyleSetTest.java 26 createAttribute("string2", "string2 value from style1")
28 themeStyleSet.apply(createStyle("style2", createAttribute("string2", "string2 value from style2")), false);
30 assertThat(themeStyleSet.getAttrValue(attrName("string2")).value).isEqualTo("string2 value from style1");
37 createAttribute("string2", "string2 value from style1")
41 assertThat(themeStyleSet.getAttrValue(attrName("string2")).value).isEqualTo("string2 value from style1")
    [all...]
  /external/python/cpython3/Doc/includes/sqlite3/
collation_reverse.py 3 def collate_reverse(string1, string2):
4 if string1 == string2:
6 elif string1 < string2:
  /external/dtc/tests/
include7.dts 8 placeholder = "this is a placeholder string", "string2";
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mmix/
byte-1.s 6 lab2 BYTE number+100,0,"string2",#a
  /external/python/cpython2/Doc/includes/sqlite3/
collation_reverse.py 3 def collate_reverse(string1, string2):
4 return -cmp(string1, string2)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
stralign.h 50 int WINAPI uaw_lstrcmpW(PCUWSTR String1,PCUWSTR String2);
51 int WINAPI uaw_lstrcmpiW(PCUWSTR String1,PCUWSTR String2);
55 int __cdecl uaw_wcsicmp(PCUWSTR String1,PCUWSTR String2);
69 int ua_lstrcmpW(LPCUWSTR String1,LPCUWSTR String2);
72 int ua_lstrcmpiW(LPCUWSTR String1,LPCUWSTR String2);
80 __CRT_INLINE int ua_lstrcmpW(LPCUWSTR String1,LPCUWSTR String2) {
81 if(WSTR_ALIGNED(String1) && WSTR_ALIGNED(String2))
82 return lstrcmpW((LPCWSTR)String1,(LPCWSTR)String2);
83 return uaw_lstrcmpW(String1,String2);
88 __CRT_INLINE int ua_lstrcmpiW(LPCUWSTR String1,LPCUWSTR String2) {
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/EfiCommonLib/
String.c 136 IN CHAR16 *String2
141 Compare the Unicode string pointed by String to the string pointed by String2.
146 String2 - The other string to process
149 Return a positive integer if String is lexicall greater than String2; Zero if
151 less than String2.
156 if (*String != *String2) {
161 String2 += 1;
164 return *String - *String2;
170 IN CHAR16 *String2,
177 string String2 for len characters. If the first len characters
    [all...]
  /art/test/617-clinit-oome/src/
Other.java 19 public static final String string2 = "ABCDEFG2"; field in class:Other
26 System.out.println(string2);
  /prebuilts/gdb/darwin-x86/share/pretty-printers/stlport/test/
script 5 p string2
  /prebuilts/gdb/linux-x86/share/pretty-printers/stlport/test/
script 5 p string2
  /prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/test/
script 5 p string2
  /prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/test/
script 5 p string2
  /build/blueprint/proptools/
extend_test.go 87 S: "string2",
99 S: "string2",
235 S2: StringPtr("string2"),
243 S2: StringPtr("string2"),
252 S2: StringPtr("string2"),
260 S2: StringPtr("string2"),
272 S: []string{"string2"},
275 S: []string{"string1", "string2"},
284 S: []string{"string2"},
287 S: []string{"string2", "string1"}
    [all...]
  /external/valgrind/none/tests/s390x/
clst.c 18 register const char *string2 asm ("4") = __string2;
22 :"+d" (string1), "+d" (string2) :"d" (end): "cc");
24 return (clst_t) { .str1 = string1, .str2 = string2, .cc = get_cc() };
  /external/clang/test/Lexer/
pragma-message.c 11 #define STRING2(x) #x
12 #define STRING(x) STRING2(x)
27 #define COMPILE_ERROR(x) _Pragma(STRING2(GCC error(x)))
  /external/valgrind/none/tests/darwin/
access_extended.c 22 char* string2 = string1 + strlen(name1) + 1; local
28 entries[2].ad_name_offset = string2 - (char*)entries;
33 strcpy(string2, name2);
  /art/test/624-checker-stringops/smali/
Smali.smali 23 ## CHECK-DAG: <<String2:l\d+>> LoadString
25 ## CHECK-DAG: <<Append2:l\d+>> InvokeVirtual [<<Null1>>,<<String2>>] intrinsic:StringBufferAppend
33 ## CHECK-DAG: <<String2:l\d+>> LoadString
34 ## CHECK-DAG: <<Append2:l\d+>> InvokeVirtual [<<New>>,<<String2>>] intrinsic:StringBufferAppend
61 ## CHECK-DAG: <<String2:l\d+>> LoadString
63 ## CHECK-DAG: <<Append2:l\d+>> InvokeVirtual [<<Null2>>,<<String2>>] intrinsic:StringBuilderAppend
71 ## CHECK-DAG: <<String2:l\d+>> LoadString
72 ## CHECK-DAG: <<Append2:l\d+>> InvokeVirtual [<<New>>,<<String2>>] intrinsic:StringBuilderAppend
100 ## CHECK-DAG: <<String2:l\d+>> LoadString loop:<<Loop>>
102 ## CHECK-DAG: <<Append2:l\d+>> InvokeVirtual [<<Null2>>,<<String2>>] intrinsic:StringBufferAppend loop:<<Loop>
    [all...]
  /external/llvm/test/Verifier/
ident-meta1.ll 8 !1 = !{!"string1", !"string2"}
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupport.h 94 Compare the Unicode and Ascii string pointed by String to the string pointed by String2.
98 @param String2 - Ascii string to process
100 @return Return a positive integer if String is lexicall greater than String2; Zero if
102 less than String2.
109 IN CHAR8 *String2
114 Compare the Unicode string pointed by String to the string pointed by String2.
117 @param String2 - Unicode string to process
119 @return Return a positive integer if String is lexically greater than String2; Zero if
121 less than String2.
128 IN CHAR16 *String2
    [all...]
  /external/libexif/libexif/
i18n.h 38 # define ngettext(String1,String2,Count) (Count==1?String1:String2)
  /external/llvm/test/MC/Mips/
sym-offset.ll 8 @string2 = internal global [10 x i8] c"aaaa\00bbbb\00", align 1
20 %call = tail call i32 @memcmp(i8* getelementptr inbounds ([11 x i8], [11 x i8]* @string1, i32 0, i32 0), i8* getelementptr inbounds ([10 x i8], [10 x i8]* @string2, i32 0, i32 0), i32 4) nounwind readonly
  /kernel/tests/net/test/
cstruct_test.py 99 "byte1 string2 int3 ascii4 word5")
103 expected = ("TestStruct(byte1=2, string2=68656c6c6f0000000000000000000000,"
109 expected = ("TestStruct(byte1=2, string2=68656c6c6f0076697369626c65313233,"
115 "byte1 string2 int3 ascii4 word5")
118 self.assertEquals("\x00" * 16, t.string2)
126 "byte1 string2 int3 word4")
131 t1 = TestStruct(byte1=1, string2=text, int3=0xFEDCBA98, word4=0x1234)
136 t1 = TestStruct(string2=text, word4=0x1234)
142 "byte1 string2 int3 ascii4 word5")
146 self.assertEquals(1, t.offset("string2")) # sizeof(byte
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/Include/
EfiCommonLib.h 855 IN CHAR16 *String2
863 String - Compare to String2
865 String2 - Compare to String
870 > 0 - String is alphabeticly greater than String2
872 < 0 - String is alphabeticly less than String2
880 IN CHAR16 *String2,
887 string String2 for len characters. If the first len characters
888 of String is identical to the first len characters of String2,
890 after String2, the function returns a number greater than 0. If
891 substring of String sorts lexicographically before String2, the
    [all...]
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 56 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
77 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
116 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
139 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
166 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
189 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
216 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
262 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);
277 .put("String2", ClientInfoStatus.REASON_VALUE_TRUNCATED);

Completed in 661 milliseconds

1 2 3 4 5 6 7 8 9