Home
last modified time | relevance | path

Searched refs:part (Results 401 - 425 of 531) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/gn/src/base/strings/
H A Dstring_util.cc875 for (const auto& part : parts) in JoinStringT()
876 total_size += part.size(); in JoinStringT()
/third_party/libabigail/tools/
H A Dfedabipkgdiff181 """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 Dmakeunicodedata.py552 parts = [repr(float(part)) for part in parts]
/third_party/python/Lib/logging/
H A Dhandlers.py394 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 Dmain.go231 for i, part := range parts {
233 out[i], err = strconv.Atoi(part)
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord.h275 // 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 Dsws.c11 * 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 Dsubprocess.py1906 part = os.read(errpipe_read, 50000)
1907 errpipe_data += part
1908 if not part or len(errpipe_data) > 50000:
H A Dzipfile.py95 # 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 Dgen_tasks_logic.go654 for _, part := range ec {
655 if !In(part, ignore) {
656 keep = append(keep, part)
/third_party/skia/dm/
H A DDM.cpp1051 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 Dntfs-3g.c1802 * 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 Dassembler-ppc.cc78 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 Dlossless_videodsp.asm7 ;* This file is part of FFmpeg.
H A Dvideodsp.asm5 ;* This file is part of FFmpeg.
H A Daacpsdsp.asm6 ;* This file is part of FFmpeg.
H A Ddct32.asm5 ;* This file is part of FFmpeg.
H A Dcfhdencdsp.asm5 ;* This file is part of FFmpeg.
H A Drv40dsp.asm7 ;* This file is part of FFmpeg.
H A Dvp9mc_16bpp.asm6 ;* This file is part of FFmpeg.
/third_party/ffmpeg/libavfilter/x86/
H A Dvf_blend.asm8 ;* This file is part of FFmpeg.
/third_party/python/Parser/
H A Dstring_parser.c452 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 Dcoolscan.c5 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 Dtext_format.cc940 std::string part; in ConsumeFullTypeName() local
941 DO(ConsumeIdentifier(&part)); in ConsumeFullTypeName()
943 *name += part; in ConsumeFullTypeName()
/third_party/python/Lib/test/
H A Dtest_ipaddress.py450 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

Completed in 49 milliseconds

1...<<11121314151617181920>>...22