HomeSort by relevance Sort by last modified time
    Searched defs:add (Results 26 - 50 of 2537) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/core/css/
RuleFeature.cpp 41 idsInRules.add(selector->value().impl());
43 classesInRules.add(selector->value().impl());
45 attrsInRules.add(selector->attribute().localName().impl());
55 attrsInRules.add(HTMLNames::partAttr.localName().impl());
76 void RuleFeatureSet::add(const RuleFeatureSet& other) function in class:WebCore::RuleFeatureSet
80 idsInRules.add(*it);
83 classesInRules.add(*it);
86 attrsInRules.add(*it);
  /external/chromium_org/third_party/protobuf/java/src/main/java/com/google/protobuf/
LazyStringList.java 68 * @throws UnsupportedOperationException if the <tt>add</tt> operation
71 void add(ByteString element); method in interface:LazyStringList
  /external/chromium_org/third_party/skia/src/animator/
SkDrawShader.cpp 31 bool SkDrawShader::add() { function in class:SkDrawShader
58 bool SkDrawBitmapShader::add() { function in class:SkDrawBitmapShader
  /external/chromium_org/third_party/skia/src/pathops/
SkPathOpsBounds.h 20 // Note that add(), unlike SkRect::join() or SkRect::growToInclude()
23 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { function in struct:SkPathOpsBounds
30 void add(const SkPathOpsBounds& toAdd) { function in struct:SkPathOpsBounds
31 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
34 void add(const SkPoint& pt) { function in struct:SkPathOpsBounds
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
imm64.asm 22 add rax, 0x1000 ; 32-bit imm label
23 add rax, 0x1122334455667788 ; 32-bit imm, overflow warning label
24 ;add rax, 0x80000000 ; 32-bit imm, overflow warning
25 add rax, label1 ; 32-bit imm (matches default above) label
26 add rax, label2 ; 32-bit imm (matches default above) label
  /external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/tests/
test_expr.py 1 from tests import TestCase, add namespace
7 e1 = Expression(operator.add, 1, 2)
18 add(TExpression)
  /external/clang/test/SemaTemplate/
implicit-instantiation-1.cpp 17 T add(T t, U u) { function
22 char* cp2 = add(cp, i);
23 add(cp, cp); // expected-note{{instantiation of}}
24 (void)sizeof(add(ip, ip));
  /external/javassist/sample/vector/
Sample.java 4 public void add(X e) { method in class:Sample
Sample2.java 4 public Object add(Object[] args) { method in class:Sample2
  /external/skia/src/animator/
SkDrawShader.cpp 31 bool SkDrawShader::add() { function in class:SkDrawShader
58 bool SkDrawBitmapShader::add() { function in class:SkDrawBitmapShader
  /external/skia/src/pathops/
SkPathOpsBounds.h 20 // Note that add(), unlike SkRect::join() or SkRect::growToInclude()
23 void add(SkScalar left, SkScalar top, SkScalar right, SkScalar bottom) { function in struct:SkPathOpsBounds
30 void add(const SkPathOpsBounds& toAdd) { function in struct:SkPathOpsBounds
31 add(toAdd.fLeft, toAdd.fTop, toAdd.fRight, toAdd.fBottom);
34 void add(const SkPoint& pt) { function in struct:SkPathOpsBounds
  /frameworks/base/core/java/android/view/
ViewGroupOverlay.java 60 * @see ViewOverlay#add(Drawable)
62 public void add(View view) { method in class:ViewGroupOverlay
63 mOverlayViewGroup.add(view);
70 * @see #add(View)
  /frameworks/support/v4/honeycomb/android/support/v4/app/
NotificationCompatHoneycomb.java 26 static Notification add(Context context, Notification n, method in class:NotificationCompatHoneycomb
  /frameworks/support/v4/ics/android/support/v4/app/
NotificationCompatIceCreamSandwich.java 26 static Notification add(Context context, Notification n, method in class:NotificationCompatIceCreamSandwich
  /libcore/luni/src/main/java/java/security/
AllPermissionCollection.java 26 @Override public void add(Permission permission) { } method in class:AllPermissionCollection
Permissions.java 27 public void add(Permission permission) {} method in class:Permissions
  /libcore/luni/src/main/java/libcore/reflect/
ListOfVariables.java 25 void add (TypeVariable<?> elem) { method in class:ListOfVariables
26 array.add(elem);
  /libcore/support/src/test/java/tests/support/
Support_SetTest.java 37 // add
39 !set.add(new Integer(50)));
45 set.add(new Integer(50));
  /sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
MonitorActionBarAdvisor.java 80 menuBar.add(fileMenu);
81 menuBar.add(editMenu);
82 menuBar.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
83 menuBar.add(windowMenu);
84 menuBar.add(helpMenu);
87 fileMenu.add(new GroupMarker(IWorkbenchActionConstants.MB_ADDITIONS));
88 fileMenu.add(mQuitAction);
91 editMenu.add(mCopyAction);
92 editMenu.add(mSelectAllAction);
93 editMenu.add(mFindAction)
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
ElementList.java 42 public IElementList add (final IContent content) method in class:ElementList
46 m_contents.add (content);
52 public IElementList add (final int index, final IContent content) method in class:ElementList
56 m_contents.add (index, content);
  /external/javassist/src/main/javassist/bytecode/analysis/
Subroutine.java 36 callers.add(new Integer(caller));
40 callers.add(new Integer(caller));
48 access.add(new Integer(index));
  /external/proguard/src/proguard/
ClassPath.java 60 public void add(int index, ClassPathEntry classPathEntry) method in class:ClassPath
62 classPathEntries.add(index, classPathEntry);
65 public boolean add(ClassPathEntry classPathEntry) method in class:ClassPath
67 return classPathEntries.add(classPathEntry);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BoundedTreeSet.java 36 public boolean add(final SuggestedWordInfo e) { method in class:BoundedTreeSet
37 if (size() < mCapacity) return super.add(e);
39 super.add(e);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 26 * where items can be added by calling {@link #add(TestListItem)} repeatedly.
36 public void add(TestListItem item) { method in class:ArrayTestListAdapter
37 mRows.add(item);
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 39 int z = add(x, y);
45 public native int add(int x, int y); method in class:TwoLibs

Completed in 604 milliseconds

12 3 4 5 6 7 8 91011>>