HomeSort by relevance Sort by last modified time
    Searched refs:preprocess (Results 1 - 25 of 109) sorted by null

1 2 3 4 5

  /toolchain/binutils/binutils-2.27/gas/
input-file.c 32 int preprocess = 0; variable
52 int preprocess; member in struct:saved_file
89 saved->preprocess = preprocess;
90 if (preprocess)
108 preprocess = saved->preprocess;
109 if (preprocess)
125 preprocess = pre;
171 /* Begins with comment, may not want to preprocess. *
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/panorama/
MosaicRenderer.java 57 public static native void preprocess(float[] stMatrix); method in class:MosaicRenderer
MosaicRendererSurfaceViewRenderer.java 72 public void preprocess(float[] transformMatrix) { method in class:MosaicRendererSurfaceViewRenderer
73 MosaicRenderer.preprocess(transformMatrix);
MosaicRendererSurfaceView.java 339 public void preprocess(final float[] transformMatrix) { method in class:MosaicRendererSurfaceView
344 mRenderer.preprocess(transformMatrix);
  /frameworks/support/car/src/main/java/androidx/car/widget/
AlphaJumpBucketer.java 90 * "Preprocess" a string so that we remove some common prefixes and so on when performing the
97 private static String preprocess(String s) { method in class:AlphaJumpBucketer
127 boolean match = mStringMatcher.test(preprocess(s));
  /frameworks/av/media/libeffects/config/include/media/
EffectsConfig.h 91 std::vector<InputStream> preprocess; member in struct:android::effectsConfig::Config
  /build/make/tools/releasetools/
target_files_diff.py 123 def preprocess(name, filename): function
139 Diff a file pair with diff, running preprocess() on the arguments first.
141 with preprocess(name, file1) as f1:
142 with preprocess(name, file2) as f2:
  /external/turbine/java/com/google/turbine/binder/
CompUnitPreprocessor.java 79 public static ImmutableList<PreprocessedCompUnit> preprocess(List<CompUnit> units) { method in class:CompUnitPreprocessor
82 result.add(preprocess(unit)); method
87 public static PreprocessedCompUnit preprocess(CompUnit unit) { method in class:CompUnitPreprocessor
  /external/capstone/cstool/
cstool.c 47 static uint8_t *preprocess(char *code, size_t *size) function
150 assembly = preprocess(argv[3], &size);
166 assembly = preprocess(argv[2], &size);
  /external/libese/libese-teq1/include/ese/
teq1.h 153 teq1_protocol_preprocess_op_t *preprocess; member in struct:Teq1ProtocolOptions
  /external/libese/libese-hw/
ese_hw_echo.c 152 .preprocess = &echo_preprocess,
  /external/libese/libese-teq1/
teq1.c 112 if (opts->preprocess) {
113 opts->preprocess(opts, frame, 1);
172 if (opts->preprocess) {
173 opts->preprocess(opts, frame, 0);
  /external/libcxx/utils/libcxx/
compiler.py 155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler
205 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
  /external/libgsm/
Makefile 168 $(SRC)/preprocess.c \
212 $(SRC)/preprocess.o \
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/
compiler.py 155 def preprocess(self, source_files, out=None, flags=[], cwd=None): member in class:CXXCompiler
205 cmd, out, err, rc = self.preprocess(source_files, flags=flags, cwd=cwd)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
spark.py 170 def preprocess(self, rule, func): return rule, func member in class:GenericParser
188 rule, fn = self.preprocess(rule, func)
687 def preprocess(self, rule, func): member in class:GenericASTBuilder
785 def preprocess(self, rule, func): member in class:GenericASTMatcher
  /external/python/cpython2/Parser/
spark.py 170 def preprocess(self, rule, func): return rule, func member in class:GenericParser
188 rule, fn = self.preprocess(rule, func)
687 def preprocess(self, rule, func): member in class:GenericASTBuilder
785 def preprocess(self, rule, func): member in class:GenericASTMatcher
  /frameworks/av/media/libeffects/config/src/
EffectsConfig.cpp 285 for (auto& xmlPreprocess : getChildren(xmlConfig, "preprocess")) {
287 registerFailure(parseStream(xmlStream, config->effects, &config->preprocess));
  /external/libmojo/third_party/jinja2/
ext.py 64 #: extensions that preprocess values. A lower value means higher
80 def preprocess(self, source, name, filename=None): member in class:Extension
82 preprocess the source. The `filename` is optional. The return value
619 tokens = list(environment.lex(environment.preprocess(source)))
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
bcppcompiler.py 362 def preprocess (self, member in class:BCPPCompiler
382 # We need to preprocess: either we're being forced to, or the
394 # preprocess()
unixccompiler.py 145 def preprocess(self, source, member in class:UnixCCompiler
160 # We need to preprocess: either we're being forced to, or we're
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
config.py 129 self.compiler.preprocess(src, out, include_dirs=include_dirs)
  /external/libese/libese-hw/nxp/pn80t/
common.c 50 .preprocess = &nxp_pn80t_preprocess,
  /external/python/cpython2/Lib/distutils/
bcppcompiler.py 362 def preprocess (self, member in class:BCPPCompiler
382 # We need to preprocess: either we're being forced to, or the
394 # preprocess()
  /external/python/cpython2/Lib/distutils/command/
config.py 129 self.compiler.preprocess(src, out, include_dirs=include_dirs)

Completed in 302 milliseconds

1 2 3 4 5