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

<<51525354555657585960>>

  /external/guava/guava-testlib/src/com/google/common/collect/testing/
AbstractIteratorTester.java 33 import java.util.Set;
99 private final Set<IteratorFeature> features;
111 final Set<? extends Class<? extends RuntimeException>> exceptionClasses;
114 Set<? extends Class<? extends RuntimeException>> exceptionClasses) {
161 * elements and a set of features to support (from the enclosing
164 * {@link PermittedMetaException} instances, which wrap a set of all
197 * pop from and push to on a call to {@code set()}.
257 public void set(E e) { method in class:AbstractIteratorTester.MultiExceptionListIterator
296 Set<Class<? extends RuntimeException>> exceptions
362 * by {@code remove()}, {@code set()}, and {@code add()} call
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 183 table.set(index, entry);
212 table.set(index, entry);
TreeMultimapNaturalTest.java 39 import java.util.Set;
155 Set<Integer> fooSet = multimap.get("foo").headSet(4);
157 Set<Integer> missingSet = multimap.get("missing").headSet(4);
169 Set<Integer> fooSet = multimap.get("foo").tailSet(2);
171 Set<Integer> missingSet = multimap.get("missing").tailSet(4);
183 Set<Integer> fooSet = multimap.get("foo").subSet(2, 6);
325 Set<Entry<String, Integer>> set = Sets.newLinkedHashSet(asList( local
331 new IteratorTester<Entry<String, Integer>>(6, MODIFIABLE, set,
417 Set<Entry<String, Collection<Integer>>> set = Sets.newTreeSet local
    [all...]
  /external/icu4c/i18n/
ucol_bld.cpp 16 * This module builds a collator based on the rule set.
522 // We must not use CE weight byte 02, so we set it as the minimum lower bound.
713 // we want to set case bits here and now, not later.
715 if(tok->CEs[0] != 0) { // case bits should be set only for non-ignorables
912 /* set the ucaelement with obtained values */
1199 UnicodeSet *set = (UnicodeSet *)src->copySet; local
    [all...]
  /external/icu4c/test/intltest/
convtest.cpp 432 errln("error creating the map set for conversion/getUnicodeSet test case %d - %s\n"
442 errln("error creating the mapnot set for conversion/getUnicodeSet test case %d - %s\n"
517 // Compare ucnv_getUnicodeSet() with the set of characters that can be converted.
593 errln("failed to set the callback on converter %s - %s", cnvNames[i], u_errorName(errorCode));
617 UnicodeSet set; local
618 ucnv_getUnicodeSet(cnv.getAlias(), set.toUSet(), which, &errorCode);
620 set.remove(cpLimit, 0x10ffff);
629 set.remove(0xe000, 0xf8ff);
630 set.remove(0xf0000, 0xffffd);
631 set.remove(0x100000, 0x10fffd)
    [all...]
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 239 touch.set(Type.DOWN, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0);
253 touch.set(Type.UP, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), 0, 0);
273 touch.set(Type.MOVE, event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex), event.getX(pointerIndex) - lastPos.x, this.getHeight() - event.getY(pointerIndex) - lastPos.y);
278 lastPos.set(event.getX(pointerIndex), this.getHeight() - event.getY(pointerIndex));
298 evt.set(TouchEvent.Type.KEY_DOWN);
318 evt.set(TouchEvent.Type.KEY_UP);
480 touch.set(Type.LONGPRESSED, event.getX(), this.getHeight() - event.getY(), 0f, 0f);
488 touch.set(Type.FLING, event.getX(), this.getHeight() - event.getY(), vx, vy);
503 touch.set(Type.DOUBLETAP, event.getX(), this.getHeight() - event.getY(), 0f, 0f);
516 touch.set(Type.SCALE_START, scaleGestureDetector.getFocusX(), scaleGestureDetector.getFocusY(), 0f, 0f);
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/collision/
SweepSphere.java 63 this.center.set(center);
71 this.dimension.set(dimension);
72 this.invDim.set(1,1,1).divideLocal(dimension);
76 this.dimension.set(x,y,z);
77 this.invDim.set(1,1,1).divideLocal(dimension);
81 this.dimension.set(dim, dim, dim);
82 this.invDim.set(1,1,1).divideLocal(dimension);
90 this.velocity.set(velocity);
97 temp1.set(line2).subtractLocal(line1);
98 temp3.set(temp1)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Eigen3f.java 98 eigenVectors[0].set(Vector3f.UNIT_X); method
99 eigenVectors[1].set(Vector3f.UNIT_Y); method
100 eigenVectors[2].set(Vector3f.UNIT_Z); method
262 eigenVectors[index1].set(vectorS); method
264 eigenVectors[index1].set(vect); method
302 maxRowStore.set(matrix.getRow(iMaxRow));
  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 471 * @param multiSamples Set the number of samples to use for this image,
525 this.data.set(index, data);
533 * Set the efficient data representation of this image.
  /external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
BinaryInputCapsule.java     [all...]
  /external/libppp/src/
physical.c 8 * source form should include the above copyright and this set of
234 int set; member in struct:parity
250 return pp->set;
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.cpp 66 set(v);
71 set(ref);
77 this->set(NULL);
116 set(v);
121 set(def.get());
126 this->set(NULL);
130 ValueRef::set(const ValueRef &ref) function in class:nv50_ir::ValueRef
132 this->set(ref.get());
139 ValueRef::set(Value *refVal) function in class:nv50_ir::ValueRef
152 ValueDef::set(Value *defVal function in class:nv50_ir::ValueDef
    [all...]
  /external/nist-sip/java/gov/nist/core/
GenericObject.java 73 protected static final Set<Class<?>> immutableClasses = new HashSet<Class<?>> (10);
93 /** Set the pattern matcher. To match on the
94 * field of a sip message, set the match expression in the match template
104 * To match with any subfield, set the match template on a template object
119 *@return the match expression that has previously been set.
214 * Set any fields that you do not want to override as null in the
271 f.set(this, mobj);
278 f.set(this, mobj);
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpURLConnectionImpl.java 169 "Cannot access request header fields after connection is set");
508 throw new IllegalStateException("Cannot set request property after connection is made");
526 rawRequestHeaders.set(field, newValue);
ResponseHeaders.java 28 import java.util.Set;
60 * max age are set, the max age is preferred.
65 * Extension header set by HttpURLConnectionImpl specifying the timestamp
71 * Extension header set by HttpURLConnectionImpl specifying the timestamp
102 * actually means "do not use the network". It is set by a client who only
105 * not permitted if this header is set.
112 /** Case-insensitive set of field names. */
113 private Set<String> varyFields = Collections.emptySet();
162 // Replace the immutable empty set with something we can mutate.
258 public Set<String> getVaryFields()
    [all...]
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyReader.java 298 settings.set(id, idFlags, value);
  /external/oprofile/libpp/
arrange_profiles.cpp 17 #include <set>
187 set <string> name_seen;
491 profile_class & find_class(set<profile_class> & classes,
498 pair<set<profile_class>::iterator, bool> ret = classes.insert(cls);
583 * Add a profile to particular profile set. If the new profile is
588 add_to_profile_set(profile_set & set, parsed_filename const & parsed,
593 find_profile_sample_files(set.files, parsed, extra);
598 list<profile_dep_set>::iterator it = set.deps.begin();
599 list<profile_dep_set>::iterator const end = set.deps.end();
617 set.deps.push_back(depset)
639 profile_set set; local
783 image_set set; local
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
UnknownFieldSetTest.java 427 private void checkEqualsIsConsistent(UnknownFieldSet set) {
429 assertEquals(set, set);
432 UnknownFieldSet copy = UnknownFieldSet.newBuilder(set).build();
433 assertEquals(set, copy);
434 assertEquals(copy, set);
435 assertEquals(set.hashCode(), copy.hashCode());
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11video.c 130 /* Set the driver flags */
133 /* Set the function pointers */
402 /* Set the input hints so we get keyboard input */
416 /* Set the class hints so we can get an icon (AfterStep) */
473 (and xlib modifiers) to be set based on the
556 them to the IM through XFilterEvent. The set of events may
634 /* Set the normal X error handler */
637 /* Set the error handler if we lose the X display */
640 /* Set the X extension error handler */
815 /* Hints must be set before moving the window, otherwise a
830 SDL_bool set; local
884 SDL_bool set; local
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
TiledVertexGrid.java 122 grid.set(tileX, tileY, positions, uvs);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
Robolectric.java     [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowLocation.java 45 set(l);
54 public void set(Location l) { method in class:ShadowLocation
  /external/skia/include/core/
SkMatrix.h 31 using either reset() - to construct an identity matrix, or one of the set
41 kTranslate_Mask = 0x01, //!< set if the matrix has translation
42 kScale_Mask = 0x02, //!< set if the matrix has X or Y scale
43 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
44 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
50 other bits may be set to true even in the case of a pure perspective
148 void set(int index, SkScalar value) { function in class:SkMatrix
154 void setScaleX(SkScalar v) { this->set(kMScaleX, v); }
155 void setScaleY(SkScalar v) { this->set(kMScaleY, v); }
156 void setSkewY(SkScalar v) { this->set(kMSkewY, v);
    [all...]
SkTypes.h 48 (if SK_MALLOC_TEMP bit is set). To free the memory, call sk_free().
435 void* set(void* ptr) { function in class:SkAutoFree
445 void* detach() { return this->set(NULL); }
447 /** Free the current buffer, and set the internal reference to NULL. Same
  /external/skia/include/gpu/
GrContext.h 175 * render target. If desc specifies a render target and doesn't set the
270 * @param target the render target to set.
340 * @param m the matrix to set.
367 * @param clipData the clip to set.
533 * pixel config or because no render target is currently set and NULL was passed for
721 bool set(GrContext* context, const SkMatrix& newMatrix, GrPaint* paint = NULL) { function in class:GrContext::AutoMatrix
1022 GrTexture* set(GrContext* context, function in class:GrAutoScratchTexture
    [all...]

Completed in 746 milliseconds

<<51525354555657585960>>