Searched defs:set (Results 126 - 150 of 843) sorted by relevance

1234567891011>>

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntArrayList.java50 public int set(int i, int newValue) { method in class:IntArrayList
52 setSize(i); // unlike definition of set in ArrayList, set size
H A DIntSet.java34 /** A generic set of ints that has an efficient implementation, BitSet,
44 /** Add an element to the set */
47 /** Add all elements from incoming set to this set. Can limit
48 * to set of its own type.
50 void addAll(IntSet set); argument
52 /** Return the intersection of this set with the argument, creating
53 * a new set.
63 /** Return the size of this set (not the underlying implementation's
76 /** remove this element from this set */
[all...]
/external/ceres-solver/internal/ceres/
H A Dblock_random_access_sparse_matrix.cc34 #include <set>
49 const set<pair<int, int> >& block_pairs)
67 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
86 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
97 for (set<pair<int, int> >::const_iterator it = block_pairs.begin();
47 BlockRandomAccessSparseMatrix( const vector<int>& blocks, const set<pair<int, int> >& block_pairs) argument
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/wiki-example-code/
H A Dexample.py110 page.set(
165 def set(self, title, content): member in class:Page
/external/chromium-trace/trace-viewer/tracing/third_party/components/webcomponentsjs/
H A DCustomElements.js5 * The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
6 * The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
19 set: function(key, value) {
/external/clang/include/clang/AST/
H A DDeclAccessPair.h38 p.set(D, AS);
50 set(D, getAccess());
53 set(getDecl(), AS);
55 void set(NamedDecl *D, AccessSpecifier AS) { function in class:clang::DeclAccessPair
/external/clang/test/CodeGenCXX/
H A Dcaptured-statements.cpp115 void set() { function in class:Val
145 Obj.set();
/external/clang/test/CoverageMapping/
H A Dclasstemplate.cpp25 void set(TT position, double value) { // CHECK-SETTER: File 0, [[@LINE]]:39 -> [[@LINE+2]]:4 = #0 function in class:Test
49 t.set(Test<unsigned>::A, 5.5);
50 t.set(Test<unsigned>::T, 5.6);
51 t.set(Test<unsigned>::G, 5.7);
52 t.set(Test<unsigned>::C, 5.8);
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DCatchHandlerList.java42 * this with the index for an element which was never set; if you
121 public void set(int n, CstType exceptionType, int handler) { method in class:CatchHandlerList
129 * @param entry {@code non-null;} the entry to set at {@code n}
131 public void set(int n, Entry entry) { method in class:CatchHandlerList
H A DCatchTable.java43 * this with the index for an element which was never set; if you
57 * @param entry {@code non-null;} the entry to set at {@code n}
59 public void set(int n, Entry entry) { method in class:CatchTable
H A DDalvInsnList.java62 result.set(i, list.get(i));
81 * this with the index for an element which was never set; if you
95 * @param insn {@code non-null;} the instruction to set at {@code n}
97 public void set(int n, DalvInsn insn) { method in class:DalvInsnList
H A DPositionList.java107 result.set(i, arr[i]);
125 * this with the index for an element which was never set; if you
139 * @param entry {@code non-null;} the entry to set at {@code n}
141 public void set(int n, Entry entry) { method in class:PositionList
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DCstArray.java139 * this with the index for an element which was never set; if you
153 * @param a {@code null-ok;} the element to set at {@code n}
155 public void set(int n, Constant a) { method in class:CstArray.List
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DDeadCodeRemover.java117 worklist.set(source.getReg());
177 * @param set a set of registers that we've already determined
182 private boolean isCircularNoSideEffect(int regV, BitSet set) { argument
183 if ((set != null) && set.get(regV)) {
193 if (set == null) {
194 set = new BitSet(regCount);
198 set.set(reg
[all...]
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBits.java31 * Constructs a bit set to contain bits up to the given index (exclusive).
42 * Gets the maximum index (exclusive) for the given bit set.
44 * @param bits {@code non-null;} bit set in question
45 * @return {@code >= 0;} the maximum index (exclusive) that may be set
54 * @param bits {@code non-null;} bit set to operate on
55 * @param idx {@code >= 0, < getMax(set);} which bit
67 * @param bits {@code non-null;} bit set to operate on
68 * @param idx {@code >= 0, < getMax(set);} which bit
71 public static void set(int[] bits, int idx, boolean value) { method in class:Bits
85 * @param bits {@code non-null;} bit set t
88 public static void set(int[] bits, int idx) { method in class:Bits
[all...]
H A DLabeledList.java83 labelToIndex.set(oldLabel, -1);
99 labelToIndex.set(label, index);
163 labelToIndex.set(li.getLabel(), i);
174 protected void set(int n, LabeledItem item) { method in class:LabeledList
/external/emma/core/java12/com/vladium/jcd/cls/
H A DAttributeCollection.java150 public Attribute_info set (final int offset, final Attribute_info attribute) method in class:AttributeCollection
152 final Attribute_info result = (Attribute_info) m_attributes.set (offset, attribute);
H A DFieldCollection.java116 public Field_info set (final int offset, final Field_info field) method in class:FieldCollection
118 return (Field_info) m_fields.set (offset, field);
H A DIConstantCollection.java52 * A convenience method that is equivalent to {@link IConstantCollection#set}
56 CONSTANT_info set (CONSTANT_info constant); method in interface:IConstantCollection.IConstantIterator
162 * @param constant new entry to set [may not be null; input unchecked]
172 CONSTANT_info set (int index, CONSTANT_info constant); method in interface:IConstantCollection
H A DMethodCollection.java116 public Method_info set (final int offset, final Method_info method) method in class:MethodCollection
118 return (Method_info) m_methods.set (offset, method);
/external/fonttools/Lib/fontTools/misc/
H A DxmlReader.py28 self.progress.set(0, os.stat(self.fileName)[stat.ST_SIZE] // 100 or 1)
48 self.progress.set(pos // 100)
124 def set(self, val, maxval=None): member in class:ProgressPrinter
/external/fonttools/Tools/fontTools/misc/
H A DxmlReader.py28 self.progress.set(0, os.stat(self.fileName)[stat.ST_SIZE] // 100 or 1)
48 self.progress.set(pos // 100)
124 def set(self, val, maxval=None): member in class:ProgressPrinter
/external/google-breakpad/src/testing/scripts/generator/cpp/
H A Dtokenize.py36 if not hasattr(builtins, 'set'):
38 from sets import Set as set namespace
43 VALID_IDENTIFIER_CHARS = set(_letters + _letters.upper() + '_0123456789$')
44 HEX_DIGITS = set('0123456789abcdefABCDEF')
45 INT_OR_FLOAT_DIGITS = set('01234567890eE-+')
49 _STR_PREFIXES = set(('R', 'u8', 'u8R', 'u', 'uR', 'U', 'UR', 'L', 'LR'))
60 # It is always set to WHENCE_STREAM in this code.
132 int_or_float_digits2 = int_or_float_digits | set('.')
/external/guava/guava/src/com/google/common/collect/
H A DImmutableEnumSet.java34 static <E extends Enum<E>> ImmutableSet<E> asImmutable(EnumSet<E> set) { argument
35 switch (set.size()) {
39 return ImmutableSet.of(Iterables.getOnlyElement(set));
41 return new ImmutableEnumSet<E>(set);
H A DPlatform.java75 static <K, V> SortedMap<K, V> mapsAsMapSortedSet(SortedSet<K> set, argument
77 return Maps.asMapSortedIgnoreNavigable(set, function);
80 static <E> SortedSet<E> setsFilterSortedSet(SortedSet<E> set, argument
82 return Sets.filterSortedIgnoreNavigable(set, predicate);

Completed in 879 milliseconds

1234567891011>>