Searched defs:add (Results 276 - 300 of 863) sorted by relevance

<<11121314151617181920>>

/external/regex-re2/re2/testing/
H A Dcharclass_test.cc16 } add[10]; member in struct:re2::CCTest
92 for (int k = 0; t->add[k].lo >= 0; k++)
93 printf(" %d-%d", t->add[k].lo, t->add[k].hi);
200 for (int j = 0; t->add[j].lo >= 0; j++)
201 ccb.AddRange(t->add[j].lo, t->add[j].hi);
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java63 mObjects.add(object);
110 public void add(BaseObject object) { method in class:ObjectManager
111 mPendingAdditions.add(object);
115 mPendingRemovals.add(object);
122 mPendingRemovals.add((BaseObject)objectArray[i]);
H A DVector2.java40 public final void add(Vector2 other) { method in class:Vector2
45 public final void add(float otherX, float otherY) { method in class:Vector2
/external/robolectric/src/main/java/com/xtremelabs/robolectric/res/
H A DPluralResourceLoader.java46 rules.add(new Plural(quantity, stringResourceLoader.getValue(value, isSystem)));
48 rules.add(new Plural(quantity, value));
71 void add(Plural p) { method in class:PluralResourceLoader.PluralRules
72 plurals.add(p);
/external/skia/src/animator/
H A DSkPathParts.cpp50 bool SkMoveTo::add() { function in class:SkMoveTo
67 bool SkRMoveTo::add() { function in class:SkRMoveTo
88 bool SkLineTo::add() { function in class:SkLineTo
105 bool SkRLineTo::add() { function in class:SkRLineTo
128 bool SkQuadTo::add() { function in class:SkQuadTo
145 bool SkRQuadTo::add() { function in class:SkRQuadTo
170 bool SkCubicTo::add() { function in class:SkCubicTo
187 bool SkRCubicTo::add() { function in class:SkRCubicTo
194 bool SkClose::add() { function in class:SkClose
232 bool SkAddRect::add() { function in class:SkAddRect
248 bool SkAddOval::add() { function in class:SkAddOval
270 bool SkAddCircle::add() { function in class:SkAddCircle
291 bool SkAddRoundRect::add() { function in class:SkAddRoundRect
311 bool SkAddPath::add() { function in class:SkAddPath
[all...]
/external/skia/src/core/
H A DSkAntiRun.h48 SK_ALWAYS_INLINE int add(int x, U8CPU startAlpha, int middleCount, U8CPU stopAlpha, function in class:SkAlphaRuns
62 /* I should be able to just add alpha[x] + startAlpha.
65 I might overflow to 256 with this add, hence the funny subtract (crud).
114 * Allows add() to sum another run to some of the new sub-runs.
H A DSkPtrRecorder.h39 uint32_t add(void*);
72 // detect duplicates when add() is called. Hence we need to store the
91 uint32_t add(T ptr) { function in class:SkTPtrSet
92 return this->INHERITED::add((void*)ptr);
132 * and has registered its name, add it to the set, and return its index.
/external/skia/src/effects/gradients/
H A DSkBitmapCache.cpp102 void SkBitmapCache::add(const void* buffer, size_t len, const SkBitmap& bm) { function in class:SkBitmapCache
/external/skia/src/gpu/gl/
H A DGrGLExtensions.cpp124 void GrGLExtensions::add(const char ext[]) { function in class:GrGLExtensions
128 // extensions after the add
/external/skia/src/utils/
H A DSkPictureUtils.cpp24 void add(SkPixelRef* pr) { function in class:PixelRefSet
173 fPRSet->add(bm.pixelRef());
185 fPRSet->add(bm.pixelRef());
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java61 public void add(E obj) { method in class:AbstractEmptyIterator
62 throw new UnsupportedOperationException("add() not supported for empty Iterator");
/external/smack/src/org/xbill/DNS/
H A DUpdate.java135 add(Name name, int type, long ttl, String record) throws IOException { method in class:Update
145 add(Name name, int type, long ttl, Tokenizer tokenizer) throws IOException { method in class:Update
154 add(Record record) { method in class:Update
162 add(Record [] records) { method in class:Update
164 add(records[i]);
172 add(RRset rrset) { method in class:Update
174 add((Record) it.next());
253 add(name, type, ttl, record);
266 add(name, type, ttl, tokenizer);
276 add(recor
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java108 @Override public void add(T t) { throw new UnsupportedOperationException(); } method in class:VariableSizeListIterator
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/xpath/
H A DXMPPath.java53 * @param segment the segment to add
55 public void add(XMPPathSegment segment) method in class:XMPPath
57 segments.add(segment);
/external/chromium_org/tools/gyp/tools/emacs/
H A Dgyp.el35 (gyp-add-font-lock-keywords))
43 (add-hook 'gyp-mode-hook 'gyp-set-indentation)
45 (add-to-list 'auto-mode-alist '("\\.gyp\\'" . gyp-mode))
46 (add-to-list 'auto-mode-alist '("\\.gypi\\'" . gyp-mode))
47 (add-to-list 'auto-mode-alist '("/\\.gclient\\'" . gyp-mode))
112 (defun gyp-add-parse-history (point sections)
161 (gyp-add-parse-history (point) sections)
185 See also `gyp-add-font-lock-keywords'."
212 (defun gyp-add-font-lock-keywords ()
216 (font-lock-add
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Devent-hub.rb23 def add( *listeners ) method in class:ANTLR3.Debug.EventHub
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtemplate.rb297 new.add( :values ) do | p |
309 def add( name, options = nil ) method in class:ParameterList
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
H A DIntervalSet.java70 s.add(a);
77 s.add(a,b);
84 public void add(int el) { method in class:IntervalSet
85 add(el,el);
88 /** Add interval; i.e., add all integers from a to b to set.
95 public void add(int a, int b) { method in class:IntervalSet
96 add(Interval.create(a,b));
100 protected void add(Interval addition) { method in class:IntervalSet
101 //System.out.println("add "+addition+" to "+intervals.toString());
132 iter.add(additio
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DSimpleBigDecimal.java18 //extends Number // not in J2ME - add compatibility class?
88 public SimpleBigDecimal add(SimpleBigDecimal b) method in class:SimpleBigDecimal
91 return new SimpleBigDecimal(bigInt.add(b.bigInt), scale);
94 public SimpleBigDecimal add(BigInteger b) method in class:SimpleBigDecimal
96 return new SimpleBigDecimal(bigInt.add(b.shiftLeft(scale)), scale);
106 return add(b.negate());
162 return add(oneHalf.adjustScale(scale)).floor();
207 floorBigInt = floorBigInt.add(ECConstants.ONE);
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h54 std::pair<iterator, bool> add(const Key& key, scoped_ptr<Value> data) { function in class:base::ScopedPtrHashMap
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DAdvancedMockContext.java108 public MapBuilder add(String key, Object value) { method in class:AdvancedMockContext.MapBuilder
/external/chromium_org/chrome/common/extensions/docs/examples/api/cookies/
H A Dmanager.js55 this.add = function(cookie) {
125 cache.add(cookies[i]);
225 cache.add(info.cookie);
245 cache.add(cookies[i]);
/external/chromium_org/courgette/
H A Dmemory_monitor.cc73 void add(size_t s, void *p) { function in struct:H
119 _H.add(s, p);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A D3d-raytrace.js67 function add(v1, v2) { function
204 var hit = add(origin, scale(dir, far));
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A D3d-raytrace.js67 function add(v1, v2) { function
204 var hit = add(origin, scale(dir, far));

Completed in 1072 milliseconds

<<11121314151617181920>>