HomeSort by relevance Sort by last modified time
    Searched full:string0 (Results 1 - 15 of 15) sorted by null

  /external/clang/test/CodeGen/
darwin-string-literals.c 3 // CHECK-LSB: @.str = private unnamed_addr constant [8 x i8] c"string0\00"
11 // CHECK-MSB: @.str = private unnamed_addr constant [8 x i8] c"string0\00"
16 const char *g0 = "string0";
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/utils/
damerau_levenshtein_edit_distance_policy.h 27 DamerauLevenshteinEditDistancePolicy(const int *const string0, const int length0,
29 : mString0(string0), mString0Length(length0), mString1(string1),
  /external/v8/test/mjsunit/
bit-not.js 62 testBitNot("0", "string0");
  /external/llvm/lib/Option/
ArgList.cpp 355 unsigned InputArgList::MakeIndex(StringRef String0) const {
359 SynthesizedStrings.push_back(String0);
365 unsigned InputArgList::MakeIndex(StringRef String0,
367 unsigned Index0 = MakeIndex(String0);
  /external/ltrace/etc/
libc.so.conf 127 long mq_receive(int, +string0, ulong, addr);
128 long mq_timedreceive(int, +string0, ulong, addr, addr);
480 ulong wctomb(+string0, wchar_t);
481 ulong wcrtomb(+string0, wchar_t, addr);
syscalls.conf 23 long read(int,+string0,ulong);
  /external/ltrace/
TODO 71 | long read(int,+string0,ulong);
73 string0 means the same as string(array(char, zero(retval))*). But
read_config_file.c 564 /* string0 is string[retval], length is zero(retval)
  /external/llvm/include/llvm/Option/
ArgList.h 366 unsigned MakeIndex(StringRef String0) const;
367 unsigned MakeIndex(StringRef String0, StringRef String1) const;
  /libcore/luni/src/test/java/libcore/java/util/logging/
OldFileHandlerTest.java 166 assertFileContent(TEMPPATH + SEP + "log", "string0.log", h
181 assertFileContent(TEMPPATH + SEP + "log", "0string0.log", h
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
FileHandlerTest.java 550 assertFileContent(tempPath + SEP + "log", "string0.log", h
565 assertFileContent(tempPath + SEP + "log", "0string0.log", h
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/ldap/
LDAPCertStore.java 124 private final static String[] STRING0 = new String[0];
372 String[] attrIds = requestedAttributes.toArray(STRING0);
    [all...]
  /system/connectivity/shill/
key_value_store_unittest.cc 559 const vector<string> kStringsValue{ "string0", "string1" };
service_unittest.cc     [all...]
  /external/icu/icu4c/source/test/cintltst/
cbiditst.c 2170 string0[]={ 0x6c, 0x61, 0x28, 0x74, 0x69, 0x6e, 0x20, 0x5d0, 0x5d1, 0x29, 0x5d2, 0x5d3 }, local
    [all...]

Completed in 1877 milliseconds