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

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebKit2/Platform/unix/
SharedMemoryUnix.cpp 110 QString tempName = QDir::temp().filePath(QLatin1String("qwkshm.XXXXXX"));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/
lto-wrapper 
liblto_plugin.so 
liblto_plugin.so.0 
liblto_plugin.so.0.0.0 
  /external/bison/darwin-lib/
stdlib.h 633 The last six characters of TEMPLATE must be "XXXXXX";
652 The last six characters of TEMPLATE must be "XXXXXX";
680 SUFFIXLEN must be "XXXXXX";
709 The last six characters of TEMPLATE must be "XXXXXX";
741 SUFFIXLEN must be "XXXXXX";
    [all...]
  /external/bison/linux-lib/
stdlib.h 633 The last six characters of TEMPLATE must be "XXXXXX";
652 The last six characters of TEMPLATE must be "XXXXXX";
680 SUFFIXLEN must be "XXXXXX";
709 The last six characters of TEMPLATE must be "XXXXXX";
741 SUFFIXLEN must be "XXXXXX";
    [all...]
  /external/llvm/lib/Support/Unix/
Path.inc 171 // the XXXXXX with the pid of the process and a letter. That leads to only
829 // Append an XXXXXX pattern to the end of the file for use with mkstemp,
839 strcpy(FNBuffer+path.size(), "/XXXXXX");
841 strcpy(FNBuffer+path.size(), "-XXXXXX");
869 char* pos = strstr(FNBuffer, "XXXXXX");
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
CommandRecognizerEngine.java 677 "+56 2 xxxxxx\n" + // Chile
679 "+56 xx xxxxxx\n" + // Chile
695 "+60 8x xxxxxx\n" + // Malaysia
708 "+62 xx xxxxxx\n" + // Indonesia
742 "+7 7xx 2 xxxxxx\n" + // Kazakstan
795 "+91 9x xx xxxxxx\n" + // India
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 546 NSString *temporaryDirectoryTemplate = [NSTemporaryDirectory() stringByAppendingPathComponent:@"WebKitPDFs-XXXXXX"];
569 NSString *pathTemplatePrefix = [pdfDirectoryPath stringByAppendingString:@"XXXXXX-"];
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 358 /* We were expecting a 10xxxxxx byte: ill-formed UTF-8 */
376 /* We were expecting a 10xxxxxx byte: ill-formed UTF-8 */
  /external/bison/build-aux/
gnu-web-doc-update 167 tmp=$(mktemp -d web-doc-update.XXXXXX) || exit 1
  /external/elfutils/src/
ranlib.c 245 strcpy (stpcpy (tmpfname, fname), "XXXXXX");
  /external/jpeg/
jmemname.c 131 /* mktemp replaces the trailing XXXXXX with a unique string of characters */
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX")
  /external/qemu/distrib/jpeg-6b/
jmemname.c 131 /* mktemp replaces the trailing XXXXXX with a unique string of characters */
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Util/
Utf8Utils.java 156 // 10XXXXXX, 1111XXXX -- illegal
  /prebuilts/misc/linux-x86/ccache/
ccache 
  /sdk/emulator/qtools/
dmtrace.cpp 44 strcpy(tmpData, "/tmp/dmtrace-data-XXXXXX");
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 254 layout("XXX XXXXXX", NO_BREAK);
274 layout("XX XXXXXX X", new int[] {10});
280 layout("XXXXXX XXXX", new int[] {7});
  /external/chromium/third_party/libjingle/source/talk/base/
stringencode.cc 240 if ((srclen < 2) || ((s[1] & 0xC0) != 0x80)) { // Check s[1] != 10xxxxxx
250 if ((srclen < 3) || ((s[2] & 0xC0) != 0x80)) { // Check s[2] != 10xxxxxx
258 if ((srclen < 4) || ((s[3] & 0xC0) != 0x80)) { // Check s[3] != 10xxxxxx
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu10k1.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emu10k1.h     [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 207 // Bit pattern: 110xxxxx 10xxxxxx
217 // Bit pattern: 1110xxxx 10xxxxxx 10xxxxxx
232 // Bit pattern: 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx
    [all...]
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc     [all...]

Completed in 592 milliseconds

1 23 4 5 6 7 8 91011>>