Searched defs:set (Results 76 - 100 of 882) sorted by relevance

1234567891011>>

/external/guava/guava/src/com/google/common/collect/
H A DSortedIterables.java187 static <E> Collection<Multiset.Entry<E>> singletonEntries(Collection<E> set) { argument
188 return Collections2.transform(set, new Function<E, Multiset.Entry<E>>() {
/external/guava/guava/src/com/google/common/hash/
H A DBloomFilterStrategies.java38 bits.set(nextHash % bits.size());
74 void set(int index) { method in class:BloomFilterStrategies.BitArray
/external/guava/guava/src/com/google/common/util/concurrent/
H A DSettableFuture.java22 * A {@link ListenableFuture} whose result may be set by a {@link #set(Object)}
45 * the value was successfully set, or {@code false} if the future has already
46 * been set or cancelled.
49 * @return true if the value was successfully set.
52 public boolean set(@Nullable V value) { method in class:SettableFuture
53 return super.set(value);
60 * successfully set, or {@code false} if the future has already been set or
64 * @return true if the exception was successfully set
[all...]
/external/harfbuzz_ng/src/
H A Dhb-cache-private.hh56 inline bool set (unsigned int key, unsigned int value) function in struct:hb_cache_t
/external/icu4c/common/
H A Dstringpiece.cpp44 void StringPiece::set(const char* str) { function in class:StringPiece
H A Duset_imp.h28 USetAdd(USet *set, UChar32 c);
31 USetAddRange(USet *set, UChar32 start, UChar32 end);
34 USetAddString(USet *set, const UChar *str, int32_t length);
37 USetRemove(USet *set, UChar32 c);
40 USetRemoveRange(USet *set, UChar32 start, UChar32 end);
45 * Calls will look like sa->add(sa->set, c);
48 USet *set; member in struct:USetAdder
/external/icu4c/common/unicode/
H A Derrorcode.h99 void set(UErrorCode value) { errorCode=value; } function in class:ErrorCode
H A Dnormalizer2.h73 * The set of normalization boundaries returned by these functions may not be
261 * @param decomposition String object which will be set to c's
288 * @param decomposition String object which will be set to c's
434 * Normalizes portions of the text contained in the filter set and leaves
435 * portions not contained in the filter set unchanged.
447 * and a filter set.
450 * The filter set should be frozen; otherwise the performance will suffer greatly.
456 norm2(n2), set(filterSet) {}
524 * @param decomposition String object which will be set to c's
538 * @param decomposition String object which will be set t
652 const UnicodeSet &set; member in class:FilteredNormalizer2
[all...]
/external/icu4c/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, const CharsetRecognizer *cr, int32_t conf, function in class:CharsetMatch
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DAbstractTriangle.java43 public abstract void set(Vector3f v1, Vector3f v2, Vector3f v3); method in class:AbstractTriangle
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DFaceInfo.java50 public void set(FaceInfo o) { method in class:FaceInfo
/external/llvm/include/llvm/Support/
H A DThreadLocal.h54 // set - Associates a pointer to an object with the current thread.
55 void set(T* d) { setInstance(d); } function in class:llvm::sys::ThreadLocal
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_linkage.h39 util_semantic_set_contains(struct util_semantic_set *set, unsigned char value) argument
41 return !!(set->masks[value / (sizeof(long) * 8)] & (1 << (value / (sizeof(long) * 8))));
44 unsigned util_semantic_set_from_program_file(struct util_semantic_set *set, const struct tgsi_token *tokens, enum tgsi_file_type file);
54 void util_semantic_layout_from_set(unsigned char *layout, const struct util_semantic_set *set, unsigned efficient_slots, unsigned num_slots);
/external/mockito/src/org/mockito/internal/util/reflection/
H A DBeanPropertySetter.java17 private static final String SET_PREFIX = "set";
27 * @param reportNoSetterFound Allow the set method to raise an Exception if the setter cannot be found
51 public boolean set(final Object value) { method in class:BeanPropertySetter
/external/oprofile/libutil++/
H A Dcomma_list.h20 * hold a list of item of type T, tracking also if item has been set.
35 void set(std::string const & str);
66 void comma_list<T>::set(std::string const & str) function in class:comma_list
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/
H A DAppSingletonizer.java23 set(shadowApplication, instance);
30 protected abstract void set(ShadowApplication shadowApplication, T instance); method in class:AppSingletonizer
/external/skia/include/gpu/
H A DGrRect.h22 void set(const SkIRect& r) { function in struct:GrIRect16
/external/skia/src/core/
H A DSkRefDict.cpp40 void SkRefDict::set(const char name[], SkRefCnt* data) { function in class:SkRefDict
73 rec->fName.set(name);
/external/skia/src/pathops/
H A DSkPathOpsLine.h18 void set(const SkPoint pts[2]) { function in struct:SkDLine
25 line.set(a);
H A DSkPathOpsRect.h43 void set(const SkDPoint& pt) { function in struct:SkDRect
/external/skia/tests/
H A DTSetTest.cpp99 SkTSet<int> set; local
103 REPORTER_ASSERT(reporter, set.add(2 * i));
107 REPORTER_ASSERT(reporter, set.mergeInto(setOdd) == 0);
108 REPORTER_ASSERT(reporter, set.count() == 2 * COUNT);
111 REPORTER_ASSERT(reporter, set.mergeInto(setOdd) == setOdd.count());
112 REPORTER_ASSERT(reporter, set.count() == 2 * COUNT);
115 REPORTER_ASSERT(reporter, set.contains(i));
120 REPORTER_ASSERT(reporter, set[i] == 2 * i);
121 REPORTER_ASSERT(reporter, set[COUNT + i] == 2 * i + 1);
125 set
[all...]
/external/smack/src/org/xbill/DNS/
H A DOptions.java49 set(token);
53 set(option, value);
67 set(String option) { method in class:Options
75 set(String option, String value) { method in class:Options
/external/srec/portable/include/
H A DArrayList.h131 ESR_ReturnCode(*set)(struct ArrayList_t* self, size_t index, void* element); member in struct:ArrayList_t
/external/srec/shared/include/
H A DInt8ArrayList.h99 ESR_ReturnCode(*set)(struct Int8ArrayList_t* self, size_t index, asr_int8_t element); member in struct:Int8ArrayList_t
H A DIntArrayList.h99 ESR_ReturnCode(*set)(struct IntArrayList_t* self, size_t index, int element); member in struct:IntArrayList_t

Completed in 589 milliseconds

1234567891011>>