/external/chromium-trace/catapult/third_party/webapp2/tests/ |
D | extras_config_test.py | 14 config = app_config.Config({'foo': { 27 config = app_config.Config({'foo': { 36 config = app_config.Config({}, {'foo': { 45 config = app_config.Config() 50 config = app_config.Config({'foo': { 61 config = app_config.Config() 66 config = app_config.Config() 72 config = app_config.Config({'foo': { 79 config = app_config.Config({'foo': { 93 config = app_config.Config() [all …]
|
/external/v8/src/ |
D | splay-tree-inl.h | 14 template<typename Config, class Allocator> 15 SplayTree<Config, Allocator>::~SplayTree() { in ~SplayTree() 21 template<typename Config, class Allocator> 22 bool SplayTree<Config, Allocator>::Insert(const Key& key, in Insert() 26 root_ = new(allocator_) Node(key, Config::NoValue()); in Insert() 32 int cmp = Config::Compare(key, root_->key_); in Insert() 38 Node* node = new(allocator_) Node(key, Config::NoValue()); in Insert() 46 template<typename Config, class Allocator> 47 void SplayTree<Config, Allocator>::InsertInternal(int cmp, Node* node) { in InsertInternal() 61 template<typename Config, class Allocator> [all …]
|
D | types.cc | 23 template <class Config> 24 bool TypeImpl<Config>::Limits::IsEmpty() { in IsEmpty() 29 template<class Config> 30 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Intersect( in Intersect() 40 template <class Config> 41 typename TypeImpl<Config>::Limits TypeImpl<Config>::Limits::Union( in Union() 53 template<class Config> 54 bool TypeImpl<Config>::Overlap( in Overlap() 55 typename TypeImpl<Config>::RangeType* lhs, in Overlap() 56 typename TypeImpl<Config>::RangeType* rhs) { in Overlap() [all …]
|
D | types.h | 319 template<class Config> 320 class TypeImpl : public Config::Base { 336 typedef typename Config::template Handle<TypeImpl>::type TypeHandle; 337 typedef typename Config::template Handle<ClassType>::type ClassHandle; 338 typedef typename Config::template Handle<ConstantType>::type ConstantHandle; 339 typedef typename Config::template Handle<RangeType>::type RangeHandle; 340 typedef typename Config::template Handle<ContextType>::type ContextHandle; 341 typedef typename Config::template Handle<ArrayType>::type ArrayHandle; 342 typedef typename Config::template Handle<FunctionType>::type FunctionHandle; 343 typedef typename Config::template Handle<UnionType>::type UnionHandle; [all …]
|
/external/boringssl/src/ssl/test/runner/ |
D | runner.go | 132 config Config 193 resumeConfig *Config 247 func doExchange(test *testCase, config *Config, conn net.Conn, isResume bool) error { argument 697 var resumeConfig Config 870 config: Config{ 881 config: Config{ 894 config: Config{ 907 config: Config{ 919 config: Config{ 931 config: Config{ [all …]
|
/external/v8/tools/release/ |
D | push_to_candidates.py | 47 if(self["current_branch"] == self.Config("CANDIDATESBRANCH") 48 or self["current_branch"] == self.Config("BRANCHNAME")): 52 self.DeleteBranch(self.Config("CANDIDATESBRANCH")) 59 self.GitCreateBranch(self.Config("BRANCHNAME"), 143 TextToFile(output, self.Config("CHANGELOG_ENTRY_FILE")) 159 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE")) 165 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE")) 169 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE")) 180 self.Editor(self.Config("CHANGELOG_ENTRY_FILE")) 183 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip() [all …]
|
D | create_release.py | 107 TextToFile(output, self.Config("CHANGELOG_ENTRY_FILE")) 123 AppendToFile(body, self.Config("CHANGELOG_ENTRY_FILE")) 129 AppendToFile(msg, self.Config("CHANGELOG_ENTRY_FILE")) 133 AppendToFile(comment_body, self.Config("CHANGELOG_ENTRY_FILE")) 144 self.Editor(self.Config("CHANGELOG_ENTRY_FILE")) 147 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")).rstrip() 156 TextToFile(changelog_entry, self.Config("CHANGELOG_ENTRY_FILE")) 173 changelog_entry = FileToText(self.Config("CHANGELOG_ENTRY_FILE")) 191 text = FileToText(self.Config("CHANGELOG_ENTRY_FILE")) 206 TextToFile(text, self.Config("COMMITMSG_FILE")) [all …]
|
/external/iproute2/ |
D | configure | 13 command -v $1 >/dev/null 2>&1 && (echo "$3:=y" >> Config; echo "yes") || (echo "no"; return 1) 33 echo "PKG_CONFIG:=${PKG_CONFIG}" >>Config 34 echo "AR:=${AR}" >>Config 35 echo "CC:=${CC}" >>Config 52 echo "TC_CONFIG_ATM:=y" >>Config 85 echo "TC_CONFIG_XT:=y" >>Config 94 if grep -q TC_CONFIG_XT Config 124 echo "TC_CONFIG_XT_OLD:=y" >>Config 133 if grep -q TC_CONFIG_XT Config 165 echo "TC_CONFIG_XT_OLD_H:=y" >>Config [all …]
|
/external/webrtc/webrtc/modules/audio_coding/codecs/g711/ |
D | audio_encoder_pcm.h | 23 struct Config { struct 32 explicit Config(int pt) in Config() function 51 AudioEncoderPcm(const Config& config, int sample_rate_hz); 73 struct Config : public AudioEncoderPcm::Config { struct 74 Config() : AudioEncoderPcm::Config(8) {} in Config() argument 77 explicit AudioEncoderPcmA(const Config& config) in AudioEncoderPcmA() 95 struct Config : public AudioEncoderPcm::Config { struct 96 Config() : AudioEncoderPcm::Config(0) {} in Config() argument 99 explicit AudioEncoderPcmU(const Config& config) in AudioEncoderPcmU()
|
/external/webrtc/webrtc/test/ |
D | call_test.h | 63 void CreateCalls(const Call::Config& sender_config, 64 const Call::Config& receiver_config); 65 void CreateSenderCall(const Call::Config& config); 66 void CreateReceiverCall(const Call::Config& config); 87 VideoSendStream::Config video_send_config_; 90 AudioSendStream::Config audio_send_config_; 95 std::vector<VideoReceiveStream::Config> video_receive_configs_; 97 std::vector<AudioReceiveStream::Config> audio_receive_configs_; 151 virtual Call::Config GetSenderCallConfig(); 152 virtual Call::Config GetReceiverCallConfig(); [all …]
|
D | common_unittest.cc | 35 TEST(Config, ReturnsDefaultInstanceIfNotConfigured) { in TEST() argument 36 Config config; in TEST() 42 TEST(Config, ReturnOptionWhenSet) { in TEST() argument 43 Config config; in TEST() 50 TEST(Config, SetNullSetsTheOptionBackToDefault) { in TEST() argument 51 Config config; in TEST() 77 TEST(Config, SupportsPolymorphism) { in TEST() argument 78 Config config; in TEST()
|
D | call_test.cc | 46 Call::Config send_config(test->GetSenderCallConfig()); in RunBaseTest() 49 AudioState::Config audio_state_config; in RunBaseTest() 55 Call::Config recv_config(test->GetReceiverCallConfig()); in RunBaseTest() 57 AudioState::Config audio_state_config; in RunBaseTest() 159 void CallTest::CreateCalls(const Call::Config& sender_config, in CreateCalls() 160 const Call::Config& receiver_config) { in CreateCalls() 165 void CallTest::CreateSenderCall(const Call::Config& config) { in CreateSenderCall() 169 void CallTest::CreateReceiverCall(const Call::Config& config) { in CreateReceiverCall() 185 video_send_config_ = VideoSendStream::Config(send_transport); in CreateSendConfig() 200 audio_send_config_ = AudioSendStream::Config(send_transport); in CreateSendConfig() [all …]
|
/external/webrtc/talk/media/webrtc/ |
D | fakewebrtccall.h | 58 explicit FakeAudioSendStream(const webrtc::AudioSendStream::Config& config); 60 const webrtc::AudioSendStream::Config& GetConfig() const; 79 webrtc::AudioSendStream::Config config_; 86 const webrtc::AudioReceiveStream::Config& config); 88 const webrtc::AudioReceiveStream::Config& GetConfig() const; 111 webrtc::AudioReceiveStream::Config config_; 120 FakeVideoSendStream(const webrtc::VideoSendStream::Config& config, 122 webrtc::VideoSendStream::Config GetConfig() const; 154 webrtc::VideoSendStream::Config config_; 169 const webrtc::VideoReceiveStream::Config& config); [all …]
|
D | fakewebrtccall.cc | 40 const webrtc::AudioSendStream::Config& config) : config_(config) { in FakeAudioSendStream() 44 const webrtc::AudioSendStream::Config& 72 const webrtc::AudioReceiveStream::Config& config) in FakeAudioReceiveStream() 77 const webrtc::AudioReceiveStream::Config& 101 const webrtc::VideoSendStream::Config& config, in FakeVideoSendStream() 111 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() const { in GetConfig() 211 const webrtc::VideoReceiveStream::Config& config) in FakeVideoReceiveStream() 215 webrtc::VideoReceiveStream::Config FakeVideoReceiveStream::GetConfig() { in GetConfig() 245 FakeCall::FakeCall(const webrtc::Call::Config& config) in FakeCall() 258 webrtc::Call::Config FakeCall::GetConfig() const { in GetConfig() [all …]
|
/external/compiler-rt/ |
D | Makefile | 132 $(call Set,Tmp.Config,$(1)) 133 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)) 135 $(call GetCNAVar,SHARED_LIBRARY,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 137 $(call GetCNAVar,SHARED_LIBRARY_SUFFIX,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) 149 $(or $($(Tmp.Key).UniversalArchs.$(Tmp.Config)),\ 151 $(call VarOrDefault,$(Tmp.Key).Arch.$(Tmp.Config),$($(Tmp.Key).Arch)))) 164 $(Tmp.Name)-$(Tmp.Config):: $(Tmp.ObjPath)/libcompiler_rt.$(Tmp.LibrarySuffix) 165 .PHONY: $(Tmp.Name)-$(Tmp.Config) 174 $(call Set,Tmp.ObjPath,$(ProjObjRoot)/$(Tmp.Name)/$(Tmp.Config)/$(Tmp.Arch)) 177 $(call GetCNAVar,FUNCTIONS,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch)))) [all …]
|
/external/deqp/scripts/ |
D | run_internal_tests.py | 45 class Config: class 119 Config( 130 Config( 141 Config( 152 Config( 165 Config( 173 Config( 181 Config( 189 Config( 199 Config( [all …]
|
/external/tcpdump/tests/ |
D | stp-v.out | 1 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 4 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 7 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 10 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 13 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 16 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 19 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 22 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 25 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 28 STP 802.1d, Config, Flags [none], bridge-id 8001.00:19:06:ea:b8:80.8005, length 43 [all …]
|
/external/llvm/include/llvm/IR/ |
D | ValueMap.h | 40 template<typename KeyT, typename ValueT, typename Config> 79 template<typename KeyT, typename ValueT, typename Config =ValueMapConfig<KeyT> > 81 friend class ValueMapCallbackVH<KeyT, ValueT, Config>; 82 typedef ValueMapCallbackVH<KeyT, ValueT, Config> ValueMapCVH; 85 typedef typename Config::ExtraData ExtraData; 217 template <typename KeyT, typename ValueT, typename Config> 219 friend class ValueMap<KeyT, ValueT, Config>; 221 typedef ValueMap<KeyT, ValueT, Config> ValueMapT; 239 typename Config::mutex_type *M = Config::getMutex(Copy.Map->Data); 240 unique_lock<typename Config::mutex_type> Guard; [all …]
|
/external/parameter-framework/upstream/test/functional-tests/ |
D | Basic.cpp | 111 Config::Plugins ps{}; 112 for (auto &&configT : Tests<Config>{ 113 {"top config", {&Config::plugins, Config::Plugins{{"", {invalidXml}}}}}, 114 {"structure", {&Config::instances, invalidXml}}, 115 {"settings", {&Config::domains, invalidXml}}}) { 133 create({&Config::plugins, Config::Plugins{{"", {pluginNameT.payload}}}}); 158 create({&Config::domains, "<Domain name='Invalid'/>"});
|
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
D | PreFillType.java | 11 static final Bitmap.Config DEFAULT_CONFIG = Bitmap.Config.RGB_565; 14 private final Bitmap.Config config; 29 PreFillType(int width, int height, Bitmap.Config config, int weight) { in PreFillType() 57 Bitmap.Config getConfig() { in getConfig() 106 private Bitmap.Config config; 138 public Builder setConfig(Bitmap.Config config) { in setConfig() 146 Bitmap.Config getConfig() { in getConfig()
|
/external/webrtc/webrtc/ |
D | common.h | 57 class Config { 70 Config() {} in Config() function 71 ~Config() { in ~Config() 112 Config(const Config&); 113 void operator=(const Config&); 117 const T& Config::Get() const { in Get() 129 void Config::Set(T* value) { in Set()
|
D | call.h | 72 struct Config { struct 99 static Call* Create(const Call::Config& config); argument 102 const AudioSendStream::Config& config) = 0; 106 const AudioReceiveStream::Config& config) = 0; 111 const VideoSendStream::Config& config, 116 const VideoReceiveStream::Config& config) = 0; 135 const Config::BitrateConfig& bitrate_config) = 0;
|
/external/webrtc/webrtc/call/ |
D | call_perf_tests.cc | 55 void TestCaptureNtpTime(const FakeNetworkPipe::Config& net_config, 235 Config voe_config; in TestAudioVideoSync() 242 AudioState::Config send_audio_state_config; in TestAudioVideoSync() 244 Call::Config sender_config; in TestAudioVideoSync() 246 Call::Config receiver_config; in TestAudioVideoSync() 253 FakeNetworkPipe::Config net_config; in TestAudioVideoSync() 278 FakeNetworkPipe::Config()); in TestAudioVideoSync() 282 FakeNetworkPipe::Config()); in TestAudioVideoSync() 290 AudioSendStream::Config audio_send_config(&audio_send_transport); in TestAudioVideoSync() 310 AudioReceiveStream::Config audio_recv_config; in TestAudioVideoSync() [all …]
|
/external/libweave/src/ |
D | config.h | 31 class Config final { 42 ~Config() = default; 44 explicit Config(provider::ConfigStore* config_store); 47 const Config::Settings& GetSettings() const; 55 explicit Transaction(Config* config) in Transaction() 116 friend class Config; variable 118 Config* config_; 131 DISALLOW_COPY_AND_ASSIGN(Config);
|
/external/webrtc/webrtc/modules/audio_coding/codecs/pcm16b/ |
D | audio_encoder_pcm16b.h | 23 struct Config : public AudioEncoderPcm::Config { struct 25 Config() : AudioEncoderPcm::Config(107), sample_rate_hz(8000) {} in Config() argument 31 explicit AudioEncoderPcm16B(const Config& config) in AudioEncoderPcm16B() argument
|