/test/dittosuite/src/ |
D | open_file.cpp | 23 OpenFile::OpenFile(const Params& params, const std::string& path_name, bool create, bool direct_io, in OpenFile() argument 28 create_(create), in OpenFile() 34 OpenFile::OpenFile(const Params& params, int input_key, bool create, bool direct_io, in OpenFile() argument 38 create_(create), in OpenFile() 44 OpenFile::OpenFile(const Params& params, bool create, bool direct_io, int output_fd_key, in OpenFile() argument 48 create_(create), in OpenFile()
|
D | instruction_factory.cpp | 114 return std::make_unique<OpenFile>(instruction_params, input_key, options.create(), in CreateFromProtoInstruction() 117 return std::make_unique<OpenFile>(instruction_params, options.path_name(), options.create(), in CreateFromProtoInstruction() 120 return std::make_unique<OpenFile>(instruction_params, options.create(), options.direct_io(), in CreateFromProtoInstruction()
|
/test/dittosuite/include/ditto/ |
D | open_file.h | 29 explicit OpenFile(const Params& params, const std::string& path_name, bool create, bool direct_io, 31 explicit OpenFile(const Params& params, int input_key, bool create, bool direct_io, 33 explicit OpenFile(const Params& params, bool create, bool direct_io, int output_fd_key,
|
/test/dittosuite/example/ |
D | open_file.ditto | 5 create: false
|
D | write_with_setup.ditto | 4 create: true
|
D | write_direct_with_setup.ditto | 4 create: true
|
D | read_with_setup.ditto | 7 create: true,
|
/test/dittosuite/example/parametric/ |
D | read_with_setup_multi.ditto | 7 create: true,
|
/test/mlts/benchmark/src/com/android/nn/benchmark/app/ |
D | NNSettings.java | 61 return builder.create(); in onCreateDialog()
|
/test/robolectric-extensions/plugins/src/main/java/org/robolectric/android/plugins/ |
D | AndroidNativeRuntimeLoader.java | 200 Path icuPath = tempDirectory.create("icu"); in maybeCopyIcuData() 215 Path arscPath = tempDirectory.create("arsc"); in maybeCopyArscFile()
|
/test/vts-testcase/nbu/src/ |
D | README.md | 24 This section lists the components and steps required to create a setup to run 52 Based on the two devices' serial numbers, we need to create a config file.
|
/test/mlts/benchmark/native/ |
D | multi_process_test.cpp | 115 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel() 137 std::unique_ptr<BenchmarkModel> model(BenchmarkModel::create( in runModel()
|
/test/mlts/benchmark/jni/ |
D | run_tflite.h | 99 static BenchmarkModel* create(const char* modelfile, int tfliteBackend,
|
D | benchmark_jni.cpp | 83 void *handle = BenchmarkModel::create( in Java_com_android_nn_benchmark_core_NNTestBase_initModel()
|
D | run_tflite.cpp | 101 BenchmarkModel* BenchmarkModel::create(const char* modelfile, int tfliteBackend, in create() function in BenchmarkModel
|
/test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/suite/ |
D | CertificationChecksumHelper.java | 74 mResultChecksum = BloomFilter.create(Funnels.unencodedCharsFunnel(), totalCount, fpp); in CertificationChecksumHelper()
|
/test/app_compat/csuite/harness/src/main/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparer.java | 143 SimpleTimeLimiter.create(Executors.newCachedThreadPool());
|
/test/dittosuite/schema/ |
D | benchmark.proto | 105 optional bool create = 4 [default = true]; field
|
/test/catbox/report/src/com/android/catbox/util/ |
D | TestMetricsUtil.java | 95 mStoredTestMetrics.put(newTestId, ArrayListMultimap.create()); in storeTestMetrics()
|
/test/dittosuite/ |
D | README.md | 204 file descriptor which can then be used by subsequent instructions. Also, can optionally create the 213 - (optional) `bool create` (`default = true`) - Specifies if the file should be created if it does
|
D | Doxyfile | 73 # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 808 # output files in an output format independent way. To create the layout file 826 # search path. See also \cite for info how to create references. 1498 # create a documentation set, doxygen will generate a Makefile in the HTML 1797 # to create new LaTeX commands to be used in formulas as building blocks. See 2473 # When a file name is specified after GENERATE_TAGFILE, doxygen will create a
|
/test/app_compat/csuite/harness/src/test/java/com/android/compatibility/targetprep/ |
D | AppSetupPreparerTest.java | 476 private final ListMultimap<String, String> mOptions = ArrayListMultimap.create();
|
/test/mlts/models/assets/asr_float/ |
D | LICENSE | 7 Creative Commons public licenses does not create a lawyer-client or
|