HomeSort by relevance Sort by last modified time
    Searched refs:Add (Results 251 - 275 of 2499) sorted by null

<<11121314151617181920>>

  /external/libchrome/base/metrics/
persistent_histogram_allocator_unittest.cc 172 histogram->Add(3);
173 histogram->Add(1);
174 histogram->Add(4);
175 histogram->Add(1);
176 histogram->Add(6);
sparse_histogram.h 29 // vector and no lock. It is thus more costly to add values to, and each value
50 histogram->Add(sample); \
78 void Add(Sample value) override;
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 79 msg.grouped.add()
82 msg.grouped.add(part_1='testing', part_2='123')
95 db.Add(self.factory_test1_fd)
96 db.Add(self.factory_test2_fd)
138 # Add Container message.
142 msg = f.message_type.add()
144 rng = msg.extension_range.add()
147 pool.Add(f)
156 msg = f.message_type.add()
158 ext = msg.extension.add()
    [all...]
  /external/v8/src/crankshaft/
hydrogen-infer-representation.cc 14 worklist_.Add(current, zone());
15 in_worklist_.Add(current->id());
28 connected_set->Add(i);
29 connected_phis.Add(connected_set, zone());
72 done.Add(index);
hydrogen-representation-changes.cc 146 number_worklist.Add(phi, zone());
156 int_worklist.Add(phi, zone());
165 smi_worklist.Add(phi, zone());
186 number_worklist.Add(HPhi::cast(input), zone());
203 int_worklist.Add(HPhi::cast(input), zone());
220 smi_worklist.Add(HPhi::cast(input), zone());
  /external/v8/src/ic/arm64/
