Searched defs:Set (Results 26 - 50 of 104) sorted by relevance

12345

/external/lldb/include/lldb/Core/
H A DFlags.h95 /// Set accessor for all flags.
124 /// Set one or more flags by logical OR'ing \a mask with the current
134 Set (ValueType mask) function in class:lldb_private::Flags
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAranges.cpp25 DWARFDebugArangeSet Set; local
27 while (Set.extract(DebugArangesData, &Offset)) {
28 uint32_t CUOffset = Set.getCompileUnitDIEOffset();
29 for (const auto &Desc : Set.descriptors()) {
/external/llvm/lib/Transforms/Utils/
H A DModuleUtils.cpp82 llvm::collectUsedGlobalVariables(Module &M, SmallPtrSetImpl<GlobalValue *> &Set, argument
93 Set.insert(G);
/external/v8/src/
H A Dcollection.js11 var $Set = global.Set;
16 // Harmony Set
20 throw MakeTypeError('constructor_not_function', ['Set']);
50 ['Set.prototype.add', this]);
66 ['Set.prototype.has', this]);
75 ['Set.prototype.delete', this]);
84 ['Set.prototype.size', this]);
93 ['Set.prototype.clear', this]);
102 ['Set
[all...]
H A Dlist-inl.h85 void List<T, P>::Set(int index, const T& elm) { function in class:v8::internal::List
/external/v8/src/ic/
H A Dstub-cache.cc48 Code* StubCache::Set(Name* name, Map* map, Code* code) { function in class:v8::internal::StubCache
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h76 static data_type Set(data_type B, key_type K, value_type E,context_type F){ function in struct:clang::ento::ProgramStatePartialTrait
/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h54 static void Set(uint64* bits, size_t index) { function in class:fst::BitmapIndex
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h42 void Set(FX_BOOL bCDATA, FX_WSTR content) function in class:CXML_Content
/external/webrtc/src/system_wrappers/source/
H A Devent_posix.cc55 // Set start time to zero
113 bool EventPosix::Set() function in class:webrtc::EventPosix
220 _timerEvent->Set();
288 Set();
301 _timerEvent->Set();
319 // Set time to zero to force new reference time for the timer.
/external/google-breakpad/src/common/
H A Dtest_assembler.cc58 value_->Set(NULL, value);
63 value_->Set(label.value_, 0);
69 l.value_->Set(this->value_, addend);
75 l.value_->Set(this->value_, -subtrahend);
138 void Label::Binding::Set(Binding *binding, uint64_t addend) { function in class:google_breakpad::test_assembler::Label::Binding
145 binding->Set(NULL, addend_ - addend);
164 // Set the other bindings on our chain as well. Note that this
169 base_->Set(binding, addend - addend_);
/external/llvm/lib/TableGen/
H A DSetTheory.cpp36 // (sub Add, Sub, ...) Set difference.
41 PrintFatalError(Loc, "Set difference needs at least two arguments: " +
52 // (and S1, S2) Set intersection.
57 PrintFatalError(Loc, "Set intersection requires two arguments: " +
70 virtual void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_t N,
76 PrintFatalError(Loc, "Operator requires (Op Set, Int) arguments: " +
78 RecSet Set; variable
79 ST.evaluate(Expr->arg_begin()[0], Set, Loc);
84 apply2(ST, Expr, Set, II->getValue(), Elts, Loc);
90 void apply2(SetTheory &ST, DagInit *Expr, RecSet &Set, int64_
298 expand(Record *Set) argument
[all...]
/external/lzma/CPP/Windows/
H A DSynchronization.h44 WRes Set() { return Event_Set(&_object); } function in class:NWindows::NSynchronization::CBaseEvent
/external/pdfium/fpdfsdk/src/
H A Dfpdf_dataavail.cpp19 void Set(FX_FILEAVAIL* pfileAvail) function in class:CFPDF_FileAvailWrap
41 void Set(FPDF_FILEACCESS* pFile) function in class:CFPDF_FileAccessWrap
101 pAvail->m_FileAvail.Set(file_avail);
102 pAvail->m_FileRead.Set(file);
/external/v8/tools/
H A Dgc-nvp-trace-processor.py126 class Set(object): class in inherits:object
235 Set('style fill solid 0.5 noborder'),
236 Set('style histogram rowstacked'),
237 Set('style data histograms'),
246 Set('style fill solid 0.5 noborder'),
247 Set('style histogram rowstacked'),
248 Set('style data histograms'),
261 Set('style histogram rowstacked'),
262 Set('style data histograms'),
272 Set('styl
[all...]
H A Dstats-viewer.py152 counter_changed = ui_counter.Set(value)
253 ui_counter.Set(counter.Value())
282 def Set(self, value): member in class:UiCounter
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp191 // Set the current block counter to being empty.
217 // Set the current block counter.
591 void CoreEngine::enqueue(ExplodedNodeSet &Set) { argument
592 for (ExplodedNodeSet::iterator I = Set.begin(),
593 E = Set.end(); I != E; ++I) {
598 void CoreEngine::enqueue(ExplodedNodeSet &Set, argument
600 for (ExplodedNodeSet::iterator I = Set.begin(),
601 E = Set.end(); I != E; ++I) {
606 void CoreEngine::enqueueEndOfFunction(ExplodedNodeSet &Set) { argument
607 for (ExplodedNodeSet::iterator I = Set
[all...]
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp183 Set = static_cast<CXDiagnosticSetImpl*>(TU->Diagnostics); local
184 if (AU->stored_diag_size() != Set->getNumDiagnostics()) {
187 delete Set;
193 CXDiagnosticSetImpl *Set = new CXDiagnosticSetImpl(); local
194 TU->Diagnostics = Set;
197 &*DOpts, Set);
/external/guava/guava/src/com/google/common/collect/
H A DMapConstraints.java32 import java.util.Set;
243 private static <K, V> Set<Entry<K, Collection<V>>> constrainedAsMapEntries( argument
244 Set<Entry<K, Collection<V>>> entries,
264 if (entries instanceof Set) {
265 return constrainedEntrySet((Set<Entry<K, V>>) entries, constraint);
284 private static <K, V> Set<Entry<K, V>> constrainedEntrySet( argument
285 Set<Entry<K, V>> entries,
294 private transient Set<Entry<K, V>> entrySet;
304 @Override public Set<Entry<K, V>> entrySet() {
305 Set<Entr
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Dconfig.cpp75 inline void Set(unsigned long f) {state |= f;} function in class:CNfcConfig
242 Set(IsStringValue);
288 Set(IsStringValue);
/external/libnfc-nci/halimpl/pn54x/utils/
H A DphNxpConfig.cpp112 inline void Set(unsigned long f) {state |= f;} function in class:CNfcConfig
282 Set(IsStringValue);
339 Set(IsStringValue);
/external/libnfc-nci/src/adaptation/
H A Dconfig.cpp75 inline void Set(unsigned long f) {state |= f;} function in class:CNfcConfig
253 Set(IsStringValue);
299 Set(IsStringValue);
/external/lzma/CS/7zip/Compress/LzmaAlone/
H A DLzmaBench.cs72 public void Set(UInt32 bufferSize) method in class:SevenZip.LzmaBench.CBenchRandomGenerator
275 rg.Set(kBufferSize);
/external/lzma/Java/SevenZip/
H A DLzmaBench.java66 public void Set(int bufferSize) method in class:LzmaBench.CBenchRandomGenerator
319 rg.Set(kBufferSize);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_vt.h116 Set(begin, end);
125 void Set(const CPVT_WordPlace & begin, const CPVT_WordPlace & end) function in struct:CPVT_WordRange

Completed in 627 milliseconds

12345