HomeSort by relevance Sort by last modified time
    Searched refs:str1 (Results 26 - 50 of 296) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/elfutils/0.153/libcpu/
x86_64_dis.h 141 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
142 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
143 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
144 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
145 { .mnemonic = MNE_adc, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
146 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 0, .fct1 = 15, .str1 = 0, .off1_1 = 5, .off1_2 = 3, .off1_3 = 0, .fct2 = 5, .str2 = 0, .off2_1 = 11, .off2_2 = 3, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
147 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 15, .str1 = 0, .off1_1 = 13, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
148 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 1, .modrm = 1, .fct1 = 19, .str1 = 0, .off1_1 = 13, .off1_2 = 0, .off1_3 = 0, .fct2 = 15, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
149 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 27, .str1 = 0, .off1_1 = 7, .off1_2 = 3, .off1_3 = 0, .fct2 = 16, .str2 = 0, .off2_1 = 3, .off2_2 = 9, .off2_3 = 0, .fct3 = 0, .str3 = 0, .off3_1 = 0, .off3_2 = 0, },
150 { .mnemonic = MNE_add, .rep = 0, .repe = 0, .suffix = 0, .modrm = 1, .fct1 = 25, .str1 = 0, .off1_1 = 5, .off1_2 = 9, .off1_3 = 0, .fct2 = 20, .str2 = 0, .off2_1 = 5, .off2_2 = 3, .off2 (…)
    [all...]
  /external/compiler-rt/test/dfsan/
custom.c 75 char str1[] = "str1", str2[] = "str2"; local
76 dfsan_set_label(i_label, &str1[3], 1);
79 int rv = memcmp(str1, str2, sizeof(str1));
89 char str1[] = "str1"; local
90 char str2[sizeof(str1)];
91 dfsan_set_label(i_label, &str1[3], 1);
93 ASSERT_ZERO_LABEL(memcpy(str2, str1, sizeof(str1)))
112 char str1[] = "str1", str2[] = "str2"; local
126 char str1[] = "str1"; local
139 char str1[] = "str1"; local
149 char str1[] = "str1"; local
172 char str1[] = "str1", str2[] = "str2"; local
190 char str1[] = "str1", str2[] = "str2", str3[] = "Str1"; local
213 char str1[] = "Str1", str2[] = "str2"; local
231 char str1[] = "str1"; local
658 char str1[] = "str1str1"; local
671 char str1[] = "str1str1"; local
693 char str1[] = "str1"; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tchcfmt.h 47 double v1, const char* str1,
  /external/chromium_org/third_party/webrtc/modules/audio_device/
audio_device_utility.cc 41 const char* str1 , const char* str2,
44 return ((_strnicmp(str1, str2, length) == 0) ? true : false);
105 const char* str1 , const char* str2, const uint32_t length)
107 return (strncasecmp(str1, str2, length) == 0)?true: false;
  /external/icu/icu4c/source/test/intltest/
tchcfmt.h 47 double v1, const char* str1,
  /external/llvm/test/MC/ELF/
undef.s 15 .section .rodata.str1.1,"aMS",@progbits,1
42 // CHECK-NEXT: Section: .rodata.str1.1
72 // CHECK-NEXT: Name: .rodata.str1.1
78 // CHECK-NEXT: Section: .rodata.str1.1
  /libcore/luni/src/test/java/libcore/java/util/jar/
OldAttributesNameTest.java 54 String str1 = "Attr1"; local
56 Attributes.Name attr1 = new Attributes.Name(str1);
59 assertTrue(attr1.toString().equals(str1));
61 assertFalse(attr2.toString().equals(str1));
  /external/chromium_org/third_party/smhasher/src/
pstdint.h 768 char str0[256], str1[256]; local
772 sprintf (str1, "%d %x\n", i8, ~0);
773 if (0 != strcmp (str0, str1)) printf ("Something wrong with i8 : %s\n", str1);
774 sprintf (str1, "%u %x\n", u8, ~0);
775 if (0 != strcmp (str0, str1)) printf ("Something wrong with u8 : %s\n", str1);
776 sprintf (str1, "%d %x\n", i16, ~0);
777 if (0 != strcmp (str0, str1)) printf ("Something wrong with i16 : %s\n", str1);
    [all...]
  /art/test/072-precise-gc/src/
Main.java 38 String str1 = generateString("String", 1); local
50 wrefs[1] = new WeakReference(str1);
71 String str1; local
102 str1 = generateString("String", 1);
111 System.out.println(str0+str1+str2+str3+str4+str5+str6+str7+str8+str9);
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_common.h 48 #define safe_strcmp(str1, str2) strcmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
49 #define safe_stricmp(str1, str2) _stricmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2))
50 #define safe_strncmp(str1, str2, count) strncmp(((str1==NULL)?"<NULL>":str1), ((str2==NULL)?"<NULL>":str2), count)
  /external/chromium_org/third_party/libxml/src/include/libxml/
