Home
last modified time | relevance | path

Searched refs:suffix (Results 326 - 350 of 847) sorted by relevance

1...<<11121314151617181920>>...34

/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.cc768 // 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 Dntfsundelete.c535 * 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 Dgypd.py82 output_file = input_file_stem + params["options"].suffix + ".gypd"
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dgypd.py82 output_file = input_file_stem + params["options"].suffix + ".gypd"
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/subgroups/
H A DvktSubgroupsScanHelpers.hpp51 std::string getScanOpName (std::string prefix, std::string suffix, Operator op, ScanType scanType);
H A DvktSubgroupsScanHelpers.cpp37 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 DvktSubgroupsScanHelpers.hpp51 std::string getScanOpName (std::string prefix, std::string suffix, Operator op, ScanType scanType);
H A DvktSubgroupsScanHelpers.cpp37 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 Duformattedvaluetst.c153 #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 DColumn.java187 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 Dlib.rs448 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 Dcpp_benchmark.cc54 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 Dformatsgenerator.py82 suffix = ", +" if index != len(info['formats']) - 1 else ""
83 compatibility_table.append(" ename:{}{}".format(format, suffix))
/third_party/skia/src/gpu/glsl/
H A DGrGLSLShaderBuilder.h100 SkString newTmpVarName(const char* suffix) { in newTmpVarName() argument
102 return SkStringPrintf("_tmp_%d_%s", tmpIdx, suffix); in newTmpVarName()
/third_party/skia/samplecode/
H A DSampleTextBox.cpp40 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 Drstlint.py149 for suffix in suffixes:
150 checkers.setdefault(suffix, []).append(func)
/third_party/skia/tools/skdiff/
H A Dskdiff_utils.cpp121 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 Dgtest-string.h143 // 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 Dgenerate_wgsl_corpus.py39 if pathlib.Path(filename).suffix == '.wgsl':
/third_party/python/Lib/test/test_importlib/
H A Dupdate-zips.py33 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 DdeStringUtil.hpp51 bool endsWith (const std::string& s, const std::string& suffix);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/compute/
H A DvktComputeCooperativeMatrixTests.cpp472 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 Dgen_pack.py524 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 Druntime-strings.cc34 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 Dutils.h363 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()

Completed in 15 milliseconds

1...<<11121314151617181920>>...34