Home
last modified time | relevance | path

Searched refs:preprocessed (Results 1 – 25 of 46) sorted by relevance

12

/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/
Dfind.py11 def _iter_vars(filenames, preprocessed, *, argument
20 preprocessed=preprocessed,
32 preprocessed=False, argument
47 yield from _iter_vars(filenames, preprocessed)
56 preprocessed=False, argument
68 preprocessed=preprocessed,
85 preprocessed=False, argument
105 preprocessed=preprocessed,
Ddeclarations.py275 preprocessed=False, argument
284 if preprocessed:
329 preprocessed=False, argument
338 preprocessed=preprocessed):
/external/python/cpython3/Tools/c-analyzer/c_analyzer/symbols/
Dfind.py33 preprocessed=False, argument
63 preprocessed=preprocessed,
74 preprocessed=preprocessed,
87 preprocessed=False, argument
111 preprocessed=preprocessed,
117 preprocessed=False, argument
137 preprocessed=preprocessed,
/external/llvm-project/flang/lib/Parser/
Dprescan.cpp165 if (std::optional<TokenSequence> preprocessed{ in Statement()
168 preprocessed->PutNextTokenChar('\n', newlineProvenance); in Statement()
169 preprocessed->CloseToken(); in Statement()
170 const char *ppd{preprocessed->ToCharBlock().begin()}; in Statement()
172 preprocessed->RemoveLastToken(); // remove the newline in Statement()
183 Say(preprocessed->GetProvenanceRange(), in Statement()
185 preprocessed->ToLowerCase().CheckBadFortranCharacters(messages_).Emit( in Statement()
189 if (preprocessed->HasRedundantBlanks()) { in Statement()
190 preprocessed->RemoveRedundantBlanks(); in Statement()
192 NormalizeCompilerDirectiveCommentMarker(*preprocessed); in Statement()
[all …]
/external/python/cpython3/Tools/c-analyzer/c_analyzer/variables/
Dfind.py56 preprocessed=None, argument
69 preprocessed=preprocessed,
/external/python/cpython3/Tools/c-analyzer/cpython/
Dfind.py55 preprocessed=None, argument
71 preprocessed=preprocessed,
/external/pdfium/testing/tools/
Dfixup_pdf_template.py122 preprocessed = cStringIO.StringIO()
124 preprocessed.write(line)
126 preprocessed.seek(0)
127 for line in preprocessed:
/external/llvm-project/clang/test/Driver/
Dcrash-report-null.test6 // CHECK: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed source…
Dcrash-report-crashfile.m21 // CRASH_ENV: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed so…
Dcrash-report-modules.m22 // CHECK: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed source…
/external/python/pycparser/utils/benchmark/
DREADME.rst3 The ``inputs`` directory contains preprocessed files taken from open source
/external/clang/include/clang/Driver/
DTypes.def27 // The third value is that id of the type for preprocessed inputs of
28 // this type, or INVALID if this type is not preprocessed.
/external/tensorflow/tensorflow/python/keras/saving/
Dhdf5_format.py308 preprocessed = preprocess_weights_for_loading(
314 new_trainable_weights.extend(preprocessed[:num_trainable_weights])
315 new_non_trainable_weights.extend(preprocessed[num_trainable_weights:])
/external/tensorflow/third_party/nccl/
Darchive.BUILD41 # problem because it generates IDs based on preprocessed content.
/external/bazelbuild-rules_android/rules/
Didl.bzl161 idl_preprocessed: sequence of Files. A list of preprocessed Android IDL
167 Only preprocessed .aidl files that correspond directly to .java sources
/external/clang/docs/CommandGuide/
Dclang.rst433 source file is preprocessed.
438 source file is preprocessed.
443 source file is preprocessed.
499 include preprocessed source files (use the :option:`-E` option) and the full
/external/llvm-project/clang/include/clang/Driver/
DTypes.def26 // The third value is that id of the type for preprocessed inputs of
27 // this type, or INVALID if this type is not preprocessed.
/external/tensorflow/tensorflow/lite/micro/examples/micro_speech/train/
DREADME.md111 takes in preprocessed speech input as a result of which we can leverage a
126 In this section we discuss spectrograms, the preprocessed speech input to the
/external/llvm-project/clang/docs/CommandGuide/
Dclang.rst600 source file is preprocessed.
605 source file is preprocessed.
610 source file is preprocessed.
666 include preprocessed source files (use the :option:`-E` option) and the full
/external/python/pycparser/
DREADME.rst134 In order to be compilable, C code must be preprocessed by the C preprocessor -
140 compiler, must receive preprocessed C code in order to function correctly. If
/external/llvm/docs/
DHowToSubmitABug.rst70 (containing preprocessed C source code) and possibly ``foo.s`` for each
75 preprocessed file down to the smallest amount of code that still replicates
/external/tensorflow/tensorflow/lite/g3doc/models/style_transfer/
Doverview.ipynb307 "# Function to run style prediction on preprocessed style image.\n",
325 "# Calculate style bottleneck for the preprocessed style image.\n",
347 "# Run style transform on preprocessed style image\n",
/external/llvm-project/llvm/docs/
DHowToSubmitABug.rst72 (containing preprocessed C source code) and possibly ``foo.s`` for each
77 preprocessed file down to the smallest amount of code that still replicates
/external/mesa3d/src/compiler/glsl/
DREADME4 and produces a new string containing the preprocessed shader. This
9 2) lex and yacc-based parser takes the preprocessed string and
/external/tensorflow/tensorflow/lite/tools/evaluation/tasks/coco_object_detection/
DREADME.md43 Path to the TFlite model file. It should accept images preprocessed in the

12