| /external/angle/third_party/vulkan-deps/spirv-tools/src/utils/vscode/src/lsp/span/ | 
| D | parse.go | 82 type suffix struct {  struct 83 	remains string 84 	sep     string 85 	num     int
  | 
| /external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/ | 
| D | parse.go | 82 type suffix struct {  struct 83 	remains string 84 	sep     string 85 	num     int
  | 
| /external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ | 
| D | parse.go | 82 type suffix struct {  struct 83 	remains string 84 	sep     string 85 	num     int
  | 
| /external/libaom/aom_dsp/ | 
| D | fft_common.h | 117 #define GEN_FFT_2(ret, suffix, T, T_VEC, load, store)               \  argument 125 #define GEN_FFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \  argument 142 #define GEN_FFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, mul) \  argument 177 #define GEN_FFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub, \  argument 269 #define GEN_FFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub,   \  argument 513 #define GEN_IFFT_2(ret, suffix, T, T_VEC, load, store)               \  argument 521 #define GEN_IFFT_4(ret, suffix, T, T_VEC, load, store, constant, add, sub) \  argument 538 #define GEN_IFFT_8(ret, suffix, T, T_VEC, load, store, constant, add, sub, \  argument 582 #define GEN_IFFT_16(ret, suffix, T, T_VEC, load, store, constant, add, sub,   \  argument 697 #define GEN_IFFT_32(ret, suffix, T, T_VEC, load, store, constant, add, sub,    \  argument
  | 
| /external/vixl/tools/test_generator/ | 
| D | data_types.py | 233   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/fonttools/Snippets/ | 
| D | rename-fonts.py | 53 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/chromium-trace/catapult/common/py_utils/py_utils/ | 
| D | tempfile_ext.py | 12 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/ | 
| D | generate-darwin-source-and-headers.py | 20     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/cpython2/Modules/_ctypes/libffi/ | 
| D | generate-darwin-source-and-headers.py | 20     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 100 def move_file(src_dir, dst_dir, filename, file_suffix=None, prefix='', suffix=''):  argument 125 def copy_files(src_dir, dst_dir, pattern=None, filelist=None, file_suffix=None, prefix=None, suffix…  argument
  | 
| /external/python/cpython3/Tools/buildbot/ | 
| D | remotePythonInfo.bat | 8 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-bcel/src/main/java/org/apache/bcel/util/ | 
| D | ClassPath.java | 199     public InputStream getInputStream( final String name, final String suffix ) throws IOException {  in getInputStream() 264     public ClassFile getClassFile( final String name, final String suffix ) throws IOException {  in getClassFile() 282 …private ClassFile getClassFileInternal(final String name, final String suffix) throws IOException {  in getClassFileInternal() 310     public byte[] getBytes(final String name, final String suffix) throws IOException {  in getBytes() 312         try (InputStream is = getInputStream(name, suffix)) {  in getBytes()  argument 342         String suffix = "";  in getPath()  local 356     public String getPath( final String name, final String suffix ) throws IOException {  in getPath() 362         abstract ClassFile getClassFile( String name, String suffix ) throws IOException;  in getClassFile() 429         ClassFile getClassFile( final String name, final String suffix ) throws IOException {  in getClassFile()
  | 
| /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ | 
| D | llvm_loop.cc | 34 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/fonttools/Lib/fontTools/misc/ | 
| D | filenames.py | 33 def userNameToFileName(userName, existing=[], prefix="", suffix=""):  argument 136 def handleClash1(userName, existing=[], prefix="", suffix=""):  argument 192 def handleClash2(existing=[], prefix="", suffix=""):  argument
  | 
| /external/fonttools/Lib/fontTools/ufoLib/ | 
| D | filenames.py | 95 def userNameToFileName(userName: str, existing=(), prefix="", suffix=""):  argument 182 def handleClash1(userName, existing=[], prefix="", suffix=""):  argument 238 def handleClash2(existing=[], prefix="", suffix=""):  argument
  | 
| /external/iperf3/src/ | 
| D | units.c | 93 	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/bpftool/include/linux/ | 
| D | compiler.h | 9 # 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/apache-commons-io/src/main/java/org/apache/commons/io/output/ | 
| D | DeferredFileOutputStream.java | 65     private final String suffix;  field in DeferredFileOutputStream 101             final String suffix, final File directory, final int initialBufferSize) {  in DeferredFileOutputStream() 142         final String suffix, final File directory) {  in DeferredFileOutputStream() 162     public DeferredFileOutputStream(final int threshold, final String prefix, final String suffix,  in DeferredFileOutputStream()
  | 
| /external/rust/crates/grpcio-sys/grpc/tools/distrib/python/grpcio_tools/grpc_tools/ | 
| D | protoc.py | 66     def _module_name_to_proto_file(suffix, module_name):  argument 73     def _proto_file_to_module_name(suffix, proto_file):  argument 104         def __init__(self, suffix, codegen_fn, module_name, protobuf_path,  argument 147         def __init__(self, suffix, codegen_fn):  argument
  | 
| /external/mockito/src/main/java/org/mockito/internal/matchers/ | 
| D | EndsWith.java | 14     private final String suffix;  field in EndsWith 16     public EndsWith(String suffix) {  in EndsWith()
  | 
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ | 
| D | TagTuple.java | 20     private final String suffix;  field in TagTuple 22     public TagTuple(String handle, String suffix) {  in TagTuple()
  | 
| /external/fonttools/Tests/varLib/ | 
| D | interpolatable_test.py | 43     def get_file_list(folder, suffix, prefix=''):  argument 51     def temp_path(self, suffix):  argument 61     def compile_font(self, path, suffix, temp_dir):  argument
  | 
| /external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/ | 
| D | AffixMatcher.java | 25     private final AffixPatternMatcher suffix;  field in AffixMatcher 133             AffixPatternMatcher suffix = AffixPatternMatcher  in createMatchers()  local 168             AffixPatternMatcher suffix,  in getInstance() 174     private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) {  in AffixMatcher()
  | 
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/ | 
| D | AffixMatcher.java | 23     private final AffixPatternMatcher suffix;  field in AffixMatcher 131             AffixPatternMatcher suffix = AffixPatternMatcher  in createMatchers()  local 166             AffixPatternMatcher suffix,  in getInstance() 172     private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) {  in AffixMatcher()
  | 
| /external/easymock/src/org/easymock/internal/matchers/ | 
| D | EndsWith.java | 26     private final String suffix;  field in EndsWith 28     public EndsWith(String suffix) {  in EndsWith()
  | 
| /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/ | 
| D | StringEndsWith.java | 25     public static Matcher<String> endsWith(String suffix) {  in endsWith() 38     public static Matcher<String> endsWithIgnoringCase(String suffix) {  in endsWithIgnoringCase()
  |