Searched refs:Add (Results 251 - 275 of 1221) sorted by relevance

<<11121314151617181920>>

/external/protobuf/csharp/src/Google.Protobuf.Conformance/
H A DConformance.cs2740 repeatedInt32_.Add(other.repeatedInt32_);
2741 repeatedInt64_.Add(other.repeatedInt64_);
2742 repeatedUint32_.Add(other.repeatedUint32_);
2743 repeatedUint64_.Add(other.repeatedUint64_);
2744 repeatedSint32_.Add(other.repeatedSint32_);
2745 repeatedSint64_.Add(other.repeatedSint64_);
2746 repeatedFixed32_.Add(other.repeatedFixed32_);
2747 repeatedFixed64_.Add(other.repeatedFixed64_);
2748 repeatedSfixed32_.Add(other.repeatedSfixed32_);
2749 repeatedSfixed64_.Add(othe
[all...]
/external/v8/src/crankshaft/arm/
H A Dlithium-arm.cc46 stream->Add("%s ", this->Mnemonic());
53 stream->Add(" ");
58 stream->Add(" ");
65 stream->Add("= ");
67 if (i > 0) stream->Add(" ");
69 stream->Add("NULL");
86 stream->Add(" Dead block replaced with B%d", rep->block_id());
104 stream->Add("(");
108 stream->Add(") ");
154 stream->Add("
[all...]
/external/v8/src/crankshaft/mips/
H A Dlithium-mips.cc48 stream->Add("%s ", this->Mnemonic());
55 stream->Add(" ");
60 stream->Add(" ");
67 stream->Add("= ");
69 if (i > 0) stream->Add(" ");
71 stream->Add("NULL");
88 stream->Add(" Dead block replaced with B%d", rep->block_id());
106 stream->Add("(");
110 stream->Add(") ");
156 stream->Add("
[all...]
/external/v8/src/crankshaft/mips64/
H A Dlithium-mips64.cc48 stream->Add("%s ", this->Mnemonic());
55 stream->Add(" ");
60 stream->Add(" ");
67 stream->Add("= ");
69 if (i > 0) stream->Add(" ");
71 stream->Add("NULL");
88 stream->Add(" Dead block replaced with B%d", rep->block_id());
106 stream->Add("(");
110 stream->Add(") ");
156 stream->Add("
[all...]
/external/v8/src/crankshaft/ppc/
H A Dlithium-ppc.cc44 stream->Add("%s ", this->Mnemonic());
51 stream->Add(" ");
56 stream->Add(" ");
63 stream->Add("= ");
65 if (i > 0) stream->Add(" ");
67 stream->Add("NULL");
84 stream->Add(" Dead block replaced with B%d", rep->block_id());
102 stream->Add("(");
106 stream->Add(") ");
169 stream->Add("
[all...]
/external/v8/src/crankshaft/s390/
H A Dlithium-s390.cc43 stream->Add("%s ", this->Mnemonic());
50 stream->Add(" ");
55 stream->Add(" ");
61 stream->Add("= ");
63 if (i > 0) stream->Add(" ");
65 stream->Add("NULL");
80 stream->Add(" Dead block replaced with B%d", rep->block_id());
96 stream->Add("(");
100 stream->Add(") ");
159 stream->Add("
[all...]
/external/mesa3d/docs/specs/
H A DEXT_shader_integer_mix.spec130 5 09/09/2013 idr Add ARB_ES3_compatibility interaction.
134 3 08/28/2013 mattst88 Add #extension/#define changes.
136 2 08/26/2013 mattst88 Change vendor prefix to MESA. Add mix() that
H A DMESA_agp_offset.spec63 Add a new section, 3.6 as follows:
/external/swiftshader/third_party/PowerVR_SDK/Tools/
H A DPVRTBoneBatch.cpp127 bool Add(const int n) function in class:CBatch
141 // Add the new item
164 Add(src.m_pnPalette[i]);
693 if(nVertexBones >= 1 && vWeight.x != 0) bOk &= batch.Add((int)vIdx.x);
694 if(nVertexBones >= 2 && vWeight.y != 0) bOk &= batch.Add((int)vIdx.y);
695 if(nVertexBones >= 3 && vWeight.z != 0) bOk &= batch.Add((int)vIdx.z);
696 if(nVertexBones >= 4 && vWeight.w != 0) bOk &= batch.Add((int)vIdx.w);
/external/v8/src/arm64/
H A Ddeoptimizer-arm64.cc128 __ Add(fp_to_sp, __ StackPointer(),
186 __ Add(unwind_limit, unwind_limit, __ StackPointer());
191 __ Add(x3, x1, FrameDescription::frame_content_offset());
221 __ Add(x1, x0, Operand(x1, LSL, kPointerSizeLog2));
232 __ Add(x6, current_frame, x3);
238 __ Add(x0, x0, kPointerSize);
/external/v8/src/
H A Dstring-builder.h156 void Add(Object* value) { function in class:v8::internal::FixedArrayBuilder
164 void Add(Smi* value) { function in class:v8::internal::FixedArrayBuilder
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/sonivox/jet_tools/JetCreator/
H A DJetCreator.py172 vBoxLeftTop.Add(self.btnAddSeg, 0, wx.TOP, BORDER)
173 vBoxLeftTop.Add(self.btnRevSeg, 0, wx.TOP, BUT_SPACE)
174 vBoxLeftTop.Add(self.btnDelSeg, 0, wx.TOP, BUT_SPACE)
175 vBoxLeftTop.Add(self.btnMoveSeg, 0, wx.TOP, BUT_SPACE)
176 vBoxLeftTop.Add((-1, 12))
177 vBoxLeftTop.Add(self.btnQueueAll, 0, wx.TOP, BUT_SPACE)
178 vBoxLeftTop.Add(self.btnDequeueAll, 0, wx.TOP, BUT_SPACE)
179 vBoxLeftTop.Add(self.btnPlay, 0, wx.TOP, BUT_SPACE)
180 vBoxLeftTop.Add(self.btnPause, 0, wx.TOP, BUT_SPACE)
181 vBoxLeftTop.Add(sel
[all...]
/external/libmojo/mojo/public/cpp/bindings/tests/
H A Dinterface_ptr_unittest.cc41 void Add(double value, const CalcCallback& callback) override {
67 void Add(double value, const base::Closure& closure) { function in class:mojo::test::__anon11050::MathCalculatorUI
68 calculator_->Add(
102 calculator_->Add(
112 // Add some more and wait for re-entrant call to Output!
113 calculator_->Add(
233 calculator_ui.Add(2.0, run_loop.QuitClosure());
251 calculator_ui.Add(2.0, run_loop.QuitClosure());
320 calculator_ui.Add(2.0, run_loop.QuitClosure());
355 calculator_ui.Add(2.
[all...]
/external/pdfium/fpdfsdk/fxedit/
H A Dfxet_list.cpp93 void CPLST_Select::Add(int32_t nItemIndex) { function in class:CPLST_Select
97 m_aItems.Add(new CPLST_Select_Item(nItemIndex, 1));
105 void CPLST_Select::Add(int32_t nBeginIndex, int32_t nEndIndex) { function in class:CPLST_Select
113 Add(i);
248 m_aSelItems.Add(nHitIndex);
256 m_aSelItems.Add(m_nFootIndex, nHitIndex);
260 m_aSelItems.Add(nHitIndex);
283 m_aSelItems.Add(m_nFootIndex, nHitIndex);
290 m_aSelItems.Add(m_nFootIndex, nHitIndex);
309 m_aSelItems.Add(m_nFootInde
[all...]
/external/v8/src/crankshaft/
H A Dhydrogen-gvn.cc30 void Add(HInstruction* instr, Zone* zone) { function in class:v8::internal::final
31 present_depends_on_.Add(side_effects_tracker_->ComputeDependsOn(instr));
174 present_depends_on_.Add(depends_on);
194 present_depends_on_.Add(depends_on); // Keep it.
545 side_effects.Add(side_effects_tracker_.ComputeChanges(instr));
547 block_side_effects_[id].Add(side_effects);
551 loop_side_effects_[id].Add(side_effects);
560 loop_side_effects_[parent_block->block_id()].Add(side_effects);
659 visited_on_paths_.Add(block->block_id());
660 side_effects.Add(block_side_effects
[all...]
/external/chromium-trace/catapult/devil/devil/utils/
H A Dreraiser_thread.py102 self.Add(thread)
104 def Add(self, thread): member in class:ReraiserThreadGroup
105 """Add a thread to the group.
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
H A Dp5.cpp64 constexpr int Add(int a, int b, int c) { return a + b + c; } function in namespace:PotentialConstant
65 constexpr int FunctionArgs(int a) { return Add(a, ng, a); } // expected-error {{never produces}} expected-note {{read}}
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h69 empty_string = Add("");
72 // Add the string s to the string table, and return
75 Label Add(const string& s) { function in class:google_breakpad::synth_elf::StringTable
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/libchrome/crypto/
H A Dp224_spake.cc129 p224::Add(X, MNpw, &Xstar);
187 p224::Add(Ystar, minus_MNpw, &Y);
/external/libmojo/
H A Dbuild_generated_jni.mk41 # Add the generated sources to the C includes.
/external/libmojo/third_party/catapult/devil/devil/utils/
H A Dreraiser_thread.py102 self.Add(thread)
104 def Add(self, thread): member in class:ReraiserThreadGroup
105 """Add a thread to the group.
/external/libvpx/libvpx/test/
H A Dvp9_frame_parallel_test.cc85 md5.Add(img);
165 md5.Add(img);
/external/llvm/include/llvm/Support/
H A DRegistry.h104 /// Registry<Collector>::Add<FancyGC>
111 class Add { class in class:llvm::Registry
118 Add(const char *Name, const char *Desc) function in class:llvm::Registry::Add
/external/llvm/lib/Transforms/Scalar/
H A DStraightLineStrengthReduce.cpp86 Add, // B + i * S enumerator in enum:__anon13543::StraightLineStrengthReduce::Candidate::Kind
160 // Allocate candidates and find bases for Add instructions.
258 if (C.CandidateKind == Candidate::Add)
277 if (C.CandidateKind == Candidate::Add) {
339 case Instruction::Add:
370 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
375 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), Idx, S, I);
379 allocateCandidatesAndFindBasis(Candidate::Add, SE->getSCEV(LHS), One, RHS,
608 case Candidate::Add:
/external/lzma/CPP/7zip/Bundles/SFXWin/
H A DSfxWin.cpp178 v1.Add(fs2us(fullPath));
179 v2.Add(fs2us(fullPath));

Completed in 798 milliseconds

<<11121314151617181920>>