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

1 2 3 4 5 6 7 8 910

  /external/dagger2/compiler/src/test/java/dagger/internal/codegen/writer/
TypeNamesTest.java 34 @Rule public final CompilationRule compilation = new CompilationRule(); field in class:TypeNamesTest
37 return compilation.getElements().getTypeElement(clazz.getCanonicalName());
57 compilation.getTypes().getDeclaredType(getElement(Set.class), getType(Object.class));
71 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BOOLEAN)))
73 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.BYTE)))
75 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.SHORT)))
77 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.INT)))
79 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.LONG)))
81 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.CHAR)))
83 assertThat(TypeNames.forTypeMirror(compilation.getTypes().getPrimitiveType(TypeKind.FLOAT))
    [all...]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
neon-cond.s 1 @ test conditional compilation
  /external/tensorflow/tensorflow/contrib/lite/nnapi/
NeuralNetworksShim.h     [all...]
  /external/ltp/testcases/open_posix_testsuite/scripts/
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
  /dalvik/dx/tests/115-merge/
build 33 echo Failed java compilation.
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug208.go 16 // dropped during the compilation.
bug304.go 7 // Caused a gccgo crash on compilation.
bug478.go 8 // imported embedded type caused a gccgo compilation failure.
bug481.go 8 // compilation error when using gccgo.
issue20333.go 7 // Issue 20333: early checkwidth of [...] arrays led to compilation errors.
bug477.go 8 // a compilation error with gccgo.
issue15747b.go 11 // compilation succeeds.
  /prebuilts/go/darwin-x86/test/
nilptr4.go 7 // Test that the compiler does not crash during compilation.
  /prebuilts/go/linux-x86/test/fixedbugs/
bug208.go 16 // dropped during the compilation.
bug304.go 7 // Caused a gccgo crash on compilation.
bug478.go 8 // imported embedded type caused a gccgo compilation failure.
bug481.go 8 // compilation error when using gccgo.
issue20333.go 7 // Issue 20333: early checkwidth of [...] arrays led to compilation errors.
bug477.go 8 // a compilation error with gccgo.
issue15747b.go 11 // compilation succeeds.
  /prebuilts/go/linux-x86/test/
nilptr4.go 7 // Test that the compiler does not crash during compilation.
  /frameworks/ml/nn/runtime/include/
NeuralNetworks.h     [all...]
  /external/clang/tools/scan-build-py/libscanbuild/
intercept.py 7 build process. The result of that should be a compilation database.
21 the output files, which will condensates into a compilation database. """
36 from libscanbuild.compilation import split_command
70 """ To make a compilation database, it needs to filter out commands
75 an existing compilation database from a previous run. These elements
109 # dump the compilation database
157 the wrapped compilation with the real compiler. The parameters for
186 compilation = [compiler] + sys.argv[1:]
187 logging.debug('execute compiler: %s', compilation)
188 return subprocess.call(compilation)
    [all...]
  /frameworks/ml/nn/runtime/test/
TestTrivialModel.cpp 119 Compilation compilation(&modelAdd2);
120 compilation.finish();
121 Execution execution(&compilation);
136 Compilation compilation2(&modelAdd3);
147 Compilation compilation3(&modelAdd3);
179 Compilation compilation(&modelBroadcastAdd2);
180 compilation.finish();
181 Execution execution(&compilation);
    [all...]
  /prebuilts/go/darwin-x86/test/fixedbugs/issue19548.dir/
a.go 20 // force compilation of the (*Mode).String() wrapper

Completed in 482 milliseconds

1 2 3 4 5 6 7 8 910