xmlstring.h 64 xmlStrcmp (const xmlChar *str1,
67 xmlStrncmp (const xmlChar *str1,
71 xmlStrcasecmp (const xmlChar *str1,
74 xmlStrncasecmp (const xmlChar *str1,
78 xmlStrEqual (const xmlChar *str1,
94 xmlStrncatNew (const xmlChar *str1,
  /external/libxml2/include/libxml/
xmlstring.h 64 xmlStrcmp (const xmlChar *str1,
67 xmlStrncmp (const xmlChar *str1,
71 xmlStrcasecmp (const xmlChar *str1,
74 xmlStrncasecmp (const xmlChar *str1,
78 xmlStrEqual (const xmlChar *str1,
94 xmlStrncatNew (const xmlChar *str1,
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.h 38 OMX_S32 Exynos_OSAL_Strncmp(OMX_PTR str1, OMX_PTR str2, size_t num);
39 OMX_S32 Exynos_OSAL_Strcmp(OMX_PTR str1, OMX_PTR str2);
  /external/chromium_org/third_party/webrtc/base/
versionparsing_unittest.cc 23 std::string str1("1.1.2.0");
25 EXPECT_TRUE(ParseVersionString(str1, kExampleSegments, ver));
35 std::string str1("1.1.2");
36 EXPECT_FALSE(ParseVersionString(str1, kExampleSegments, ver));
  /frameworks/base/tools/split-select/
TestRules.cpp 51 const Rule ContainsAnyRule(Rule::Key key, const char* str1) {
55 rule.stringArgs.add(String8(str1));
59 const Rule ContainsAnyRule(Rule::Key key, const char* str1, const char* str2) {
63 rule.stringArgs.add(String8(str1));
  /external/stlport/test/unit/
string_test.cpp 256 string const ref_short_str1("str1"), ref_short_str2("str2");
266 string str1(short_str1);
267 str1 = long_str1;
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
272 string str1(long_str1);
273 str1 = short_str1;
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
503 string str1; local
506 str1.insert(pos, nb, '1');
508 CPPUNIT_ASSERT( str1 == "11" )
866 static string str1; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 256 string const ref_short_str1("str1"), ref_short_str2("str2");
266 string str1(short_str1);
267 str1 = long_str1;
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
272 string str1(long_str1);
273 str1 = short_str1;
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
503 string str1; local
506 str1.insert(pos, nb, '1');
508 CPPUNIT_ASSERT( str1 == "11" )
866 static string str1; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 256 string const ref_short_str1("str1"), ref_short_str2("str2");
266 string str1(short_str1);
267 str1 = long_str1;
268 CPPUNIT_ASSERT(str1 == ref_long_str1);
272 string str1(long_str1);
273 str1 = short_str1;
274 CPPUNIT_ASSERT(str1 == ref_short_str1);
503 string str1; local
506 str1.insert(pos, nb, '1');
508 CPPUNIT_ASSERT( str1 == "11" )
866 static string str1; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlstring.c 123 * @str1: the first xmlChar *
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
135 if (str1 == str2) return(0);
136 if (str1 == NULL) return(-1);
139 tmp = *str1++ - *str2;
147 * @str1: the first xmlChar *
157 xmlStrEqual(const xmlChar *str1, const xmlChar *str2) {
158 if (str1 == str2) return(1);
159 if (str1 == NULL) return(0);
162 if (*str1++ != *str2) return(0)
    [all...]
  /external/libxml2/
xmlstring.c 123 * @str1: the first xmlChar *
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) {
135 if (str1 == str2) return(0);
136 if (str1 == NULL) return(-1);
139 tmp = *str1++ - *str2;
147 * @str1: the first xmlChar *
157 xmlStrEqual(const xmlChar *str1, const xmlChar *str2) {
158 if (str1 == str2) return(1);
159 if (str1 == NULL) return(0);
162 if (*str1++ != *str2) return(0)
    [all...]
  /external/pdfium/core/include/fxcrt/
fx_string.h 362 inline CFX_ByteString operator + (FX_BSTR str1, FX_BSTR str2)
364 return CFX_ByteString(str1, str2);
366 inline CFX_ByteString operator + (FX_BSTR str1, FX_LPCSTR str2)
368 return CFX_ByteString(str1, str2);
370 inline CFX_ByteString operator + (FX_LPCSTR str1, FX_BSTR str2)
372 return CFX_ByteString(str1, str2);
374 inline CFX_ByteString operator + (FX_BSTR str1, FX_CHAR ch)
376 return CFX_ByteString(str1, CFX_ByteStringC(ch));
382 inline CFX_ByteString operator + (const CFX_ByteString& str1, const CFX_ByteString& str2)
384 return CFX_ByteString(str1, str2);
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 38 append(const char *str1, const char *str2)
40 char *ret = malloc(strlen(str1) + strlen(str2) + 2);
43 strcpy(stpcpy(ret, str1), str2);
48 add_dir(struct vect *dirs, const char *str1, const char *str2)
50 char *dir = append(str1, str2);
55 str1, str2, strerror(errno));
  /external/chromium_org/third_party/skia/gm/
morphology.cpp 35 const char* str1 = "ABC"; local
39 canvas.drawText(str1, strlen(str1), 10, 55, paint);
  /external/skia/gm/
morphology.cpp 34 const char* str1 = "ABC"; local
38 canvas.drawText(str1, strlen(str1), 10, 55, paint);
  /external/chromium_org/third_party/icu/source/common/
unistr_case.cpp 171 const UnicodeString *str1 = (const UnicodeString*) key1.pointer; local
173 if (str1 == str2) {
176 if (str1 == NULL || str2 == NULL) {
179 return str1->caseCompare(*str2, U_FOLD_CASE_DEFAULT) == 0;

Completed in 3339 milliseconds

12 3 4 5 6 7 8 91011>>