Searched refs:assign (Results 276 - 300 of 837) sorted by relevance

<<11121314151617181920>>

/external/mesa3d/src/compiler/glsl/
H A Dlower_tess_level.cpp331 ir_assignment *const assign = new(ctx) ir_assignment(new_lhs, new_rhs); local
332 this->handle_rvalue((ir_rvalue **) &assign->lhs);
333 this->fix_lhs(assign);
335 this->base_ir->insert_before(assign);
H A Dopt_dead_code.cpp106 assignment_entry->assign->remove();
/external/sfntly/cpp/src/test/tinyxml/
H A Dtinystr.cpp49 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString
H A Dtinystr.h99 return assign( copy, (size_type)strlen(copy));
104 return assign(copy.start(), copy.length());
193 TiXmlString& assign (const char* str, size_type len);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DRegAllocBase.h154 /// assign - Assign VirtReg to PhysReg.
156 void assign(LiveInterval &VirtReg, unsigned PhysReg);
/external/tensorflow/tensorflow/core/framework/
H A Dvariant_tensor_data.h99 metadata_.assign(reinterpret_cast<const char*>(&value), sizeof(T));
/external/tensorflow/tensorflow/python/training/
H A Dadam.py180 m_t = state_ops.assign(m, m * beta1_t,
187 v_t = state_ops.assign(v, v * beta2_t, use_locking=self._use_locking)
217 update_beta1 = beta1_power.assign(
219 update_beta2 = beta2_power.assign(
/external/tinyxml/
H A Dtinystr.cpp53 TiXmlString& TiXmlString::assign(const char* str, size_type len) function in class:TiXmlString
H A Dtinystr.h97 return assign( copy, (size_type)strlen(copy));
103 return assign(copy.start(), copy.length());
192 TiXmlString& assign (const char* str, size_type len);
/external/webrtc/webrtc/modules/desktop_capture/win/
H A Ddesktop.cc48 desktop_name_out->assign(&buffer[0], length / sizeof(WCHAR));
66 LOG(LS_ERROR) << "Failed to assign the desktop to the current thread: "
/external/v8/src/asmjs/
H A Dasm-typer.cc601 auto* assign = expr_stmt->expression()->AsAssignment(); local
602 if (assign == nullptr) {
606 if (assign->op() != Token::INIT) {
610 return assign;
683 if (auto* assign = ExtractInitializerExpression(current)) {
684 if (assign->value()->IsArrayLiteral()) {
686 function_pointer_tables_.push_back(assign);
688 RECURSE(ValidateGlobalDeclaration(assign));
689 source_layout_.AddGlobal(*assign);
807 AsmType* AsmTyper::ValidateGlobalDeclaration(Assignment* assign) { argument
1013 ValidateFunctionTable(Assignment* assign) argument
[all...]
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
H A DANTLRBufferedTreeNodeStream.h91 @property (assign, getter=getUniqueNavigationNodes, setter=setUniqueNavigationNodes:) BOOL uniqueNavigationNodes;
92 @property (assign, getter=getIndex, setter=setIndex:) NSInteger p;
93 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
H A DANTLRBufferedTreeNodeStream.h91 @property (assign, getter=getUniqueNavigationNodes, setter=setUniqueNavigationNodes:) BOOL uniqueNavigationNodes;
92 @property (assign, getter=getIndex, setter=setIndex:) NSInteger p;
93 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
H A DANTLRBufferedTreeNodeStream.h91 @property (assign, getter=getUniqueNavigationNodes, setter=setUniqueNavigationNodes:) BOOL uniqueNavigationNodes;
92 @property (assign, getter=getIndex, setter=setIndex:) NSInteger p;
93 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
H A DANTLRBufferedTreeNodeStream.h92 @property (assign, getter=getUniqueNavigationNodes, setter=setUniqueNavigationNodes:) BOOL uniqueNavigationNodes;
93 @property (assign) NSInteger index;
94 @property (assign, getter=getLastMarker, setter=setLastMarker:) NSInteger lastMarker;
/external/protobuf/src/google/protobuf/compiler/javamicro/
H A Djavamicro_file.cc100 error->assign(file_->name());
107 error->assign(file_->name());
140 error->assign(file_->name());
/external/protobuf/src/google/protobuf/compiler/javanano/
H A Djavanano_file.cc101 error->assign(file_->name());
109 error->assign(file_->name());
149 error->assign(file_->name());
/external/spirv-llvm/lib/SPIRV/Mangler/
H A DMangler.cpp176 mangledName.assign(FunctionDescriptor::nullString());
185 mangledName.assign("Type ");
193 mangledName.assign(ret.str());
/external/tensorflow/tensorflow/core/kernels/
H A Dspectrogram.cc67 fft_input_output_.assign(fft_length_ + 2, 0.0);
70 fft_double_working_area_.assign(half_fft_length, 0.0);
71 fft_integer_working_area_.assign(2 + static_cast<int>(sqrt(half_fft_length)),
74 // on the first call to cdft. It's redundant given the assign above,
/external/webrtc/webrtc/base/
H A Dpathutils.cc168 folder_.assign(folder);
191 basename_.assign(basename);
204 extension_.assign(extension);
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp136 this->get_service().assign(this->get_implementation(),
138 asio::detail::throw_error(ec, "assign");
157 /// Move-assign a basic_socket from another.
197 /// Move-assign a basic_socket from a socket of another protocol type.
303 void assign(const protocol_type& protocol, function in class:asio::basic_socket
307 this->get_service().assign(this->get_implementation(),
309 asio::detail::throw_error(ec, "assign");
322 asio::error_code assign(const protocol_type& protocol, function in class:asio::basic_socket
325 return this->get_service().assign(this->get_implementation(),
H A Dbasic_socket_acceptor.hpp173 this->get_service().assign(this->get_implementation(),
175 asio::detail::throw_error(ec, "assign");
194 /// Move-assign a basic_socket_acceptor from another.
236 /// Move-assign a basic_socket_acceptor from an acceptor of another protocol
317 void assign(const protocol_type& protocol, function in class:asio::basic_socket_acceptor
321 this->get_service().assign(this->get_implementation(),
323 asio::detail::throw_error(ec, "assign");
336 asio::error_code assign(const protocol_type& protocol, function in class:asio::basic_socket_acceptor
339 return this->get_service().assign(this->get_implementation(),
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp136 this->get_service().assign(this->get_implementation(),
138 asio::detail::throw_error(ec, "assign");
157 /// Move-assign a basic_socket from another.
197 /// Move-assign a basic_socket from a socket of another protocol type.
303 void assign(const protocol_type& protocol, function in class:asio::basic_socket
307 this->get_service().assign(this->get_implementation(),
309 asio::detail::throw_error(ec, "assign");
322 asio::error_code assign(const protocol_type& protocol, function in class:asio::basic_socket
325 return this->get_service().assign(this->get_implementation(),
H A Dbasic_socket_acceptor.hpp173 this->get_service().assign(this->get_implementation(),
175 asio::detail::throw_error(ec, "assign");
194 /// Move-assign a basic_socket_acceptor from another.
236 /// Move-assign a basic_socket_acceptor from an acceptor of another protocol
317 void assign(const protocol_type& protocol, function in class:asio::basic_socket_acceptor
321 this->get_service().assign(this->get_implementation(),
323 asio::detail::throw_error(ec, "assign");
336 asio::error_code assign(const protocol_type& protocol, function in class:asio::basic_socket_acceptor
339 return this->get_service().assign(this->get_implementation(),
/external/mesa3d/src/compiler/glsl/tests/
H A Darray_refcount_test.cpp417 body->emit(assign(var_a, deref_array(var_c, var_b)));
452 body->emit(assign(var_a, deref_array(var_c, var_b)));
492 body->emit(assign(var_a,
523 body->emit(assign(var_a,
558 body->emit(assign(var_a,
602 body->emit(assign(var_a,
689 body->emit(assign(var_a,

Completed in 607 milliseconds

<<11121314151617181920>>