/external/clang/tools/scan-build-py/libscanbuild/ |
D | runner.py | 77 def run(opts): argument 104 def report_failure(opts): argument 111 def extension(opts): argument 117 def destination(opts): argument 156 def run_analyzer(opts, continuation=report_failure): argument 198 def filter_debug_flags(opts, continuation=run_analyzer): argument 209 def set_file_path_relative(opts, continuation=filter_debug_flags): argument 220 def language_check(opts, continuation=set_file_path_relative): argument 250 def arch_check(opts, continuation=language_check): argument
|
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowNativeBitmapFactory.java | 50 protected static Bitmap decodeStream(InputStream is, Rect outPadding, Options opts) { in decodeStream() 63 Options opts, in nativeDecodeStream() 72 InputStream is, byte[] storage, Rect padding, Options opts) { in nativeDecodeStream() 78 FileDescriptor fd, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeFileDescriptor() 85 FileDescriptor fd, Rect padding, Options opts) { in nativeDecodeFileDescriptor() 91 long nativeAsset, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle) { in nativeDecodeAsset() 97 protected static Bitmap nativeDecodeAsset(long nativeAsset, Rect padding, Options opts) { in nativeDecodeAsset() 106 Options opts, in nativeDecodeByteArray() 114 protected static Bitmap nativeDecodeByteArray(byte[] data, int offset, int length, Options opts) { in nativeDecodeByteArray() 124 static long nativeInBitmap(Options opts) { in nativeInBitmap() [all …]
|
/external/mesa3d/src/panfrost/bifrost/ |
D | gen_pack.py | 56 def pack_widen(mod, opts, body, pack_exprs): argument 88 def pack_absneg(mod, opts, body, pack_exprs): argument 95 def pack_round(mod, opts, body, pack_exprs): argument 109 def pack_clamp(mod, opts, body, pack_exprs): argument 132 def pack_cmpf(mod, opts, body, pack_exprs): argument 145 def pack_extend(mod, opts, body, pack_exprs): argument 158 def pack_varying_name(mod, opts, body, pack_exprs): argument 162 def pack_not_src1(mod, opts, body, pack_exprs): argument 165 def pack_not_result(mod, opts, body, pack_exprs): argument 180 def pack_register_format(mod, opts, body, pack_exprs): argument [all …]
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_device_test.cc | 146 SessionOptions opts = MakeSessionOptions("0", 0, 1, {}, {}, {}, in TEST_F() local 173 SessionOptions opts = MakeSessionOptions("0", 0, 1, {}, {}, {}, in TEST_F() local 206 SessionOptions opts = MakeSessionOptions("0,abc"); in TEST_F() local 215 SessionOptions opts = MakeSessionOptions("100"); in TEST_F() local 225 SessionOptions opts = MakeSessionOptions("0,0"); in TEST_F() local 235 SessionOptions opts = MakeSessionOptions("0", 0.1, 1, {{}}); in TEST_F() local 247 SessionOptions opts = MakeSessionOptions("0", 0, 0, {{}}); in TEST_F() local 259 SessionOptions opts = MakeSessionOptions("0", 0, 8, {{}, {}}); in TEST_F() local 273 SessionOptions opts = MakeSessionOptions("0,1", 0, 8, {{}}); in TEST_F() local 287 SessionOptions opts = MakeSessionOptions("0"); in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_show.h | 56 virtual bool ShouldShowIfExtra(const ShowNode* node, const Options& opts, in ShouldShowIfExtra() 75 std::vector<T*> SortNodes(const std::vector<T*>& nodes, const Options& opts) { in SortNodes() 124 string FormatTotalExecTime(const T* node, const Options& opts) { in FormatTotalExecTime() 134 string FormatCPUExecTime(const T* node, const Options& opts) { in FormatCPUExecTime() 144 string FormatAcceleratorExecTime(const T* node, const Options& opts) { in FormatAcceleratorExecTime()
|
D | tfprof_stats_test.cc | 68 string TestToFromProto(const string& cmd, const Options& opts) { in TestToFromProto() 80 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local 116 Options opts(3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", in TEST_F() local 152 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, in TEST_F() local 185 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local 233 Options opts(100, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local 268 Options opts(10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, "name", {".*"}, {".*"}, in TEST_F() local
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | graph_constructor_test.cc | 61 GraphConstructorOptions opts; in ExpectError() local 80 void ExpectError(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectError() 101 GraphConstructorOptions opts; in ExpectOK() local 105 void ExpectOK(const string& gdef_ascii, const ImportGraphDefOptions& opts, in ExpectOK() 811 ImportGraphDefOptions opts; in TEST_F() local 928 ImportGraphDefOptions opts; in TEST_F() local 1038 const ImportGraphDefOptions opts; in TEST_F() local 1183 ImportGraphDefOptions opts; in TEST_F() local 1225 ImportGraphDefOptions opts; in TEST_F() local 1286 ImportGraphDefOptions opts; in TEST_F() local [all …]
|
D | process_function_library_runtime_test.cc | 70 void Run(const FunctionLibraryRuntime::Options& opts, in Run() 75 void Run(const FunctionLibraryRuntime::Options& opts, in Run() 139 OptimizerOptions opts; in Init() local 215 const string& name, FunctionLibraryRuntime::Options opts, in RunWithRuntime() 267 Status Run(const string& name, FunctionLibraryRuntime::Options opts, in Run() 277 const string& name, FunctionLibraryRuntime::Options opts, in RunWithPackedArgs() 287 FunctionLibraryRuntime::Options opts, in RunInstantiated() 332 OptimizerOptions opts; in TEST_F() local 346 OptimizerOptions opts; in TEST_F() local 404 FunctionLibraryRuntime::Options opts; in TEST_F() local [all …]
|
/external/toybox/lib/ |
D | args.c | 99 struct opts { struct 100 struct opts *next; argument 118 struct opts *opt; argument 128 struct opts *opts; member
|
/external/jcommander/src/test/java/com/beust/jcommander/ |
D | DefaultValueTest.java | 37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in emptyDefaultValueForListParameterStaysEmptyIfNotAssignedOrIsSetOtherwise() local 47 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in defaultValueForListParametersGetsOverwrittenWithSpecifiedValueOrStaysAsDefaultOtherwise() local 58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in anyNumberOfValuesCanBeSetToListParameters_ForEmptyDefaults() local 64 MyOptsWithDefaultValues opts = new MyOptsWithDefaultValues(); in anyNumberOfValuesCanBeSetToListParameters_ForNonEmptyDefaults() local 68 private void testSettingMultipleValuesToListTypeParameters(MyOpts opts) { in testSettingMultipleValuesToListTypeParameters()
|
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/sevenz/ |
D | LZMADecoder.java | 48 OutputStream encode(final OutputStream out, final Object opts) in encode() 55 byte[] getOptionsAsProperties(final Object opts) throws IOException { in getOptionsAsProperties() 73 LZMA2Options opts = new LZMA2Options(); in getOptionsFromCoder() local 84 private LZMA2Options getOptions(final Object opts) throws IOException { in getOptions() 93 private int numberOptionOrDefault(final Object opts) { in numberOptionOrDefault()
|
D | LZMA2Decoder.java | 46 OutputStream encode(final OutputStream out, final Object opts) in encode() 54 byte[] getOptionsAsProperties(final Object opts) { in getOptionsAsProperties() 68 private int getDictSize(final Object opts) { in getDictSize() 89 private LZMA2Options getOptions(final Object opts) throws IOException { in getOptions() 98 private int numberOptionOrDefault(final Object opts) { in numberOptionOrDefault()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/ |
D | ares-test-init.cc | 56 struct ares_options opts = {0}; in TEST_F() local 142 struct ares_options opts = {0}; in TEST_F() local 342 struct ares_options opts; variable 365 struct ares_options opts = {0}; variable 393 struct ares_options opts; variable 443 struct ares_options opts; variable 462 struct ares_options opts; variable 499 struct ares_options opts; variable 536 struct ares_options opts; variable 549 struct ares_options opts = {0}; variable [all …]
|
/external/python/cpython2/Demo/pdist/ |
D | rcvs.py | 156 def diff(self, opts = []): argument 293 def diff(self, files, opts): argument 309 def log(self, files, opts): argument 391 def options(self, opts): argument 403 def do_report(self, opts, files): argument 406 def do_update(self, opts, files): argument 420 def do_commit(self, opts, files): argument 431 def do_diff(self, opts, files): argument 438 def do_add(self, opts, files): argument 446 def do_remove(self, opts, files): argument [all …]
|
/external/webrtc/pc/ |
D | media_session_unittest.cc | 320 MediaSessionOptions* opts) { in FindFirstMediaDescriptionByMid() 328 const MediaSessionOptions& opts) { in FindFirstMediaDescriptionByMid() 339 MediaSessionOptions* opts) { in AddMediaDescriptionOptions() 345 MediaSessionOptions* opts) { in AddAudioVideoSections() 353 MediaSessionOptions* opts) { in AddDataSection() 747 MediaSessionOptions opts; in TestTransportSequenceNumberNegotiation() local 779 MediaSessionOptions* opts) { in SetAudioVideoRtpHeaderExtensions() 829 MediaSessionOptions opts; in TEST_F() local 866 MediaSessionOptions opts; in TEST_F() local 887 MediaSessionOptions opts; in TEST_F() local [all …]
|
/external/libabigail/tools/ |
D | abipkgdiff.cc | 649 load_elf_file_paths(options& opts) in load_elf_file_paths() 747 const options& opts; member 916 const options &opts) in extract_rpm() 961 const options &opts) in extract_deb() 1004 const options &opts) in extract_tar() 1053 const options &opts) in erase_created_temporary_directories() 1062 erase_created_temporary_directories_parent(const options &opts) in erase_created_temporary_directories_parent() 1090 const options &opts) in extract_package() 1164 maybe_check_suppression_files(const options& opts) in maybe_check_suppression_files() 1189 const options& opts) in set_diff_context_from_opts() [all …]
|
/external/grpc-grpc/src/core/lib/compression/ |
D | compression.cc | 110 void grpc_compression_options_init(grpc_compression_options* opts) { in grpc_compression_options_init() 117 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm() 122 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm() 127 const grpc_compression_options* opts, in grpc_compression_options_is_algorithm_enabled()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/compression/ |
D | compression.cc | 111 void grpc_compression_options_init(grpc_compression_options* opts) { in grpc_compression_options_init() 118 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_enable_algorithm() 123 grpc_compression_options* opts, grpc_compression_algorithm algorithm) { in grpc_compression_options_disable_algorithm() 128 const grpc_compression_options* opts, in grpc_compression_options_is_algorithm_enabled()
|
/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/ |
D | BitmapFactoryNatives.java | 36 Options opts, in nativeDecodeStream() 41 FileDescriptor fd, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle); in nativeDecodeFileDescriptor() 44 long nativeAsset, Rect padding, Options opts, long inBitmapHandle, long colorSpaceHandle); in nativeDecodeAsset() 50 Options opts, in nativeDecodeByteArray()
|
/external/tensorflow/tensorflow/python/autograph/operators/ |
D | data_structures.py | 231 def list_pop(list_, i, opts): argument 268 def _tf_tensor_list_pop(list_, i, opts): argument 301 def list_stack(list_, opts): argument 336 def _tf_tensor_list_stack(list_, opts): argument 344 def _py_list_stack(list_, opts): argument
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | dump.cc | 243 string_view filename, const CanonicalDebugOptions& opts) { in GetDumpFilePath() 305 const CanonicalDebugOptions& opts, bool compress = false) { in DumpToFileInDirImpl() 322 const CanonicalDebugOptions& opts, bool compress = false) { in DumpToFileInDirImpl() 339 const CanonicalDebugOptions& opts) { in DumpToFileInDirOrStdoutImpl() 353 const CanonicalDebugOptions& opts) { in DumpToFileInDirOrStdoutImpl() 384 const CanonicalDebugOptions& opts) { in DumpHloModuleImpl() 489 const HloModuleMetadataProto& metadata, const CanonicalDebugOptions& opts, in DumpHloModuleMetadata() 599 CanonicalDebugOptions opts(module.config().debug_options()); in DumpToFileInDirOrStdout() local 622 CanonicalDebugOptions opts(debug_options); in DumpProtobufToFile() local 659 CanonicalDebugOptions opts(module.config().debug_options()); in DumpHloModuleIfEnabled() local [all …]
|
/external/flatbuffers/rust/flatbuffers/src/ |
D | get_root.rs | 30 let opts = VerifierOptions::default(); in root() localVariable 39 pub fn root_with_opts<'opts, 'buf, T>( in root_with_opts() 60 let opts = VerifierOptions::default(); in size_prefixed_root() localVariable 69 pub fn size_prefixed_root_with_opts<'opts, 'buf, T>( in size_prefixed_root_with_opts()
|
/external/iproute2/tipc/ |
D | cmdl.c | 36 static struct opt *find_opt(struct opt *opts, char *str) in find_opt() 53 struct opt *get_opt(struct opt *opts, char *key) in get_opt() 65 bool has_opt(struct opt *opts, char *key) in has_opt() 83 int parse_opts(struct opt *opts, struct cmdl *cmdl) in parse_opts()
|
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/ |
D | jit_compiler.cc | 109 const JitCompiler::Options& opts) { in RunCompilationPipeline() 115 ModuleOp module, const JitCompiler::Options& opts) { in RunSpecializationPipeline() 124 const JitCompiler::Options& opts) { in CreateMlirContext() 140 JitCompiler::JitCompiler(JitCompiler::Options opts, in JitCompiler() function in xla::runtime::JitCompiler 157 JitCompiler::Instantiate(JitCompiler::Options opts, in Instantiate() 175 const JitCompiler::Options& opts = compiler->options(); in Compile() local
|
/external/skia/bench/ |
D | EncodeBench.cpp | 56 SkJpegEncoder::Options opts; in encode_jpeg() local 62 SkWebpEncoder::Options opts; in encode_webp_lossy() local 69 SkWebpEncoder::Options opts; in encode_webp_lossless() local 79 SkPngEncoder::Options opts; in encode_png() local
|