/external/python/cpython3/Tools/c-analyzer/c_analyzer/parser/ |
D | find.py | 11 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,
|
D | declarations.py | 275 preprocessed=False, argument 284 if preprocessed: 329 preprocessed=False, argument 338 preprocessed=preprocessed):
|
/external/python/cpython3/Tools/c-analyzer/c_analyzer/symbols/ |
D | find.py | 33 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/ |
D | prescan.cpp | 165 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/ |
D | find.py | 56 preprocessed=None, argument 69 preprocessed=preprocessed,
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | find.py | 55 preprocessed=None, argument 71 preprocessed=preprocessed,
|
/external/pdfium/testing/tools/ |
D | fixup_pdf_template.py | 122 preprocessed = cStringIO.StringIO() 124 preprocessed.write(line) 126 preprocessed.seek(0) 127 for line in preprocessed:
|
/external/llvm-project/clang/test/Driver/ |
D | crash-report-null.test | 6 // CHECK: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed source…
|
D | crash-report-crashfile.m | 21 // CRASH_ENV: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed so…
|
D | crash-report-modules.m | 22 // CHECK: PLEASE submit a bug report to {{.*}} and include the crash backtrace, preprocessed source…
|
/external/python/pycparser/utils/benchmark/ |
D | README.rst | 3 The ``inputs`` directory contains preprocessed files taken from open source
|
/external/clang/include/clang/Driver/ |
D | Types.def | 27 // 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/ |
D | hdf5_format.py | 308 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/ |
D | archive.BUILD | 41 # problem because it generates IDs based on preprocessed content.
|
/external/bazelbuild-rules_android/rules/ |
D | idl.bzl | 161 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/ |
D | clang.rst | 433 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/ |
D | Types.def | 26 // 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/ |
D | README.md | 111 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/ |
D | clang.rst | 600 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/ |
D | README.rst | 134 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/ |
D | HowToSubmitABug.rst | 70 (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/ |
D | overview.ipynb | 307 "# 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/ |
D | HowToSubmitABug.rst | 72 (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/ |
D | README | 4 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/ |
D | README.md | 43 Path to the TFlite model file. It should accept images preprocessed in the
|