HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 301 - 325 of 2219) sorted by null

<<11121314151617181920>>

  /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/icu4c/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/icu4c/i18n/
funcrepl.cpp 113 UnicodeSet set; local
114 toUnionTo.addAll(translit->getTargetSet(set));
  /external/icu4c/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/jmonkeyengine/engine/src/core/com/jme3/animation/
CompactQuaternionArray.java 97 store.set(array[j], array[j + 1], array[j + 2], array[j + 3]);
CompactVector3Array.java 96 store.set(array[j], array[j+1], array[j+2]);
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/
GeoMap.java 178 rootPoint.set(x, getValue(x,y), y);
184 adjacentPoint.set(x, getValue(x,y-1), y-1);
185 oppositePoint.set(x-1, getValue(x-1, y), y);
190 adjacentPoint.set(x+1, getValue(x+1,y), y);
191 oppositePoint.set(x, getValue(x,y-1), y-1);
196 adjacentPoint.set(x-1, getValue(x-1,y), y);
197 oppositePoint.set(x, getValue(x,y+1), y+1);
202 adjacentPoint.set(x, getValue(x,y+1), y+1);
203 oppositePoint.set(x+1, getValue(x+1,y), y);
211 tempNorm.set(adjacentPoint).subtractLocal(rootPoint
    [all...]
  /external/marisa-trie/lib/marisa/
intvector.h 34 void set(std::size_t i, UInt32 value) { function in class:marisa::IntVector
  /external/marisa-trie/v0_1_5/lib/marisa_alpha/
intvector.h 34 void set(std::size_t i, UInt32 value) { function in class:marisa_alpha::IntVector
  /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...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLayoutInflater.java 64 @Override protected void set(ShadowApplication shadowApplication, LayoutInflater instance) { method in class:ShadowLayoutInflater.LayoutInflaterAppSingletonizer
ShadowMatrix.java 28 set(src);
32 public void set(Matrix src) { method in class:ShadowMatrix
ShadowRect.java 29 public void set(Rect rect) { method in class:ShadowRect
30 set(rect.left, rect.top, rect.right, rect.bottom); method
34 public void set(int left, int top, int right, int bottom) { method in class:ShadowRect
  /external/skia/include/core/
SkGeometry.h 37 /** Set pt to the point on the src quadratic specified by t. t must be
103 /** Set pt to the point on the src cubic specified by t. t must be
220 void set(const SkPoint pts[3], SkScalar w) { function in struct:SkConic
292 conic.set(pts, weight);
  /external/skia/src/core/
SkPictureFlat.cpp 55 SkRefCnt* SkTypefacePlayback::set(int index, SkRefCnt* obj) { function in class:SkTypefacePlayback
80 void SkFlatController::setTypefaceSet(SkRefCntSet *set) {
81 SkRefCnt_SafeAssign(fTypefaceSet, set);
88 SkNamedFactorySet* SkFlatController::setNamedFactorySet(SkNamedFactorySet* set) {
89 SkRefCnt_SafeAssign(fFactorySet, set);
90 return set;
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractEmptyIterator.java 65 public void set(E obj) { method in class:AbstractEmptyIterator
  /external/valgrind/main/coregrind/m_gdbserver/
valgrind-low-arm.c 121 dlog(1, "set pc to %p\n", C2v (newpc));
123 dlog(1, "set pc not changed %p\n", C2v (newpc));
128 // If the thumb bit (bit 0) is already set, we trust it.
130 dlog (1, "%p = thumb (bit0 is set)\n", C2v (pc));
134 // Here, bit 0 is not set.
138 // address and we set the thumb bit.
141 dlog (1, "bit0 not set, bit1 set => %p = thumb\n", C2v (pc));
151 // the debug info with the bit0 set
184 int set = abs_regno / num_regs local
    [all...]
valgrind-low-ppc32.c 39 /* this is only the basic set of registers.
171 dlog(1, "set pc to %p\n", C2v (newpc));
173 dlog(1, "set pc not changed %p\n", C2v (newpc));
183 int set = abs_regno / num_regs; local
187 VexGuestPPC32State* ppc32 = (VexGuestPPC32State*) get_arch (set, tst);

Completed in 537 milliseconds

<<11121314151617181920>>