stub-cache-arm64.cc 49 __ Add(scratch3, offset, Operand(offset, LSL, 1));
53 __ Add(
80 __ Add(scratch, scratch, Code::kHeaderSize - kHeapObjectTag);
128 __ Add(scratch, scratch, extra);
139 __ Add(scratch, scratch, Operand(kSecondaryMagic));
  /external/v8/src/
safepoint-table.cc 98 registers_->Add(reg.code(), zone);
112 deoptimization_info_.Add(info, zone_);
113 deopt_index_list_.Add(Safepoint::kNoDeoptimizationIndex, zone_);
117 indexes_.Add(new(zone_) ZoneList<int>(8, zone_), zone_);
118 registers_.Add((kind & Safepoint::kWithRegisters)
  /external/v8/src/arm64/
code-stubs-arm64.cc 32 __ Add(x0, x0, Operand(3));
    [all...]
  /prebuilts/go/darwin-x86/src/net/
mockserver_test.go 212 ln.SetDeadline(time.Now().Add(someTimeout))
214 ln.SetDeadline(time.Now().Add(someTimeout))
231 c.SetDeadline(time.Now().Add(someTimeout))
232 c.SetReadDeadline(time.Now().Add(someTimeout))
233 c.SetWriteDeadline(time.Now().Add(someTimeout))
256 c.SetDeadline(time.Now().Add(someTimeout))
257 c.SetReadDeadline(time.Now().Add(someTimeout))
258 c.SetWriteDeadline(time.Now().Add(someTimeout))
290 if err = c.SetReadDeadline(time.Now().Add(d)); err != nil {
312 if err = c.SetWriteDeadline(time.Now().Add(d)); err != nil
    [all...]
  /prebuilts/go/linux-x86/src/net/
mockserver_test.go 212 ln.SetDeadline(time.Now().Add(someTimeout))
214 ln.SetDeadline(time.Now().Add(someTimeout))
231 c.SetDeadline(time.Now().Add(someTimeout))
232 c.SetReadDeadline(time.Now().Add(someTimeout))
233 c.SetWriteDeadline(time.Now().Add(someTimeout))
256 c.SetDeadline(time.Now().Add(someTimeout))
257 c.SetReadDeadline(time.Now().Add(someTimeout))
258 c.SetWriteDeadline(time.Now().Add(someTimeout))
290 if err = c.SetReadDeadline(time.Now().Add(d)); err != nil {
312 if err = c.SetWriteDeadline(time.Now().Add(d)); err != nil
    [all...]
  /external/lzma/CPP/Common/
CommandLineParser.cpp 54 parts.Add(s1);
160 sw.PostStrings.Add((const wchar_t *)s + pos);
193 NonSwitchStrings.Add(s);
  /external/lzma/CPP/Windows/Control/
PropertyPage.cpp 60 titles.Add(GetSystemString(pagesInfo[i].Title));
85 pagesA.Add(page);
106 pagesW.Add(page);
  /system/update_engine/payload_generator/
extent_utils_unittest.cc 68 *extents.Add() = ExtentForRange(0, 1);
70 *extents.Add() = ExtentForRange(23, 55);
72 *extents.Add() = ExtentForRange(1, 2);
  /art/runtime/jdwp/
object_registry.cc 46 return Add(c);
50 return Add(c_h);
53 JDWP::ObjectId ObjectRegistry::Add(ObjPtr<mirror::Object> o) {
64 JDWP::ObjectId ObjectRegistry::Add(Handle<T> obj_h) {
75 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Object> obj_h);
80 JDWP::ObjectId ObjectRegistry::Add(Handle<mirror::Throwable> obj_h);
111 // This object isn't in the registry yet, so add it.
  /external/google-breakpad/src/common/linux/
elf_symbols_to_module_unittest.cc 100 .D32(table.Add(name))
138 table.Add("Foo");
139 table.Add("Bar");
162 table.Add("Foo");
163 table.Add("Bar");
164 // Add a non-null-terminated string to the end of the string table
270 .D32(table.Add(name))
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/llvm/lib/Analysis/
IVUsers.cpp 70 // An add is interesting if exactly one of its operands is interesting.
71 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
73 for (SCEVAddExpr::op_iterator OI = Add->op_begin(), OE = Add->op_end();
116 /// reducible SCEV, recursively add its users to the IVUsesByStride set and
122 // Add this IV user to the Processed set before returning false to ensure that
344 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(S)) {
345 for (SCEVAddExpr::op_iterator I = Add->op_begin(), E = Add->op_end();
  /prebuilts/go/darwin-x86/src/net/url/
example_test.go 20 v.Add("friend", "Jess")
21 v.Add("friend", "Sarah")
22 v.Add("friend", "Zoe")
  /prebuilts/go/linux-x86/src/net/url/
example_test.go 20 v.Add("friend", "Jess")
21 v.Add("friend", "Sarah")
22 v.Add("friend", "Zoe")
  /bionic/libc/bionic/
scandir.cpp 52 bool Add(dirent* entry) {
121 names.Add(entry);
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimStringStream.cs 254 markers.Add( null ); // depth 0 means no backtracking, leave blank
261 markers.Add( state );
  /external/libtextclassifier/common/
registry.h 143 bool Add(const char *key, T *value) {
258 static bool once = registry()->Add( \
  /external/llvm/lib/Target/XCore/
XCoreMCInstLower.cpp 77 const MCBinaryExpr *Add = MCBinaryExpr::createAdd(MCSym, OffsetExpr, *Ctx);
78 return MCOperand::createExpr(Add);
  /external/llvm/test/MC/Mips/
mips-abi-bad.s 10 # FIXME: Add separate test for .set fp=xx/32/64.
  /external/mesa3d/docs/
MESA_shader_debug.spec 150 Add a new section 8.10 "Debug Functions":
162 Add a new section 8.10.1 "Print Function":
193 Add a new section 8.10.2 "Assert Function":
263 Add Overview, New Procedures and Functions, New Tokens sections.
264 Add sections 8.10.1, 8.10.2 to GLSL spec.

Completed in 789 milliseconds

<<11121314151617181920>>