/external/perf_data_converter/src/quipper/ |
perf_recorder_test.cc | 60 // Unpredictable: EXPECT_EQ("/tmp/quipper.XXXXXX", command.Get(3).value()); 62 EXPECT_EQ(strlen("/tmp/quipper.XXXXXX"), command.Get(3).value().size());
|
scoped_temp_path_test.cc | 26 const size_t kTemplateSuffixSize = strlen("XXXXXX"); 40 // The last six characters of the file template must be "XXXXXX".
|
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/ |
ARMEHABI.h | 41 // Format: 00xxxxxx 45 // Format: 01xxxxxx
|
/system/core/libunwindstack/tests/files/offline/straddle_arm/ |
libbase.so | |
/system/update_engine/common/ |
hash_calculator_unittest.cc | 113 utils::MakeTempFile("data.XXXXXX", &data_path, nullptr)); 139 utils::MakeTempFile("data.XXXXXX", &data_path, nullptr));
|
/system/update_engine/payload_generator/ |
full_update_generator_unittest.cc | 43 EXPECT_TRUE(utils::MakeTempFile("FullUpdateTest_partition.XXXXXX", 46 EXPECT_TRUE(utils::MakeTempFile("FullUpdateTest_blobs.XXXXXX",
|
payload_signer_unittest.cc | 131 EXPECT_TRUE(utils::MakeTempFile("payload.XXXXXX", &payload_path, nullptr)); 219 EXPECT_TRUE(utils::MakeTempFile("payload.XXXXXX", &payload_path, nullptr)); 247 EXPECT_TRUE(utils::MakeTempFile("payload.XXXXXX", &payload_path, nullptr));
|
/external/clang/test/Analysis/ |
security-syntax-checks.m | 195 mkstemp("XXXXXX"); 197 mkstemps("XXXXXX", 0); 198 mkstemps("XXXXXX", 1); // expected-warning {{5 'X's seen}} 199 mkstemps("XXXXXX", 2); // expected-warning {{Call to 'mkstemps' should have at least 6 'X's in the format string to be secure (4 'X's seen, 2 characters used as a suffix)}} 202 mkdtemp("XXXXXX");
|
/external/libxml2/ |
xmlstring.c | 598 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx * 599 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx * 792 * 110xxxxx 10xxxxxx valid 2-byte 793 * 1110xxxx 10xxxxxx 10xxxxxx valid 3-byte 794 * 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx valid 4-byte
|
/external/libvncserver/examples/ |
example.c | 233 " xxxxxx " 240 " xxxx xxxxxxxxx xxxxxx " 260 " xxxxxx xxxxxxxxxxxx "
|
/external/linux-kselftest/tools/testing/selftests/ftrace/ |
ftracetest | 273 local testlog=`mktemp $LOG_DIR/${testname}-log.XXXXXX` 277 export TMPDIR=`mktemp -d /tmp/ftracetest-dir.XXXXXX` 314 export TRACING_DIR=`mktemp -d $TRACING_DIR/instances/ftracetest.XXXXXX`
|
/external/llvm/unittests/Support/ |
ConvertUTFTest.cpp | 686 // 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx 716 // 111110uu 10zzzzzz 10zzyyyy 10yyyyxx 10xxxxxx 745 // 1111110u 10uuuuuu 10uzzzzz 10zzzyyyy 10yyyyxx 10xxxxxx 811 // 11110zzz 10zzyyyy 10yyyyxx 10xxxxxx 835 // 111110uu 10zzzzzz 10zzyyyy 10yyyyxx 10xxxxxx [all...] |