| /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 327 /// Add* - Add various data types to Bit data. 341 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 770 ID.Add(P.first); 771 ID.Add(P.second);
|
| /external/tensorflow/tensorflow/c/ |
| c_test_util.cc | 142 TF_Operation* Add(TF_Operation* l, TF_Operation* r, TF_Graph* graph, 196 TF_Operation* Add(TF_Output l, TF_Output r, TF_Graph* graph, TF_Status* s, 311 if (node_def.op() != "AddN" || node_def.name() != "add" ||
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| utils.cc | 296 void TensorSizeHistogram::Add(const uint64 value) { 352 // Add hash marks based on percentage; 40 marks for 100%. 429 hist.Add(size);
|
| /external/tensorflow/tensorflow/core/lib/io/ |
| table_test.cc | 149 void Add(const string& key, const StringPiece& value) { 188 builder.Add(it->first, it->second); 216 builder.Add(it->first, it->second); 288 void Add(const string& key, const string& value) { 289 constructor_->Add(key, value); 454 Add("", "v"); 464 Add("abc", "v"); 474 Add("abc", "v"); 475 Add("abcd", "v"); 476 Add("ac", "v2") [all...] |
| /external/tensorflow/tensorflow/java/src/main/native/ |
| tensor_jni.cc | 246 void Add(const char* src, size_t len, TF_Status* status) { 414 writer->Add(reinterpret_cast<const char*>(jsrc), env->GetArrayLength(value),
|
| /external/tinyxml/ |
| tinyxml.cpp | 757 attributeSet.Add( attrib ); 1047 data.append( lastPos, p-lastPos ); // do not add the CR 1532 void TiXmlAttributeSet::Add( TiXmlAttribute* addMe ) [all...] |
| /external/v8/src/compiler/ |
| loop-variable-optimizer.cc | 105 void Add(Node* left, InductionVariable::ConstraintKind kind, Node* right, 261 limits->Add(left, kind, right, zone()); 266 limits->Add(right, kind, left, zone());
|
| store-store-elimination.cc | 108 UnobservablesSet Add(UnobservableStore obs, Zone* zone) const; 291 return uses.Add(observation, temp_zone()); 449 // general sanity check. Add opcodes to this list as it suits you. 501 UnobservablesSet UnobservablesSet::Add(UnobservableStore obs, 513 // Add the new element.
|
| /external/v8/src/parsing/ |
| expression-classifier.h | 210 Add(Error(loc, message, kExpressionProduction, arg)); 218 Add(Error(loc, message, kExpressionProduction, arg, type)); 226 Add(Error(loc, message, kFormalParameterInitializerProduction, arg)); 234 Add(Error(loc, message, kBindingPatternProduction, arg)); 242 Add(Error(loc, message, kAssignmentPatternProduction, arg)); 257 Add(Error(loc, message, kArrowFormalParametersProduction, arg)); 265 Add(Error(loc, message, kAsyncArrowFormalParametersProduction, arg)); 271 Add(Error(loc, MessageTemplate::kParamDupe, 283 Add(Error(loc, message, kStrictModeFormalParametersProduction, arg)); 291 Add(Error(loc, message, kLetPatternProduction, arg)) [all...] |
| /external/v8/src/ |
| string-builder.h | 156 void Add(Object* value) { 164 void Add(Smi* value) { 213 builder->Add(Smi::FromInt(encoded_slice)); 216 builder->Add(Smi::FromInt(-length)); 217 builder->Add(Smi::FromInt(from)); 258 array_builder_.Add(element); 404 // Add the current part to the accumulator.
|
| /external/webrtc/webrtc/video/ |
| send_statistics_proxy.cc | 270 uma_container_->key_frame_counter_.Add(encoded_image._frameType == 280 uma_container_->quality_limited_frame_counter_.Add(downscaled); 282 uma_container_->quality_downscales_counter_.Add( 288 uma_container_->bw_limited_frame_counter_.Add(bw_limited); 290 uma_container_->bw_resolutions_disabled_counter_.Add( 301 uma_container_->sent_width_counter_.Add( 303 uma_container_->sent_height_counter_.Add( 320 uma_container_->input_width_counter_.Add(width); 321 uma_container_->input_height_counter_.Add(height); 326 uma_container_->encode_time_counter_.Add(encode_time_ms) [all...] |
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetImpl::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 257 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 327 /// Add* - Add various data types to Bit data. 341 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 770 ID.Add(P.first); 771 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/ |
| MCExpr.h | 401 Add, ///< Addition. 444 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/ |
| FoldingSet.h | 43 /// call one of the Add* functions defined in the FoldingSetBase::NodeID class. 69 /// 1) If you have an existing node that you want add to the set but unsure 252 /// types. Combined with the FoldingSetNodeWrapper class, one can add objects 322 /// Add* - Add various data types to Bit data. 336 inline void Add(const T &x) { FoldingSetTrait<T>::Profile(x, *this); } 765 ID.Add(P.first); 766 ID.Add(P.second);
|
| /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/ |
| MCExpr.h | 402 Add, ///< Addition. 445 return create(Add, LHS, RHS, Ctx);
|