/external/vulkan-validation-layers/demos/smoke/ |
D | ShellXcb.cpp | 87 xcb_disconnect(c_); in ~ShellXcb() 93 c_ = xcb_connect(nullptr, &scr); in init_connection() 94 if (!c_ || xcb_connection_has_error(c_)) { in init_connection() 95 xcb_disconnect(c_); in init_connection() 99 const xcb_setup_t *setup = xcb_get_setup(c_); in init_connection() 107 win_ = xcb_generate_id(c_); in create_window() 114 …xcb_create_window(c_, XCB_COPY_FROM_PARENT, win_, scr_->root, 0, 0, settings_.initial_width, setti… in create_window() 117 xcb_intern_atom_cookie_t utf8_string_cookie = intern_atom_cookie(c_, "UTF8_STRING"); in create_window() 118 xcb_intern_atom_cookie_t _net_wm_name_cookie = intern_atom_cookie(c_, "_NET_WM_NAME"); in create_window() 119 xcb_intern_atom_cookie_t wm_protocols_cookie = intern_atom_cookie(c_, "WM_PROTOCOLS"); in create_window() [all …]
|
D | ShellXcb.h | 44 xcb_connection_t *c_; variable
|
/external/webrtc/talk/app/webrtc/ |
D | proxy.h | 139 MethodCall0(C* c, Method m) : c_(c), m_(m) {} in MethodCall0() 147 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage() 149 C* c_; variable 159 ConstMethodCall0(C* c, Method m) : c_(c), m_(m) {} in ConstMethodCall0() 167 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_); } in OnMessage() 169 C* c_; variable 179 MethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in MethodCall1() 187 void OnMessage(rtc::Message*) { r_.Invoke(c_, m_, a1_); } in OnMessage() 189 C* c_; variable 200 ConstMethodCall1(C* c, Method m, T1 a1) : c_(c), m_(m), a1_(a1) {} in ConstMethodCall1() [all …]
|
D | peerconnectionfactoryproxy.h | 79 return c_->CreatePeerConnection(a1, a2, std::move(ptr_a3), in PROXY_METHOD1()
|
/external/boringssl/src/crypto/chacha/asm/ |
D | chacha-x86.pl | 48 ($c,$c_)=("ecx","esi"); 83 &mov (&DWP(4*$cp,"esp"),$c_) if ($ai>0 && $ai<3); 87 &mov ($c_,&DWP(4*$cn,"esp")) if ($ai>0 && $ai<3); 106 ($c,$c_)=($c_,$c); 175 &mov ($c_,&DWP(64+4*11,"esp")); 181 &mov (&DWP(4*11,"esp"),$c_); 190 &mov ($c_,&DWP(64+4*9,"esp")); 219 &add ($c_,&DWP(64+4*9,"esp")); 233 &xor ($c_,&DWP(4*9,$b)); 238 &mov (&DWP(4*9,$a),$c_); [all …]
|
/external/eigen/bench/tensors/ |
D | tensor_benchmarks.h | 33 device_.deallocate(c_); in ~BenchmarkSuite() 40 device_.memcpy(c_, a_, m_ * m_ * sizeof(T)); in memcpy() 72 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, sizes); in random() 89 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, sizes); in slicing() 120 TensorMap<Tensor<T, 1, 0, TensorIndex>, Eigen::Aligned> C(c_, output_size); in rowChip() 137 TensorMap<Tensor<T, 1, 0, TensorIndex>, Eigen::Aligned> C(c_, output_size); in colChip() 235 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, size_c); in broadcasting() 263 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, sizes); in coeffWiseOp() 281 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, sizes); in algebraicFunc() 299 TensorMap<Tensor<T, 2>, Eigen::Aligned> C(c_, sizes); in transcendentalFunc() [all …]
|
/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ |
D | ostream_joiner.op.assign.pass.cpp | 30 mutating_delimiter(char c = ' ') : c_(c) {} in mutating_delimiter() 31 char get () const { return c_++; } in get() 32 mutable char c_; member 42 mutating_delimiter2(char c = ' ') : c_(c) {} in mutating_delimiter2() 43 char get () { return c_++; } in get() 44 char c_; member
|
/external/protobuf/src/google/protobuf/stubs/ |
D | common_unittest.cc | 170 void SetCMethod(string c) { c_ = c; } in SetCMethod() 173 static void SetCFunction(string c) { current_instance_->c_ = c; } in SetCFunction() 185 c_.clear(); in SetUp() 195 string c_; member in google::protobuf::__anonb099470d0111::ClosureTest 235 EXPECT_NE("test", c_); in TEST_F() 237 EXPECT_EQ("test", c_); in TEST_F() 243 EXPECT_NE("test", c_); in TEST_F() 245 EXPECT_EQ("test", c_); in TEST_F()
|
/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
D | piecewise_construct.pass.cpp | 26 char c_; member in A 28 A(int i, char c) : i_(i), c_(c) {} in A() 30 char get_c() const {return c_;} in get_c()
|
/external/freetype/src/base/ |
D | ftcalc.c | 176 FT_Long c_ ) in FT_MulDiv() argument 185 c = (FT_UInt64)c_; in FT_MulDiv() 189 FT_MOVE_SIGN( c_, c, s ); in FT_MulDiv() 205 FT_Long c_ ) in FT_MulDiv_No_Round() argument 214 c = (FT_UInt64)c_; in FT_MulDiv_No_Round() 218 FT_MOVE_SIGN( c_, c, s ); in FT_MulDiv_No_Round() 418 FT_Long c_ ) in FT_MulDiv() argument 428 c = (FT_UInt32)c_; in FT_MulDiv() 432 FT_MOVE_SIGN( c_, c, s ); in FT_MulDiv() 466 FT_Long c_ ) in FT_MulDiv_No_Round() argument [all …]
|
/external/clang/test/Sema/ |
D | warn-thread-safety-analysis.c | 47 int c_ GUARDED_VAR; 48 int *d_ PT_GUARDED_VAR = &c_; 113 c_ = 0; // expected-warning{{writing variable 'c_' requires holding any mutex exclusively}} in main() 116 c_ = 1; in main()
|
/external/clang/test/CodeGenCXX/ |
D | constructor-destructor-return-this.cpp | 56 char *c_; member in C 59 C::C(int *i, char *c) : B(i), c_(c) { } in C()
|
/external/vulkan-validation-layers/layers/ |
D | threading.h | 323 …my_data->c_##type.startWrite(my_data->report_data, object); … 325 …static void finishWriteObject(struct layer_data *my_data, type object) { my_data->c_##type.finishW… 327 …my_data->c_##type.startRead(my_data->report_data, object); … 329 …static void finishReadObject(struct layer_data *my_data, type object) { my_data->c_##type.finishRe…
|
/external/harfbuzz_ng/src/ |
D | hb-ot-layout-common-private.hh | 725 inline void init (const struct CoverageFormat1 &c_) { c = &c_; i = 0; }; in init() 830 inline void init (const CoverageFormat2 &c_) in init() 832 c = &c_; in init() 835 j = c->rangeRecord.len ? c_.rangeRecord[0].start : 0; in init() 943 inline void init (const Coverage &c_) { in init() 944 format = c_.u.format; in init() 946 case 1: u.format1.init (c_.u.format1); return; in init() 947 case 2: u.format2.init (c_.u.format2); return; in init()
|
/external/stressapptest/src/ |
D | finelock_queue.cc | 95 c_ = c; in FineLockPEQueue() 343 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag() 347 next_try = (a_ * next_try + c_) % (modlength_); in GetRandomWithPredicateTag()
|
D | finelock_queue.h | 105 int64 c_; // 'c' additive value for prgressing randomly variable
|
/external/clang/test/Modules/Inputs/separate_map_tree/src/ |
D | private-in-c.h | 3 const int c_ = 2; variable
|
/external/clang/test/Modules/ |
D | separate_map_tree.cpp | 8 const int val = common + b + c + c_;
|
/external/webrtc/webrtc/modules/audio_processing/aec/ |
D | aec_rdft_neon.c | 221 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftfsub_128_neon() local 224 const float32x4_t yi_ = vaddq_f32(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftfsub_128_neon() 301 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftbsub_128_neon() local 304 const float32x4_t yi_ = vsubq_f32(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftbsub_128_neon()
|
D | aec_rdft_sse2.c | 282 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftfsub_128_SSE2() local 285 const __m128 yi_ = _mm_add_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftfsub_128_SSE2() 373 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftbsub_128_SSE2() local 376 const __m128 yi_ = _mm_sub_ps(c_, d_); // 3-127, 5-125, 7-123, 9-121, in rftbsub_128_SSE2()
|
/external/bzip2/ |
D | bzip2.1.preformatted | 86 _b_z_c_a_t (or _b_z_i_p_2 _‐_d_c_) decompresses all specified files to 112 _b_z_i_p_2_r_e_c_o_v_e_r to try to recover data from damaged files. 125 … Force decompression. _b_z_i_p_2_, _b_u_n_z_i_p_2 and _b_z_c_a_t are 297 _b_z_i_p_2_r_e_c_o_v_e_r is a simple program whose purpose is to 303 _b_z_i_p_2_r_e_c_o_v_e_r takes a single argument, the name of the dam 311 _b_z_i_p_2_r_e_c_o_v_e_r should be of most use dealing with large .bz2 360 _b_z_i_p_2_r_e_c_o_v_e_r versions prior to 1.0.2 used 32‐bit integers
|
/external/ImageMagick/PerlMagick/t/reference/read/ |
D | input_uyvy.miff | 14 …c_�a_�d_�k_�rdςd�r`�a`�]c�\c�[e�[e�ye��e��lĎlĘiȓiȉr�~r�br�r�������wr�wr�u�u�v��v�Pu�Ou�Ou�Nu�N…
|
/external/swiftshader/src/Shader/ |
D | SamplerCore.cpp | 940 Vector4s c_; in sample3D() local 958 c_ = sampleTexel(uuuu, vvvv, wwww, offset, mipmap, buffer, function); in sample3D() 1048 if(componentCount >= 1) c_.x = c[0][0][0].x; in sample3D() 1049 if(componentCount >= 2) c_.y = c[0][0][0].y; in sample3D() 1050 if(componentCount >= 3) c_.z = c[0][0][0].z; in sample3D() 1051 if(componentCount >= 4) c_.w = c[0][0][0].w; in sample3D() 1054 if(componentCount >= 1) if(!hasUnsignedTextureComponent(0)) c_.x = AddSat(c_.x, c_.x); in sample3D() 1055 if(componentCount >= 2) if(!hasUnsignedTextureComponent(1)) c_.y = AddSat(c_.y, c_.y); in sample3D() 1056 if(componentCount >= 3) if(!hasUnsignedTextureComponent(2)) c_.z = AddSat(c_.z, c_.z); in sample3D() 1057 if(componentCount >= 4) if(!hasUnsignedTextureComponent(3)) c_.w = AddSat(c_.w, c_.w); in sample3D() [all …]
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_gateway_test.cc | 529 c_ = c->name(); in Initialize() 541 string c_; member in tensorflow::__anonb97c216b0111::SessionDebugOutputSlotWithoutOutgoingEdgeTest 558 strings::StrCat(c_, ":", 0), 0, "DebugIdentity"); in TEST_F() 585 tensor_watch_opts->set_node_name(c_); in TEST_F()
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | d9e7b041c558b76c93bf435a2c68edf5.000072a9.honggfuzz.cov | 10 …�#GHF���?j��^���L�]3ן����|�ϒ�x��p�� +��9�i�`E`�X�e ��s����@��}�c_�;鴡:����\t�o�����2ɕ… 23 …�#GHF���?j��^���L�]3ן����|�ϒ�x��p�� +��9�i�`E`�X�e ��s����@��}�c_�;鴡:����\t�o�����2ɕ… 36 …�#GHF���?j��^���L�]3ן����|�ϒ�x��p�� +��9�i�`E`�X�e ��s����@��}�c_�;鴡:����\t�o�����2ɕ…
|