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

1 2 3 4 5

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
control_characters.js 46 // string1.match(new RegExp(string1))
47 var string1 = '?O? ?:i??'; variable
48 testcases[count++] = new TestCase ( SECTION, "string1 = " + string1 + " string1.match(string1)",
49 String([string1]), String(string1.match(string1)));
    [all...]
  /external/linux-tools-perf/util/
levenshtein.h 4 int levenshtein(const char *string1, const char *string2,
levenshtein.c 9 * deleted from, or added to string1, at least, to get string2.
17 * string1 that the distance is calculated for.
20 * of string1 of length "i"), and row0 the row before that.
23 * Damerau-Levenshtein distance between the substring of string1 of length
29 * i (in string1) and j (in string2), respectively, given that the last
41 int levenshtein(const char *string1, const char *string2,
44 int len1 = strlen(string1), len2 = strlen(string2);
58 row2[j + 1] = row1[j] + s * (string1[i] != string2[j]);
60 if (i > 0 && j > 0 && string1[i - 1] == string2[j] &&
61 string1[i] == string2[j - 1] &
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
UStringConcatenate.h 61 UString makeUString(StringType1 string1, StringType2 string2)
63 PassRefPtr<StringImpl> resultImpl = WTF::tryMakeString(string1, string2);
70 UString makeUString(StringType1 string1, StringType2 string2, StringType3 string3)
72 PassRefPtr<StringImpl> resultImpl = WTF::tryMakeString(string1, string2, string3);
79 UString makeUString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4)
81 PassRefPtr<StringImpl> resultImpl = WTF::tryMakeString(string1, string2, string3, string4);
88 UString makeUString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5)
90 PassRefPtr<StringImpl> resultImpl = WTF::tryMakeString(string1, string2, string3, string4, string5);
97 UString makeUString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5, StringType6 string6)
99 PassRefPtr<StringImpl> resultImpl = WTF::tryMakeString(string1, string2, string3, string4, string5, string6)
    [all...]
JSStringBuilder.h 88 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2)
90 PassRefPtr<StringImpl> result = WTF::tryMakeString(string1, string2);
97 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3)
99 PassRefPtr<StringImpl> result = WTF::tryMakeString(string1, string2, string3);
106 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4)
108 PassRefPtr<StringImpl> result = WTF::tryMakeString(string1, string2, string3, string4);
115 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5)
117 PassRefPtr<StringImpl> result = WTF::tryMakeString(string1, string2, string3, string4, string5);
124 inline JSValue jsMakeNontrivialString(ExecState* exec, StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5, StringType6 string6)
126 PassRefPtr<StringImpl> result = WTF::tryMakeString(string1, string2, string3, string4, string5, string6)
    [all...]
  /external/chromium/base/
string_util_posix.h 24 inline int strcasecmp(const char* string1, const char* string2) {
25 return ::strcasecmp(string1, string2);
28 inline int strncasecmp(const char* string1, const char* string2, size_t count) {
29 return ::strncasecmp(string1, string2, count);
  /external/webkit/Source/JavaScriptCore/wtf/text/
StringConcatenate.h 196 PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2)
198 StringTypeAdapter<StringType1> adapter1(string1);
220 PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3)
222 StringTypeAdapter<StringType1> adapter1(string1);
248 PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4)
250 StringTypeAdapter<StringType1> adapter1(string1);
280 PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5)
282 StringTypeAdapter<StringType1> adapter1(string1);
316 PassRefPtr<StringImpl> tryMakeString(StringType1 string1, StringType2 string2, StringType3 string3, StringType4 string4, StringType5 string5, StringType6 string6)
318 StringTypeAdapter<StringType1> adapter1(string1);
    [all...]
  /external/clang/test/Analysis/
analyzeOneFunction.m 41 NSString *string1 = [[NSString alloc] initWithFormat:@"test %f", 0.0]; // No warning: this function is not analized.
42 cell.text = string1;
50 NSString *string1 = [[NSString alloc] initWithFormat:@"test %f %d", 0.0, X+Y]; // expected-warning {{Potential leak}}
51 cell.text = string1;
objc-subscript.m 31 NSObject *string1 = [[NSObject alloc] init]; // expected-warning {{Potential leak}}
32 cell[0] = string1;
33 cell[self] = string1;
34 cell[string1] = self;
  /external/valgrind/main/none/tests/darwin/
