/external/chromium_org/sync/syncable/ |
model_type.cc | 340 ModelTypeSet set = ModelTypeSet::All(); local 341 set.RemoveAll(ProxyTypes()); 342 return set; 346 ModelTypeSet set; local 351 set.Put(ModelTypeFromInt(i)); 353 return set; 357 ModelTypeSet set; local 360 set.Put(BOOKMARKS); 361 set.Put(PREFERENCES); 362 set.Put(PASSWORDS) 401 ModelTypeSet set; local 413 ModelTypeSet set; local [all...] |
/external/chromium_org/third_party/WebKit/Source/bindings/v8/ |
IDBBindingUtilities.cpp | 98 array->Set(i, toV8(key->array()[i].get(), creationContext, isolate)); 213 return object->Set(indexOrName, v8Value); 231 static bool set(v8::Handle<v8::Value>& object, const String& keyPathElement, const v8::Handle<v8::Value>& v8Value, v8::Isolate* isolate) function in namespace:WebCore 277 if (!set(parentValue, keyPathElement, object, isolate)) 357 if (!set(parent, keyPathElements.last(), key, isolate))
|
npruntime.cpp | 181 identMap->set(key, identifier); 223 identMap->set(intId, identifier); 352 // The rootObjectMap is a hash table of root objects to a set of 390 rootObjectMap().set(npObject, new NPObjectSet()); 407 liveObjectMap().set(npObject, owner); 422 NPObjectSet* set = rootObjectMap().get(npObject); local 423 while (set->size() > 0) { 425 unsigned size = set->size(); 427 NPObject* sub_object = *(set->begin()); 432 set->remove(sub_object) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/ |
NativeImageSkia.cpp | 350 // being set to true). We need to decide if we respect NoResampling 464 // place), we must set shaderTransform's scale to the inverse of 480 // set to the pattern's transform, which just includes scale. 514 m_cachedImageInfo.set(scaledImageSize, scaledImageSubset); 564 void NativeImageSkia::ImageResourceInfo::set(const SkISize& otherScaledImageSize, const SkIRect& otherScaledImageSubset) function in class:WebCore::NativeImageSkia::ImageResourceInfo
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
RefPtrHashMap.h | 90 AddResult set(const KeyType&, MappedPassInType); 91 AddResult set(RawKeyType, MappedPassInType); 214 HashMap<RefPtr<T>, U, V, W, X>::set(const KeyType& key, MappedPassInType mapped) function in class:WTF::HashMap 218 // The inlineAdd call above found an existing hash table entry; we need to set the mapped value. 226 HashMap<RefPtr<T>, U, V, W, X>::set(RawKeyType key, MappedPassInType mapped) function in class:WTF::HashMap 230 // The inlineAdd call above found an existing hash table entry; we need to set the mapped value.
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
parser.py | 5 from coverage.backward import set, sorted, StringIO # pylint: disable=W0622 namespace 46 self.excluded = set() 49 self.docstrings = set() 52 self.classdefs = set() 58 self.statement_starts = set() 74 Returns a set of line numbers, the lines that contain a match for one 80 matches = set() 183 lset = set() 265 """Return a set of opcodes by the names in `names`.""" 266 s = set() [all...] |
/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-common.cc | 495 hb_user_data_array_t::set (hb_user_data_key_t *key, function in class:hb_user_data_array_t
|
/external/chromium_org/third_party/icu/source/i18n/ |
cpdtrans.cpp | 82 Transliterator(id, 0), // set filter to 0 here! 134 * constructors. Before calling init(), set trans and filter to NULL. 179 * constructors. Before calling init(), set trans and filter to NULL. 375 // First free trans[] and set count to zero. Once this is done, 376 // orphan the filter. Set up the new trans[]. 443 UnicodeSet set; local 446 result.addAll(trans[i]->getSourceSet(set)); 448 // Hiragana-Katakana; Katakana-Latin. The source set of 450 // But the source set for the entire transliterator is 452 // non-empty source set 465 UnicodeSet set; local [all...] |
repattrn.cpp | 163 fPattern = NULL; // will be set later 164 fPatternString = NULL; // may be set later 737 UnicodeSet *set = (UnicodeSet *)fSets->elementAt(val); local 738 set->toPattern(s, TRUE); 753 UnicodeSet *set = fStaticSets[val]; local 754 set->toPattern(s, TRUE);
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
spooftest.c | 219 * Set & Get Check Flags 292 * get & set Checks 364 * AllowedChars set/get the USet of allowed characters. 367 const USet *set; local 372 set = uspoof_getAllowedChars(sc, &status); 375 TEST_ASSERT(uset_equals(tmpSet, set)); 381 /* Remove a character that is in our good Latin test identifier from the allowed chars set. */
|
usettest.c | 27 static void expect(const USet* set, 31 static void expectContainment(const USet* set, 35 static void expectItems(const USet* set, 82 USet* set; local 87 set = uset_openEmpty(); 88 expect(set, "", "abc{ab}", NULL); 89 uset_close(set); 91 set = uset_open(1, 0); 92 expect(set, "", "abc{ab}", NULL); 93 uset_close(set); 479 USet *set; local 529 USet *set = uset_openPattern(buf, len, &ec); local [all...] |
/external/chromium_org/third_party/icu/source/test/intltest/ |
fldset.cpp | 168 void FieldsSet::set(int32_t field, int32_t amount) { function in class:FieldsSet 217 set(field, value); 223 set(field, value); 255 * set the specified fields on this calendar. Doesn't clear first. Returns any errors the caller 261 cal->set((UCalendarDateFields)i, value); 282 diffSet.set((UCalendarDateFields)i, calVal); 335 set(field, get(field) | UDAT_RELATIVE);
|
/external/chromium_org/third_party/icu/source/test/perf/unisetperf/ |
unisetperf.cpp | 53 set.applyPattern(pattern, status); 54 prefrozen=set; 56 set.freeze(); 91 // Count spans of characters that are in the set, 92 // and spans of characters that are not in the set. 93 // If the very first character is in the set, then one additional 111 if(tf!=set.contains(c)) { 128 UnicodeSet set; member in class:UnicodeSetPerformanceTest 158 // Verify that the frozen set is equal to the unfrozen one. 159 UnicodeSet set; local 176 const UnicodeSet &set=testcase.set; local 209 UnicodeSet set; local 238 const UnicodeSet &set=testcase.set; local 260 UnicodeSet set; local 289 const UnicodeSet &set=testcase.set; local 315 UnicodeSet set; local 339 const UnicodeSet &set=testcase.set; local 361 UnicodeSet set; local 385 const UnicodeSet &set=testcase.set; local [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/base/strings/ |
string_piece.h | 70 void set(const char* data, size_type len) { function in class:i18n::phonenumbers::StringPiece 74 void set(const char* str) { function in class:i18n::phonenumbers::StringPiece 78 void set(const void* data, size_type len) { function in class:i18n::phonenumbers::StringPiece
|
/external/chromium_org/third_party/libxslt/libxslt/ |
attributes.c | 81 * an attribute set 90 const xmlChar *set; /* or the attribute set */ member in struct:_xsltAttrElem 205 if ((old->attr == NULL) && (old->set == NULL)) { 215 if ((cur->attr == NULL) && (cur->set == NULL)) { 221 if ((cur->set != NULL) && (cur->set == old->set)) { 225 if (cur->set != NULL) { 231 if (old->set != NULL) [all...] |
/external/chromium_org/third_party/re2/re2/ |
stringpiece.h | 58 void set(const char* data, int len) { ptr_ = data; length_ = len; } function in class:re2::StringPiece 59 void set(const char* str) { function in class:re2::StringPiece 66 void set(const void* data, int len) { function in class:re2::StringPiece
|
/external/chromium_org/third_party/re2/util/ |
sparse_array.h | 49 // Briggs & Torczon describe a sparse set implementation. I have 71 // the array very easy: set size_ to 0. Lookups are slightly more 79 // To insert a new entry, set sparse_to_dense_[i] to size_, 160 // Set the value at index i to v. 161 inline iterator set(int i, Value v); 177 // Set the value at the new index i to v. 213 // Since it doesn't set the value associated with i, 305 // Set the value at index i to v. 307 typename SparseArray<Value>::iterator SparseArray<Value>::set(int i, Value v) { function in class:re2::SparseArray
|
/external/chromium_org/third_party/skia/include/core/ |
SkPoint.h | 23 pt.set(x, y); 38 * Set both fX and fY to zero. Same as set(0, 0) 42 /** Set the x and y values of the point. */ 43 void set(int32_t x, int32_t y) { fX = x; fY = y; } function in struct:SkIPoint 109 v.set(a.fX - b.fX, a.fY - b.fY); 117 v.set(a.fX + b.fX, a.fY + b.fY); 139 pt.set(x, y); 151 /** Set the point's X and Y coordinates */ 152 void set(SkScalar x, SkScalar y) { fX = x; fY = y; function in struct:SkPoint [all...] |
SkRect.h | 37 r.set(0, 0, w, h); 43 r.set(0, 0, size.width(), size.height()); 49 rect.set(l, t, r, b); 55 r.set(x, y, x + w, y + h); 121 /** Set the rectangle to (0,0,0,0) 125 void set(int32_t left, int32_t top, int32_t right, int32_t bottom) { function in struct:SkIRect 131 // alias for set(l, t, r, b) 133 this->set(left, top, right, bottom); 160 /** Offset set the rectangle by adding dx to its left and right, 252 /** If r intersects this rectangle, return true and set this rectangle to tha [all...] |
SkRegion.h | 61 bool set(const SkRegion& src) { function in class:SkRegion 106 * Set the region to be empty, and return false, since the resulting 112 * If rect is non-empty, set this region to that rectangle and return true, 113 * otherwise set this region to empty and return false. 118 * If left < right and top < bottom, set this region to that rectangle and 119 * return true, otherwise set this region to empty and return false. 124 * Set this region to the union of an array of rects. This is generally 126 * 0, then this region is set to the empty region. 132 * Set this region to the specified region, and return true if it is 138 * Set this region to the area described by the path, clipped [all...] |
SkString.h | 160 void resize(size_t len) { this->set(NULL, len); } 161 void set(const SkString& src) { *this = src; } function in class:SkString 162 void set(const char text[]); 163 void set(const char text[], size_t len);
|
/external/chromium_org/third_party/skia/include/gpu/ |
GrTypesPriv.h | 117 * Each binding other than kEffect may not appear more than once in the current set of attributes. 152 inline void set(GrVertexAttribType type, size_t offset, GrVertexAttribBinding binding) { function in struct:GrVertexAttrib
|
/external/chromium_org/third_party/skia/src/core/ |
SkMetaData.cpp | 68 this->set(rec->name(), rec->data(), rec->fDataLen, (Type)rec->fType, rec->fDataCount); 76 (void)this->set(name, &value, sizeof(int32_t), kS32_Type, 1); 81 (void)this->set(name, &value, sizeof(SkScalar), kScalar_Type, 1); 88 return (SkScalar*)this->set(name, values, sizeof(SkScalar), kScalar_Type, count); 94 (void)this->set(name, value, sizeof(char), kString_Type, strlen(value) + 1); 99 (void)this->set(name, &pair, sizeof(PtrPair), kPtr_Type, 1); 104 (void)this->set(name, &value, sizeof(bool), kBool_Type, 1); 108 (void)this->set(name, data, sizeof(char), kData_Type, byteCount); 111 void* SkMetaData::set(const char name[], const void* data, size_t dataSize, Type type, int count) function in class:SkMetaData
|
SkRegion_path.cpp | 212 r->set(line->firstX()[0], fTop, line->firstX()[1], line->fLastY + 1); 312 return this->set(clip); 378 void set(int x, int y0, int y1) { function in struct:Edge 484 r.set(bounds); // this converts the ints to scalars 494 edge[0].set(r.fLeft, r.fBottom, r.fTop); 495 edge[1].set(r.fRight, r.fTop, r.fBottom);
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLShaderVar.h | 54 kDefault_Origin, // when set to kDefault the origin field is ignored. 104 void set(GrSLType type, function in class:GrGLShaderVar 123 void set(GrSLType type, function in class:GrGLShaderVar 140 * Set all var options 142 void set(GrSLType type, function in class:GrGLShaderVar 160 * Set all var options 162 void set(GrSLType type, function in class:GrGLShaderVar 192 * Set the array length of the var 196 * Set to be a non-array. 200 * Set to be an unsized array [all...] |