Searched refs:Add (Results 126 - 150 of 1221) sorted by relevance

1234567891011>>

/external/llvm/lib/CodeGen/
H A DMachinePassRegistry.cpp34 /// Add - Adds a function pass to the registration list.
36 void MachinePassRegistry::Add(MachinePassRegistryNode *Node) { function in class:MachinePassRegistry
/external/llvm/test/MC/Mips/
H A Dmicromips-multiply-instructions.s6 # for Multiply Add/Sub instructions.
8 # Multiply Add/Sub Instructions
/external/llvm/test/MC/Mips/mips32r6/
H A Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/llvm/test/MC/Mips/mips64r6/
H A Dvalid.s17 # FIXME: Add the instructions carried forward from older ISA's
/external/nanopb-c/generator/google/protobuf/
H A Ddescriptor_database.py43 def Add(self, file_desc_proto): member in class:DescriptorDatabase
64 using the Add method or else an error will be raised.
88 this database using the Add method or else an error will be raised.
/external/protobuf/python/google/protobuf/internal/
H A Ddescriptor_database_test.py53 db.Add(file_desc_proto)
/external/regex-re2/re2/
H A Dfiltered_re2.h11 // engine. The overall flow is: Add all the regexps using Add, then
40 RE2::ErrorCode Add(const StringPiece& pattern,
44 // Prepares the regexps added by Add for filtering. Returns a set
49 // all Add calls are done.
H A Dprefilter_tree.h34 // Add called sequentially for all regexps. All Add calls
36 void Add(Prefilter* prefilter);
39 // Call this after all the prefilters are added through Add.
40 // No calls to Add after Compile are allowed.
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DRegAllocRegistry.h38 Registry.Add(this);
/external/v8/tools/clang/rewrite_to_chrome_style/
H A DEditTracker.cpp12 void EditTracker::Add(const clang::SourceManager& source_manager, function in class:EditTracker
/external/vixl/examples/aarch64/
H A Ddebugger.cc46 __ Add(x0, x1, x2);
/external/webrtc/webrtc/modules/video_coding/
H A Dtimestamp_map.cc27 void VCMTimestampMap::Add(uint32_t timestamp, VCMFrameInformation* data) { function in class:webrtc::VCMTimestampMap
/external/webrtc/webrtc/system_wrappers/source/
H A Dlogging.cc59 Trace::Add(WebRtcSeverity(severity_), kTraceUndefined, 0, "%s", str.c_str());
/external/jacoco/org.jacoco.examples/build/src/main/java/org/jacoco/examples/parser/
H A DExpressionParser.java21 import org.jacoco.examples.expressions.Add;
53 e = new Add(e, product());
/external/libchrome/base/metrics/
H A Dsparse_histogram_unittest.cc99 histogram->Add(100);
104 histogram->Add(100);
105 histogram->Add(101);
231 original->Add(1);
258 duplicate->Add(2);
261 original->Add(2);
262 duplicate->Add(1);
319 histogram->Add(i & 127);
/external/libmojo/mojo/edk/system/
H A Dawakable_list.cc54 void AwakableList::Add(Awakable* awakable, function in class:mojo::edk::AwakableList
79 return watchers_.Add(signals, callback, context, current_state);
/external/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.h19 Paths.Add(path);
20 Codes.Add(systemError);
/external/protobuf/csharp/src/AddressBook/
H A DAddPerson.cs89 person.Phones.Add(phoneNumber);
121 // Add an address.
122 addressBook.People.Add(PromptForAddress(Console.In, Console.Out));
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs51 public void Add(TKey key, TValue value) method in class:Google.Protobuf.Collections.ReadOnlyDictionary
87 public void Add(KeyValuePair<TKey, TValue> item) method in class:Google.Protobuf.Collections.ReadOnlyDictionary
H A DRepeatedField.cs95 // TODO: Inline some of the Add code, so we can avoid checking the size on every
108 Add(reader(input));
119 Add(reader(input));
228 public void Add(T item) method in class:Google.Protobuf.Collections.RepeatedField
301 public void Add(RepeatedField<T> values) method in class:Google.Protobuf.Collections.RepeatedField
317 public void Add(IEnumerable<T> values) method in class:Google.Protobuf.Collections.RepeatedField
326 Add(item);
533 int IList.Add(object value)
535 Add((T) value);
/external/skia/src/core/
H A DSkYUVPlanesCache.cpp85 void SkYUVPlanesCache::Add(uint32_t genID, SkCachedData* data, Info* info, function in class:SkYUVPlanesCache
88 return CHECK_LOCAL(localCache, add, Add, new YUVPlanesRec(key, data, info));
/external/v8/src/heap/
H A Darray-buffer-tracker-inl.h27 tracker->Add(buffer, length);
50 void LocalArrayBufferTracker::Add(Key key, const Value& value) { function in class:v8::internal::LocalArrayBufferTracker
/external/v8/src/parsing/
H A Dfunc-name-inferrer.h65 funcs_to_infer_.Add(func_to_infer, zone());
97 void Enter() { entries_stack_.Add(names_stack_.length(), zone()); }
/external/zlib/src/contrib/dotzlib/DotZLib/
H A DDotZLib.cs186 void Add(byte[] data); method in interface:DotZLib.Codec
195 void Add(byte[] data, int offset, int count); method in interface:DotZLib.Codec
/external/clang/lib/Serialization/
H A DASTWriter.cpp720 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_EXT_QUAL));
721 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // Type
722 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 3)); // Quals
727 Abv->Add(BitCodeAbbrevOp(serialization::TYPE_FUNCTION_PROTO));
729 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::VBR, 6)); // ReturnType
730 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 1)); // NoReturn
731 Abv->Add(BitCodeAbbrevOp(0)); // HasRegParm
732 Abv->Add(BitCodeAbbrevOp(0)); // RegParm
733 Abv->Add(BitCodeAbbrevOp(BitCodeAbbrevOp::Fixed, 4)); // CC
734 Abv->Add(BitCodeAbbrevO
[all...]

Completed in 681 milliseconds

1234567891011>>