/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | cord_rep_btree.cc | 768 // Get partial suffix and prefix entries. in SubTree() 770 CopyResult suffix; in SubTree() local 772 // Copy prefix and suffix of the boundary nodes. in SubTree() 774 suffix = right->btree()->CopyPrefix(back.n); in SubTree() 776 // If there is an edge between the prefix and suffix edges, then the tree in SubTree() 778 // prefix and suffix edges, then the tree must be as high as either the in SubTree() 779 // suffix or prefix edges (which are collapsed to their minimum heights). in SubTree() 781 height = (std::max)(prefix.height, suffix.height) + 1; in SubTree() 788 for (int h = suffix.height + 1; h < height; ++h) { in SubTree() 789 suffix in SubTree() [all...] |
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsundelete.c | 535 * Only the first character of the suffix is read. 545 char *suffix = NULL; in parse_time() local 552 result = strtoll(value, &suffix, 10); in parse_time() 558 if (!suffix) { in parse_time() 559 ntfs_log_error("Internal error, strtoll didn't return a suffix.\n"); in parse_time() 563 if (strlen(suffix) > 1) { in parse_time() 564 ntfs_log_error("Invalid time suffix '%s'. Use Y, M, W, D or H.\n", suffix); in parse_time() 568 switch (suffix[0]) { in parse_time() 583 ntfs_log_error("Invalid time suffix ' in parse_time() 1846 int suffix; create_pathname() local [all...] |
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 82 output_file = input_file_stem + params["options"].suffix + ".gypd"
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | gypd.py | 82 output_file = input_file_stem + params["options"].suffix + ".gypd"
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/ |
H A D | vktSubgroupsScanHelpers.hpp | 51 std::string getScanOpName (std::string prefix, std::string suffix, Operator op, ScanType scanType);
|
H A D | vktSubgroupsScanHelpers.cpp | 37 string getScanOpName (string prefix, string suffix, Operator op, ScanType scanType) in getScanOpName() argument 56 return prefix + n + suffix; in getScanOpName()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/subgroups/ |
H A D | vktSubgroupsScanHelpers.hpp | 51 std::string getScanOpName (std::string prefix, std::string suffix, Operator op, ScanType scanType);
|
H A D | vktSubgroupsScanHelpers.cpp | 37 string getScanOpName (string prefix, string suffix, Operator op, ScanType scanType) in getScanOpName() argument 56 return prefix + n + suffix; in getScanOpName()
|
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | uformattedvaluetst.c | 153 #define AAPE_MSG(suffix) (uprv_strncpy(message+prefixEnd, suffix, 256-prefixEnd)-prefixEnd) in AssertAllPartsEqual()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Column.java | 187 final Column<T> fromPrototype(String suffix) { in fromPrototype() argument 188 String name = getName() + ":" + checkName(suffix); in fromPrototype()
|
/third_party/rust/crates/clap/clap_lex/src/ |
H A D | lib.rs | 448 if let Some(suffix) = self.invalid_suffix { in display() 450 return Some(Err(suffix)); in display() 464 if let Some(suffix) = self.invalid_suffix { 466 return Some(suffix);
|
/third_party/protobuf/benchmarks/cpp/ |
H A D | cpp_benchmark.cc | 54 Fixture(const BenchmarkDataset& dataset, const std::string& suffix) { in Fixture() argument 69 SetName((dataset.name() + suffix).c_str()); in Fixture()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | formatsgenerator.py | 82 suffix = ", +" if index != len(info['formats']) - 1 else "" 83 compatibility_table.append(" ename:{}{}".format(format, suffix))
|
/third_party/skia/src/gpu/glsl/ |
H A D | GrGLSLShaderBuilder.h | 100 SkString newTmpVarName(const char* suffix) { in newTmpVarName() argument 102 return SkStringPrintf("_tmp_%d_%s", tmpIdx, suffix); in newTmpVarName()
|
/third_party/skia/samplecode/ |
H A D | SampleTextBox.cpp | 40 TextBoxView(ShaperFactory fact, const char suffix[]) : fShaper(fact()) { in TextBoxView() argument 41 fName.printf("TextBox_%s", suffix); in TextBoxView()
|
/third_party/python/Doc/tools/ |
H A D | rstlint.py | 149 for suffix in suffixes: 150 checkers.setdefault(suffix, []).append(func)
|
/third_party/skia/tools/skdiff/ |
H A D | skdiff_utils.cpp | 121 static SkString filename_to_derived_filename(const SkString& filename, const char *suffix) { in filename_to_derived_filename() argument 126 diffName.append(suffix); in filename_to_derived_filename()
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-string.h | 143 // Returns true if and only if the given string ends with the given suffix, 144 // ignoring case. Any string is considered to end with an empty suffix. 146 const std::string& str, const std::string& suffix);
|
/third_party/skia/third_party/externals/tint/fuzzers/ |
H A D | generate_wgsl_corpus.py | 39 if pathlib.Path(filename).suffix == '.wgsl':
|
/third_party/python/Lib/test/test_importlib/ |
H A D | update-zips.py | 33 def generate(suffix): 35 zfpath = root / f'zipdata{suffix}/ziptestdata.zip' 37 for src, rel in walk(root / f'data{suffix}'):
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deStringUtil.hpp | 51 bool endsWith (const std::string& s, const std::string& suffix);
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/ |
H A D | vktComputeCooperativeMatrixTests.cpp | 472 const char* suffix = (isKhr(m_data.useType) ? "" : "NV"); in initPrograms() local 677 css << " coopMatLoad" << suffix << "(matA, sharedA, elementS0, " << loadStrides[0] << ", " << colMajor << ");\n" in initPrograms() 678 " coopMatLoad" << suffix << "(matB, sharedB, elementS1, " << loadStrides[1] << ", " << colMajor << ");\n" in initPrograms() 679 " coopMatLoad" << suffix << "(matC, sharedC, elementS2, " << loadStrides[2] << ", " << colMajor << ");\n"; in initPrograms() 683 css << " coopMatLoad" << suffix << "(matA, inputA.x, element0, " << loadStrides[0] << ", " << colMajor << ");\n" in initPrograms() 684 " coopMatLoad" << suffix << "(matB, inputB.x, element1, " << loadStrides[1] << ", " << colMajor << ");\n" in initPrograms() 685 " coopMatLoad" << suffix << "(matC, inputC.x, element2, " << loadStrides[2] << ", " << colMajor << ");\n"; in initPrograms() 758 css << " matO = coopMatMulAdd" << suffix << "(matA, matB, matC" << sat << ");\n"; in initPrograms() 761 css << " matOArr[1] = coopMatMulAdd" << suffix << "(matAArr[1], matBArr[1], matCArr[1]);\n"; in initPrograms() local 775 css << " coopMatStore" << suffix << "(mat in initPrograms() [all...] |
/third_party/mesa3d/src/asahi/lib/ |
H A D | gen_pack.py | 524 suffix = "" 528 suffix = " + {}".format(field.modifier[1]) 530 suffix = " << {}".format(field.modifier[1]) 537 decoded = '{}{}({}){}'.format(prefix, convert, ', '.join(args), suffix)
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-strings.cc | 34 Handle<String> suffix) in RUNTIME_FUNCTION() 35 : match_(match), prefix_(prefix), suffix_(suffix) {} in RUNTIME_FUNCTION() 58 Handle<String> suffix = isolate->factory()->NewSubString( in RUNTIME_FUNCTION() local 60 SimpleMatch match(matched, prefix, suffix); in RUNTIME_FUNCTION() 33 SimpleMatch(Handle<String> match, Handle<String> prefix, Handle<String> suffix) RUNTIME_FUNCTION() argument
|
/third_party/node/deps/v8/src/torque/ |
H A D | utils.h | 363 inline bool StringEndsWith(const std::string& s, const std::string& suffix) { in StringEndsWith() argument 364 if (s.size() < suffix.size()) return false; in StringEndsWith() 365 return s.substr(s.size() - suffix.size()) == suffix; in StringEndsWith()
|