HomeSort by relevance Sort by last modified time
    Searched full:xxxxxx (Results 26 - 50 of 282) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/regexp/
asterisk.js 55 String(["xxxxxxx","xxxxxx","x"]), String('xxxxxxx'.match(new RegExp('(x*)(x+)'))));
  /system/core/libcutils/
fs.c 105 if (snprintf(temp, PATH_MAX, "%s.XXXXXX", path) >= PATH_MAX) {
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/libexec/gcc/mipsel-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/libexec/gcc/i686-linux-android/4.6/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /external/chromium/googleurl/src/
url_canon_internal.h 185 // 110xxxxx 10xxxxxx
191 // 1110xxxx 10xxxxxx 10xxxxxx
199 // 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
  /frameworks/native/libs/utils/
Unicode.cpp 61 // 110yyyyx 10xxxxxx
63 // 1110yyyy 10yxxxxx 10xxxxxx
65 // 11110yyy 10yyxxxx 10xxxxxx 10xxxxxx
373 // (UTF-8's character must not be like 10xxxxxx,
385 if ((*cur & 0xC0) != 0x80) { // must be 10xxxxxx
  /external/bison/lib/
stdlib.in.h 311 The last six characters of TEMPLATE must be "XXXXXX";
330 The last six characters of TEMPLATE must be "XXXXXX";
358 SUFFIXLEN must be "XXXXXX";
387 The last six characters of TEMPLATE must be "XXXXXX";
419 SUFFIXLEN must be "XXXXXX";
  /external/chromium/base/
file_util_posix.cc 80 static const char* kTempFileName = ".com.google.chrome.XXXXXX";
82 static const char* kTempFileName = ".org.chromium.XXXXXX";
454 CHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos)
455 << "Directory name template must contain \"XXXXXX\".";
475 mkdtemp_template.append(FILE_PATH_LITERAL("XXXXXX"));
  /external/libxml2/
parserInternals.c 486 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
487 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
636 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
637 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
790 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
791 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
897 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
    [all...]
  /external/valgrind/main/gdbserver_tests/
README_DEVELOPERS 79 test using a tool xxxxxx should have its name starting with the 'short
90 xxxxxx.stdinB.gdb.
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 107 * 11xxxxxx(2) -- 1st byte of multi-byte char w/ unicode value >= 0x80
111 * 10xxxxxx(2) -- extension byte (6 payload bits per byte)
  /ndk/sources/host-tools/sed-4.2.1/lib/
stdlib.in.h 193 The last six characters of TEMPLATE must be "XXXXXX";
211 The last six characters of TEMPLATE must be "XXXXXX";
  /external/e2fsprogs/lib/blkid/
save.c 96 sprintf(tmp, "%s-XXXXXX", filename);
  /external/elfutils/libasm/
asm_begin.c 153 ".XXXXXX") + 1;
  /external/elfutils/tests/
newfile.c 66 char fname[] = "newfile-XXXXXX";
  /external/qemu/slirp/
slirp_config.h 22 /* XXXXXX Do this in ./configure */
  /external/qemu/slirp-android/
slirp_config.h 22 /* XXXXXX Do this in ./configure */
  /external/webkit/Source/WebKit/gtk/tests/
testdownload.c 165 int fd = g_file_open_tmp("webkit-testwebdownload-XXXXXX", &filename, &error);
testwebframe.c 169 gint fd = g_file_open_tmp ("webkit-testwebframe-XXXXXX", &temporaryFilename, &error);

Completed in 963 milliseconds

12 3 4 5 6 7 8 91011>>