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

1 2 3 4 5 67 8 91011>>

  /system/core/logcat/tests/
logcat_test.cpp 572 static const char form[] = "/data/local/tmp/logcat.logrotate.XXXXXX";
616 static const char tmp_out_dir_form[] = "/data/local/tmp/logcat.logrotate.XXXXXX";
669 static const char tmp_out_dir_form[] = "/data/local/tmp/logcat.logrotate.XXXXXX";
775 static const char tmp_out_dir_form[] = "/data/local/tmp/logcat.logrotate.XXXXXX";
  /system/update_engine/payload_consumer/
bzip_extent_writer_unittest.cc 54 test_utils::ScopedTempFile temp_file_{"BzipExtentWriterTest-file.XXXXXX"};
  /system/update_engine/payload_generator/
ext2_filesystem_unittest.cc 64 test_utils::ScopedTempFile fs_filename_{"Ext2FilesystemTest-XXXXXX"};
  /toolchain/binutils/binutils-2.25/libiberty/
vsnprintf.c 122 VERIFY (status==8 && memcmp (buf, "foobar:\0XXXXXX\0", 15) == 0);
pex-common.c 117 && strcmp (obj->tempbase + len - 6, "XXXXXX") == 0)
120 name = concat (obj->tempbase, "XXXXXX", NULL);
  /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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
stdlib.h 601 The last six characters of TEMPLATE must be "XXXXXX";
607 The last six characters of TEMPLATE must be "XXXXXX";
631 XXXXXX. The length of the suffix is specified in the second
654 The last six characters of TEMPLATE must be "XXXXXX";
683 XXXXXX. The length of the suffix is specified in the second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
stdlib.h 603 The last six characters of TEMPLATE must be "XXXXXX";
612 The last six characters of TEMPLATE must be "XXXXXX";
636 XXXXXX. The length of the suffix is specified in the second
659 The last six characters of TEMPLATE must be "XXXXXX";
688 XXXXXX. The length of the suffix is specified in the second
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring_unittest.cpp 313 CFX_ByteString not_aliased("xxxxxx");
315 EXPECT_EQ("xxxxxx", not_aliased);
fx_basic_wstring_unittest.cpp 274 CFX_WideString not_aliased(L"xxxxxx");
276 EXPECT_EQ(L"xxxxxx", not_aliased);
  /hardware/ti/omap4-aah/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 */
  /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 */
  /prebuilts/go/darwin-x86/src/regexp/testdata/
basic.dat 5 BE XXXXXX ..XXXXXX (2,8)
  /prebuilts/go/linux-x86/src/regexp/testdata/
basic.dat 5 BE XXXXXX ..XXXXXX (2,8)
  /system/update_engine/common/
test_utils.cc 63 const char* const kMountPathTemplate = "UpdateEngineTests_mnt-XXXXXX";
319 EXPECT_TRUE(utils::MakeTempDirectory("mnt.XXXXXX", mnt_path));
  /external/valgrind/
NEWS 30 https://bugs.kde.org/show_bug.cgi?id=XXXXXX
31 where XXXXXX is the bug number as listed below.
222 https://bugs.kde.org/show_bug.cgi?id=XXXXXX
223 where XXXXXX is the bug number as listed below.
468 https://bugs.kde.org/show_bug.cgi?id=XXXXXX
469 where XXXXXX is the bug number as listed below.
    [all...]
  /device/linaro/hikey/l-loader/
generate_ptable.sh 10 TEMP_FILE=$(mktemp /tmp/${PTABLE}.XXXXXX)
  /external/autotest/site_utils/bootperf-bin/
bootperf 47 TMP_RESULTS="$(mktemp -d /tmp/bootperf.XXXXXX)"
  /external/bison/build-aux/
gnu-web-doc-update 167 tmp=$(mktemp -d web-doc-update.XXXXXX) || exit 1
  /external/elfutils/src/
ranlib.c 233 strcpy (stpcpy (tmpfname, fname), "XXXXXX");
  /external/iproute2/
configure 7 TMPDIR=$(mktemp -d config.XXXXXX)
  /external/llvm/utils/crosstool/ARM/
build-install-linux.sh 14 readonly SCRATCH_ROOT=$(mktemp -d "${TMPDIR:-/tmp}/llvm-project.XXXXXX")
  /external/opencv3/modules/core/src/
system.cpp 584 //char defaultTemplate[] = "/mnt/sdcard/__opencv_temp.XXXXXX";
585 char defaultTemplate[] = "/data/local/tmp/__opencv_temp.XXXXXX";
587 char defaultTemplate[] = "/tmp/__opencv_temp.XXXXXX";
598 fname = fname + "__opencv_temp.XXXXXX";
    [all...]
  /external/vboot_reference/cgpt/
cgpt_find.c 257 char temp_dir[] = "/tmp/cgpt_find.XXXXXX";

Completed in 729 milliseconds

1 2 3 4 5 67 8 91011>>