/external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/ |
D | TypeNamesTest.java | 34 @Rule public final CompilationRule compilation = new CompilationRule(); field in TypeNamesTest 37 return compilation.getElements().getTypeElement(clazz.getCanonicalName()); in getElement() 57 compilation.getTypes().getDeclaredType(getElement(Set.class), getType(Object.class)); in forTypeMirror_parameterizedType() 71 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BOOLEAN))) in forTypeMirror_primitive() 73 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BYTE))) in forTypeMirror_primitive() 75 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.SHORT))) in forTypeMirror_primitive() 77 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.INT))) in forTypeMirror_primitive() 79 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.LONG))) in forTypeMirror_primitive() 81 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.CHAR))) in forTypeMirror_primitive() 83 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.FLOAT))) in forTypeMirror_primitive() [all …]
|
/external/tensorflow/tensorflow/lite/nnapi/ |
D | NeuralNetworksShim.h | 423 ANeuralNetworksModel* model, ANeuralNetworksCompilation** compilation) { in ANeuralNetworksCompilation_create() argument 425 EXECUTE_FUNCTION_RETURN(model, compilation); in ANeuralNetworksCompilation_create() 444 ANeuralNetworksCompilation* compilation) { in ANeuralNetworksCompilation_free() argument 446 EXECUTE_FUNCTION(compilation); in ANeuralNetworksCompilation_free() 465 ANeuralNetworksCompilation* compilation, int32_t preference) { in ANeuralNetworksCompilation_setPreference() argument 467 EXECUTE_FUNCTION_RETURN(compilation, preference); in ANeuralNetworksCompilation_setPreference() 482 ANeuralNetworksCompilation* compilation) { in ANeuralNetworksCompilation_finish() argument 484 EXECUTE_FUNCTION_RETURN(compilation); in ANeuralNetworksCompilation_finish() 502 ANeuralNetworksCompilation* compilation, in ANeuralNetworksExecution_create() argument 505 EXECUTE_FUNCTION_RETURN(compilation, execution); in ANeuralNetworksExecution_create() [all …]
|
D | nnapi_implementation.h | 325 ANeuralNetworksModel* model, ANeuralNetworksCompilation** compilation); 343 ANeuralNetworksCompilation* compilation); 361 ANeuralNetworksCompilation* compilation, int32_t preference); 375 ANeuralNetworksCompilation* compilation); 394 ANeuralNetworksCompilation* compilation, 760 uint32_t numDevices, ANeuralNetworksCompilation** compilation); 789 ANeuralNetworksCompilation* compilation, const char* cacheDir, 892 int (*ANeuralNetworksBurst_create)(ANeuralNetworksCompilation* compilation,
|
D | NeuralNetworksTypes.h | 365 ANeuralNetworksModel* model, ANeuralNetworksCompilation** compilation); 368 ANeuralNetworksCompilation* compilation); 371 ANeuralNetworksCompilation* compilation, int32_t preference); 374 ANeuralNetworksCompilation* compilation); 404 ANeuralNetworksCompilation* compilation, 461 uint32_t numDevices, ANeuralNetworksCompilation** compilation); 464 ANeuralNetworksCompilation* compilation, const char* cacheDir, 477 ANeuralNetworksCompilation* compilation, ANeuralNetworksBurst** burst);
|
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/bdd/ |
D | comment_attribution_scenarios.story | 16 Then the compilation unit is not commented 17 Then the compilation unit has 0 orphan comments 45 Then the compilation unit is not commented 46 Then the compilation unit has 6 contained comments 47 Then the compilation unit orphan comment 1 is "Orphan comment inside the CompilationUnit" 98 Then the compilation unit has 9 contained comments 99 Then the compilation unit has 0 orphan comments 156 Then the compilation unit has 4 contained comments 180 Then the compilation unit has 2 contained comments 205 Then the compilation unit has 6 contained comments [all …]
|
D | manipulation_scenarios.story | 35 When a public static method called "main" returning void is added to class 1 in the compilation unit 79 When the ChangeNameToUpperCaseVisitor visits to compilation unit 115 When the AddNewIntParameterCalledValueVisitor visits to compilation unit 122 Scenario: Clone a compilation unit 134 When the compilation unit is cloned
|
/external/clang/test/Index/ |
D | compile_commands.json | 18 # RUN: c-index-test -compilation-db %s 19 # RUN: c-index-test -compilation-db lookup file_does_not_exists.cpp %s | FileCheck -check-prefix=FI… 20 # FILE-NOT-FOUND: file file_does_not_exists.cpp not found in compilation db 22 # RUN: c-index-test -compilation-db lookup /home/john.doe/MyProject/project.cpp %s | FileCheck -che… 25 # RUN: c-index-test -compilation-db lookup /home/john.doe/MyProject/project2.cpp %s | FileCheck -ch…
|
/external/clang/tools/scan-build-py/libscanbuild/ |
D | intercept.py | 36 from libscanbuild.compilation import split_command 186 compilation = [compiler] + sys.argv[1:] 187 logging.debug('execute compiler: %s', compilation) 188 return subprocess.call(compilation) 221 compilation = split_command(exec_trace['command']) 222 if compilation: 223 for source in compilation.files: 224 compiler = 'c++' if compilation.compiler == 'c++' else 'cc' 225 command = [compiler, '-c'] + compilation.flags + [source]
|
D | analyze.py | 28 from libscanbuild.compilation import split_command 156 compilation = [compiler] + sys.argv[1:] 157 logging.info('execute compiler: %s', compilation) 158 result = subprocess.call(compilation) 165 compilation = split_command(sys.argv) 166 if compilation is None: 178 'command': [sys.argv[0], '-c'] + compilation.flags 181 for source in compilation.files:
|
/external/ltp/testcases/open_posix_testsuite/scripts/ |
D | locate-test | 28 NUMBER-NUMBER.c [requires compilation] 29 NUMBER-NUMBER.sh [does not require compilation] 30 NUMBER-buildonly.c [requires compilation] 31 NAME.sh [does not require compilation] 33 Note that the [requires compilation] tags will mean that the actual
|
/external/clang/docs/ |
D | JSONCompilationDatabase.rst | 33 of compilation databases for Unix Makefile builds (Ninja builds in the 39 Clang's tooling interface supports reading compilation databases; see 47 A compilation database is a JSON file, which consist of an array of 67 - **directory:** The working directory of the compilation. All paths 71 compilation step. This is used by tools as the key into the 72 compilation database. There can be multiple command objects for the 76 this must be a valid command to rerun the exact compilation step for 87 the build directory to detect the file and use the compilation database
|
D | DriverInternals.rst | 56 work compared to a compilation, but we have tried to keep it as 161 the desired compilation sequence are constructed. This involves 192 A rather different compilation pipeline is shown here; in this 215 After this stage is complete the compilation process is divided into 218 there is no "real" final output). Phases are well known compilation 240 compilation for a particular architecture, platform, and operating 242 during one compilation in order to interact with tools for separate 261 bound for this compilation sequence. Here clang is being used to 270 compilation. The main work is in translating from the gcc style 288 Finally, the compilation pipeline is executed. This is mostly [all …]
|
/external/javapoet/src/test/java/com/squareup/javapoet/ |
D | TypesTest.java | 29 @Rule public final CompilationRule compilation = new CompilationRule(); field in TypesTest 33 return compilation.getElements(); in getElements() 38 return compilation.getTypes(); in getTypes()
|
D | TypesEclipseTest.java | 147 @Rule public final CompilationRule compilation = new CompilationRule(); 151 return compilation.getElements(); 156 return compilation.getTypes();
|
/external/llvm/test/tools/dsymutil/ |
D | basic-linking.test | 10 CHECK: Input compilation unit: 20 CHECK: Input compilation unit: 42 CHECK: Input compilation unit: 62 CHECK-LTO: Input compilation unit: 66 CHECK-LTO: Input compilation unit: 70 CHECK-LTO: Input compilation unit: 103 CHECK-ARCHIVE: Input compilation unit: 113 CHECK-ARCHIVE: Input compilation unit: 135 CHECK-ARCHIVE: Input compilation unit:
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/ |
D | basic-linking.test | 10 CHECK: Input compilation unit: 16 CHECK: Input compilation unit: 22 CHECK: Input compilation unit: 64 CHECK-LTO: Input compilation unit: 68 CHECK-LTO: Input compilation unit: 72 CHECK-LTO: Input compilation unit: 105 CHECK-ARCHIVE: Input compilation unit: 111 CHECK-ARCHIVE: Input compilation unit: 117 CHECK-ARCHIVE: Input compilation unit:
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | jit.md | 5 ## Why use just-in-time (JIT) compilation? 28 ### Turning on JIT compilation 30 JIT compilation can be turned on at the session level or manually for select 37 Turning on JIT compilation at the session level will result in all possible 45 JIT compilation is turned on at the session level by setting the 50 # Config to turn on JIT compilation 58 > compiled for the CPU. JIT compilation for CPU operations must be done via 63 JIT compilation can also be turned on manually for one or more operators. This 86 useful if you want more predictable behaviors from XLA compilation. 103 Unlike JIT compilation on the standard CPU and GPU devices, these devices make a
|
/external/swiftshader/third_party/llvm-7.0/llvm/cmake/platforms/ |
D | ClangClCMakeCompileRules.cmake | 3 # input file path to force it to be treated as a path. CMake's compilation rules 5 # CMake versions, overriding compilation rules works well enough. This file will 6 # be included by cmake after the default compilation rules have already been set
|
/external/f2fs-tools/ |
D | README | 7 Before compilation 17 Initial compilation 20 Before compilation initially, autoconf/automake tools should be run.
|
/external/clang/tools/scan-build-py/ |
D | README.md | 5 intercepted and logged into a [compilation database][1] and/or piped to 32 To generate a compilation database file goes like this: 36 To run the Clang static analyzer against a project with compilation database 77 The 1. runs the analyzer right after the real compilation. So, if the build 81 The 2. and 3. generate the compilation database first, and filters out those 90 compilation database. `analyze-build` does only run the analyzer against the
|
/external/deqp/doc/testspecs/GLES2/ |
D | performance.compiler.txt | 26 + Tests for impact of cache hits on compilation time (note: in release 2012.4) 46 The tests will take into account implementations that postpone final compilation 49 Separate cases are made for testing compilation time when avoiding cache hits and 67 compilation. 78 compilation time
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | badMacroArgs.frag.out | 3 ERROR: 0:4: '' : compilation terminated 4 ERROR: 2 compilation errors. No code generated.
|
/external/python/cpython2/Doc/library/ |
D | compileall.rst | 50 appear in compilation time tracebacks, and is also compiled in to the 58 compilation, and if the regex produces a match, the file is skipped. 82 for use in compilation time tracebacks, and is also compiled in to the 91 file considered for compilation, and if it returns a true value, the file 103 for use in compilation time tracebacks, and is also compiled in to the 133 # Perform same compilation, excluding files in .svn directories.
|
/external/tensorflow/tensorflow/core/protobuf/tpu/ |
D | compilation_result.proto | 9 // Describes the result of a TPU compilation. 11 // The error message, if any, returned during compilation.
|
/external/catch2/projects/ExtraTests/ |
D | ToDo.txt | 6 …_CONFIG_FAST_COMPILE // Sacrifices some (rather minor) features for compilation speed 7 CATCH_CONFIG_DISABLE_MATCHERS // Do not compile Matchers in this compilation unit
|