Searched defs:set (Results 726 - 750 of 1028) sorted by relevance

<<21222324252627282930>>

/external/clang/tools/libclang/
H A DCXCursor.cpp1048 static inline CXCursorSet_Impl *unpackCXCursorSet(CXCursorSet set) { argument
1049 return (CXCursorSet_Impl*) set;
1077 void clang_disposeCXCursorSet(CXCursorSet set) { argument
1078 delete unpackCXCursorSet(set);
1081 unsigned clang_CXCursorSet_contains(CXCursorSet set, CXCursor cursor) { argument
1082 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set);
1088 unsigned clang_CXCursorSet_insert(CXCursorSet set, CXCursor cursor) { argument
1089 // Do not insert invalid cursors into the set.
1094 CXCursorSet_Impl *setImpl = unpackCXCursorSet(set);
/external/compiler-rt/test/dfsan/
H A Dcustom.c604 sigset_t set; local
605 dfsan_set_label(j_label, &set, 1);
606 int ret = sigemptyset(&set);
608 ASSERT_READ_ZERO_LABEL(&set, sizeof(set));
/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp70 VarSpec (const std::string& name_, const T& minValue_, const T& maxValue_) : name(name_) { set(minValue_, maxValue_); }
73 VarSpec (const std::string& name_, const T& value) : name(name_) { set(value, value); }
75 void set (float minValue_, float maxValue_) function in struct:deqp::gls::VarSpec
83 void set (const tcu::Vector<float, ValSize>& minValue_, const tcu::Vector<float, ValSize>& maxValue_) function in struct:deqp::gls::VarSpec
91 void set (const tcu::Matrix<float, ValRows, ValCols>& minValue_, const tcu::Matrix<float, ValRows, ValCols>& maxValue_) function in struct:deqp::gls::VarSpec
98 void set (int minValue_, int maxValue_) function in struct:deqp::gls::VarSpec
106 void set (const tcu::Vector<int, ValSize>& minValue_, const tcu::Vector<int, ValSize>& maxValue_) function in struct:deqp::gls::VarSpec
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java641 public void setVarargs(boolean set) { argument
642 mIsVarargs = set;
/external/guava/guava/src/com/google/common/collect/
H A DAbstractMultimap.java743 public V set(int index, V element) { method in class:AbstractMultimap.WrappedList
745 return getListDelegate().set(index, element);
834 public void set(V value) { method in class:AbstractMultimap.WrappedList.WrappedListIterator
835 getDelegateListIterator().set(value);
H A DSynchronized.java204 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { argument
205 return new SynchronizedSet<E>(set, mutex);
238 SortedSet<E> set, @Nullable Object mutex) {
239 return new SynchronizedSortedSet<E>(set, mutex);
366 public E set(int index, E element) { method in class:Synchronized.SynchronizedList
368 return delegate().set(index, element);
744 return set(delegate().get(key), mutex);
761 entrySet = set(delegate().entries(), mutex);
817 return set((Se
237 sortedSet( SortedSet<E> set, @Nullable Object mutex) argument
825 typePreservingSet( Set<E> set, @Nullable Object mutex) argument
[all...]
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DSynchronized.java191 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { argument
192 return new SynchronizedSet<E>(set, mutex);
225 SortedSet<E> set, @Nullable Object mutex) {
226 return new SynchronizedSortedSet<E>(set, mutex);
353 public E set(int index, E element) { method in class:Synchronized.SynchronizedList
355 return delegate().set(index, element);
731 return set(delegate().get(key), mutex);
748 entrySet = set(delegate().entries(), mutex);
804 return set((Se
224 sortedSet( SortedSet<E> set, @Nullable Object mutex) argument
812 typePreservingSet( Set<E> set, @Nullable Object mutex) argument
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DSetsTest.java339 EnumSet<SomeEnum> set = EnumSet.of(SomeEnum.A, SomeEnum.D);
340 assertEquals(set, newEnumSet(set, SomeEnum.class));
344 Set<SomeEnum> set = ImmutableSet.of(SomeEnum.B, SomeEnum.C);
345 assertEquals(set, newEnumSet(set, SomeEnum.class));
349 Set<SomeEnum> set = ImmutableSet.of(SomeEnum.A, SomeEnum.B, SomeEnum.C);
350 assertEquals(set, newEnumSet(unmodifiableIterable(set), SomeEnum.class));
354 HashSet<Integer> set
606 assertEmpty(Set<? extends List<?>> set) argument
902 checkHashCode(Set<?> set) argument
906 private static <E> Set<E> set(E... elements) { method in class:SetsTest
920 verifyLinkedHashSetContents( LinkedHashSet<E> set, Collection<E> contents) argument
933 verifySortedSetContents( SortedSet<E> set, Iterable<E> iterable, @Nullable Comparator<E> comparator) argument
944 verifySetContents(Set<E> set, Iterable<E> contents) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-open-type-private.hh272 obj->set (v);
536 inline void set (Type i) { hb_be_uint16_put (v,i); } function in struct:OT::BEInt
546 inline void set (Type i) { hb_be_uint32_put (v,i); } function in struct:OT::BEInt
556 inline void set (Type i) { hb_be_uint24_put (v,i); } function in struct:OT::BEInt
567 inline void set (Type i) { v.set (i); } function in struct:OT::IntType
659 { set (CalcTableChecksum ((const ULONG *) data, length)); }
705 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
776 len.set (items_len); /* TODO(serialize) Overflow? */
895 len.set (items_le
[all...]
/external/icu/icu4c/source/common/
H A Duniset_props.cpp81 // Special property set IDs
117 _set_add(USet *set, UChar32 c) { argument
118 ((UnicodeSet *)set)->add(c);
122 _set_addRange(USet *set, UChar32 start, UChar32 end) { argument
123 ((UnicodeSet *)set)->add(start, end);
127 _set_addString(USet *set, const UChar *str, int32_t length) { argument
128 ((UnicodeSet *)set)->add(UnicodeString((UBool)(length<0), str, length));
323 * Constructs a set from the given pattern, optionally ignoring
326 * @param pattern a string specifying what characters are in the set
382 // _applyPattern calls add() etc., which set pa
[all...]
/external/icu/icu4c/source/extra/uconv/
H A Duconv.cpp192 /* Print converter information. If lookfor is set, only that converter will
497 USet *set = uset_open(1, 0); local
499 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &err);
500 if (U_SUCCESS(err) && uset_contains(set, uSig)) {
505 uset_close(set);
694 // available, it returns NULL and a failure code. We also set the
754 // At the last conversion in the file, flush should be set to
782 // - an error occurred during conversion (an error code is set)
918 // At the last conversion flush should be set to true to ensure that
1391 * Hey, Emacs, please set th
[all...]
/external/icu/icu4c/source/i18n/
H A Dalphaindex.cpp723 // Synthesize a set of them from the locale's standard exemplar characters.
945 // take precedence over the single locale data exemplar set per language.
1003 UnicodeSet set; local
1004 collatorPrimaryOnly_->internalAddContractions(0xFDD1, set, status);
1008 if (set.isEmpty()) {
1012 UnicodeSetIterator iter(set);
H A Dcollationdatabuilder.cpp321 // Always set the Hangul tag to help performance.
327 // Copy the set contents but don't copy/clone the set as a whole because
340 // TODO: Do we need to check what values are currently set for start..end?
884 // No need to update the unsafeBackwardSet because the tailoring set
885 // is already a copy of the base set.
1041 CollationDataBuilder::optimize(const UnicodeSet &set, UErrorCode &errorCode) { argument
1042 if(U_FAILURE(errorCode) || set.isEmpty()) { return; }
1043 UnicodeSetIterator iter(set);
1057 CollationDataBuilder::suppressContractions(const UnicodeSet &set, UErrorCod argument
[all...]
/external/icu/icu4c/source/test/cintltst/
H A Dncnvtst.c470 // Markus says this warning can occur when the set of available converters is changed,
1791 /* Test that U_TRUNCATED_CHAR_FOUND is set. */
1810 log_data_err("error TestTruncated: unable to set the stop callback on \"%s\" - %s\n",
1907 USet *set; local
1961 /* open an empty set */
1962 set=uset_open(1, 0);
1975 uset_clear(set);
1976 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &errorCode);
1980 } else if(uset_size(set)==0) {
1981 log_err("error: ucnv_getUnicodeSet(%s) returns an empty set\
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dconvtest.cpp432 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
[all...]
H A Dtstnorm.cpp644 // initially set the indexes into the middle of the strings
1052 // UNORM_INPUT_IS_FCD is set automatically if both input strings fulfill FCD conditions
1053 // set UNORM_UNICODE_3_2 in one additional combination
1108 UnicodeSet iSet, set; local
1122 set.addAll(iSet);
1128 UnicodeSetIterator it(set);
/external/libpcap/
H A Dpcap-bpf.c272 * and set up p->buffer and cc to reflect one if available. Notice that if
770 * We have an 802.11 DLT, so we can set monitor mode.
964 * otherwise leave the flag set, so that the *next* call
973 * ep is set based on the return value of read(),
983 * happened, and just set p->cc to 0.
1656 * we just open the enN device, and set the DLT.
1663 * If the BPF extension to set buffer mode is present, try setting
2062 /* set timeout */
2122 * On AIX (4.2 at least), if BIOCIMMEDIATE is not set, the
2125 * set i
2292 monitor_mode(pcap_t *p, int set) argument
[all...]
/external/libsepol/src/
H A Dwrite.c107 unsigned set; local
131 set = 1;
146 set++;
188 set--;
195 set--;
198 if (set) {
/external/libxml2/
H A Dxinclude.c221 * Returns the new set
277 * Returns the new set
690 * Copy the existing document set
988 /* prune and return full set */
1135 xmlNodeSetPtr set = obj->nodesetval; local
1136 if (set == NULL)
1138 for (i = 0;i < set->nodeNr;i++) {
1139 if (set->nodeTab[i] == NULL)
1141 switch (set->nodeTab[i]->type) {
1157 xmlNodePtr tmp, cur = set
1211 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
1565 xmlNodeSetPtr set; local
[all...]
H A Dxpointer.c556 * Empty set ...
635 * @cur: the initial range set
639 * If the location already exist in the set @val is freed.
664 xmlXPtrErrMemory("adding location to set");
677 xmlXPtrErrMemory("adding location to set");
714 * @cur: the initial range set
747 * @cur: the initial range set
812 * @set: a node set
815 * it with all the nodes from @set
820 xmlXPtrNewLocationSetNodeSet(xmlNodeSetPtr set) argument
1399 xmlNodeSetPtr set; local
1615 xmlNodeSetPtr set = obj->nodesetval; local
1659 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
2033 xmlXPathObjectPtr set; local
2179 xmlXPathObjectPtr set; local
2766 xmlXPathObjectPtr set; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c500 error("failed to set filter with %d (%s)\n", errno,
1192 sigset_t set, oset; local
1200 sigemptyset(&set);
1201 sigaddset(&set, SIGCHLD);
1202 sigprocmask(SIG_BLOCK, &set, &oset);
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h208 SetSetLLDBGlobals (bool set) argument
210 m_set_lldb_globals = set;
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DCommunicationKDP.cpp1312 0, 0); // Bitfield info set to not do anything bitfield related
1410 CommunicationKDP::SendRequestBreakpoint (bool set, addr_t addr) argument
1415 const CommandType command = set ? (use_64 ? KDP_BREAKPOINT_SET64 : KDP_BREAKPOINT_SET ):
/external/llvm/include/llvm/IR/
H A DValue.h370 /// that are not also set in the given value.
469 void Use::set(Value *V) { function in class:llvm::Use
/external/mesa3d/src/gallium/drivers/nv50/codegen/
H A Dnv50_ir.cpp66 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(Valu function in class:nv50_ir::ValueDef
[all...]

Completed in 696 milliseconds

<<21222324252627282930>>