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

1 23 4 5 6 7 8 910

  /prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.11/
compile-testing-0.11.jar 
  /prebuilts/tools/common/m2/repository/com/google/testing/compile/compile-testing/0.12/
compile-testing-0.12.jar 
  /external/clang/tools/scan-build-py/tests/unit/
test_compilation.py 7 import libscanbuild.compilation as sut
  /frameworks/ml/nn/runtime/
ExecutionBuilder.h 69 ExecutionBuilder(const CompilationBuilder* compilation);
  /prebuilts/go/darwin-x86/src/debug/dwarf/
entry_test.go 39 // wantRange maps from a PC to the ranges of the compilation unit
141 // compilation unit except by using XCOFF, so this is
unit.go 12 // DWARF debug info is split into a sequence of compilation units.
entry.go 313 // compilation unit specifies the AttrUseUTF8 flag (strongly
530 // AddressSize returns the size in bytes of addresses in the current compilation
640 // SeekPC returns the Entry for the compilation unit that includes pc,
645 // Because compilation units can describe multiple regions of the
647 // ranges in all the compilation units. Each call to SeekPC starts the
648 // search at the compilation unit of the last call, so in general
712 // of the enclosing compilation unit.
line.go 16 // "line" section for a single compilation unit. LineEntries occur in
134 // LineReader returns a new reader for the line table of compilation
137 // If this compilation unit has no line table, it returns nil, nil.
160 // The compilation directory is implicitly directories[0].
242 // directories[0] to the compilation directory.
253 // the compilation directory.
  /prebuilts/go/linux-x86/src/debug/dwarf/
entry_test.go 39 // wantRange maps from a PC to the ranges of the compilation unit
141 // compilation unit except by using XCOFF, so this is
unit.go 12 // DWARF debug info is split into a sequence of compilation units.
entry.go 313 // compilation unit specifies the AttrUseUTF8 flag (strongly
530 // AddressSize returns the size in bytes of addresses in the current compilation
640 // SeekPC returns the Entry for the compilation unit that includes pc,
645 // Because compilation units can describe multiple regions of the
647 // ranges in all the compilation units. Each call to SeekPC starts the
648 // search at the compilation unit of the last call, so in general
712 // of the enclosing compilation unit.
line.go 16 // "line" section for a single compilation unit. LineEntries occur in
134 // LineReader returns a new reader for the line table of compilation
137 // If this compilation unit has no line table, it returns nil, nil.
160 // The compilation directory is implicitly directories[0].
242 // directories[0] to the compilation directory.
253 // the compilation directory.
  /external/freetype/builds/unix/
freetype-config.in 69 Get FreeType compilation and linking information.
  /frameworks/ml/nn/runtime/include/
NeuralNetworksWrapper.h 250 class Compilation {
252 Compilation(const Model* model) {
259 ~Compilation() { ANeuralNetworksCompilation_free(mCompilation); }
264 Compilation(const Compilation&) = delete;
265 Compilation& operator=(const Compilation&) = delete;
270 Compilation(Compilation&& other) { *this = std::move(other); }
271 Compilation& operator=(Compilation&& other)
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
main.go 65 {"append", "print information about append compilation", &Debug_append},
66 {"closure", "print information about closure compilation", &Debug_closure},
73 {"slice", "print information about slice compilation", &Debug_slice},
193 flag.IntVar(&nBackendWorkers, "c", 1, "concurrency during compilation, 1 means no concurrency")
313 log.Fatalf("cannot use concurrent backend compilation with provided flags; invoked as %v", os.Args)
607 // Prepare for SSA compilation.
609 // can trigger function compilation.
612 // Just before compilation, compile itabs found on
614 // can be de-virtualized during compilation.
640 // Disable concurrent compilation from here on
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
main.go 65 {"append", "print information about append compilation", &Debug_append},
66 {"closure", "print information about closure compilation", &Debug_closure},
73 {"slice", "print information about slice compilation", &Debug_slice},
193 flag.IntVar(&nBackendWorkers, "c", 1, "concurrency during compilation, 1 means no concurrency")
313 log.Fatalf("cannot use concurrent backend compilation with provided flags; invoked as %v", os.Args)
607 // Prepare for SSA compilation.
609 // can trigger function compilation.
612 // Just before compilation, compile itabs found on
614 // can be de-virtualized during compilation.
640 // Disable concurrent compilation from here on
    [all...]
  /frameworks/ml/nn/common/operations/
LSTMTest.cpp 191 Compilation compilation(&model_);
192 compilation.finish();
193 Execution execution(&compilation);
    [all...]
  /frameworks/ml/nn/runtime/test/
TestValidation.cpp 356 ANeuralNetworksCompilation* compilation = nullptr; local
357 EXPECT_EQ(ANeuralNetworksCompilation_create(nullptr, &compilation),
360 EXPECT_EQ(ANeuralNetworksCompilation_create(mModel, &compilation), ANEURALNETWORKS_BAD_STATE);
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gc.go 122 // Add -c=N to use concurrent backend compilation, if possible.
135 // gcBackendConcurrency returns the backend compiler concurrency level for a package compilation.
137 // First, check whether we can use -c at all for this compilation.
153 // Concurrent compilation is presumed incompatible with any gcflags,
180 // Furthermore, concurrent backend compilation is only enabled for a part
187 // TODO(josharian): attempt to detect whether this particular compilation
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
gc.go 122 // Add -c=N to use concurrent backend compilation, if possible.
135 // gcBackendConcurrency returns the backend compiler concurrency level for a package compilation.
137 // First, check whether we can use -c at all for this compilation.
153 // Concurrent compilation is presumed incompatible with any gcflags,
180 // Furthermore, concurrent backend compilation is only enabled for a part
187 // TODO(josharian): attempt to detect whether this particular compilation
  /development/build/tools/
windows_sdk.mk 12 # made complicated by the fact the build system does not support cross-compilation.
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
util.py 443 Byte-compilation is either done directly in this interpreter process
446 'byte_compile()' figure out to use direct compilation or not (see
461 # byte-compilation and be certain that it's the right thing. Thus,
468 # "Indirect" byte-compilation: write a temporary script and then
477 log.info("writing byte-compilation script '%s'", script_name)
522 # "Direct" byte-compilation: use the py_compile module to compile
556 log.debug("skipping byte-compilation of %s to %s",
  /external/golang-protobuf/ptypes/empty/
empty.pb.go 26 // A compilation error at this line likely means your copy of the
  /external/libtextclassifier/
Android.mk 25 # Custom C/C++ compilation flags:
  /external/python/cpython2/Lib/distutils/
util.py 353 Byte-compilation is either done directly in this interpreter process
356 'byte_compile()' figure out to use direct compilation or not (see
371 # byte-compilation and be certain that it's the right thing. Thus,
378 # "Indirect" byte-compilation: write a temporary script and then
387 log.info("writing byte-compilation script '%s'", script_name)
432 # "Direct" byte-compilation: use the py_compile module to compile
466 log.debug("skipping byte-compilation of %s to %s",

Completed in 1044 milliseconds

1 23 4 5 6 7 8 910