access_extended.c 21 char* string1 = (char*)&entries[3]; local
22 char* string2 = string1 + strlen(name1) + 1;
26 entries[0].ad_name_offset = string1 - (char*)entries;
32 strcpy(string1, name1);
  /external/clang/test/CodeGen/
darwin-string-literals.c 4 // CHECK-LSB: @.str1 = linker_private unnamed_addr constant [8 x i8] c"string1\00"
12 // CHECK-MSB: @.str1 = linker_private unnamed_addr constant [8 x i8] c"string1\00"
17 const void *g1 = __builtin___CFStringMakeConstantString("string1");
  /external/chromium/chrome/browser/ui/cocoa/translate/
after_translate_infobar_controller.mm 18 NSString* string1 = base::SysUTF16ToNSString(strings[0]);
22 [label1_ setStringValue:string1];
translate_message_infobar_controller.mm 39 NSString* string1 = base::SysUTF16ToNSString(messageText);
40 [label1_ setStringValue:string1];
before_translate_infobar_controller.mm 75 NSString* string1 = base::SysUTF16ToNSString(text.substr(0, offset));
77 [label1_ setStringValue:string1];
  /external/llvm/test/MC/Mips/
sym-offset.ll 7 @string1 = internal global [11 x i8] c"aaaaaaaaaa\00", align 1
18 %call = tail call i32 @memcmp(i8* getelementptr inbounds ([11 x i8]* @string1, i32 0, i32 0), i8* getelementptr inbounds ([10 x i8]* @string2, i32 0, i32 0), i32 4) nounwind readonly
  /external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/java/sql/
SQLClientInfoExceptionTest.java 54 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
75 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
114 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
137 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
164 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
187 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
214 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
260 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
275 failedProperties.put("String1", ClientInfoStatus.REASON_VALUE_INVALID);
  /external/webkit/Source/JavaScriptCore/wtf/
StringExtras.h 74 inline int strnicmp(const char* string1, const char* string2, size_t count)
76 return _strnicmp(string1, string2, count);
79 inline int stricmp(const char* string1, const char* string2)
81 return _stricmp(string1, string2);
  /external/icu4c/samples/legacy/
newcol.cpp 42 int compare_current(const void *string1, const void *string2) {
44 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
oldcol.cpp 43 int compare_legacy(const void *string1, const void *string2) {
45 UCollationResult res = ucol_strcoll(compareCollator, (UChar *) string1, -1, (UChar *) string2, -1);
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
damerau_levenshtein_edit_distance_policy.h 28 const int *const string1, const int length1)
29 : mString0(string0), mString0Length(length0), mString1(string1),
  /dalvik/tests/046-reflect/
expected.txt 36 Field name is string1
40 string1 value is 'hey'
42 string1 value is now 'a new string'
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteProgramTest.java 128 statement.bindString(1, "string1");
145 assertEquals("string1", cursor.getString(COLUMN_TEXT1_INDEX));
158 statement.bindString(1, "string1");
176 assertEquals("string1", cursor.getString(COLUMN_TEXT1_INDEX));
  /packages/apps/ContactsCommon/src/com/android/contacts/common/format/
FormatUtils.java 45 * Finds the earliest point in string1 at which the first part of string2 matches. For example,
49 public static int overlapPoint(String string1, String string2) {
50 if (string1 == null || string2 == null) {
53 return overlapPoint(string1.toCharArray(), string2.toCharArray());
  /hardware/ti/omap3/dspbridge/inc/
csl.h 171 * Zero: String1 equals String2.
172 * < Zero: String1 is less than String2.
173 * > Zero: String1 is greater than String2.
208 * haystack: Ptr to string1.
264 * Zero: String1 equals String2.
265 * < Zero: String1 is less than String2.
266 * > Zero: String1 is greater than String2.
  /hardware/ti/omap3/dspbridge/libbridge/inc/
csl.h 172 * Zero: String1 equals String2.
173 * < Zero: String1 is less than String2.
174 * > Zero: String1 is greater than String2.
209 * haystack: Ptr to string1.
265 * Zero: String1 equals String2.
266 * < Zero: String1 is less than String2.
267 * > Zero: String1 is greater than String2.

Completed in 1224 milliseconds

1 2 3 4 5