Home
last modified time | relevance | path

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

12345678910>>...23

/external/fonttools/Snippets/
Drename-fonts.py54 def insert_suffix(string, family_name, suffix): argument
67 def rename_record(name_record, family_name, suffix): argument
74 def rename_file(filename, family_name, suffix): argument
84 def add_family_suffix(font, suffix): argument
/external/libaom/libaom/aom_dsp/
Dfft_common.h117 #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/
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/fonttools/Lib/fontTools/ufoLib/
Dfilenames.py21 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument
109 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
165 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/fonttools/Lib/fontTools/misc/
Dfilenames.py30 def userNameToFileName(userName, existing=[], prefix="", suffix=""): argument
118 def handleClash1(userName, existing=[], prefix="", suffix=""): argument
174 def handleClash2(existing=[], prefix="", suffix=""): argument
/external/python/cpython2/Modules/_ctypes/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
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/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
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/apache-commons-bcel/src/main/java/org/apache/bcel/util/
DClassPath.java199 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/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/mockito/src/main/java/org/mockito/internal/matchers/
DEndsWith.java14 private final String suffix; field in EndsWith
16 public EndsWith(String suffix) { in EndsWith()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc33 ForLoop::ForLoop(absl::string_view prefix, absl::string_view suffix, in ForLoop()
176 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(absl::string_view suffix, in AddLoop()
186 absl::string_view suffix, llvm::Value* start_index, llvm::Value* end_index, in AddLoop()
212 absl::string_view suffix, in AddLoop()
223 absl::string_view suffix, in AddLoop()
234 absl::string_view suffix) { in AddLoopsForShape()
243 absl::string_view suffix) { in AddLoopsForShapeOnDimensions()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DTagTuple.java20 private final String suffix; field in TagTuple
22 public TagTuple(String handle, String suffix) { in TagTuple()
/external/easymock/src/org/easymock/internal/matchers/
DEndsWith.java26 private final String suffix; field in EndsWith
28 public EndsWith(String suffix) { in EndsWith()
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
DStringEndsWith.java25 public static Matcher<String> endsWith(String suffix) { in endsWith()
38 public static Matcher<String> endsWithIgnoringCase(String suffix) { in endsWithIgnoringCase()
/external/fonttools/Tests/varLib/
Dinterpolatable_test.py45 def get_file_list(folder, suffix, prefix=''): argument
53 def temp_path(self, suffix): argument
63 def compile_font(self, path, suffix, temp_dir): argument
Dmutator_test.py42 def get_file_list(folder, suffix, prefix=''): argument
50 def temp_path(self, suffix): argument
83 def compile_font(self, path, suffix, temp_dir): argument
/external/python/cpython2/PC/VS9.0/
Drt.bat32 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/external/python/cpython2/PCbuild/
Drt.bat32 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/parse/
DAffixMatcher.java23 private final AffixPatternMatcher suffix; field in AffixMatcher
121 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
156 AffixPatternMatcher suffix, in getInstance()
162 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/parse/
DAffixMatcher.java25 private final AffixPatternMatcher suffix; field in AffixMatcher
123 AffixPatternMatcher suffix = AffixPatternMatcher in createMatchers() local
158 AffixPatternMatcher suffix, in getInstance()
164 private AffixMatcher(AffixPatternMatcher prefix, AffixPatternMatcher suffix, int flags) { in AffixMatcher()
/external/python/cpython3/PCbuild/
Drt.bat31 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/external/yapf/yapftests/
Dutils.py50 suffix=None, argument
79 suffix=None): argument
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_temp_file.py21 def _GenerateName(prefix, suffix, dir): argument
32 def __init__(self, adb, suffix='', prefix='temp_file', dir='/data/local/tmp'): argument
84 def __init__(self, adb, suffix='', prefix='tmp', dir='/data/local/tmp'): argument
/external/brotli/csharp/org/brotli/dec/
DTransform.cs15 private readonly byte[] suffix; field in Org.Brotli.Dec.Transform
17 internal Transform(string prefix, int type, string suffix) in Transform()
/external/smali/util/src/main/java/org/jf/util/
DClassFileNameHandler.java274 public void setSuffix(int suffix) { in setSuffix()
285 protected abstract String makePhysicalName(int suffix); in makePhysicalName()
323 protected String makePhysicalName(int suffix) { in makePhysicalName()
331 public void setSuffix(int suffix) { in setSuffix()
430 protected String makePhysicalName(int suffix) { in makePhysicalName()
438 private static String addSuffixBeforeExtension(String pathElement, String suffix) { in addSuffixBeforeExtension()

12345678910>>...23