/third_party/gn/src/base/strings/ |
H A D | string_util.cc | 875 for (const auto& part : parts) in JoinStringT() 876 total_size += part.size(); in JoinStringT()
|
/third_party/libabigail/tools/ |
H A D | fedabipkgdiff | 181 """Get the part of a string that designates the Fedora distro version number 230 rules described in the part of paramter cmp of sorted documentation.
|
/third_party/python/Tools/unicode/ |
H A D | makeunicodedata.py | 552 parts = [repr(float(part)) for part in parts]
|
/third_party/python/Lib/logging/ |
H A D | handlers.py | 394 for part in parts: 395 if self.extMatch.match(part):
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/get-test-plan/ |
H A D | main.go | 231 for i, part := range parts { 233 out[i], err = strconv.Atoi(part)
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | cord.h | 275 // Returns the *approximate* number of bytes held in full or in part by this 652 friend void AbslFormatFlush(absl::Cord* cord, absl::string_view part) { in AbslFormatFlush() argument 653 cord->Append(part); in AbslFormatFlush()
|
/third_party/curl/tests/server/ |
H A D | sws.c | 11 * you should have received as part of this distribution. The terms 89 static long prevpartno = -1; /* previous part number we served */ 90 static bool prevbounce = FALSE; /* instructs the server to increase the part 105 long partno; /* part number found in the request */ 470 msnprintf(logbuf, sizeof(logbuf), "Serve test number %ld part %ld", in ProcessRequest() 501 unsigned long part = 0; in ProcessRequest() local 503 in the 'part' variable and use as test case number!! */ in ProcessRequest() 506 part = strtoul(p, &endp, 16); in ProcessRequest() 519 req->testno = part; in ProcessRequest() 602 "Requested GOPHER test number %ld part in ProcessRequest() [all...] |
/third_party/python/Lib/ |
H A D | subprocess.py | 1906 part = os.read(errpipe_read, 50000) 1907 errpipe_data += part 1908 if not part or len(errpipe_data) > 50000:
|
H A D | zipfile.py | 95 # These last two indices are not part of the structure as defined in the 2283 def allowed(part): 2284 return part and part not in {'..', '.'}
|
/third_party/skia/infra/bots/gen_tasks_logic/ |
H A D | gen_tasks_logic.go | 654 for _, part := range ec { 655 if !In(part, ignore) { 656 keep = append(keep, part)
|
/third_party/skia/dm/ |
H A D | DM.cpp | 1051 const SkString& part = parts[j]; in gather_sinks() local 1052 Sink* next = create_via(part, sink); in gather_sinks() 1055 part.c_str()); in gather_sinks()
|
/third_party/ntfs-3g/src/ |
H A D | ntfs-3g.c | 1802 * Common part for truncate() and ftruncate() 3455 s64 part; in ntfs_fuse_setxattr() local 3651 part = ntfs_attr_pwrite(na, position + total, in ntfs_fuse_setxattr() 3653 if (part > 0) in ntfs_fuse_setxattr() 3654 total += part; in ntfs_fuse_setxattr() 3655 } while ((part > 0) && (total < size)); in ntfs_fuse_setxattr()
|
/third_party/node/deps/v8/src/codegen/ppc/ |
H A D | assembler-ppc.cc | 78 if (cpu.part() == base::CPU::kPPCPower10) { in ProbeImpl() 86 } else if (cpu.part() == base::CPU::kPPCPower9) { in ProbeImpl() 88 } else if (cpu.part() == base::CPU::kPPCPower8) { in ProbeImpl() 90 } else if (cpu.part() == base::CPU::kPPCPower7) { in ProbeImpl() 92 } else if (cpu.part() == base::CPU::kPPCPower6) { in ProbeImpl() 340 // Check the instructions are indeed a five part load (into r12) in Is64BitLoadIntoR12() 353 // Check the instruction is indeed a two part load (into r12) in Is32BitLoadIntoR12()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | lossless_videodsp.asm | 7 ;* This file is part of FFmpeg.
|
H A D | videodsp.asm | 5 ;* This file is part of FFmpeg.
|
H A D | aacpsdsp.asm | 6 ;* This file is part of FFmpeg.
|
H A D | dct32.asm | 5 ;* This file is part of FFmpeg.
|
H A D | cfhdencdsp.asm | 5 ;* This file is part of FFmpeg.
|
H A D | rv40dsp.asm | 7 ;* This file is part of FFmpeg.
|
H A D | vp9mc_16bpp.asm | 6 ;* This file is part of FFmpeg.
|
/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_blend.asm | 8 ;* This file is part of FFmpeg.
|
/third_party/python/Parser/ |
H A D | string_parser.c | 452 brace (which isn't part of a unicode name escape such as in fstring_find_literal() 616 "f-string expression part " in fstring_find_expr() 670 RAISE_SYNTAX_ERROR("f-string expression part cannot include '#'"); in fstring_find_expr() 691 chars (not part of 2-char tokens). If by themselves, they in fstring_find_expr()
|
/third_party/backends/backend/ |
H A D | coolscan.c | 5 This file is part of the SANE package. 1463 get_inquiery_part_LS30 (Coolscan_t * s, unsigned char part) in get_inquiery_part_LS30() argument 1469 inquiry.cmd[2]=part; in get_inquiery_part_LS30() 1509 unsigned char part; in get_inquiery_LS30() local 1520 { part=parts[i]; in get_inquiery_LS30() 1521 get_inquiery_part_LS30 (s, part); in get_inquiery_LS30() 1522 switch(part) in get_inquiery_LS30()
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format.cc | 940 std::string part; in ConsumeFullTypeName() local 941 DO(ConsumeIdentifier(&part)); in ConsumeFullTypeName() 943 *name += part; in ConsumeFullTypeName()
|
/third_party/python/Lib/test/ |
H A D | test_ipaddress.py | 450 msg = "Leading ':' only permitted as part of '::' in %r" 466 msg = "Trailing ':' only permitted as part of '::' in %r" 508 def assertBadPart(addr, part): 509 msg = "Only hex digits permitted in %r in %r" % (part, addr.split('%')[0]) 528 def assertBadPart(addr, part): 530 with self.assertAddressError(msg, part, addr.split('%')[0]): 2148 # RFC4291 2.2 (part 3) x::d.d.d.d
|