/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/manifest/ |
D | AndroidManifestTest.java | 33 AndroidManifest config = newConfig("TestAndroidManifestWithContentProviders.xml"); in parseManifest_shouldReadContentProviders() local 46 AndroidManifest config = newConfig("TestAndroidManifestWithPermissions.xml"); in parseManifest_shouldReadPermissions() local 62 AndroidManifest config = newConfig("TestAndroidManifestWithPermissions.xml"); in parseManifest_shouldReadPermissionGroups() local 73 AndroidManifest config = newConfig("TestAndroidManifestWithReceivers.xml"); in parseManifest_shouldReadBroadcastReceivers() local 113 AndroidManifest config = newConfig("TestAndroidManifestWithServices.xml"); in parseManifest_shouldReadServices() local 133 AndroidManifest config = newConfig("TestAndroidManifestNoApplicationElement.xml"); in testManifestWithNoApplicationElement() local 139 AndroidManifest config = newConfig("TestAndroidManifestWithReceivers.xml"); in parseManifest_shouldReadBroadcastReceiversWithMetaData() local 189 AndroidManifest config = newConfig("TestAndroidManifestWithReceivers.xml"); in shouldReadBroadcastReceiverPermissions() local 378 AndroidManifest config = newConfig("TestAndroidManifestWithPermissions.xml"); in shouldReadPermissions() local 388 AndroidManifest config = newConfig("TestAndroidManifestForActivities.xml"); in shouldReadPartiallyQualifiedActivities() local [all …]
|
/external/syslinux/com32/gpllib/zzjson/ |
D | zzjson_create.c | 18 static ZZJSON *zzjson_create_templ(ZZJSON_CONFIG *config, ZZJSON_TYPE type) { in zzjson_create_templ() 25 ZZJSON *zzjson_create_true(ZZJSON_CONFIG *config) { in zzjson_create_true() 29 ZZJSON *zzjson_create_false(ZZJSON_CONFIG *config) { in zzjson_create_false() 33 ZZJSON *zzjson_create_null(ZZJSON_CONFIG *config) { in zzjson_create_null() 37 ZZJSON *zzjson_create_number_d(ZZJSON_CONFIG *config, double d) { in zzjson_create_number_d() 44 ZZJSON *zzjson_create_number_i(ZZJSON_CONFIG *config, long long i) { in zzjson_create_number_i() 54 static char *sdup(ZZJSON_CONFIG *config, char *s) { in sdup() 63 ZZJSON *zzjson_create_string(ZZJSON_CONFIG *config, char *s) { in zzjson_create_string() 77 ZZJSON *zzjson_create_array(ZZJSON_CONFIG *config, ...) { in zzjson_create_array() 108 ZZJSON *zzjson_create_object(ZZJSON_CONFIG *config, ...) { in zzjson_create_object() [all …]
|
D | zzjson_parse.c | 31 static void skipws(ZZJSON_CONFIG *config) { in skipws() 53 static char *parse_string(ZZJSON_CONFIG *config) { in parse_string() 123 static ZZJSON *parse_string2(ZZJSON_CONFIG *config) { in parse_string2() 141 static ZZJSON *parse_number(ZZJSON_CONFIG *config) { in parse_number() 235 static ZZJSON *parse_literal(ZZJSON_CONFIG *config, char *s, ZZJSON_TYPE t) { in parse_literal() 256 static ZZJSON *parse_true(ZZJSON_CONFIG *config) { in parse_true() 260 static ZZJSON *parse_false(ZZJSON_CONFIG *config) { in parse_false() 264 static ZZJSON *parse_null(ZZJSON_CONFIG *config) { in parse_null() 268 static ZZJSON *parse_value(ZZJSON_CONFIG *config) { in parse_value() 295 static ZZJSON *parse_array(ZZJSON_CONFIG *config) { in parse_array() [all …]
|
/external/syslinux/com32/hdt/ |
D | hdt-dump-dmi.c | 32 void dump_hardware_security(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_hardware_security() 49 void dump_oem_strings(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_oem_strings() 62 void dump_memory_size(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_size() 70 void dump_memory_modules(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_modules() 103 void dump_cache(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_cache() 130 void dump_memory_banks(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_memory_banks() 172 void dump_processor(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_processor() 220 void dump_battery(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_battery() 245 void dump_ipmi(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_ipmi() 276 void dump_chassis(struct s_hardware *hardware, ZZJSON_CONFIG *config, ZZJSON **item) { in dump_chassis() [all …]
|
D | hdt-dump-acpi.c | 32 void show_header(char *name, void *address, s_acpi_description_header *h, ZZJSON_CONFIG *config, ZZ… in show_header() 83 void dump_rsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_rsdt() 103 void dump_xsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_xsdt() 123 void dump_fadt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_fadt() 143 void dump_dsdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_dsdt() 163 void dump_sbst(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_sbst() 183 void dump_ecdt(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_ecdt() 203 void dump_hpet(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_hpet() 223 void dump_tcpa(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_tcpa() 243 void dump_mcfg(s_acpi * acpi, ZZJSON_CONFIG * config, ZZJSON ** item) in dump_mcfg() [all …]
|
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | ConfigLoaderTest.java | 29 Properties config = ConfigLoader.load( in testResource() local 38 Properties config = ConfigLoader.load("does-not-exist.properties", in testNoResource() local 50 Properties config = ConfigLoader.load( in testSystemProperties() local 63 Properties config = ConfigLoader.load( in testSubstituteProperties() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | tf2xla_util_test.cc | 41 tf2xla::Config config; in TEST() local 60 tf2xla::Config config; in TEST() local 65 tf2xla::Config config; in TEST() local 72 tf2xla::Config config; in TEST() local 78 tf2xla::Config config; in TEST() local 86 tf2xla::Config config; in TEST() local 94 tf2xla::Config config; in TEST() local 104 tf2xla::Config config; in TEST() local 115 tf2xla::Config config; in TEST() local 128 tf2xla::Config config; in TEST() local [all …]
|
/external/v8/src/ic/ |
D | handler-configuration-inl.h | 18 int config = KindBits::encode(kForFields) | in LoadField() local 26 int config = KindBits::encode(kForConstants) | in LoadConstant() local 34 int config = KindBits::encode(kForConstants) | in LoadApiGetter() local 43 int config = Smi::cast(*smi_handler)->value(); in EnableAccessCheckOnReceiver() local 54 int config = Smi::cast(*smi_handler)->value(); in EnableNegativeLookupOnReceiver() local 65 int config = in LoadNonExistent() local 75 int config = KindBits::encode(kForElements) | in LoadElement() local 111 int config = StoreHandler::KindBits::encode(kind) | in StoreField() local 142 int config = in TransitionToConstant() local
|
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/ |
D | GradleManifestFactory.java | 15 public ManifestIdentifier identify(Config config) { in identify() 72 private static String getBuildOutputDir(Config config) { in getBuildOutputDir() 90 private static String getType(Config config) { in getType() 98 private static String getFlavor(Config config) { in getFlavor() 106 private static String getAbiSplit(Config config) { in getAbiSplit()
|
/external/skia/src/gpu/mock/ |
D | GrMockCaps.h | 37 bool isConfigTexturable(GrPixelConfig config) const override { in isConfigTexturable() 41 bool isConfigCopyable(GrPixelConfig config) const override { in isConfigCopyable() 45 int getRenderTargetSampleCount(int requestCount, GrPixelConfig config) const override { in getRenderTargetSampleCount() 58 int maxRenderTargetSampleCount(GrPixelConfig config) const override { in maxRenderTargetSampleCount() 78 GrPixelConfig* config) const override { in validateBackendTexture() 94 GrPixelConfig* config) const override { in getConfigFromBackendFormat()
|
/external/deqp/scripts/android/ |
D | build_apk.py | 217 def log (config, msg): argument 221 def executeAndLog (config, args): argument 233 def resolve (self, config): argument 237 def resolve (self, config): argument 244 def resolve (self, config): argument 251 def resolve (self, config): argument 257 def resolvePath (config, path): argument 268 def resolvePaths (config, paths): argument 302 def isUpToDate (self, config): argument 328 def update (config): argument [all …]
|
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/ |
D | ResourceTable.java | 14 TypedResource getValue(int resId, ResTable_config config); in getValue() 16 TypedResource getValue(@Nonnull ResName resName, ResTable_config config); in getValue() 18 XmlBlock getXml(ResName resName, ResTable_config config); in getXml() 20 InputStream getRawValue(ResName resName, ResTable_config config); in getRawValue() 22 InputStream getRawValue(int resId, ResTable_config config); in getRawValue()
|
D | RoutingResourceTable.java | 23 @Override public InputStream getRawValue(int resId, ResTable_config config) { in getRawValue() 28 @Override public TypedResource getValue(@Nonnull ResName resName, ResTable_config config) { in getValue() 32 @Override public TypedResource getValue(int resId, ResTable_config config) { in getValue() 37 @Override public XmlBlock getXml(ResName resName, ResTable_config config) { in getXml() 41 @Override public InputStream getRawValue(ResName resName, ResTable_config config) { in getRawValue()
|
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_platform.cc | 85 StreamExecutorConfig config; in InspectNumaNodes() local 110 StreamExecutorConfig config; in DeviceToBus() local 122 StreamExecutorConfig config; in FirstExecutorForBus() local 148 StreamExecutorConfig config; in ExecutorForDevice() local 157 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig() local 165 const StreamExecutorConfig& config) { in GetExecutor() 171 CudaPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
|
/external/curl/src/ |
D | tool_cfgable.c | 29 void config_init(struct OperationConfig* config) in config_init() 47 static void free_config_fields(struct OperationConfig *config) in free_config_fields() 161 void config_free(struct OperationConfig *config) in config_free()
|
/external/perfetto/src/ftrace_reader/ |
D | ftrace_config.cc | 38 std::set<std::string> FtraceEventsAsSet(const FtraceConfig& config) { in FtraceEventsAsSet() 46 FtraceConfig config; in CreateFtraceConfig() local 52 bool RequiresAtrace(const FtraceConfig& config) { in RequiresAtrace() 56 bool ValidConfig(const FtraceConfig& config) { in ValidConfig()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | cpu_options.cc | 33 bool CpuParallelBackendRequested(const HloModuleConfig& config) { in CpuParallelBackendRequested() 39 bool OptimizeForSizeRequested(const HloModuleConfig& config) { in OptimizeForSizeRequested() 45 bool VectorizedReduceDisabled(const HloModuleConfig& config) { in VectorizedReduceDisabled() 52 const HloModuleConfig& config) { in LlvmIrGemvTilingFactor()
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 57 def initBuildDir (config): argument 64 def prepareBuildDir (config): argument 75 def build (config): argument 79 def runInternalTests (config): argument 243 config = findConfig(sys.argv[1]) variable
|
/external/webrtc/webrtc/modules/audio_processing/test/ |
D | debug_dump_test.cc | 32 const StreamConfig& config) { in MaybeResetBuffer() 119 const Config& config, in DebugDumpGenerator() 138 DebugDumpGenerator::DebugDumpGenerator(const Config& config) in DebugDumpGenerator() 213 const StreamConfig& config, in ReadAndDeinterleave() 384 Config config; in MaybeRecreateApm() local 472 Config config; in TEST_F() local 481 Config config; in TEST_F() local 498 Config config; in TEST_F() local 510 Config config; in TEST_F() local 522 Config config; in TEST_F() local [all …]
|
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/utils/ |
D | dropout_utils_test.cc | 61 LearningRateDropoutDrivenConfig config; in TEST_F() local 75 LearningRateDropoutDrivenConfig config; in TEST_F() local 91 LearningRateDropoutDrivenConfig config; in TEST_F() local 128 LearningRateDropoutDrivenConfig config; in TEST_F() local 149 LearningRateDropoutDrivenConfig config; in TEST_F() local 167 LearningRateDropoutDrivenConfig config; in TEST_F() local 189 LearningRateDropoutDrivenConfig config; in TEST_F() local 213 LearningRateDropoutDrivenConfig config; in TEST_F() local 243 LearningRateDropoutDrivenConfig config; in TEST_F() local 253 LearningRateDropoutDrivenConfig config; in TEST_F() local [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/ |
D | audio_encoder_isac_unittest.cc | 20 void TestBadConfig(const AudioEncoderIsac::Config& config) { in TestBadConfig() 24 void TestGoodConfig(const AudioEncoderIsac::Config& config) { in TestGoodConfig() 37 AudioEncoderIsac::Config config; in TEST() local
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/ |
D | AttributeStrategy.java | 21 public Bitmap get(int width, int height, Bitmap.Config config) { in get() 38 public String logBitmap(int width, int height, Bitmap.Config config) { in logBitmap() 56 private static String getBitmapString(int width, int height, Bitmap.Config config) { in getBitmapString() 62 public Key get(int width, int height, Bitmap.Config config) { in get() 80 private Bitmap.Config config; field in AttributeStrategy.Key 86 public void init(int width, int height, Bitmap.Config config) { in init()
|
/external/tensorflow/tensorflow/stream_executor/host/ |
D | host_platform.cc | 48 StreamExecutorConfig config; in ExecutorForDevice() local 57 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig() local 65 const StreamExecutorConfig& config) { in GetExecutor() 71 HostPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
|
/external/tensorflow/tensorflow/compiler/xla/service/interpreter/ |
D | platform.cc | 50 StreamExecutorConfig config; in ExecutorForDevice() local 60 StreamExecutorConfig config; in ExecutorForDeviceWithPluginConfig() local 68 const StreamExecutorConfig& config) { in GetExecutor() 74 InterpreterPlatform::GetUncachedExecutor(const StreamExecutorConfig& config) { in GetUncachedExecutor()
|
/external/webp/src/enc/ |
D | config_enc.c | 24 int WebPConfigInitInternal(WebPConfig* config, in WebPConfigInitInternal() 96 int WebPValidateConfig(const WebPConfig* config) { in WebPValidateConfig() 144 int WebPConfigLosslessPreset(WebPConfig* config, int level) { in WebPConfigLosslessPreset()
|