/external/tensorflow/tensorflow/c/ |
D | c_api_function_test.cc | 66 : s_(TF_NewStatus()), in CApiFunctionTest() 77 TF_DeleteStatus(s_); in ~CApiFunctionTest() 92 CSession csession(host_graph_, s_); in RunT() 93 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in RunT() 98 csession.Run(s_); in RunT() 99 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in RunT() 117 CSession csession(host_graph_, s_); in Run() 118 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in Run() 122 csession.Run(s_); in Run() 123 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in Run() [all …]
|
D | while_loop_test.cc | 29 CApiWhileLoopTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {} in CApiWhileLoopTest() 33 TF_DeleteStatus(s_); in ~CApiWhileLoopTest() 42 graph_, s_, ::tensorflow::strings::StrCat("p", i).c_str()); in Init() 43 DCHECK_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in Init() 50 TF_NewWhile(graph_, &inputs_[0], inputs_.size(), s_))); in Init() 51 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in Init() 62 TF_FinishWhile(params_.get(), s_, &outputs_[0]); in ExpectOK() 63 EXPECT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in ExpectOK() 67 TF_FinishWhile(params_.get(), s_, &outputs_[0]); in ExpectError() 68 EXPECT_EQ(expected_code, TF_GetCode(s_)); in ExpectError() [all …]
|
D | c_api_test.cc | 1196 CApiColocationTest() : s_(TF_NewStatus()), graph_(TF_NewGraph()) {} in CApiColocationTest() 1199 feed1_ = Placeholder(graph_, s_, "feed1"); in SetUp() 1200 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in SetUp() 1202 feed2_ = Placeholder(graph_, s_, "feed2"); in SetUp() 1203 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in SetUp() 1205 constant_ = ScalarConst(10, graph_, s_); in SetUp() 1206 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in SetUp() 1215 TF_DeleteStatus(s_); in ~CApiColocationTest() 1236 bytes.size(), s_); in SetViaProto() 1237 ASSERT_EQ(TF_OK, TF_GetCode(s_)) << TF_Message(s_); in SetViaProto() [all …]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | writing.cc | 318 s_(s), in DataSendContext() 319 sending_bytes_before_(s_->sending_bytes) {} in DataSendContext() 323 0, s_->flow_control->remote_window_delta() + in stream_remote_window() 338 max_outgoing(), s_->compressed_data_buffer.length); in FlushCompressedBytes() 340 (send_bytes == s_->compressed_data_buffer.length && in FlushCompressedBytes() 341 s_->flow_controlled_buffer.length == 0 && in FlushCompressedBytes() 342 s_->fetching_send_message == nullptr); in FlushCompressedBytes() 343 if (is_last_data_frame && s_->send_trailing_metadata != nullptr && in FlushCompressedBytes() 344 s_->stream_compression_ctx != nullptr) { in FlushCompressedBytes() 346 s_->stream_compression_ctx, &s_->flow_controlled_buffer, in FlushCompressedBytes() [all …]
|
/external/webrtc/webrtc/base/ |
D | physicalsocketserver.cc | 100 : ss_(ss), s_(s), enabled_events_(0), error_(0), in PhysicalSocket() 111 if (s_ != INVALID_SOCKET) { in PhysicalSocket() 116 VERIFY(0 == getsockopt(s_, SOL_SOCKET, SO_TYPE, (SockOptArg)&type, &len)); in PhysicalSocket() 127 s_ = ::socket(family, type, 0); in Create() 132 return s_ != INVALID_SOCKET; in Create() 139 int result = ::getsockname(s_, addr, &addrlen); in GetLocalAddress() 145 << s_; in GetLocalAddress() 154 int result = ::getpeername(s_, addr, &addrlen); in GetRemoteAddress() 160 << s_; in GetRemoteAddress() 169 int err = ::bind(s_, addr, static_cast<int>(len)); in Bind() [all …]
|
/external/clang/test/Sema/ |
D | warn-self-assign-field.mm | 27 S* s_; field 32 t->s_->a_ = t->s_->a_; 37 t2->s_->a_ = t->s_->a_;
|
/external/vixl/test/aarch64/ |
D | test-utils-aarch64.h | 67 VIXL_ASSERT(sizeof(dump_.s_[0]) == kSRegSizeInBytes); in RegisterDump() 70 VIXL_ASSERT(sizeof(dump_.s_[0]) == kWRegSizeInBytes); in RegisterDump() 110 return dump_.s_[code]; in sreg_bits() 175 return (((dump_.d_[code] & kSRegMask) == dump_.s_[code]) || in FPRegAliasesMatch() 176 ((dump_.s_[code] & kHRegMask) == dump_.h_[code])); in FPRegAliasesMatch() 188 uint32_t s_[kNumberOfFPRegisters]; member
|
/external/mesa3d/src/gallium/state_trackers/nine/ |
D | nine_csmt_helper.h | 167 struct s_##name##_private { \ 179 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ 194 struct s_##name##_private *args; \ 195 unsigned memsize = sizeof(struct s_##name##_private); \ 216 struct s_##name##_private { \ 229 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ 245 struct s_##name##_private *args; \ 246 unsigned memsize = sizeof(struct s_##name##_private); \ 270 struct s_##name##_private { \ 281 struct s_##name##_private *args = (struct s_##name##_private *)instr; \ [all …]
|
/external/google-breakpad/src/client/mac/testapp/ |
D | TestClass.mm | 51 AStruct s_; 58 InternalFunction(s_); 63 InternalFunction(s_); 68 InternalFunction(s_);
|
/external/google-breakpad/src/third_party/linux/include/gflags/ |
D | gflags.h | 520 static union { void* align; char s[sizeof(std::string)]; } s_##name[2]; \ 521 const std::string* const FLAGS_no##name = new (s_##name[0].s) std::string(val); \ 524 s_##name[0].s, new (s_##name[1].s) std::string(*FLAGS_no##name)); \ 527 std::string& FLAGS_##name = *(reinterpret_cast<std::string*>(s_##name[0].s)); \
|
/external/gflags/android/gflags/ |
D | gflags.h | 585 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \ 587 dont_pass0toDEFINE_string(s_##name[0].s, \ 591 FLAGS_no##name, new (s_##name[1].s) clstring(*FLAGS_no##name)); \ 592 static StringFlagDestructor d_##name(s_##name[0].s, s_##name[1].s); \
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | tensor_coding_test.cc | 52 : s_(s), stream_(nullptr), block_size_(block_size) {} in StringSource() 58 protobuf::io::ArrayInputStream(s_->data(), s_->size(), block_size_); in contents() 69 const string* s_; member in tensorflow::StringSource
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_bvgraph_test.cc | 45 void clear() { s_.clear(); } in clear() 47 return s_.insert(idx(from, to)).second; in addEdge() 50 return s_.erase(idx(from, to)); in removeEdge() 54 for (set<uptr>::iterator it = s_.begin(); it != s_.end(); ++it) { in checkSameAs() 66 set<uptr> s_; member in SimpleGraph
|
/external/libyuv/files/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 553 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \ 555 dont_pass0toDEFINE_string(s_##name[0].s, \ 559 s_##name[0].s, new (s_##name[1].s) clstring(*FLAGS_no##name)); \
|
/external/libyuv/files/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 553 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \ 555 dont_pass0toDEFINE_string(s_##name[0].s, \ 559 s_##name[0].s, new (s_##name[1].s) clstring(*FLAGS_no##name)); \
|
/external/webrtc/third_party/gflags/gen/posix/include/gflags/ |
D | gflags.h | 577 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \ 579 dont_pass0toDEFINE_string(s_##name[0].s, \ 583 s_##name[0].s, new (s_##name[1].s) clstring(*FLAGS_no##name)); \
|
/external/webrtc/third_party/gflags/gen/win/include/gflags/ |
D | gflags.h | 594 static union { void* align; char s[sizeof(clstring)]; } s_##name[2]; \ 596 dont_pass0toDEFINE_string(s_##name[0].s, \ 600 s_##name[0].s, new (s_##name[1].s) clstring(*FLAGS_no##name)); \
|
/external/tensorflow/tensorflow/core/lib/gtl/ |
D | cleanup_test.cc | 75 Appender(string* s, const string& msg) : s_(s), msg_(msg) {} in Appender() 76 void operator()() const { s_->append(msg_); } in operator ()() 77 string* s_; member
|
/external/python/cpython2/Include/ |
D | pyport.h | 308 const char *s_ = (void*) (source); \ 310 memcpy(t_, s_, n_); \ 313 t_[i_] = s_[i_]; \
|
/external/llvm/test/MC/COFF/ |
D | section.s | 29 .section s_, "" ; .long 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/ |
D | section.s | 29 .section s_, "" ; .long 1
|
/external/libchrome/mojo/public/tools/bindings/generators/cpp_templates/ |
D | module-shared-message-ids.h.tmpl | 22 {%- set method_name = "k%s_%s_Name"|format(interface.name, method.name) -%}
|
/external/honggfuzz/examples/apache-httpd/corpus_http1/ |
D | ff09a53c062cc2bf75934fc3bd0bd01e.0000149a.honggfuzz.cov | 31 …0&'s_�\1�Ԋ�O)�M;�+�*�t�6�s…
|
/external/honggfuzz/examples/apache-httpd/corpus_http2/ |
D | ff09a53c062cc2bf75934fc3bd0bd01e.0000149a.honggfuzz.cov | 31 …0&'s_�\1�Ԋ�O)�M;�+�*�t�6�s…
|
D | dba73423b817b1a21b018dc0d551a618.000014bc.honggfuzz.cov | 31 …0&'s_�\1�Ԋ�O)�M;�+�*�t�6�s…
|