HomeSort by relevance Sort by last modified time
    Searched refs:str1 (Results 76 - 100 of 382) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-18/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-19/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/asm/
asm.h 25 #define __CAT(str1, str2) str1##str2
27 #define __CAT(str1, str2) str1 str2
30 #define CAT(str1, str2) __CAT(str1, str2)
  /toolchain/binutils/binutils-2.25/bfd/
aix5ppc-core.c 248 const char *str1, *str2; local
291 str1 = strrchr (path, '/');
295 str1 = str1 != NULL ? str1 + 1 : path;
298 if (strcmp (str1, str2) == 0)
  /external/dbus/dbus/
dbus-errors.c 313 DBusString str1, str2; local
314 _dbus_string_init_const (&str1, error->name);
316 return _dbus_string_equal (&str1, &str2);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ProcessTest.java 59 String str1 = "Some data for testing communication between processes\n"; local
62 os.write(str1.getBytes());
73 assertEquals(str1 + str2 + str3, received);
  /external/elfutils/tests/
elfstrtab.c 38 static char *str1; variable
91 if (str == NULL || strcmp (str1, str) != 0)
257 str1 = "elfutils2";
258 str1_off = add_string (scn, str1);
319 str1 = "0123456789";
320 str1_off = add_string (scn, str1);
  /external/valgrind/VEX/test/
fpgames.s 4 .section .rodata.str1.1,"aMS",@progbits,1
75 .section .rodata.str1.1,"aMS",@progbits,1
fp1.s 4 .section .rodata.str1.1,"aMS",@progbits,1
  /frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/adapter/
MultiArgTestAdapter.java 50 public static void setBoth(TextView view, String str1,
52 view.setText(join(str1, str2));
  /external/clang/test/FixIt/
typo.cpp 24 other_std::strng str1; // expected-error{{use of undeclared identifier 'other_std'; did you mean 'otherstd'?}} \
  /external/compiler-rt/lib/sanitizer_common/tests/
sanitizer_libc_test.cc 88 const char *str1 = "qwerty"; local
89 uptr len1 = internal_strlen(str1);
98 EXPECT_TRUE(WriteToFile(fd, str1, len1, &bytes_written));
134 EXPECT_EQ(0, internal_memcmp(buf, str1, len1));
  /external/libxml2/
error.c 415 if ((domain == XML_FROM_XPATH) && (err->str1 != NULL) &&
417 (err->int1 < xmlStrlen((const xmlChar *)err->str1))) {
421 channel(data, "%s\n", err->str1);
442 * @str1: extra string info
458 const char *file, int line, const char *str1,
589 if (str1 != NULL)
590 to->str1 = (char *) xmlStrdup((const xmlChar *) str1);
883 if (err->str1 != NULL)
884 xmlFree(err->str1);
958 char *message, *file, *str1, *str2, *str3; local
    [all...]
  /external/llvm/test/MC/Mips/
elf-N64.s 58 .section .rodata.str1.4,"aMS",@progbits,1
xgot.s 61 .section .rodata.str1.1,"aMS",@progbits,1
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_utility.cc 56 bool StringCompare(const char* str1, const char* str2,
58 return _strnicmp(str1, str2, length) == 0;
61 bool StringCompare(const char* str1, const char* str2,
63 return strncasecmp(str1, str2, length) == 0;
rtp_utility.h 42 bool StringCompare(const char* str1, const char* str2, const uint32_t length);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
Log.java 53 public static void d(Object obj, String str1, Object str2) {
55 android.util.Log.d(TAG, getPrefix(obj) + str1 + str2);
65 public static void v(Object obj, String str1, Object str2) {
67 android.util.Log.d(TAG, getPrefix(obj) + str1 + str2);
  /external/protobuf/src/google/protobuf/
message_unittest.cc 78 string str1("foo");
81 EXPECT_TRUE(message.SerializeToString(&str1));
85 EXPECT_EQ(str1.size() + 3, str2.size());
89 EXPECT_TRUE(str2.substr(3) == str1);
91 // GCC gives some sort of error if we try to just do stream.str() == str1.
93 EXPECT_TRUE(temp == str1);
95 EXPECT_TRUE(message.SerializeAsString() == str1);
  /external/clang/test/SemaCXX/
array-bounds.cpp 66 const char *str1 = "foo"; local
67 char c1 = str1[5]; // no warning for pointers
  /external/icu/icu4c/source/common/
cstring.h 131 uprv_stricmp(const char *str1, const char *str2);
138 uprv_strnicmp(const char *str1, const char *str2, uint32_t n);
  /external/icu/icu4c/source/test/cintltst/
ulistfmttest.c 29 static const UChar str1[] = { 0x42,0x62,0 }; /* "Bb" */ variable
33 static const UChar* strings[] = { str0, str1, str2, str3, str4 };
  /external/libbrillo/brillo/strings/
string_utils.h 97 const std::string& str1,
99 return str1 + delimiter + str2;
  /external/llvm/test/MC/ELF/
relocation-386.s 131 .section .rodata.str1.16,"aMS",@progbits,1

Completed in 1665 milliseconds

1 2 34 5 6 7 8 91011>>