| /external/gemmlowp/fixedpoint/ |
| fixedpoint_msa.h | 86 inline v4i32 Add(v4i32 a, v4i32 b) { 91 inline v8i16 Add(v8i16 a, v8i16 b) {
|
| fixedpoint_neon.h | 78 inline int32x4_t Add(int32x4_t a, int32x4_t b) { 83 inline int16x8_t Add(int16x8_t a, int16x8_t b) {
|
| /external/google-breakpad/src/common/linux/ |
| synth_elf.h | 69 empty_string = Add(""); 72 // Add the string s to the string table, and return 75 Label Add(const string& s) { 100 // Add the Section section to the section header table and append it 107 // Add a segment containing from section index start to section index end. 168 // Add an Elf32_Sym. 171 // Add an Elf64_Sym. 187 // Add a note.
|
| /external/google-breakpad/src/common/ |
| stabs_reader_unittest.cc | 75 // Add the string S to this StringAssembler, and return the string's 78 size_t Add(const string &s) { 161 // As above, but automatically add NAME to our StringAssembler. 164 return Stab(type, other, descriptor, value, string_assembler_->Add(name)); 178 string_assembler_->Add(name));
|
| /external/google-breakpad/src/processor/ |
| synth_minidump.h | 63 // minidump.Add(&stack1); 64 // minidump.Add(&context1); 65 // minidump.Add(&thread1); 81 // The dump.Add(thing) functions append THINGS's contents to the 84 // - dump.Add(thing) invokes thing->Finish, which tells *thing the 89 // of list or directory, then dump.Add(THING) automatically creates 96 // to other Sections do not take care of 'Add'ing their arguments to 98 // references to a Memory and a Context, it does not add them to the 100 // 'Add'ing every section they create. This allows Sections to be 105 // If you forget to Add some Section, the Dump::GetContents call wil [all...] |
| /external/libbrillo/brillo/dbus/ |
| dbus_object.h | 90 // The important functionality for the users is the ability to add D-Bus method 126 Handler<SimpleDBusInterfaceMethodHandler<R, Args...>>::Add( 135 Handler<SimpleDBusInterfaceMethodHandler<R, Args...>>::Add( 145 Handler<SimpleDBusInterfaceMethodHandler<R, Args...>>::Add( 154 Handler<SimpleDBusInterfaceMethodHandler<R, Args...>>::Add( 163 Handler<SimpleDBusInterfaceMethodHandlerWithError<Args...>>::Add( 173 Handler<SimpleDBusInterfaceMethodHandlerWithError<Args...>>::Add( 184 Handler<SimpleDBusInterfaceMethodHandlerWithError<Args...>>::Add( 194 Handler<SimpleDBusInterfaceMethodHandlerWithError<Args...>>::Add( 205 Handler<SimpleDBusInterfaceMethodHandlerWithErrorAndMessage<Args...>>::Add( [all...] |
| /external/llvm/include/llvm/Support/ |
| Registry.h | 104 /// Registry<Collector>::Add<FancyGC> 111 class Add { 118 Add(const char *Name, const char *Desc)
|
| /external/llvm/lib/TableGen/ |
| SetTheory.cpp | 28 // (add a, b, ...) Evaluate and union all arguments. 36 // (sub Add, Sub, ...) Set difference. 43 RecSet Add, Sub; 44 ST.evaluate(*Expr->arg_begin(), Add, Loc); 46 for (RecSet::iterator I = Add.begin(), E = Add.end(); I != E; ++I) 248 addOperator("add", llvm::make_unique<AddOp>());
|
| /external/lzma/CPP/7zip/Crypto/ |
| 7zAes.cpp | 108 Add(key);
111 void CKeyInfoCache::Add(const CKeyInfo &key)
146 _cachedKeys.Add(_key);
|
| /external/pdfium/core/fpdfapi/parser/ |
| cpdf_array.cpp | 194 CPDF_Object* CPDF_Array::Add(std::unique_ptr<CPDF_Object> pObj) {
|
| /external/perf_data_converter/src/quipper/ |
| dso_test_utils.cc | 35 GElf_Word Add(string value) { 114 section_header.sh_name = string_table.Add(section_name); 140 section_header.sh_name = string_table.Add(".shstrtab");
|
| /external/protobuf/python/google/protobuf/ |
| descriptor_pool.py | 46 pool.Add(file_descriptor_proto) 98 specified in a call to FindFileByName() and not require the call to Add() 111 def Add(self, file_desc_proto): 115 file_desc_proto: The FileDescriptorProto to add. 118 self._internal_db.Add(file_desc_proto) 125 FileDescriptorProto to add. 132 self.Add(file_desc_proto) 336 # Just add them to this descriptor pool. 397 self.Add(file_proto)
|
| /external/protobuf/src/google/protobuf/ |
| repeated_field_reflection.h | 91 virtual void Add(Field* data, const Value* value) const = 0; 144 void Add(Field* data, const ValueType& value) const { 154 Add(data, static_cast<const Value*>(&tmp));
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| ImmutableIntervalMap.h | 100 TreeTy *Add(TreeTy *T, value_type_ref V) { 170 // Add back the unoverlapped part of the current key. 220 ImmutableIntervalMap add(ImmutableIntervalMap Old, function in class:llvm::ImmutableIntervalMap::Factory 222 TreeTy *T = F.add(Old.Root, std::pair<key_type, data_type>(K, D));
|
| /external/tensorflow/tensorflow/contrib/tensorrt/segment/ |
| segment_test.cc | 35 TF_Operation* Add(TF_Operation* l, TF_Operation* r, TF_Graph* graph, 99 TF_Operation* SegmentTest::Add(TF_Operation* l, TF_Operation* r, 141 TF_Operation* add0 = Add(feed, feed, graph, s, "add0"); 143 TF_Operation* add1 = Add(feed, feed, graph, s, "add1"); 145 TF_Operation* add2 = Add(add0, add1, graph, s, "add2"); 147 TF_Operation* add3 = Add(add0, add2, graph, s, "add3"); 150 TF_Operation* add4 = Add(add2, add2, graph, s, "add4"); 164 // Expect all Add operations to be collapsed into a single segment 196 TF_Operation* add0 = Add(feed, feed, graph, s, "add0"); 198 TF_Operation* add1 = Add(feed, feed, graph, s, "add1") [all...] |
| /external/tensorflow/tensorflow/core/lib/histogram/ |
| histogram.cc | 103 void Histogram::Add(double value) { 193 // Add hash marks based on percentage; 20 marks for 100%. 242 void ThreadSafeHistogram::Add(double value) { 244 histogram_.Add(value);
|
| /external/tensorflow/tensorflow/core/util/ |
| tensor_slice_writer.h | 49 virtual void Add(StringPiece key, StringPiece value) = 0; 58 // TODO(yangke): add more supports 60 Status Add(const string& name, const TensorShape& shape, 73 // Filling in the TensorProto in a SavedSlice will add the following 79 // However, we add 1KB of slack, to be conservative and guard 99 Status TensorSliceWriter::Add(const string& name, const TensorShape& shape, 108 // We need to add an entry for "name" if there isn't an entry already. 119 ", trying to add name ", name, ", shape = ", shape.DebugString()); 124 ", trying to add name ", name, ", type = ", DataTypeString(dt)); 135 // Now we need to add the slice info the list of slices [all...] |
| /external/v8/src/base/ |
| atomic-utils.h | 222 void Add(E element) { ATOMIC_SET_WRITE(|, Mask(element)); } 224 void Add(const AtomicEnumSet& set) { ATOMIC_SET_WRITE(|, set.ToIntegral()); }
|
| /external/v8/src/ |
| bootstrapper.h | 42 void Add(Vector<const char> name, Handle<SharedFunctionInfo> shared) {
|
| collector.h | 40 // Add a single element. 41 inline void Add(T value) { 50 // Add a block of contiguous elements and return a Vector backed by the 68 // Add a contiguous block of elements and return a vector backed 162 chunks_.Add(current_chunk_.SubVector(0, index_)); 234 this->chunks_.Add(this->current_chunk_.SubVector(0, sequence_start_));
|
| list-inl.h | 19 void List<T, P>::Add(const T& element, P alloc) { 83 for (int i = 0; i < count; i++) Add(value, alloc); 98 Add(elm, alloc);
|
| small-pointer-list.h | 39 list->Add(single_value(), zone); 63 void Add(T* pointer, Zone* zone) { 71 list->Add(single_value(), zone); 72 list->Add(pointer, zone); 77 list()->Add(pointer, zone);
|
| /external/v8/src/debug/ |
| debug-coverage.cc | 22 inline void Add(SharedFunctionInfo* key, uint32_t count) { 75 counter_map.Add(shared, count); 88 counter_map.Add(shared, count); 100 // Create and add new script data. 121 // Add a replacement toplevel function if it does not exist. 158 // Add collected feedback vectors to the root list lest we lose them to GC. 161 for (const auto& vector : vectors) list = ArrayList::Add(list, vector);
|
| /external/webrtc/talk/media/base/ |
| codec.cc | 55 void FeedbackParams::Add(const FeedbackParam& param) { 155 feedback_params.Add(param);
|
| /external/webrtc/webrtc/modules/audio_processing/beamformer/ |
| matrix.h | 162 Matrix& Add(const Matrix& operand) { 173 Matrix& Add(const Matrix& lhs, const Matrix& rhs) { 175 return Add(rhs);
|