Searched refs:Add (Results 201 - 225 of 6660) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/leveldatabase/src/util/
H A Dbloom_test.cc39 void Add(const Slice& s) { function in class:leveldb::BloomTest
94 Add("hello");
95 Add("world");
125 Add(Key(i, buffer));
/external/chromium_org/third_party/re2/re2/
H A Dset.h23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
25 // Add returns the regexp index that will be used to identify
30 int Add(const StringPiece& pattern, string* error);
33 // Add must not be called again after Compile.
/external/chromium_org/ui/app_list/
H A Dsearch_provider.h44 void Add(scoped_ptr<SearchResult> result);
/external/chromium_org/ui/aura/
H A Dwindow_tracker.h30 void Add(Window* window);
/external/chromium_org/ui/gfx/geometry/
H A Dvector2d.cc17 void Vector2d::Add(const Vector2d& other) { function in class:gfx::Vector2d
H A Dvector2d_f.h34 // Add the components of the |other| vector to the current vector.
35 void Add(const Vector2dF& other);
39 void operator+=(const Vector2dF& other) { Add(other); }
84 result.Add(rhs);
90 result.Add(-rhs);
H A Dvector3d_f.h40 // Add the components of the |other| vector to the current vector.
41 void Add(const Vector3dF& other);
45 void operator+=(const Vector3dF& other) { Add(other); }
91 result.Add(rhs);
97 result.Add(-rhs);
/external/chromium_org/ui/views/
H A Dview_model_utils_unittest.cc17 model.Add(&v1, 0);
28 model.Add(&v1, 0);
29 model.Add(&v2, 1);
30 model.Add(&v3, 2);
/external/chromium_org/v8/src/
H A Dhydrogen-environment-liveness.cc27 live_at_block_start_.Add(
29 first_simulate_.Add(NULL, zone());
30 first_simulate_invalid_for_index_.Add(
110 live->Add(index);
114 went_live_since_last_simulate_.Add(index);
118 markers_.Add(marker, zone());
168 worklist.Add(i);
194 worklist.Add(block->predecessors()->at(i)->block_id());
197 worklist.Add(block->inlined_entry_block()->block_id());
H A Dhydrogen.cc118 phis_.Add(phi, zone());
358 predecessors_.Add(pred, zone());
484 this->back_edges_.Add(block, block->zone());
510 blocks_.Add(block, block->zone());
545 reachable_.Add(block->block_id());
546 stack_.Add(block, block->zone());
913 boolean_type.Add(ToBooleanStub::BOOLEAN);
936 builder()->Add<HDeoptimize>(reason, Deoptimizer::EAGER);
1221 HValue* reference = Add<HConstant>(ExternalReference(counter));
1222 HValue* old_value = Add<HLoadNamedFiel
[all...]
H A Dserialize.cc90 Add(address, type, id, name);
94 void ExternalReferenceTable::Add(Address address, function in class:v8::internal::ExternalReferenceTable
106 refs_.Add(entry);
117 Add(ExternalReference::roots_array_start(isolate).address(),
119 Add(ExternalReference::address_of_stack_limit(isolate).address(),
121 Add(ExternalReference::address_of_real_stack_limit(isolate).address(),
123 Add(ExternalReference::new_space_start(isolate).address(),
125 Add(ExternalReference::new_space_mask(isolate).address(),
127 Add(ExternalReference::new_space_allocation_limit_address(isolate).address(),
129 Add(ExternalReferenc
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-global-handles.cc41 can_skip_called_objects.Add(*pointer);
80 visited.Add(*o);
116 skippable_objects.Add(*g1s1.location());
117 skippable_objects.Add(*g1s2.location());
118 skippable_objects.Add(*g2s1.location());
119 skippable_objects.Add(*g2s2.location());
141 skippable_objects.Add(*g1s1.location());
142 skippable_objects.Add(*g2s1.location());
143 skippable_objects.Add(*g2s2.location());
211 skippable_objects.Add(*g1s
[all...]
/external/clang/include/clang/Sema/
H A DCXXFieldCollector.h55 /// Add - Called by Sema::ActOnCXXMemberDeclarator.
56 void Add(FieldDecl *D) { function in class:clang::CXXFieldCollector
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicTypeInfo.h41 ID.Add(T);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_ignoreset.cc23 void IgnoreSet::Add(u32 stack_id) { function in class:__tsan::IgnoreSet
/external/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64ExternalSymbolizer.cpp164 const MCExpr *Add = nullptr; local
171 Add = MCSymbolRefExpr::Create(Sym, Variant, Ctx);
173 Add = MCSymbolRefExpr::Create(Sym, Ctx);
175 Add = MCConstantExpr::Create(SymbolicOp.AddSymbol.Value, Ctx);
197 if (Add)
198 LHS = MCBinaryExpr::CreateSub(Add, Sub, Ctx);
205 } else if (Add) {
207 Expr = MCBinaryExpr::CreateAdd(Add, Off, Ctx);
209 Expr = Add;
/external/regex-re2/re2/
H A Dset.h23 // Add adds regexp pattern to the set, interpreted using the RE2 options.
25 // Add returns the regexp index that will be used to identify
30 int Add(const StringPiece& pattern, string* error);
33 // Add must not be called again after Compile.
/external/chromium_org/ui/views/controls/tree/
H A Dtree_view_unittest.cc43 Add(model_.GetRoot(), 0, "a");
44 Add(Add(model_.GetRoot(), 1, "b"), 0, "b1");
45 Add(model_.GetRoot(), 2, "c");
49 TestNode* Add(TestNode* parent,
78 TestNode* TreeViewTest::Add(TestNode* parent, function in class:views::TreeViewTest
83 model_.Add(parent, new_node, index);
215 // Add a node between b and c.
216 Add(model_.GetRoot(), 2, "B");
221 // Add
[all...]
/external/chromium_org/components/data_reduction_proxy/browser/
H A Ddata_reduction_proxy_metrics.cc181 // Newly added lists are empty. Add entries to back to fill the window,
208 void Add(int content_length) { function in class:data_reduction_proxy::__anon6429::DailyContentLengthUpdate
237 // Add entries for days since last update event. This will make the
274 void Add(int original_content_length, int received_content_length) { function in class:data_reduction_proxy::__anon6429::DailyDataSavingUpdate
275 original_.Add(original_content_length);
276 received_.Add(received_content_length);
416 total.Add(original_content_length, received_content_length);
418 proxy_enabled.Add(original_content_length, received_content_length);
423 via_proxy.Add(original_content_length, received_content_length);
426 https.Add(received_content_lengt
[all...]
/external/lzma/CPP/7zip/Archive/7z/
H A D7zDecode.cpp25 bindInfo.BindPairs.Add(bindPair);
34 bindInfo.Coders.Add(coderStreamsInfo);
35 bindInfo.CoderMethodIDs.Add(coderInfo.MethodID);
38 bindInfo.OutStreams.Add(outStreamIndex);
41 bindInfo.InStreams.Add((UInt32)folder.PackStreams[i]);
128 inStreams.Add(inStream);
201 _decoders.Add(decoderUnknown);
290 unpackSizesPointers.Add(&folderInfo.UnpackSizes[unpackStreamIndex]);
296 packSizesPointers.Add(
303 packSizesPointers.Add(
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/BuildOptions/
H A DDebugGrammar.g362 functionDefinitions.Add($func.tree);
H A DProfileGrammar.g362 functionDefinitions.Add($func.tree);
/external/chromium_org/chrome/browser/ui/android/tab_model/
H A Dtab_model.cc33 registrar_.Add(this, chrome::NOTIFICATION_PROFILE_DESTROYED,
35 registrar_.Add(this, chrome::NOTIFICATION_PROFILE_CREATED,
/external/chromium_org/chrome/browser/ui/views/toolbar/
H A Dextension_toolbar_menu_view.cc54 browser_actions_container_observer_.Add(container_);
55 browser_actions_container_observer_.Add(main);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Dnetwork_dropdown_handler.cc43 builder->Add("selectNetwork", IDS_NETWORK_SELECTION_SELECT);
44 builder->Add("selectAnotherNetwork", IDS_ANOTHER_NETWORK_SELECTION_SELECT);

Completed in 369 milliseconds

1234567891011>>