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

<<61626364656667686970>>

  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 53 // Set reorderStart after the last code point with cc<=1 if there is one.
343 sa->add(sa->set, start);
361 sa->add(sa->set, c);
362 sa->add(sa->set, c+1);
364 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
639 * Bit 0 set if the composite is a forward-combining starter
644 * The last entry has the high bit of its first unit set.
701 * @param set recursively receives the composites from these compositions
703 void Normalizer2Impl::addComposites(const uint16_t *list, UnicodeSet &set) const {
717 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
1715 UnicodeSet *set; local
1902 addComposites(getCompositionsList(norm16), set); local
    [all...]
uniset_props.cpp 81 // Special property set IDs
115 UnicodeSet *set=new UnicodeSet(pattern, errorCode); local
116 if(set==NULL) {
119 set->freeze();
121 return set;
140 _set_add(USet *set, UChar32 c) {
141 ((UnicodeSet *)set)->add(c);
145 _set_addRange(USet *set, UChar32 start, UChar32 end) {
146 ((UnicodeSet *)set)->add(start, end);
150 _set_addString(USet *set, const UChar *str, int32_t length)
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
rbt_pars.cpp 185 // set array has not been constructed yet.
186 const UnicodeFunctor* set = NULL; local
190 set = (i < variablesVector->size()) ?
193 return set;
222 // set array has not been constructed yet.
237 // set array has not been constructed yet.
378 * @param illegal the set of special characters that is illegal during
682 // do nothing -- min, max already set
1502 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); local
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ncnvtst.c 1883 USet *set; local
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
tstnorm.cpp 643 // initially set the indexes into the middle of the strings
1107 UnicodeSet iSet, set; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
xinclude.c 220 * Returns the new set
276 * Returns the new set
689 * Copy the existing document set
985 /* prune and return full set */
1132 xmlNodeSetPtr set = obj->nodesetval; local
1133 if (set == NULL)
1135 for (i = 0;i < set->nodeNr;i++) {
1136 if (set->nodeTab[i] == NULL)
1138 switch (set->nodeTab[i]->type) {
1154 xmlNodePtr tmp, cur = set->nodeTab[i]
1208 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
1562 xmlNodeSetPtr set; local
    [all...]
xpointer.c 556 * 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
1398 xmlNodeSetPtr set; local
1612 xmlNodeSetPtr set = obj->nodesetval; local
1656 xmlLocationSetPtr set = (xmlLocationSetPtr) obj->user; local
2030 xmlXPathObjectPtr set; local
2176 xmlXPathObjectPtr set; local
2765 xmlXPathObjectPtr set; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/store/
str_lib.c 1264 unsigned char set[(STORE_ATTR_TYPE_NUM + 8) / 8]; member in struct:STORE_attr_info_st
1277 && ((a)->set[(i) / 8] & (1 << ((i) % 8))))
1278 #define SET_ATTRBIT(a,i) ((a)->set[(i) / 8] |= (1 << ((i) % 8)))
1279 #define CLEAR_ATTRBIT(a,i) ((a)->set[(i) / 8] &= ~(1 << ((i) % 8)))
    [all...]
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
FieldSet.java 43 * A class which represents an arbitrary set of fields of some message type.
219 * returns {@code null} if the field is not set; in this case it is up
329 ((List<Object>) list).set(index, value); method
410 * aren't actually present in the set, it is up to the caller to check
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawState.h 78 * equivalents are set to default values. Clipping will be enabled.
251 * @param color the color to set.
261 * @param alpha The alpha value to set as the color.
276 this->set(drawState, color);
286 void set(GrDrawState* drawState, GrColor color) { function in class:GrDrawState::AutoColorRestore
392 this->set(ds);
395 ~AutoRestoreEffects() { this->set(NULL); }
397 void set(GrDrawState* ds) { function in class:GrDrawState::AutoRestoreEffects
482 * @param constant the constant to set
487 * Retrieves the last value set by setBlendConstant(
664 void set(GrDrawState* ds, GrRenderTarget* newTarget) { function in class:GrDrawState::AutoRenderTargetRestore
    [all...]
GrPathUtils.cpp 189 void GrPathUtils::QuadUVMatrix::set(const GrPoint qPts[3]) { function in class:GrPathUtils::QuadUVMatrix
231 // Set the matrix to give (u = 0, v = distance_to_line)
247 // It's a point. It should cover zero area. Just set the matrix such
808 // Set klm_rev to to match the sub_section of cubic that needs to have its orientation
SkGpuDevice.cpp 80 *texture = this->set(device, bitmap, params);
89 GrTexture* set(SkGpuDevice* device, function in class:SkGpuDevice::SkAutoCachedTexture
470 // justAlpha is currently set to true only if there is a texture,
497 // be used is set on grPaint and returned in param act. constantColor has the
509 // Also require shader to set the render target .
818 mask->set(context, desc);
848 am.set(context, translate);
    [all...]
  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libjpeg.cpp 89 /* To suppress warnings with a SK_DEBUG binary, set the
96 /* To suppress error messages with a SK_DEBUG binary, set the
119 // Set to false before calling the libjpeg function, in case
128 // Like fHuffmanCreated, set to false before calling libjpeg
148 // Like fHuffmanCreated, set to false before calling libjpeg
272 void set(jpeg_decompress_struct* info) { function in class:JPEGAutoClean
286 To skip this additional scaling, just set sampleSize = 1; below.
326 // set a break-point in one place to see all error exists.
438 // libjpeg cannot convert from CMYK or YCCK to RGB - here we set up
449 // config. Fall through to set to the default
    [all...]
  /external/chromium_org/v8/test/cctest/
test-regexp.cc 1457 OutSet* set = table.Get(i); local
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 27 void ObjCListBase::set(void *const* InList, unsigned Elts, ASTContext &Ctx) { function in class:ObjCListBase
37 void ObjCProtocolList::set(ObjCProtocolDecl* const* InList, unsigned Elts, function in class:ObjCProtocolList
44 set(InList, Elts, Ctx);
333 data().AllReferencedProtocols.set(ExtList, ExtNum, C);
368 data().AllReferencedProtocols.set(ProtocolRefs.data(), ProtocolRefs.size(),C);
    [all...]
DumpXML.cpp 67 static_cast<Impl*>(this)->set("used", "1");
199 /// Set the given attribute to the given value.
200 void set(StringRef attr, StringRef value) { function in struct:__anon15708::XMLDumper
231 set(prop, buffer);
239 set(prop, v.toString(10));
247 set(prop, buffer);
251 if (flag) set(prop, "true");
256 return set("name", "");
260 return set("name", Name.getAsIdentifierInfo()->getName());
262 set("name", Name.getAsString())
    [all...]
  /external/clang/test/SemaCXX/
constant-expression-cxx1y.cpp 133 constexpr void set(const int &a, int b) { function in namespace:assign
137 set(a, b);
141 static_assert((set(a, 1), a) == 1, ""); // expected-error {{constant expression}} expected-note {{in call to 'set(a, 1)'}}
142 static_assert((set(b, 1), b) == 1, ""); // expected-error {{constant expression}} expected-note {{in call to 'set(b, 1)'}}
143 static_assert((set(c, 1), c) == 1, ""); // expected-error {{constant expression}} expected-note {{read of non-const variable 'c'}}
206 constexpr void set(int &n) { n = 1; } function in namespace:potential_const_expr
207 constexpr int div_zero_1() { int z = 0; set(z); return 100 / z; } // no error
210 return 100 / (set(z), 0); // expected-note {{division by zero}
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
EscapeAnalysis.java 57 /** set containing all registers related to an object */
73 * @param escState the lattice value to initially set this to
77 regSet.set(reg);
165 * into is the parent. A child set must always have an escape state at
293 // Set should already exist, try to find it
296 escSet.regSet.set(result.getReg());
300 // Set not found, must be either null or unknown
363 // Check if result is in a set already
376 // If no set is found, add it to this escSet and the worklist
377 escSet.regSet.set(use.getResult().getReg())
    [all...]
  /external/guava/guava/src/com/google/common/collect/
AbstractMultimap.java 38 import java.util.Set;
69 * allow duplicates. If the collection, such as a {@link Set}, does not support
322 } else if (collection instanceof Set) {
323 return Collections.unmodifiableSet((Set<V>) collection);
366 } else if (collection instanceof Set) {
367 return new WrappedSet(key, (Set<V>) collection);
645 /** Set decorator that stays in sync with the multimap values for a key. */
646 private class WrappedSet extends WrappedCollection implements Set<V> {
647 WrappedSet(@Nullable K key, Set<V> delegate) {
743 public V set(int index, V element) method in class:AbstractMultimap.WrappedList
834 public void set(V value) { method in class:AbstractMultimap.WrappedList.WrappedListIterator
    [all...]
  /external/guava/guava-tests/test/com/google/common/testing/
NullPointerTesterTest.java 30 import java.util.Set;
523 Set<Class<?>> set = Sets.newHashSet(classes); local
525 if (!set.remove(clazz)) {
  /external/harfbuzz_ng/src/
hb-open-type-private.hh 529 inline void set (Type i) { hb_be_uint16_put (v,i); } function in struct:OT::BEInt
539 inline void set (Type i) { hb_be_uint32_put (v,i); } function in struct:OT::BEInt
549 inline void set (Type i) { hb_be_uint24_put (v,i); } function in struct:OT::BEInt
560 inline void set (Type i) { v.set (i); } function in struct:OT::IntType
698 this->set ((char *) t - (char *) base); /* TODO(serialize) Overflow? */
722 this->set (v);
727 /* Set the offset to Null */
730 this->set (0); /* 0 is Null offset */
784 len.set (items_len); /* TODO(serialize) Overflow? *
    [all...]
  /external/icu4c/common/
normalizer2impl.cpp 54 // Set reorderStart after the last code point with cc<=1 if there is one.
366 sa->add(sa->set, start);
384 sa->add(sa->set, c);
385 sa->add(sa->set, c+1);
387 sa->add(sa->set, Hangul::HANGUL_LIMIT); /* add Hangul+1 to continue with other properties */
714 * Bit 0 set if the composite is a forward-combining starter
719 * The last entry has the high bit of its first unit set.
776 * @param set recursively receives the composites from these compositions
778 void Normalizer2Impl::addComposites(const uint16_t *list, UnicodeSet &set) const {
792 addComposites(getCompositionsListForComposite(getNorm16(composite)), set);
1773 UnicodeSet *set; local
1960 addComposites(getCompositionsList(norm16), set); local
    [all...]
uniset_props.cpp 81 // Special property set IDs
115 UnicodeSet *set=new UnicodeSet(pattern, errorCode); local
116 if(set==NULL) {
120 set->freeze();
122 return set;
141 _set_add(USet *set, UChar32 c) {
142 ((UnicodeSet *)set)->add(c);
146 _set_addRange(USet *set, UChar32 start, UChar32 end) {
147 ((UnicodeSet *)set)->add(start, end);
151 _set_addString(USet *set, const UChar *str, int32_t length)
    [all...]
  /external/icu4c/extra/uconv/
uconv.cpp 91 /* Set up our static data - if any */
192 /* Print converter information. If lookfor is set, only that converter will
275 /* Set the name either to what we are looking for, or
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)
    [all...]
  /external/icu4c/i18n/
rbt_pars.cpp 191 // set array has not been constructed yet.
192 const UnicodeFunctor* set = NULL; local
196 set = (i < variablesVector->size()) ?
199 return set;
228 // set array has not been constructed yet.
243 // set array has not been constructed yet.
384 * @param illegal the set of special characters that is illegal during
688 // do nothing -- min, max already set
1508 UnicodeSet* set = new UnicodeSet(rule, pos, USET_IGNORE_SPACE, parseData, status); local
    [all...]

Completed in 1565 milliseconds

<<61626364656667686970>>