| /external/clang/test/CXX/basic/basic.lookup/basic.lookup.classref/ |
| p1-cxx11.cpp | 4 struct set{}; struct 7 void set(T value) {} function in struct:Value 11 v.set<double>(3.2); 19 v.set<double>(3.2); 22 int set; // Non-template. local 24 v.set<double>(3.2);
|
| p1.cpp | 24 struct set{}; // expected-note{{lookup from the current scope refers here}} struct 27 void set(T value) {} // expected-note{{lookup in the object type 'Value' refers here}} function in struct:Value 31 v.set<double>(3.2); 39 v.set<double>(3.2); // expected-warning{{lookup of 'set' in member access expression is ambiguous; using member of 'Value'}} 42 int set; // Non-template. local 44 v.set<double>(3.2);
|
| /external/compiler-rt/lib/tsan/rtl/ |
| tsan_clock.cc | 167 // ReleaseStore will correctly set release_store_tid_, 303 void ThreadClock::set(unsigned tid, u64 v) { function in class:__tsan::ThreadClock
|
| tsan_clock.h | 64 void set(unsigned tid, u64 v); 66 void set(u64 v) { function in struct:__tsan::ThreadClock
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| InsnList.java | 37 * this with the index for an element which was never set; if you 51 * @param insn {@code non-null;} the instruction to set at {@code n} 53 public void set(int n, Insn insn) { method in class:InsnList
|
| /external/dexmaker/src/dx/java/com/android/dx/rop/cst/ |
| StdConstantPool.java | 96 public void set(int n, Constant cst) { method in class:StdConstantPool
|
| /external/dexmaker/src/dx/java/com/android/dx/ssa/ |
| BasicRegisterMapper.java | 123 oldToNew.set(oldReg, newReg);
|
| /external/emma/ant/ant14/com/vladium/emma/ant/ |
| FileTask.java | 51 public final void addInfileset (final XFileSet set) 53 if (set != null) m_dataFileSets.add (set); 56 public final void addFileset (final XFileSet set) 58 if (set != null) m_dataFileSets.add (set); 93 final FileSet set = (FileSet) i.next (); local 94 final DirectoryScanner ds = set.getDirectoryScanner (project);
|
| /external/emma/core/java12/com/vladium/jcd/cls/ |
| IConstantCollection.java | 52 * 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
|
| InterfaceCollection.java | 89 public int set (final int offset, final int interface_index) method in class:InterfaceCollection 91 return m_interfaces.set (offset, interface_index);
|
| /external/emma/core/java12/com/vladium/jcd/cls/attribute/ |
| DeclaredExceptionTable.java | 87 public int set (final int offset, final int exception_index) method in class:DeclaredExceptionTable 89 return m_exceptions.set (offset, exception_index);
|
| /external/guava/guava/src/com/google/common/hash/ |
| BloomFilterStrategies.java | 38 bits.set(nextHash % bits.size()); 74 void set(int index) { method in class:BloomFilterStrategies.BitArray
|
| /external/guava/guava-tests/test/com/google/common/collect/ |
| ConstraintsTest.java | 35 import java.util.Set; 104 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar")); local 105 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT); 106 set.add(TEST_ELEMENT); 109 assertTrue(set.equals(constrained)); 110 assertTrue(constrained.equals(set)); 111 assertEquals(set.toString(), constrained.toString()); 112 assertEquals(set.hashCode(), constrained.hashCode()) 118 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar")); local [all...] |
| /external/icu/icu4c/source/common/unicode/ |
| usetiter.h | 37 * UnicodeSetIterator it(set); 42 * <p>Each item in the set is accessed as a string. Set elements 49 * UnicodeSetIterator it(set); 102 * Create an iterator over the given set. The iterator is valid 103 * only so long as <tt>set</tt> is valid. 104 * @param set set to iterate over 107 UnicodeSetIterator(const UnicodeSet& set); 112 * constructor allowing the target to be set later 252 const UnicodeSet* set; member in class:UnicodeSetIterator [all...] |
| /external/icu/icu4c/source/i18n/ |
| funcrepl.cpp | 113 UnicodeSet set; local 114 toUnionTo.addAll(translit->getTargetSet(set));
|
| /external/icu/icu4c/source/test/perf/usetperf/ |
| usetperf.cpp | 31 UnicodeSet set; member in class:CmdPattern 39 set.applyPattern(pat, *pErrorCode); 55 bs.set((int32_t) cp);
|
| /external/javassist/sample/evolve/ |
| VersionManager.java | 24 f.set(null, c);
|
| /external/javassist/src/main/javassist/compiler/ast/ |
| DoubleConst.java | 32 public void set(double v) { value = v; } method in class:DoubleConst
|
| /external/mockito/cglib-and-asm/src/org/mockito/cglib/core/ |
| TinyBitSet.java | 71 public void set(int index) { method in class:TinyBitSet
|
| /external/mockito/src/org/mockito/internal/creation/cglib/ |
| CGLIBHacker.java | 26 namingPolicyField.set(createInfo, MockitoNamingPolicy.INSTANCE);
30 "Unable to set MockitoNamingPolicy on cglib generator which creates FastClasses", e);
|
| /external/mockito/src/org/mockito/internal/util/reflection/ |
| BeanPropertySetter.java | 17 private static final String SET_PREFIX = "set";
27 * @param reportNoSetterFound Allow the set method to raise an Exception if the setter cannot be found
45 * Set the value to the property represented by this {@link BeanPropertySetter}
51 public boolean set(final Object value) {
method in class:BeanPropertySetter
|
| InstanceField.java | 45 * Set the given value to the field of this instance. 50 public void set(Object value) { method in class:InstanceField 51 new FieldSetter(instance, field).set(value);
|
| /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/ |
| SampleTableBox.java | 83 boxes.set(i, b);
|
| /external/oprofile/libutil++/ |
| unique_storage.h | 31 * where .set() is false 51 bool set() const { function in struct:unique_storage::id_value
|
| /external/replicaisland/src/com/replica/replicaisland/ |
| BackgroundCollisionComponent.java | 149 mCurrentPosition.set(parentObject.getPosition()); 150 mDelta.set(mCurrentPosition); 153 mPreviousCenter.set(centerOffsetX, centerOffsetY); 215 // One more set of tests to make sure that we are aligned with the surface. 226 mRayStart.set(centerOffsetX, yStart); 229 mRayEnd.set(centerOffsetX, yEnd); 232 mFilterDirection.set(mDelta); 258 mRayStart.set(xStart, centerOffsetY); 261 mRayEnd.set(xEnd, centerOffsetY); 264 mFilterDirection.set(mDelta) [all...] |