HomeSort by relevance Sort by last modified time
    Searched refs:add (Results 501 - 525 of 7496) sorted by null

<<21222324252627282930>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.hierarchyviewer/src/com/android/ide/eclipse/hierarchyviewer/views/
DeviceSelectorView.java 74 mm.add(RefreshWindowsAction.getAction());
78 tm.add(RefreshWindowsAction.getAction());
81 mm.add(LoadViewHierarchyAction.getAction());
82 tm.add(LoadViewHierarchyAction.getAction());
85 mm.add(InspectScreenshotAction.getAction());
86 tm.add(InspectScreenshotAction.getAction());
  /external/replicaisland/src/com/replica/replicaisland/
GameObjectFactory.java 189 mStaticData.add(null);
261 mComponentPools.add(new GameComponentPool(component.type, component.poolSize));
599 manager.add(object);
642 object.add((GameComponent)entry);
717 basicVulnerabilityVolume.add(new SphereCollisionVolume(16, 32, 32));
723 pressAndCollectVolume.add(collectionVolume);
726 pressAndCollectVolume.add(pressCollisionVolume);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 59 lst.add(new Integer(30));
65 lls.add("1");
66 lls.add("2");
67 lls.add("3");
68 lls.add("4");
69 lls.add("");
89 localList.add(new Object());
98 lls.add("1");
99 lls.add("2");
100 lls.add("3")
354 public boolean add(Object o) { method in class:OldCollectionsTest.Mock_Collection
408 public boolean add(Object o) { method in class:OldCollectionsTest.Mock_WrongCollection
708 ((Collection) deserialized).add(Boolean.TRUE); method
    [all...]
  /external/openssl/crypto/bn/asm/
modexp512-x86_64.pl 93 add %rax, $X[0]
104 add %rax, $X[$i]
106 add $TMP, $X[$i]
125 add %rax, $X[0]
135 add %rax, $X[$i]
137 add $TMP, $X[$i]
341 # and add 512-bits (8 qwords)
345 # 512-bit add source: r15, r14, ..., r9, r8
427 add \$$M1, %rsi
438 add (+8*8)(%rcx), $X[4
    [all...]
bn-586.pl 76 &add($a,32);
167 &add("eax",$c); # L(t)+= c
169 &add("eax",&DWP($i,$r)); # L(t)+= *r
193 &add("eax",$c); # L(t)+=c
195 &add("eax",&DWP($i*4,$r)); # L(t)+= *r
279 &add("eax",$c); # L(t)+=c
289 &add($a,32);
290 &add($r,32);
307 &add("eax",$c); # L(t)+=c
384 &add($a,32)
    [all...]
x86-mont.pl 67 &add ("edi",2); # extra two words on top of tp
301 &add ($carry,"eax");
312 &add ("eax",$carry);
324 &add ("eax",&DWP($frame,"esp")); # +=tp[0]
336 &add ($carry,&DWP($frame,"esp",$j,4)); # +=tp[j]
339 &add ($carry,"eax");
348 &add ("eax",&DWP($frame,"esp",$num,4)); # +=tp[num-1]
352 &add ($carry,"eax");
357 &add ("edx",&DWP($frame+4,"esp",$num,4)); # carry+=tp[num]
365 &add ("eax",&DWP($frame,"esp")); # +=tp[0
    [all...]
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
SortedMultisetTestSuiteBuilder.java 72 testers.add(MultisetNavigationTester.class);
101 derivedSuites.add(createDescendingSuite(parentBuilder));
105 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
107 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.NO_BOUND,
109 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
111 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
113 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.EXCLUSIVE,
115 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE,
117 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE,
119 derivedSuites.add(createSubMultisetSuite(parentBuilder, Bound.INCLUSIVE
    [all...]
  /external/libphonenumber/java/test/com/android/i18n/phonenumbers/
PhoneNumberMatcherTest.java 240 possibleOnlyContexts.add(new NumberContext("abc", "def"));
241 possibleOnlyContexts.add(new NumberContext("abc", ""));
242 possibleOnlyContexts.add(new NumberContext("", "def"));
244 possibleOnlyContexts.add(new NumberContext("\u00C9", ""));
246 possibleOnlyContexts.add(new NumberContext("e\u0301", ""));
255 possibleOnlyContexts.add(new NumberContext("$", ""));
256 possibleOnlyContexts.add(new NumberContext("", "$"));
257 possibleOnlyContexts.add(new NumberContext("\u00A3", "")); // Pound sign
258 possibleOnlyContexts.add(new NumberContext("\u00A5", "")); // Yen sign
264 possibleOnlyContexts.add(new NumberContext("", "%"))
    [all...]
  /external/webkit/Source/WebCore/dom/
ScriptElement.cpp 120 languages.add("javascript");
121 languages.add("javascript");
122 languages.add("javascript1.0");
123 languages.add("javascript1.1");
124 languages.add("javascript1.2");
125 languages.add("javascript1.3");
126 languages.add("javascript1.4");
127 languages.add("javascript1.5");
128 languages.add("javascript1.6");
129 languages.add("javascript1.7")
    [all...]
  /external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerAddTest.java 28 * Method: add
32 * Add two positive numbers of the same length
42 BigInteger result = aNumber.add(bNumber);
52 * Add two negative numbers of the same length
62 BigInteger result = aNumber.add(bNumber);
72 * Add two numbers of the same length.
84 BigInteger result = aNumber.add(bNumber);
94 * Add two numbers of the same length.
106 BigInteger result = aNumber.add(bNumber);
116 * Add two numbers of the same length
    [all...]
  /external/webkit/Source/WebCore/html/
InputType.cpp 80 map->add(InputTypeNames::button(), ButtonInputType::create);
81 map->add(InputTypeNames::checkbox(), CheckboxInputType::create);
82 map->add(InputTypeNames::color(), ColorInputType::create);
83 map->add(InputTypeNames::date(), DateInputType::create);
84 map->add(InputTypeNames::datetime(), DateTimeInputType::create);
85 map->add(InputTypeNames::datetimelocal(), DateTimeLocalInputType::create);
86 map->add(InputTypeNames::email(), EmailInputType::create);
87 map->add(InputTypeNames::file(), FileInputType::create);
88 map->add(InputTypeNames::hidden(), HiddenInputType::create);
89 map->add(InputTypeNames::image(), ImageInputType::create)
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
LinkedListTest.java 47 subList.add(new Integer(i));
68 * java.util.LinkedList#add(int, java.lang.Object)
71 // Test for method void java.util.LinkedList.add(int, java.lang.Object)
73 ll.add(50, o = "Test");
74 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll
78 ll.add(50, null);
79 assertNull("Did not add null correctly", ll.get(50));
83 * java.util.LinkedList#add(java.lang.Object)
86 // Test for method boolean java.util.LinkedList.add(java.lang.Object)
88 ll.add(o = new Object())
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
LinkedListTest.java 68 subList.add(new Integer(i));
82 * @tests java.util.LinkedList#add(int, java.lang.Object)
85 // Test for method void java.util.LinkedList.add(int, java.lang.Object)
87 ll.add(50, o = "Test");
88 assertTrue("Failed to add Object>: " + ll.get(50).toString(), ll
92 ll.add(50, null);
93 assertNull("Did not add null correctly", ll.get(50));
96 ll.add(-1, "Test");
103 ll.add(-1, null);
110 ll.add(ll.size() + 1, "Test")
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
GoNegReqTestSuite.java 64 sTestSuite.add(new GoNegReqPbcTestCase(context));
65 sTestSuite.add(new GoNegReqPinTestCase(context));
LocalServices.java 36 services.add("urn:schemas-upnp-org:service:AVTransport:1");
37 services.add("urn:schemas-upnp-org:service:ConnectionManager:1");
P2pClientTestSuite.java 64 sTestSuite.add(new P2pClientPbcTestCase(context));
65 sTestSuite.add(new P2pClientPinTestCase(context));
ServReqAllTestCase02.java 48 reqList.add(WifiP2pServiceRequest.newInstance(
50 reqList.add(WifiP2pServiceRequest.newInstance(
ServReqAllTestCase03.java 49 reqList.add(WifiP2pDnsSdServiceRequest.newInstance());
50 reqList.add(WifiP2pUpnpServiceRequest.newInstance());
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_MUL_LONG.S 25 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
  /dalvik/vm/mterp/armv5te/
OP_MUL_LONG.S 24 add r2, rFP, r2, lsl #2 @ r2<- &fp[BB]
25 add r3, rFP, r3, lsl #2 @ r3<- &fp[CC]
32 add r10, r2, r10 @ r10<- r10 + low(ZxW + (YxX))
33 add r0, rFP, r0, lsl #2 @ r0<- &fp[AA]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
ActionBarMechanics.java 39 // use Theme.NoTitleBar. You can add an Action Bar to your own themes
51 menu.add("Normal item");
53 MenuItem actionItem = menu.add("Action Button");
  /development/samples/Support7Demos/src/com/example/android/supportv7/app/
ActionBarMechanics.java 40 // use Theme.NoTitleBar. You can add an Action Bar to your own themes
52 menu.add("Normal item");
54 MenuItem actionItem = menu.add("Action Button");
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
IntArray.h 34 * but make sure that you append elements only with add() so that you
49 public void add(int v) { function in class:IntArray
55 add(v);
64 /** This only tracks elements added via push/add. */
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
JavaTarget.java 51 rule.throwsSpec.add("RecognitionException");
56 rule.throwsSpec.add("RecognitionException");
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/cert/
MyCertPath.java 60 certificates.add(new MyCertificate("MyEncoding", encoding));
62 encodingNames.add("MyEncoding");

Completed in 4203 milliseconds

<<21222324252627282930>>