HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 251 - 275 of 5198) sorted by null

<<11121314151617181920>>

  /external/droiddriver/src/io/appium/droiddriver/helpers/
D2ActivityInstrumentationTestCase2.java 57 field.set(this, null);
  /external/eigen/test/
stdlist_overload.cpp 37 void set(Container & c, Position position, const Value & value) function
67 set(v, 20, x);
107 set(v, 20, x);
147 set(v, 20, x);
  /external/emma/core/java12/com/vladium/jcd/cls/
IAttributeCollection.java 85 Attribute_info set (int offset, Attribute_info attribute); method in interface:IAttributeCollection
IFieldCollection.java 91 Field_info set (int offset, Field_info field); method in interface:IFieldCollection
IInterfaceCollection.java 78 int set (int offset, int interface_index); method in interface:IInterfaceCollection
IMethodCollection.java 88 Method_info set (int offset, Method_info method); method in interface:IMethodCollection
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
IDeclaredExceptionTable.java 81 int set (int offset, int exception_index); method in interface:IDeclaredExceptionTable
IExceptionHandlerTable.java 80 Exception_info set (int offset, Exception_info exception); method in interface:IExceptionHandlerTable
  /external/fonttools/Lib/fontTools/misc/
xmlReader.py 28 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/glide/library/src/main/java/com/bumptech/glide/load/resource/transcode/
TranscoderRegistry.java 49 GET_KEY.set(decodedClass, transcodedClass);
  /external/glide/library/src/main/java/com/bumptech/glide/provider/
DataLoadProviderRegistry.java 45 GET_KEY.set(dataClass, resourceClass);
  /external/glide/library/src/main/java/com/bumptech/glide/util/
MultiClassKey.java 15 set(first, second); method
18 public void set(Class<?> first, Class<?> second) { method in class:MultiClassKey
  /external/guava/guava/src/com/google/common/collect/
Count.java 50 public void set(int newValue) { method in class:Count
ForwardingListIterator.java 67 public void set(E element) { method in class:ForwardingListIterator
68 delegate().set(element);
TransformedListIterator.java 63 public void set(T element) { method in class:TransformedListIterator
  /external/guava/guava-tests/benchmark/com/google/common/collect/
PowerSetBenchmark.java 25 import java.util.Set;
35 Set<Set<Integer>> powerSet;
38 Set<Integer> set = ContiguousSet.create(Range.closed(1, elements), integers()); local
39 powerSet = Sets.powerSet(set);
45 for (Set<Integer> subset : powerSet) {
  /external/guava/guava-tests/test/com/google/common/collect/
ConstraintsTest.java 33 import java.util.Set;
94 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar")); local
95 Set<String> constrained = Constraints.constrainedSet(set, TEST_CONSTRAINT);
96 set.add(TEST_ELEMENT);
99 assertTrue(set.equals(constrained));
100 assertTrue(constrained.equals(set));
101 assertEquals(set.toString(), constrained.toString());
102 assertEquals(set.hashCode(), constrained.hashCode())
109 Set<String> set = Sets.newLinkedHashSet(asList("foo", "bar")); local
    [all...]
  /external/guice/core/src/com/google/inject/internal/
SingleFieldInjector.java 55 field.set(o, value);
  /external/icu/icu4c/source/common/unicode/
enumset.h 40 inline void add(T toAdd) { set(toAdd, 1); }
41 inline void remove(T toRemove) { set(toRemove, 0); }
43 inline void set(T toSet, int32_t v) { fBools=(fBools&(~flag(toSet)))|(v?(flag(toSet)):0); } function in class:EnumSet
errorcode.h 101 void set(UErrorCode value) { errorCode=value; } function in class:ErrorCode
stringpiece.h 143 void set(const char* xdata, int32_t len) { ptr_ = xdata; length_ = len; } function in class:StringPiece
150 void set(const char* str);
  /external/icu/icu4c/source/common/
uset_imp.h 30 USetAdd(USet *set, UChar32 c);
33 USetAddRange(USet *set, UChar32 start, UChar32 end);
36 USetAddString(USet *set, const UChar *str, int32_t length);
39 USetRemove(USet *set, UChar32 c);
42 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
47 * Calls will look like sa->add(sa->set, c);
50 USet *set; member in struct:USetAdder
uset_props.cpp 37 UnicodeSet* set = new UnicodeSet(pat, *ec); local
39 if(set == 0) {
45 delete set;
46 set = NULL;
48 return (USet*) set;
57 UnicodeSet* set = new UnicodeSet(pat, options, NULL, *ec); local
59 if(set == 0) {
65 delete set;
66 set = NULL;
68 return (USet*) set;
    [all...]
  /external/icu/icu4c/source/test/perf/usetperf/
bitset.cpp 17 // TODO: have a separate capacity, so the len can just be set to
41 void BitSet::set(int32_t bitIndex) { function in class:BitSet
  /external/jsr330/tck/org/atinject/tck/
Tck.java 114 Convertible.localConvertible.set((Convertible) car);

Completed in 692 milliseconds

<<11121314151617181920>>