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

<<51525354555657585960>>

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
FloatingObjects.h 146 const FloatingObjectSet& set() const { return m_set; } function in class:WebCore::FloatingObjects
  /external/chromium_org/third_party/WebKit/Source/wtf/
HashMap.h 103 AddResult set(const KeyType&, MappedPassInType);
346 HashMap<T, U, V, W, X>::set(const KeyType& key, MappedPassInType mapped) function in class:WTF::HashMap
350 // The inlineAdd call above found an existing hash table entry; we need to set the mapped value.
  /external/chromium_org/third_party/icu/source/common/
uset.cpp 42 uset_close(USet* set) {
43 delete (UnicodeSet*) set;
47 uset_clone(const USet *set) {
48 return (USet*) (((UnicodeSet*) set)->UnicodeSet::clone());
52 uset_isFrozen(const USet *set) {
53 return ((UnicodeSet*) set)->UnicodeSet::isFrozen();
57 uset_freeze(USet *set) {
58 ((UnicodeSet*) set)->UnicodeSet::freeze();
62 uset_cloneAsThawed(const USet *set) {
63 return (USet*) (((UnicodeSet*) set)->UnicodeSet::cloneAsThawed())
269 const UnicodeSet& set = *(const UnicodeSet*)uset; local
279 const UnicodeSet& set = *(const UnicodeSet*)uset; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
tridpars.cpp 82 UnicodeSet *set = new UnicodeSet(filter, ec); local
84 delete set;
86 t->adoptFilter(set);
243 * optional, and the return result will be set to 0 or 1.
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
  /external/chromium_org/third_party/icu/source/test/cintltst/
ucnvseltst.c 283 /* get unicode set for that converter */
284 USet* set; local
289 set = uset_openEmpty();
291 ucnv_getUnicodeSet(test_converter, set,
294 uset_addAll(set, excludedCodePoints);
296 uset_freeze(set);
304 * (UBool)(uset_spanUTF8(set, utf8, length, USET_SPAN_SIMPLE) == length);
305 * They might be different if the set contains strings,
315 if (cp >= 0 && !uset_contains(set, cp)) {
320 uset_close(set);
    [all...]
  /external/chromium_org/third_party/libwebp/enc/
histogram.c 58 VP8LHistogramSet* set; local
60 const uint64_t total_size = sizeof(*set)
61 + (uint64_t)size * sizeof(*set->histograms)
62 + (uint64_t)size * sizeof(**set->histograms);
66 set = (VP8LHistogramSet*)memory;
67 memory += sizeof(*set);
68 set->histograms = (VP8LHistogram**)memory;
69 memory += size * sizeof(*set->histograms);
71 set->max_size = size;
72 set->size = size
    [all...]
  /external/chromium_org/third_party/skia/include/utils/
SkMatrix44.h 65 this->set(0, 0, 0, 1);
94 void set(SkScalar x, SkScalar y, SkScalar z, SkScalar w = SK_Scalar1) { function in struct:SkVector4
159 kTranslate_Mask = 0x01, //!< set if the matrix has translation
160 kScale_Mask = 0x02, //!< set if the matrix has any scale != 1
161 kAffine_Mask = 0x04, //!< set if the matrix skews or rotates
162 kPerspective_Mask = 0x08 //!< set if the matrix is in perspective
169 * other bits may be set to true even in the case of a pure perspective
217 * set a value in the matrix. The row,col parameters work as follows:
222 inline void set(int row, int col, SkMScalar value) { function in class:SkMatrix44
233 this->set(row, col, SkDoubleToMScalar(value))
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkString.cpp 372 void SkString::set(const char text[]) { function in class:SkString
373 this->set(text, text ? strlen(text) : 0);
376 void SkString::set(const char text[], size_t len) { function in class:SkString
562 this->set(buffer, strlen(buffer));
633 formattedOutput.set(buffer);
642 out->push_back().set(str, len);
  /external/chromium_org/url/
url_canon.h 50 inline void set(int offset, int ch) { function in class:url_canon::CanonOutputT
182 // Character set converter ----------------------------------------------------
185 // implementation of this class to interface with their own character set
202 // character set, the converter should append the HTML entity sequence in
245 // the length of the output will be set to the length of the new host name.
461 // our best for crazy input here since web pages can set it themselves.
464 // character set converter object provides. The converter will only be called
633 // modified, call either Set* or Clear* to modify it.
635 // The string passed to Set* functions DOES NOT GET COPIED AND MUST BE KEPT
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramState.h 224 /// \param Regions the set of regions to be invalidated.
228 /// \param CausesPointerEscape the flag is set to true when
232 /// \param IS the set of invalidated symbols.
235 /// \param ConstRegions the set of regions whose contents are accessible,
343 /// \brief Set dynamic type information of the region; return the new state.
347 /// \brief Set dynamic type information of the region; return the new state.
390 ProgramStateRef set(typename ProgramStateTrait<T>::data_type D) const;
393 ProgramStateRef set(typename ProgramStateTrait<T>::key_type K,
397 ProgramStateRef set(typename ProgramStateTrait<T>::key_type K,
565 ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) function in class:clang::ento::ProgramStateManager
571 ProgramStateRef set(ProgramStateRef st, function in class:clang::ento::ProgramStateManager
758 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const { function in class:clang::ento::ProgramState
763 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
769 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::key_type K, function in class:clang::ento::ProgramState
    [all...]
  /external/clang/lib/Frontend/
SerializedDiagnosticPrinter.cpp 34 void set(unsigned recordID, unsigned abbrevID) { function in class:__anon15875::AbbreviationMap
36 && "Abbreviation already set.");
42 "Abbreviation not set.");
205 /// \brief The set of constructed record abbreviations.
388 Abbrevs.set(RECORD_VERSION, Stream.EmitBlockInfoAbbrev(BLOCK_META, Abbrev));
411 Abbrevs.set(RECORD_DIAG, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG, Abbrev));
419 Abbrevs.set(RECORD_CATEGORY, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG, Abbrev));
425 Abbrevs.set(RECORD_SOURCE_RANGE,
434 Abbrevs.set(RECORD_DIAG_FLAG, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG,
445 Abbrevs.set(RECORD_FILENAME, Stream.EmitBlockInfoAbbrev(BLOCK_DIAG
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
OutputFinisher.java 147 * Returns the set of all constants referred to by instructions added
150 * @return {@code non-null;} the set of constants
166 * @param result {@code non-null;} result set to add to
190 * @param result {@code non-null;} result set to add to
286 * No need to call this.set(), since the format and other info
289 insns.set(index, targetInsn.withNewTargetAndReversed(newTarget));
422 * No need to call this.set() since the format and
425 insns.set(i, insn.withRegisterOffset(reservedDifference));
570 insns.set(i, insn.withOpcode(currentOpcode));
707 insns.set(i, insn.withOpcode(opcode))
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DebugInfoDecoder.java 505 decodedLocals.set(i, e2);
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
SsaToRop.java 260 result.set(ropBlockIndex++, convertBasicBlock(b));
342 result.set(i, ssaInsns.get(i).toRopInsn());
  /external/guava/guava/src/com/google/common/collect/
ArrayTable.java 35 import java.util.Set;
65 * lists of allowed keys and values. See the {@link #at}, {@link #set}, {@link
243 public V set(int rowIndex, int columnIndex, @Nullable V value) { method in class:ArrayTable
365 return set(rowIndex, columnIndex, value);
421 return set(rowIndex, columnIndex, null);
453 * Returns an unmodifiable set of all row key / column key / value
454 * triplets. Changes to the table will update the returned set.
456 * <p>The returned set's iterator traverses the mappings with the first row
462 * @return set of table cells consisting of row key / column key / value
466 public Set<Cell<R, C, V>> cellSet()
467 CellSet set = cellSet; local
    [all...]
ComputingConcurrentHashMap.java 141 table.set(index, e);
LinkedListMultimap.java 45 import java.util.Set;
350 public void set(Node<K, V> e) { method in class:LinkedListMultimap.NodeIterator
365 final Set<K> seenKeys = Sets.<K>newHashSetWithExpectedSize(keySet().size());
485 public void set(V value) { method in class:LinkedListMultimap.ValueForKeyIterator
602 keyValues.set(newValues.next());
651 * progress (except through the iterator's own {@code add}, {@code set} or
674 private transient Set<K> keySet;
677 public Set<K> keySet() {
678 Set<K> result = keySet;
776 public Set<K> elementSet()
    [all...]
Synchronized.java 35 import java.util.Set;
204 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { method in class:Synchronized
205 return new SynchronizedSet<E>(set, mutex);
209 extends SynchronizedCollection<E> implements Set<E> {
211 SynchronizedSet(Set<E> delegate, @Nullable Object mutex) {
215 @Override Set<E> delegate() {
216 return (Set<E>) super.delegate()
366 public E set(int index, E element) { method in class:Synchronized.SynchronizedList
    [all...]
  /external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
LinkedListMultimap.java 41 import java.util.Set;
346 public void set(Node<K, V> e) { method in class:LinkedListMultimap.NodeIterator
361 final Set<K> seenKeys = Sets.<K>newHashSetWithExpectedSize(keySet().size());
481 public void set(V value) { method in class:LinkedListMultimap.ValueForKeyIterator
598 keyValues.set(newValues.next());
647 * progress (except through the iterator's own {@code add}, {@code set} or
670 private transient Set<K> keySet;
673 public Set<K> keySet() {
674 Set<K> result = keySet;
772 public Set<K> elementSet()
    [all...]
Synchronized.java 32 import java.util.Set;
191 @VisibleForTesting static <E> Set<E> set(Set<E> set, @Nullable Object mutex) { method in class:Synchronized
192 return new SynchronizedSet<E>(set, mutex);
196 extends SynchronizedCollection<E> implements Set<E> {
198 SynchronizedSet(Set<E> delegate, @Nullable Object mutex) {
202 @Override Set<E> delegate() {
203 return (Set<E>) super.delegate()
353 public E set(int index, E element) { method in class:Synchronized.SynchronizedList
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java 36 import java.util.Set;
47 protected abstract Set<String> of();
48 protected abstract Set<String> of(String e);
49 protected abstract Set<String> of(String e1, String e2);
50 protected abstract Set<String> of(String e1, String e2, String e3);
51 protected abstract Set<String> of(String e1, String e2, String e3, String e4);
52 protected abstract Set<String> of(String e1, String e2, String e3, String e4,
54 protected abstract Set<String> of(String e1, String e2, String e3, String e4,
56 protected abstract Set<String> copyOf(String[] elements);
57 protected abstract Set<String> copyOf(Collection<String> elements)
62 Set<String> set = of(); local
63 assertEquals(Collections.<String>emptySet(), set); local
64 assertSame(of(), set); local
68 Set<String> set = of("a"); local
73 Set<String> set = of("a", "b"); local
78 Set<String> set = of("a", "b", "c"); local
83 Set<String> set = of("a", "b", "c", "d"); local
88 Set<String> set = of("a", "b", "c", "d", "e"); local
93 Set<String> set = of("a", "b", "c", "d", "e", "f"); local
98 Set<String> set = of("a", "b", "c", "d", "e", "f", "g"); local
103 Set<String> set = of("a", "b", "c", "d", "e", "f", "g", "h"); local
109 Set<String> set = copyOf(array); local
110 assertEquals(Collections.<String>emptySet(), set); local
111 assertSame(of(), set); local
116 Set<String> set = copyOf(array); local
140 Set<String> set = copyOf(c); local
141 assertEquals(Collections.<String>emptySet(), set); local
142 assertSame(of(), set); local
147 Set<String> set = copyOf(c); local
153 Set<String> set = copyOf(c); local
159 Set<String> set = copyOf(c); local
176 Set<String> set = copyOf(iterator); local
177 assertEquals(Collections.<String>emptySet(), set); local
178 assertSame(of(), set); local
183 Set<String> set = copyOf(iterator); local
189 Set<String> set = copyOf(iterator); local
195 Set<String> set = copyOf(iterator); local
221 Set<String> set = copyOf(iterable); local
251 Set<String> set = of("a", "b", "c", "d", "e", "f", "g"); local
292 ImmutableSet<String> set = this.<String>builder() local
303 ImmutableSet<String> set = this.<String>builder() local
317 ImmutableSet<String> set = this.<String>builder() local
    [all...]
LinkedListMultimapTest.java 42 import java.util.Set;
314 assertEquals(2, (int) multimap.get("foo").set(0, 4));
437 Set<Entry<String, Collection<Integer>>> set = Sets.newLinkedHashSet(asList( local
450 new IteratorTester<Entry<String, Collection<Integer>>>(6, MODIFIABLE, set,
  /external/icu4c/i18n/
tridpars.cpp 82 UnicodeSet *set = new UnicodeSet(filter, ec); local
84 delete set;
86 t->adoptFilter(set);
243 * optional, and the return result will be set to 0 or 1.
725 UnicodeSet set(id, ppos, USET_IGNORE_SPACE, NULL, ec);
uspoof.cpp 242 const UnicodeSet *set = UnicodeSet::fromUSet(chars); local
243 uspoof_setAllowedUnicodeSet(sc, set, status);
411 // The Any Case / Lower Case bit in the skelton flags was set at the top of the function.
506 UnicodeSet marksSeenSoFar; // Set of combining marks in a single combining sequence.
540 // Compute the set of scripts that every input character has a confusable in.
  /external/icu4c/test/cintltst/
ucnvseltst.c 283 /* get unicode set for that converter */
284 USet* set; local
289 set = uset_openEmpty();
291 ucnv_getUnicodeSet(test_converter, set,
294 uset_addAll(set, excludedCodePoints);
296 uset_freeze(set);
304 * (UBool)(uset_spanUTF8(set, utf8, length, USET_SPAN_SIMPLE) == length);
305 * They might be different if the set contains strings,
315 if (cp >= 0 && !uset_contains(set, cp)) {
320 uset_close(set);
    [all...]

Completed in 680 milliseconds

<<51525354555657585960>>