Searched defs:set (Results 26 - 50 of 583) sorted by relevance

1234567891011>>

/external/webkit/Source/WebCore/html/canvas/
H A DIntegralTypedArrayBase.h42 void set(unsigned index, double value) function in class:WebCore::IntegralTypedArrayBase
/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceClientWalker.cpp31 CachedResourceClientWalker::CachedResourceClientWalker(const HashCountedSet<CachedResourceClient*>& set) argument
32 : m_clientSet(set), m_clientVector(set.size()), m_index(0)
35 Iterator end = set.end();
37 for (Iterator current = set.begin(); current != end; ++current)
/external/webkit/Source/WebKit2/Shared/
H A DMutableDictionary.cpp45 bool MutableDictionary::set(const String& key, APIObject* item) function in class:WebKit::MutableDictionary
47 std::pair<MapType::iterator, bool> result = m_map.set(key, item);
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DSetExtensions.cs45 public static bool add<T>( this HashSet<T> set, T item ) argument
47 return set.Add( item );
51 public static void addAll<T>( this HashSet<T> set, IEnumerable<T> items ) argument
54 set.Add( item );
59 public static void clear<T>( this HashSet<T> set )
61 set.Clear();
65 public static bool contains<T>( this HashSet<T> set, T value ) argument
67 return set.Contains( value );
71 public static bool remove<T>( this HashSet<T> set, T item ) argument
73 return set
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
H A DAttributes.java14 private Attributes(ASN1Set set) argument
16 attributes = set;
/external/chromium/chrome/browser/sync/engine/
H A Dmock_model_safe_workers.cc28 const syncable::ModelTypeBitSet& set) {
32 if (set[type]) {
27 PassiveForTypes( const syncable::ModelTypeBitSet& set) argument
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_button_border.cc62 const MBBImageSet* set = &normal_set_; local
64 set = &hot_set_;
66 set = &pushed_set_;
69 canvas->DrawBitmapInt(*set->top_left, 0, 0);
73 canvas->DrawBitmapInt(*set->top, 0, 0, set->top->width(), set->top->height(),
74 set->top_left->width(), 0,
75 bounds.width() - set->top_right->width() - set
[all...]
/external/chromium/testing/gmock/scripts/generator/cpp/
H A Dgmock_class.py41 _dummy = set
44 set = sets.Set variable
47 # How many spaces to indent. Can set me with the INDENT environment variable.
106 processed_class_names = set()
173 desired_class_names = set(argv[2:])
H A Dkeywords.py31 if not hasattr(builtins, 'set'):
33 from sets import Set as set namespace
36 TYPES = set('bool char int long short double float void wchar_t unsigned signed'.split())
37 TYPE_MODIFIERS = set('auto register const inline extern static virtual volatile mutable'.split())
38 ACCESS = set('public protected private friend'.split())
40 CASTS = set('static_cast const_cast dynamic_cast reinterpret_cast'.split())
42 OTHERS = set('true false asm class namespace using explicit this operator sizeof'.split())
43 OTHER_TYPES = set('new delete typedef struct union enum typeid typename template'.split())
45 CONTROL = set('case switch default if else return goto'.split())
46 EXCEPTION = set('tr
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_clock.h49 void set(unsigned tid, u64 v) { function in struct:__tsan::ThreadClock
/external/dexmaker/src/dx/java/com/android/dx/rop/annotation/
H A DAnnotationsList.java52 result.set(i, Annotations.combine(a1, a2));
70 * this with the index for an element which was never set; if you
85 * @param a {@code null-ok;} the element to set at {@code n}
87 public void set(int n, Annotations a) { method in class:AnnotationsList
/external/dexmaker/src/dx/java/com/android/dx/rop/cst/
H A DStdConstantPool.java96 public void set(int n, Constant cst) { method in class:StdConstantPool
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DFileTask.java51 public final void addInfileset (final XFileSet set) argument
53 if (set != null) m_dataFileSets.add (set);
56 public final void addFileset (final XFileSet set) argument
58 if (set != null) m_dataFileSets.add (set);
93 final FileSet set = (FileSet) i.next ();
94 final DirectoryScanner ds = set.getDirectoryScanner (project);
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIInterfaceCollection.java78 int set (int offset, int interface_index); method in interface:IInterfaceCollection
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DIDeclaredExceptionTable.java81 int set (int offset, int exception_index); method in interface:IDeclaredExceptionTable
H A DIExceptionHandlerTable.java80 Exception_info set (int offset, Exception_info exception); method in interface:IExceptionHandlerTable
/external/guava/guava/src/com/google/common/collect/
H A DForwardingListIterator.java67 public void set(E element) { method in class:ForwardingListIterator
68 delegate().set(element);
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/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
185 * @param decomposition String object which will be set to c's
306 * Normalizes portions of the text contained in the filter set and leaves
307 * portions not contained in the filter set unchanged.
319 * and a filter set.
322 * The filter set should be frozen; otherwise the performance will suffer greatly.
328 norm2(n2), set(filterSet) {}
389 * @param decomposition String object which will be set to c's
479 const UnicodeSet &set; member in class:FilteredNormalizer2
/external/icu4c/i18n/
H A Dcsmatch.cpp27 void CharsetMatch::set(InputText *input, CharsetRecognizer *cr, int32_t conf) function in class:CharsetMatch

Completed in 669 milliseconds

1234567891011>>