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

<<11121314151617181920>>

  /external/quake/quake/src/QW/client/
d_draw16.asm 330 add edi,ecx
332 add edi,ecx
392 add esi,ds:dword ptr[s]
393 add edx,ds:dword ptr[t]
415 add esi,ebx
416 add esi,eax
435 add ebp,eax
436 add ecx,edx
465 add eax,edx
468 add eax,ebx
    [all...]
  /external/proguard/src/proguard/gui/
MemberSpecificationDialog.java 158 accessPanel.add(Box.createGlue(), labelConstraints);
159 accessPanel.add(tip(new JLabel(msg("required")), "requiredTip"), labelConstraints);
160 accessPanel.add(tip(new JLabel(msg("not")), "notTip"), labelConstraints);
161 accessPanel.add(tip(new JLabel(msg("dontCare")), "dontCareTip"), labelConstraints);
162 accessPanel.add(Box.createGlue(), constraintsLastStretch);
189 typePanel.add(tip(typeTextField, "typeTip"), constraintsLastStretch);
196 annotationTypePanel.add(tip(annotationTypeTextField, "classNameTip"), constraintsLastStretch);
203 namePanel.add(tip(nameTextField, isField ? "fieldNameTip" :
211 argumentsPanel.add(tip(argumentTypesTextField, "argumentTypes2Tip"), constraintsLastStretch);
251 // Add all panels to the main panel
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java 177 resPaths.add(resFolder.getLocation().toOSString());
249 osResPaths.add(resLocation.toOSString());
294 pathList.add(testFile.getAbsolutePath());
405 consoleMsgs.add(String.format(
410 consoleMsgs.add("Additionally some of those libraries will interfer with the installation of the application because of their location in lib/");
411 consoleMsgs.add("lib/ is reserved for NDK libraries.");
414 consoleMsgs.add("The following libraries were found:");
417 consoleMsgs.add(" - " + lib);
488 command.add(AdtPlugin.getOsAbsoluteProguard());
491 command.add("-include"); //$NON-NLS-1
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java 122 normalCountingList.add(new Integer(counter));
124 offsetCountingList.add(new Integer(counter + colSize));
345 al.add(extraElement);
346 al.add(extraElement2);
362 ar2.add(new Integer(i));
366 ar1.add(new Integer(i));
380 mal1.add(new Integer(i));
381 mal2.add(new Integer(10 - i));
397 a1.add("one");
398 a1.add("two")
    [all...]
EnumSetTest.java 142 set.add(HugeEnumCount.NO64);
143 set.add(HugeEnumCount.NO65);
144 set.add(HugeEnumCount.NO128);
188 enumSet.add(EnumFoo.a);
203 hugeEnumSet.add(HugeEnum.a);
213 * java.util.EnumSet#add(E)
218 set.add(EnumFoo.a);
219 set.add(EnumFoo.b);
222 set.add(null);
231 rawSet.add(HugeEnumWithInnerClass.b)
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/
P2pTestListActivity.java 70 adapter.add(TestListItem.newCategory(this, R.string.p2p_group_formation));
71 adapter.add(TestListItem.newTest(this,
75 adapter.add(TestListItem.newTest(this,
80 adapter.add(TestListItem.newCategory(this, R.string.p2p_join));
81 adapter.add(TestListItem.newTest(this,
85 adapter.add(TestListItem.newTest(this,
90 adapter.add(TestListItem.newCategory(this, R.string.p2p_service_discovery));
91 adapter.add(TestListItem.newTest(this,
95 adapter.add(TestListItem.newTest(this,
  /cts/tests/tests/security/src/android/security/cts/
PackageSignatureTest.java 56 badPackages.add(packageInfo.packageName);
68 wellKnownSignatures.add(getSignature(R.raw.sig_media));
69 wellKnownSignatures.add(getSignature(R.raw.sig_platform));
70 wellKnownSignatures.add(getSignature(R.raw.sig_shared));
71 wellKnownSignatures.add(getSignature(R.raw.sig_testkey));
72 wellKnownSignatures.add(getSignature(R.raw.sig_devkeys));
73 wellKnownSignatures.add(getSignature(R.raw.sig_devkeys_media));
74 wellKnownSignatures.add(getSignature(R.raw.sig_devkeys_platform));
75 wellKnownSignatures.add(getSignature(R.raw.sig_devkeys_shared));
  /cts/tests/tests/util/src/android/util/cts/
XmlEncodingTest.java 207 mVec.add(STR_CHARACTERS_TAG + new String(ch));
208 mVec.add(STR_START_TAG + start);
209 mVec.add(STR_LENGTH_TAG + length);
213 mVec.add(STR_END_DOCUMENT);
217 mVec.add(STR_END_ELEMENT);
218 mVec.add(uri);
219 mVec.add(localName);
220 mVec.add(name);
224 mVec.add(STR_END_PREFIX_MAPPING_TAG + prefix);
228 mVec.add(STR_IGNORABLE_WHITESPACE_TAG + new String(ch))
    [all...]
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
MyRssReader2.java 91 // Add our initial menu options. We will tweak this menu when it's loaded swap out
99 menu.add(0, 0, "Start RSS Service", null);
100 menu.add(0, 1, "Stop RSS Service", null);
101 menu.add(0, 2, "Add New Feed", null);
102 menu.add(0, 3, "Delete Feed", null);
103 menu.add(0, 4, "Update All Feeds", null);
125 showAlert(null, "You clicked 'Add'!", "ok", null, false, null);
174 list.add(new RssItem("http://www.sciam.com/xml/sciam.xml", "Scientific American"));
175 list.add(new RssItem("http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml", "BBC"))
    [all...]
MyRssReader3.java 73 // Add our initial menu options. We will tweak this menu when it's loaded swap out
82 menu.add(0, 0, R.string.menu_option_start, null);
83 menu.add(0, 1, R.string.menu_option_stop, null);
84 menu.add(0, 2, R.string.menu_option_add, null);
85 menu.add(0, 3, R.string.menu_option_delete, null);
86 menu.add(0, 4, R.string.menu_option_update, null);
109 case 2: // Add Item
132 // Called by the "Add RSS Item" floating screen when it closes.
178 list.add(new RssItem("http://www.sciam.com/xml/sciam.xml", "Scientific American"));
179 list.add(new RssItem("http://newsrss.bbc.co.uk/rss/newsonline_world_edition/front_page/rss.xml", "BBC"))
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
AbstractQueueTest.java 107 * @tests java.util.AbstractQueue.add(E)
111 queue.add(null);
119 * @tests java.util.AbstractQueue.add(E)
125 queue.add(o);
129 queue.add(o);
137 * @tests java.util.AbstractQueue#add(E)
143 queue.add(o);
146 queue.add(I);
260 queue.add(c);
262 queue.add(c)
    [all...]
EnumSetTest.java 142 set.add(HugeEnumCount.NO64);
143 set.add(HugeEnumCount.NO65);
144 set.add(HugeEnumCount.NO128);
188 enumSet.add(EnumFoo.a);
203 hugeEnumSet.add(HugeEnum.a);
213 * @tests java.util.EnumSet#add(E)
218 set.add(EnumFoo.a);
219 set.add(EnumFoo.b);
222 set.add(null);
231 rawSet.add(HugeEnumWithInnerClass.b)
    [all...]
TreeSetTest.java 72 myTreeSet.add(new Integer(1));
73 myTreeSet.add(new Integer(2));
90 myTreeSet.add(objArray[i]);
104 * @tests java.util.TreeSet#add(java.lang.Object)
107 // Test for method boolean java.util.TreeSet.add(java.lang.Object)
108 ts.add(new Integer(-8));
109 assertTrue("Failed to add Object", ts.contains(new Integer(-8)));
110 ts.add(objArray[0]);
123 assertTrue("Incorrect size after add", s.size() == ts.size());
308 s1.add("key1")
    [all...]
  /external/jmonkeyengine/engine/src/android/jme3test/android/
DemoMainActivity.java 43 //Add the parameters to bundle as
68 //Add the parameters to bundle as
83 listDemos.add(new DemoLaunchEntry("jme3test.android.SimpleTexturedTest", "An field of textured boxes rotating"));
84 listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingLagoon", "Sky box demonstration with jpg"));
85 listDemos.add(new DemoLaunchEntry("jme3test.android.TestSkyLoadingPrimitives", "Sky box demonstration with png"));
86 listDemos.add(new DemoLaunchEntry("jme3test.android.TestBumpModel", "Shows a bump mapped well with a moving light"));
87 listDemos.add(new DemoLaunchEntry("jme3test.android.TestNormalMapping", "Shows a normal mapped sphere"));
88 listDemos.add(new DemoLaunchEntry("jme3test.android.TestUnshadedModel", "Shows an unshaded model of the sphere"));
89 listDemos.add(new DemoLaunchEntry("jme3test.android.TestMovingParticle", "Demonstrates particle effects"));
90 listDemos.add(new DemoLaunchEntry("jme3test.android.TestAmbient", "Positional sound - You sit in a dark cave und (…)
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 219 * @param g The geometry to add
231 shadowCast.add(g);
234 shadowRecv.add(g);
237 shadowCast.add(g);
238 shadowRecv.add(g);
248 * when flattening the scene graph. The bucket to add
251 * @param g The geometry to add
252 * @param bucket The bucket to add to, usually
258 guiList.add(g);
261 opaqueList.add(g)
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ppc.pl 79 add $f,$K,$e
81 add $f,$f,@X[$i]
83 add $f,$f,$e
87 add $f,$f,$t0
90 add $f,$K,$e
93 add $f,$f,@X[$i%16]
96 add $f,$f,$e
101 add $f,$f,$t0
110 add $f,$K,$e
113 add $f,$f,@X[$i%16
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 71 formats.add(ImageFormat.NV21);
72 formats.add(ImageFormat.JPEG);
79 formats.add(ImageFormat.NV21);
80 formats.add(ImageFormat.JPEG);
95 supportedRates.add(10);
96 supportedRates.add(15);
97 supportedRates.add(30);
157 sizes.add(newSize);
164 ranges.add(range);
  /external/skia/src/effects/
SkColorFilters.cpp 237 SkLightingColorFilter(SkColor mul, SkColor add) : fMul(mul), fAdd(add) {}
285 SkLightingColorFilter_JustAdd(SkColor mul, SkColor add)
286 : INHERITED(mul, add) {}
320 SkLightingColorFilter_JustMul(SkColor mul, SkColor add)
321 : INHERITED(mul, add) {}
354 SkLightingColorFilter_SingleMul(SkColor mul, SkColor add)
355 : INHERITED(mul, add) {
356 SkASSERT(SkColorGetR(add) == 0);
357 SkASSERT(SkColorGetG(add) == 0)
    [all...]
  /packages/apps/Mms/src/com/android/mms/ui/
SlideshowEditor.java 55 * Add a new slide to the end of message.
65 * Add a new slide at the specified position in the message.
79 slide.add(text);
81 mModel.add(position, slide);
89 * Add an existing slide at the specified position in the message.
98 mModel.add(position, slide);
155 slide.add(text);
163 mModel.get(position).add(new ImageModel(
170 slide.add(audio);
178 slide.add(video)
    [all...]
  /system/netd/
NatController.cpp 74 {{IP_PATH, "rule", "add", "from", "all", "lookup", "default", "prio", "32767"}, 0},
75 {{IP_PATH, "rule", "add", "from", "all", "lookup", "main", "prio", "32766"}, 0},
76 {{IP_PATH, "-6", "rule", "add", "from", "all", "lookup", "default", "prio", "32767"}, 0},
77 {{IP_PATH, "-6", "rule", "add", "from", "all", "lookup", "main", "prio", "32766"}, 0},
97 int NatController::routesOp(bool add, const char *intIface, const char *extIface, char **argv, int addrCount) {
103 if (add) {
104 ret |= secondaryTableCtrl->modifyFromRule(tableNumber, ADD, argv[5+i]);
105 ret |= secondaryTableCtrl->modifyLocalRoute(tableNumber, ADD, intIface, argv[5+i]);
149 // add this if we are the first added nat
204 int NatController::setForwardRules(bool add, const char *intIface, const char * extIface)
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/awt/
TestCanvas.java 76 frame.getContentPane().add(tabbedPane);
86 menuBar.add(menuTortureMethods);
89 menuTortureMethods.add(itemRemoveCanvas);
95 itemRemoveCanvas.setText("Add Canvas");
96 }else if (itemRemoveCanvas.getText().equals("Add Canvas")){
97 currentPanel.add(canvas, BorderLayout.CENTER);
105 menuTortureMethods.add(itemHideCanvas);
119 menuTortureMethods.add(itemSwitchTab);
124 canvasPanel2.add(canvas, BorderLayout.CENTER);
129 canvasPanel1.add(canvas, BorderLayout.CENTER);
    [all...]
  /external/skia/legacy/src/animator/
SkPathParts.cpp 50 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/animator/
SkPathParts.cpp 50 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/webkit/Source/JavaScriptCore/wtf/text/
AtomicString.h 44 AtomicString(const char* s) : m_string(add(s)) { }
45 AtomicString(const UChar* s, unsigned length) : m_string(add(s, length)) { }
46 AtomicString(const UChar* s, unsigned length, unsigned existingHash) : m_string(add(s, length, existingHash)) { }
47 AtomicString(const UChar* s) : m_string(add(s)) { }
48 ATOMICSTRING_CONVERSION AtomicString(StringImpl* imp) : m_string(add(imp)) { }
50 ATOMICSTRING_CONVERSION AtomicString(const String& s) : m_string(add(s.impl())) { }
99 AtomicString(CFStringRef s) : m_string(add(String(s).impl())) { }
103 AtomicString(NSString* s) : m_string(add(String(s).impl())) { }
107 AtomicString(const QString& s) : m_string(add(String(s).impl())) { }
119 static PassRefPtr<StringImpl> add(const char*)
123 ALWAYS_INLINE PassRefPtr<StringImpl> add(StringImpl* r) function in class:WTF::AtomicString
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
GenericSignatureParser.java 225 interfaceTypes.add(parseClassTypeSignature());
237 typeParams.add(parseFormalTypeParameter());
239 typeParams.add(parseFormalTypeParameter());
257 bounds.add(parseFieldTypeSignature());
263 bounds.add(parseFieldTypeSignature());
330 typeArgs.add(parseTypeArgument());
332 typeArgs.add(parseTypeArgument());
345 extendsBound.add(Object.class);
350 extendsBound.add(parseFieldTypeSignature());
355 superBound.add(parseFieldTypeSignature())
    [all...]

Completed in 705 milliseconds

<<11121314151617181920>>