HomeSort by relevance Sort by last modified time
    Searched full:str2 (Results 151 - 175 of 213) sorted by null

1 2 3 4 5 67 8 9

  /external/webkit/Source/WebCore/page/mac/
FrameMac.mm 69 // The regexp we build is of the form: (STR1|STR2|STRN)
  /external/icu4c/test/cintltst/
ccapitst.c 32 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE _stricmp(str1, str2)
34 # define ctest_stricmp(str1, str2) U_STANDARD_CPP_NAMESPACE strcasecmp(str1, str2)
36 # define ctest_stricmp(str1, str2) T_CString_stricmp(str1, str2)
40 T_CString_stricmp(const char *str1, const char *str2) {
42 if(str2==NULL) {
47 } else if(str2==NULL) {
55 c2=(unsigned char)*str2;
    [all...]
  /external/astl/tests/
test_vector.cpp 167 src.push_back("str2");
172 EXPECT_TRUE(dst[1] == "str2");
  /external/icu4c/test/intltest/
tchcfmt.cpp 553 double v2, const char* str2,
575 const char* str[] = {str1, str2, str3};
caltest.cpp 45 UnicodeString str2; local
46 out += cal.getTimeZone().getDisplayName(str2);
1428 UnicodeString str, str2; local
    [all...]
dtfmttst.cpp 1684 UnicodeString str, str2; local
1788 UnicodeString str, str2; local
3152 UnicodeString str2; local
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SimplifyLibCalls.cpp 337 std::string Str1, Str2;
339 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
344 StringRef(Str1).compare(Str2));
350 if (HasStr2 && Str2.empty()) // strcmp(x,"") -> *x
400 std::string Str1, Str2;
402 bool HasStr2 = GetConstantStringInfo(Str2P, Str2);
407 StringRef SubStr2 = StringRef(Str2).substr(0, Length);
415 if (HasStr2 && Str2.empty()) // strncmp(x, "", n) -> *x
    [all...]
  /external/llvm/test/Transforms/JumpThreading/
2010-08-26-and.ll 10 @.str2 = private constant [7 x i8] c"yellow\00" ; <[7 x i8]*> [#uses=1]
69 %call.i53 = call i32 @memcmp(i8* getelementptr inbounds ([7 x i8]* @.str2, i64 0, i64 0), i8* %tmp6, i64 7) nounwind ; <i32> [#uses=1]
  /external/valgrind/main/include/
pub_tool_basics.h 68 #define VGAPPEND(str1,str2) str1##str2
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/include/
bfd.h 67 Note - these macros do NOT work if STR2 is not a constant string. */
68 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
73 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
74 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /bionic/libc/arch-x86/string/
ssse3-strcmp-latest.S 91 # define STR2 STR1+4
97 # define STR2 STR1+4
98 # define CNT STR2+4
116 movl STR2(%esp), %eax
    [all...]
  /external/libxml2/include/libxml/
parserInternals.h 321 const xmlChar * str2);
  /external/libxml2/
xpath.c 6356 xmlChar *str2; local
6411 xmlChar *str2; local
6607 xmlChar *str2; local
6666 xmlChar *str2; local
    [all...]
  /external/llvm/test/Transforms/ScalarRepl/
debuginfo.ll 16 @.str2 = internal constant [55 x i8] c"4.2.1 (Based on Apple Inc. build 5636) (LLVM build 00)\00", section "llvm.metadata" ; <[55 x i8]*> [#uses=1]
17 @llvm.dbg.compile_unit = internal constant %llvm.dbg.compile_unit.type { i32 458769, { }* bitcast (%llvm.dbg.anchor.type* @llvm.dbg.compile_units to { }*), i32 4, i8* getelementptr ([6 x i8]* @.str, i32 0, i32 0), i8* getelementptr ([5 x i8]* @.str1, i32 0, i32 0), i8* getelementptr ([55 x i8]* @.str2, i32 0, i32 0), i1 true, i1 false, i8* null }, section "llvm.metadata" ; <%llvm.dbg.compile_unit.type*> [#uses=1]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesDiffLogic.java 676 String str2 = rewriteUrl(newItemSource.getUrl()); local
679 URL url2 = new URL(str2);
    [all...]
  /external/openssl/apps/
ca.c 1687 ASN1_STRING *str,*str2; local
    [all...]
  /external/v8/benchmarks/
earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-earley-boyer.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-earley-boyer.js     [all...]
  /prebuilt/darwin-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 66 Note - these macros do NOT work if STR2 is not a constant string. */
67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
72 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
73 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/include/
bfd.h 66 Note - these macros do NOT work if STR2 is not a constant string. */
67 #define CONST_STRNEQ(STR1,STR2) (strncmp ((STR1), (STR2), sizeof (STR2) - 1) == 0)
72 #define LITMEMCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2) - 1)
73 #define LITSTRCPY(DEST,STR2) memcpy ((DEST), (STR2), sizeof (STR2))
    [all...]
  /external/bluetooth/bluez/lib/
sdp.c 222 char *str2; local
231 str2 = string_lookup(message, uuid->value.uuid16);
232 snprintf(str, n, "%s", str2);
235 str2 = string_lookup(message, uuid->value.uuid32);
236 snprintf(str, n, "%s", str2);
239 str2 = string_lookup_uuid(message, uuid);
240 snprintf(str, n, "%s", str2);
    [all...]
  /external/svox/pico/lib/
picopr.c 549 static picoos_bool pr_strEqual(picoos_uchar * str1, picoos_uchar * str2)
551 return (picoos_strcmp((picoos_char *)str1, (picoos_char *)str2) == 0);
    [all...]
  /external/webkit/PerformanceTests/PageLoad/svg/files/
Harvey_Rayner.svg 11 .str2 {stroke:black;stroke-width:0.503546}
    [all...]

Completed in 3258 milliseconds

1 2 3 4 5 67 8 9