Home
last modified time | relevance | path

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

12345678910>>...23

/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/python/cpython3/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/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/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc35 ForLoop::ForLoop(tensorflow::StringPiece prefix, tensorflow::StringPiece suffix, in ForLoop()
178 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(tensorflow::StringPiece suffix, in AddLoop()
187 std::unique_ptr<ForLoop> ForLoopNest::AddLoop(tensorflow::StringPiece suffix, in AddLoop()
217 tensorflow::StringPiece suffix, in AddLoop()
228 tensorflow::StringPiece suffix, in AddLoop()
239 tensorflow::StringPiece suffix) { in AddLoopsForShape()
247 tensorflow::StringPiece suffix) { in AddLoopsForShapeOnDimensions()
/external/opencv/cv/src/
D_cvipp.h73 #define IPCV_MOMENTS( suffix, ipp_suffix, cn ) \ argument
382 #define IPCV_FILTER_SOBEL_BORDER( suffix, flavor, srctype ) \ argument
405 #define IPCV_FILTER_SCHARR_BORDER( suffix, flavor, srctype ) \ argument
440 #define IPCV_FILTER_SOBEL( suffix, ipp_suffix, flavor ) \ argument
459 #define IPCV_FILTER_SCHARR( suffix, ipp_suffix, flavor ) \ argument
475 #define IPCV_FILTER( suffix, ipp_suffix, cn, ksizetype, anchortype ) \ argument
/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/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/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()
/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/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/python/cpython2/PC/VS9.0/
Drt.bat32 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/external/mesa3d/src/gallium/tests/unit/
Du_format_test.c59 const char *suffix) in print_packed()
78 const char *suffix) in print_unpacked_rgba_doubl()
100 const char *suffix) in print_unpacked_rgba_float()
122 const char *suffix) in print_unpacked_rgba_8unorm()
143 const char *suffix) in print_unpacked_z_float()
165 const char *suffix) in print_unpacked_z_32unorm()
186 const char *suffix) in print_unpacked_s_8uint()
659 const char *suffix) in test_one_func()
/external/python/cpython2/PCbuild/
Drt.bat32 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/external/python/cpython3/PCbuild/
Drt.bat32 set suffix= variable
40 if "%1"=="-d" (set suffix=_d) & shift & goto CheckOpts variable
/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/icu/android_icu4j/src/main/java/android/icu/impl/number/
DConstantAffixModifier.java18 private final String suffix; field in ConstantAffixModifier
38 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DConstantAffixModifier.java16 private final String suffix; field in ConstantAffixModifier
36 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier()
/external/python/cpython3/Lib/
Dtempfile.py118 def _sanitize_params(prefix, suffix, dir): argument
305 def mkstemp(suffix=None, prefix=None, dir=None, text=False): argument
345 def mkdtemp(suffix=None, prefix=None, dir=None): argument
384 def mktemp(suffix="", prefix=template, dir=None): argument
523 newline=None, suffix=None, prefix=None, argument
572 newline=None, suffix=None, prefix=None, argument
638 suffix=None, prefix=None, dir=None): argument
789 def __init__(self, suffix=None, prefix=None, dir=None): argument
/external/tensorflow/tensorflow/contrib/framework/python/ops/
Dvariables.py305 def get_variables(scope=None, suffix=None, argument
328 def get_model_variables(scope=None, suffix=None): argument
341 def get_local_variables(scope=None, suffix=None): argument
354 def get_trainable_variables(scope=None, suffix=None): argument
403 def get_variables_by_suffix(suffix, scope=None): argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DRealVectorFormat.java64 private final String suffix; field in RealVectorFormat
104 public RealVectorFormat(final String prefix, final String suffix, in RealVectorFormat()
117 public RealVectorFormat(final String prefix, final String suffix, in RealVectorFormat()
/external/kmod/testsuite/
Dpath.c135 #define WRAP_OPEN(suffix) \ argument
163 #define WRAP_VERSTAT(prefix, suffix) \ argument
/external/autotest/client/common_lib/
Dautotemp.py37 def __init__(self, unique_id, suffix='', prefix='', dir=None, argument
84 def __init__(self, suffix='', unique_id='', prefix='', dir=None): argument
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
DRepresentTest.java42 private int suffix; field in RepresentTest.CustomBean
44 public CustomBean(String prefix, int suffix) { in CustomBean()

12345678910>>...23