/external/angle/src/tests/preprocessor_tests/ |
D | PreprocessorTest.cpp | 13 void SimplePreprocessorTest::preprocess(const char *input, in preprocess() function in angle::SimplePreprocessorTest 35 void SimplePreprocessorTest::preprocess(const char *input, const pp::PreprocessorSettings &settings) in preprocess() function in angle::SimplePreprocessorTest 41 void SimplePreprocessorTest::preprocess(const char *input) in preprocess() function in angle::SimplePreprocessorTest 46 void SimplePreprocessorTest::preprocess(const char *input, const char *expected) in preprocess() function in angle::SimplePreprocessorTest 51 void SimplePreprocessorTest::preprocess(const char *input, const char *expected, ShShaderSpec spec) in preprocess() function in angle::SimplePreprocessorTest
|
/external/python/cpython3/Tools/c-analyzer/c_parser/preprocessor/ |
D | __init__.py | 34 def preprocess(source, *, function 95 def preprocess(**kwargs): function
|
D | pure.py | 7 def preprocess(lines, filename=None): function
|
D | gcc.py | 43 def preprocess(filename, incldirs=None, macros=None, samefiles=None): function
|
D | common.py | 47 def preprocess(tool, filename, **kwargs): function
|
/external/turbine/java/com/google/turbine/binder/ |
D | CompUnitPreprocessor.java | 92 public static ImmutableList<PreprocessedCompUnit> preprocess(List<CompUnit> units) { in preprocess() method in CompUnitPreprocessor 100 public static PreprocessedCompUnit preprocess(CompUnit unit) { in preprocess() method in CompUnitPreprocessor
|
/external/XNNPACK/tools/ |
D | xngen.py | 59 def preprocess(input_text, input_globals, input_path="codegen"): function
|
D | xngen | 59 def preprocess(input_text, input_globals, input_path="codegen"): function
|
/external/tensorflow/tensorflow/examples/speech_commands/ |
D | wav_to_features.py | 48 window_stride_ms, feature_bin_count, quantize, preprocess, argument
|
D | freeze.py | 65 feature_bin_count, model_architecture, preprocess): argument
|
D | models.py | 41 preprocess): argument
|
D | input_data_test.py | 66 def _runGetDataTest(self, preprocess, window_length_ms): argument
|
/external/armnn/python/pyarmnn/examples/common/ |
D | cv_utils.py | 17 def preprocess(frame: np.ndarray, input_binding_info: tuple): function
|
/external/libtextclassifier/native/utils/tflite/ |
D | string_projection_base.h | 51 bool preprocess; member
|
/external/rust/crates/bindgen/src/ir/ |
D | comment.rs | 15 pub fn preprocess(comment: &str, indent: usize) -> String { in preprocess() function
|
/external/python/cpython2/Parser/ |
D | spark.py | 170 def preprocess(self, rule, func): return rule, func member in GenericParser 687 def preprocess(self, rule, func): member in GenericASTBuilder 785 def preprocess(self, rule, func): member in GenericASTMatcher
|
/external/capstone/cstool/ |
D | cstool.c | 108 static uint8_t *preprocess(char *code, size_t *size) in preprocess() function
|
/external/python/cpython2/Lib/distutils/ |
D | bcppcompiler.py | 362 def preprocess (self, member in BCPPCompiler
|
D | unixccompiler.py | 88 def preprocess(self, source, member in UnixCCompiler
|
/external/python/setuptools/setuptools/_distutils/ |
D | bcppcompiler.py | 361 def preprocess (self, member in BCPPCompiler
|
D | unixccompiler.py | 143 def preprocess(self, source, output_file=None, macros=None, member in UnixCCompiler
|
/external/python/cpython3/Lib/distutils/ |
D | unixccompiler.py | 85 def preprocess(self, source, output_file=None, macros=None, member in UnixCCompiler
|
D | bcppcompiler.py | 361 def preprocess (self, member in BCPPCompiler
|
/external/ComputeLibrary/utils/ |
D | GraphUtils.cpp | 69 void TFPreproccessor::preprocess(ITensor &tensor) in preprocess() function in TFPreproccessor 110 void CaffePreproccessor::preprocess(ITensor &tensor) in preprocess() function in CaffePreproccessor
|
/external/zstd/contrib/freestanding_lib/ |
D | freestanding.py | 414 def preprocess(self, filename): member in PartialPreprocessor
|