Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 25 of 1270) sorted by relevance

12345678910>>...51

/external/cronet/stable/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.ends_with/
Dranges.ends_with.pass.cpp72 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
79 …auto suffix = std::ranges::subrange(Iter2(p), Sent2(Ite… in test_iterators() local
90 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
96 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
107 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
113 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
124 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
130 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
141 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
147 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
[all …]
/external/cronet/tot/third_party/libc++/src/test/std/algorithms/alg.nonmodifying/alg.ends_with/
Dranges.ends_with.pass.cpp72 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
79 …auto suffix = std::ranges::subrange(Iter2(p), Sent2(Ite… in test_iterators() local
90 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
96 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 3))); in test_iterators() local
107 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
113 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
124 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
130 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 1))); in test_iterators() local
141 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
147 auto suffix = std::ranges::subrange(Iter2(p), Sent2(Iter2(p + 6))); in test_iterators() local
[all …]
/external/python/cpython3/Modules/_testcapi/
Dpyatomic.c34 #define IMPL_TEST_ADD(suffix, dtype) \ argument
56 #define IMPL_TEST_COMPARE_EXCHANGE(suffix, dtype) \ argument
75 #define IMPL_TEST_EXCHANGE(suffix, dtype) \ in FOR_ALL_TYPES() argument
91 #define IMPL_TEST_LOAD_STORE(suffix, dtype) \ argument
109 #define IMPL_TEST_AND_OR(suffix, dtype) \ argument
162 #define BIND_TEST_ADD(suffix, dtype) \ argument
164 #define BIND_TEST_COMPARE_EXCHANGE(suffix, dtype) \ argument
166 #define BIND_TEST_EXCHANGE(suffix, dtype) \ argument
168 #define BIND_TEST_LOAD_STORE(suffix, dtype) \ argument
170 #define BIND_TEST_AND_OR(suffix, dtype) \ argument
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
Dparse.go82 type suffix struct { struct
83 remains string
84 sep string
85 num int
/external/libaom/aom_dsp/
Dfft_common.h118 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store) \ argument
126 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
143 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \ argument
178 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
270 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
514 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store) \ argument
522 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \ argument
539 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
583 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
698 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub, \ argument
/external/libdav1d/src/x86/
Dmc.h35 #define init_mc_fn(type, name, suffix) \ argument
37 #define init_mct_fn(type, name, suffix) \ argument
39 #define init_mc_scaled_fn(type, name, suffix) \ argument
41 #define init_mct_scaled_fn(type, name, suffix) \ argument
Dipred.h35 #define init_fn(type0, type1, name, suffix) \ argument
38 #define init_angular_ipred_fn(type, name, suffix) \ argument
40 #define init_cfl_pred_fn(type, name, suffix) \ argument
42 #define init_cfl_ac_fn(type, name, suffix) \ argument
/external/fonttools/Snippets/
Drename-fonts.py53 def insert_suffix(string, family_name, suffix): argument
66 def rename_record(name_record, family_name, suffix): argument
73 def rename_file(filename, family_name, suffix): argument
83 def add_family_suffix(font, suffix): argument
/external/vixl/tools/test_generator/
Ddata_types.py233 def PrintInput(suffix = ""): argument
249 def InstantiateResult(suffix = ""): argument
257 def InstantiateInput(suffix = ""): argument
265 def InstantiateReference(suffix = ""): argument
317 def PrintInput(self, suffix = ""): argument
326 def InstantiateResult(self, suffix = ""): argument
330 def InstantiateInput(self, suffix = ""): argument
334 def InstantiateReference(self, suffix = ""): argument
376 def PrintInput(self, suffix = ""): argument
566 def PrintInput(self, suffix = ""): argument
[all …]
/external/chromium-trace/catapult/common/py_utils/py_utils/
Dtempfile_ext.py12 def NamedTemporaryDirectory(suffix='', prefix='tmp', dir=None): argument
34 def NamedTemporaryFile(mode='w+b', suffix='', prefix='tmp'): argument
48 def TemporaryFileName(prefix='tmp', suffix=''): argument
/external/libffi/
Dgenerate-darwin-source-and-headers.py20 suffix = "\n\n#endif" variable in simulator_platform
33 suffix = "\n\n#endif" variable in simulator64_platform
46 suffix = "\n\n#endif" variable in device_platform
59 suffix = "\n\n#endif" variable in device64_platform
74 suffix = "\n\n#endif" variable in desktop32_platform
85 suffix = "\n\n#endif" variable in desktop64_platform
98 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''): argument
126 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix argument
/external/python/cpython3/Tools/buildbot/
DremotePythonInfo.bat8 set suffix=_d variable
14 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
15 if "%1"=="+d" (set suffix=) & shift & goto CheckOpts variable
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DDeferredFileOutputStream.java70 private String suffix; field in DeferredFileOutputStream.Builder
157 public Builder setSuffix(final String suffix) { in setSuffix()
223 private final String suffix; field in DeferredFileOutputStream
259 …m(final int threshold, final File outputFile, final String prefix, final String suffix, final File… in DeferredFileOutputStream()
296 …l int threshold, final int initialBufferSize, final String prefix, final String suffix, final File… in DeferredFileOutputStream()
311 …m(final int threshold, final Path outputFile, final String prefix, final String suffix, final Path… in DeferredFileOutputStream()
334 …public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix, fin… in DeferredFileOutputStream()
/external/fonttools/Lib/fontTools/ufoLib/
Dfilenames.py95 def userNameToFileName(userName: str, existing=(), prefix="", suffix=""): argument
183 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
240 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/fonttools/Lib/fontTools/misc/
Dfilenames.py32 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument
136 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
193 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc34 ForLoop::ForLoop(absl::string_view prefix, absl::string_view suffix, in ForLoop()
178 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(absl::string_view suffix, in AddLoop()
188 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
214 absl::string_view suffix, in AddLoop()
225 absl::string_view suffix, in AddLoop()
236 absl::string_view suffix) { in AddLoopsForShape()
245 absl::string_view suffix) { in AddLoopsForShapeOnDimensions()
/external/libdav1d/src/loongarch/
Dipred.h40 #define init_fn(type0, type1, name, suffix) \ argument
43 #define init_angular_ipred_fn(type, name, suffix) \ argument
45 #define init_cfl_pred_fn(type, name, suffix) \ argument
/external/iperf3/src/
Dunits.c93 char suffix = '\0'; in unit_atof() local
132 char suffix = '\0'; in unit_atof_rate() local
173 char suffix = '\0'; in unit_atoi() local
272 const char *suffix; in unit_snprintf() local
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/bin/cleanup/
Dkeep_xds_interop_resources.json3 "suffix": [] array
6 "suffix": [] array
/external/bpftool/include/linux/
Dcompiler.h9 # define __compiletime_assert(condition, msg, prefix, suffix) \ argument
16 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0) argument
19 #define _compiletime_assert(condition, msg, prefix, suffix) \ argument
/external/mockito/src/main/java/org/mockito/internal/matchers/
DEndsWith.java13 private final String suffix; field in EndsWith
15 public EndsWith(String suffix) { in EndsWith()
/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/
Dprotoc.py65 def _module_name_to_proto_file(suffix, module_name): argument
72 def _proto_file_to_module_name(suffix, proto_file): argument
103 def __init__(self, suffix, codegen_fn, module_name, protobuf_path, argument
146 def __init__(self, suffix, codegen_fn): argument
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DTagTuple.java19 private final String suffix; field in TagTuple
21 public TagTuple(String handle, String suffix) { in TagTuple()

12345678910>>...51