HomeSort by relevance Sort by last modified time
    Searched full:xxxxxx (Results 176 - 200 of 514) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/go/linux-x86/src/go/printer/testdata/
declarations.input 333 const xxxxxx = 0
340 xxxxxx = 0
366 xxxxxx = 1
395 xxxxxx int
441 xxxxxx int
  /system/update_engine/payload_generator/
ab_generator_unittest.cc 63 "SplitReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr));
114 "SplitReplaceOrReplaceBzTest_data.XXXXXX", &data_path, nullptr));
217 "MergeReplaceOrReplaceBzTest_part.XXXXXX", &part_path, nullptr));
282 "MergeReplaceOrReplaceBzTest_data.XXXXXX", &data_path, nullptr));
574 EXPECT_TRUE(utils::MakeTempFile("AddSourceHashTest_src_part.XXXXXX",
  /cts/tests/tests/text/src/android/text/cts/
StaticLayoutLineBreakingTest.java 244 layout("XXX XXXXXX", NO_BREAK);
265 layout("XX XXXXXX X", new int[] {10});
271 layout("XXXXXX XXXX", new int[] {7});
  /external/libxml2/
parserInternals.c 462 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
463 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
604 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
605 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
758 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
759 * 0000 0800-0000 FFFF 1110xxxx 10xxxxxx 10xxxxxx
865 * 0000 0080-0000 07FF 110xxxxx 10xxxxxx
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
Utf8.java 561 // Two-byte form (110xxxxx 10xxxxxx)
574 // Three-byte form (1110xxxx 10xxxxxx 10xxxxxx)
592 // Four-byte form (1110xxxx 10xxxxxx 10xxxxxx 10xxxxxx)
    [all...]
  /external/libchrome/base/files/
file_util_posix.cc 136 return StringPrintf(".%s.XXXXXX", base::mac::BaseBundleID());
140 return std::string(".com.google.Chrome.XXXXXX");
142 return std::string(".org.chromium.Chromium.XXXXXX");
606 DCHECK(name_tmpl.find("XXXXXX") != FilePath::StringType::npos)
607 << "Directory name template must contain \"XXXXXX\".";
627 mkdtemp_template.append(FILE_PATH_LITERAL("XXXXXX"));
  /libcore/luni/src/test/java/libcore/java/lang/
StringTest.java 381 // The overlong form can be obtained by filling 0x80 into 1110xxxx 10xxxxxx 10xxxxxx
388 // 11110xxx 10xxxxxx 10xxxxxx 10xxxxxx 10xxxxxx
    [all...]
  /system/update_engine/payload_consumer/
delta_performer_unittest.cc 184 EXPECT_TRUE(utils::MakeTempFile("Blob-XXXXXX", &blob_path, nullptr));
217 EXPECT_TRUE(utils::MakeTempFile("Payload-XXXXXX", &payload_path, nullptr));
249 EXPECT_TRUE(utils::MakeTempFile("Partition-XXXXXX", &new_part, nullptr));
534 EXPECT_TRUE(utils::MakeTempFile("Source-XXXXXX",
562 EXPECT_TRUE(utils::MakeTempFile("Source-XXXXXX", &source_path, nullptr));
587 EXPECT_TRUE(utils::MakeTempFile("Source-XXXXXX", &source_path, nullptr));
    [all...]
  /external/ltp/utils/sctp/func_tests/
test_1_to_1_addrs.c 181 strcpy(filename, "/tmp/sctptest.XXXXXX");
239 strcpy(filename, "/tmp/sctptest.XXXXXX");
test_1_to_1_socket_bind_listen.c 146 strcpy(filename, "/tmp/sctptest.XXXXXX");
261 strcpy(filename, "/tmp/sctptest.XXXXXX");
test_getname.c 213 strcpy(filename, "/tmp/sctptest.XXXXXX");
248 strcpy(filename, "/tmp/sctptest.XXXXXX");
test_1_to_1_recvfrom.c 127 strcpy(filename, "/tmp/sctptest.XXXXXX");
  /external/smali/util/src/main/java/org/jf/util/
Utf8Utils.java 159 // 10XXXXXX, 1111XXXX -- illegal
258 // 10XXXXXX, 1111XXXX -- illegal
  /external/toybox/toys/pending/
crontab.c 246 char tname[] = "/tmp/crontab.XXXXXX";
269 char tname[] = "/tmp/crontab.XXXXXX";
  /external/valgrind/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)
  /libcore/libart/src/main/java/java/lang/
StringFactory.java 145 if ((b & 0x40) == 0) { // 10xxxxxx is illegal as first byte
150 // 11xxxxxx
  /device/google/cuttlefish_common/host/libs/ivserver/
hald_client_test.cc 59 char temp_location[] = "/tmp/hald-client-test-XXXXXX";
  /external/autotest/client/site_tests/security_ptraceRestrictions/src/
ptrace-restrictions.sh 21 dir=$(mktemp -d -t sleeper-XXXXXX)
  /external/autotest/server/hosts/
gce_host.py 136 template = os.path.join(parent, 'autoserv-XXXXXX')
  /external/avb/test/
avb_unittest_util.h 149 char* buf = strdup("/tmp/libavb-tests.XXXXXX");
  /external/bsdiff/
patch_writer_unittest.cc 55 test_utils::ScopedTempFile patch_file_{"bsdiff_newfile.XXXXXX"};
  /external/e2fsprogs/lib/blkid/
save.c 102 sprintf(tmp, "%s-XXXXXX", filename);
  /external/elfutils/libasm/
asm_begin.c 153 ".XXXXXX") + 1;
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/getpid/
1-1.c 114 char filename[] = "/tmp/getpid-1-XXXXXX";

Completed in 1297 milliseconds

1 2 3 4 5 6 78 91011>>