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

<<11121314151617181920>>

  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
LeftRecursiveRuleAnalyzer.java 96 refST.add("ruleName", ruleName);
97 refST.add("arg", nextPrec);
102 altText += "{}"; // add empty alt to prevent pred hoisting
104 nameST.add("ruleName", ruleName);
122 refST.add("ruleName", ruleName);
123 refST.add("arg", nextPrec);
128 altText += "{}"; // add empty alt to prevent pred hoisting
130 nameST.add("ruleName", ruleName);
147 refST.add("ruleName", ruleName);
148 refST.add("arg", nextPrec)
    [all...]
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
ElementTest.java 138 eb1.add(Element.I8(mRS), "Test");
139 Element e1 = eb1.add(Element.U8(mRS), "UTest").create();
144 eb2.add(Element.I8(mRS), "Test");
145 Element e2 = eb2.add(Element.U8(mRS), "UTest").create();
155 eb3.add(Element.I8(mRS), "Test");
156 Element e3 = eb3.add(Element.U8(mRS), "NotUTest").create();
163 eb1.add(Element.I8(mRS), "Another");
169 eb4.add(Element.I8(mRS), "Test");
170 Element e4 = eb4.add(Element.A_8(mRS), "UTest").create();
269 eb.add(Element.A_8(mRS), "A_8", arraySize)
    [all...]
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
StripInfo.java 154 forwardFaces.add(m_startInfo.m_startFace);
163 scratchIndices.add(v0);
164 scratchIndices.add(v1);
166 scratchIndices.add(v2);
192 //add a "fake" degenerate face
195 forwardFaces.add(tempFace);
198 scratchIndices.add(nv0);
206 // add this to the strip
207 forwardFaces.add(nextFace);
211 // add the index
    [all...]
  /frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
AutoCorrelation_v5.s 50 add r2, r2, #4
59 add r2, r2, #4
71 add r2, r2, #4
72 add r8, r8, #6
80 add r2, r2, #2
84 add r8, r8, #1
110 add r6, r5, r8, lsl #1
118 add r8, r1, r6
119 add r9, r5, r1
123 add r7, r14, r7, asr #
    [all...]
  /external/proguard/src/proguard/gui/
ProGuardGUI.java 308 proGuardPanel.add(splashPanel, splashPanelConstraints);
309 proGuardPanel.add(welcomeTextArea, welcomeTextAreaConstraints);
329 inputOutputPanel.add(tip(programPanel, "programJarsTip"), stretchPanelConstraints);
330 inputOutputPanel.add(tip(libraryPanel, "libraryJarsTip"), stretchPanelConstraints);
345 shrinkingOptionsPanel.add(tip(shrinkCheckBox, "shrinkTip"), constraintsLastStretch);
346 shrinkingOptionsPanel.add(tip(printUsageCheckBox, "printUsageTip"), constraints);
347 shrinkingOptionsPanel.add(tip(printUsageTextField, "outputFileTip"), constraintsStretch);
348 shrinkingOptionsPanel.add(tip(printUsageBrowseButton, "selectUsageFile"), constraintsLast);
352 shrinkingPanel.add(shrinkingOptionsPanel, panelConstraints);
359 shrinkingPanel.add(tip(additionalKeepPanel, "keepAdditionalTip"), stretchPanelConstraints)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/dom3/
DOMStringListImpl.java 59 fStrings.add(params[i]);
91 * Add a <code>DOMString</code> to the list.
93 * @param domString A string to add to the list
95 public void add(String param) { method in class:DOMStringListImpl
96 fStrings.add(param);
  /external/iproute2/testsuite/tests/
cls-testbed.t 16 qdisc add dev $DEV root handle 10:0 \
19 class add dev $DEV parent 10:0 classid 10:12 \
30 qdisc add dev $DEV root handle 10:0 htb
32 class add dev $DEV parent 10:0 classid 10:12 \
42 qdisc add dev $DEV root handle 20:0 \
48 qdisc add dev $DEV parent 20:0 handle 10:0 prio
policer 3 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
4 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
5 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
10 $TC qdisc add dev $DEV root handle 10:0 cbq bandwidth 100Mbit avpkt 1400 mpu 64
11 $TC class add dev $DEV parent 10:0 classid 10:12 cbq bandwidth 100mbit rate 100mbit allot 1514 prio 3 maxburst 1 avpkt 500 bounded
12 $TC filter add dev $DEV parent 10:0 protocol ip prio 10 u32 match ip protocol 1 0xff police rate 2kbit buffer 10k drop flowid 10:12
  /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/llvm/examples/OCaml-Kaleidoscope/Chapter7/
toy.ml 15 Hashtbl.add Parser.binop_precedence '=' 2;
16 Hashtbl.add Parser.binop_precedence '<' 10;
17 Hashtbl.add Parser.binop_precedence '+' 20;
18 Hashtbl.add Parser.binop_precedence '-' 20;
19 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
31 DataLayout.add (ExecutionEngine.target_data the_execution_engine) the_fpm;
  /external/llvm/test/MC/X86/
intel-syntax-encoding.s 28 add ax, -12
30 add eax, -12
32 add rax, -12
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/view/
TestMenu.java 27 public MenuItem add(CharSequence title) { method in class:TestMenu
28 return add(0, 0, 0, title);
32 public MenuItem add(int titleRes) { method in class:TestMenu
33 return add(0, 0, 0, titleRes);
37 public MenuItem add(int groupId, int itemId, int order, CharSequence title) { method in class:TestMenu
39 menuItems.add(menuItem);
46 public MenuItem add(int groupId, int itemId, int order, int titleRes) { method in class:TestMenu
47 return add(groupId, itemId, order, context.getResources().getString(titleRes));
54 menuItems.add(menuItem);
64 menuItems.add(menuItem)
    [all...]
  /external/skia/legacy/include/core/
SkPtrRecorder.h 31 * Add the specified ptr to the set, returning a unique 32bit ID for it
36 uint32_t add(void*);
69 // detect duplicates when add() is called. Hence we need to store the
88 uint32_t add(T ptr) { function in class:SkTPtrSet
89 return this->INHERITED::add((void*)ptr);
  /libcore/luni/src/test/java/libcore/net/http/
RawHeadersTest.java 26 h.add("Content-Type", "text/plain");
45 h1.add("key", "value1");
46 h1.add("key", "value2");
  /libcore/luni/src/test/java/tests/api/org/xml/sax/support/
MethodLogger.java 41 public void add(String method, Object ... args) { method in class:MethodLogger
45 methods.add(method);
46 argLists.add(argsCopy);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
FileExplorerView.java 119 createNewFolderAction.setImageDescriptor(loader.loadDescriptor("add.png")); //$NON-NLS-1$
130 menuManager.add(pullAction);
131 menuManager.add(pushAction);
132 menuManager.add(new Separator());
133 menuManager.add(deleteAction);
134 menuManager.add(new Separator());
135 menuManager.add(createNewFolderAction);
137 toolBarManager.add(pullAction);
138 toolBarManager.add(pushAction);
139 toolBarManager.add(new Separator())
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/
NfcTestActivity.java 51 adapter.add(TestListItem.newCategory(this, R.string.nfc_pee_2_pee));
52 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_sender,
55 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef_push_receiver,
59 adapter.add(TestListItem.newCategory(this, R.string.nfc_tag_verification));
60 adapter.add(TestListItem.newTest(this, R.string.nfc_ndef,
63 adapter.add(TestListItem.newTest(this, R.string.nfc_mifare_ultralight,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
UPnPServiceResponseListenerTest.java 75 ALL_UPNP_SERVICES.add(new Argument(uuid));
76 ALL_UPNP_SERVICES.add(new Argument(uuid +
78 ALL_UPNP_SERVICES.add(new Argument(uuid +
80 ALL_UPNP_SERVICES.add(new Argument(uuid +
82 ALL_UPNP_SERVICES.add(new Argument(uuid +
85 UPNP_ROOT_DEVICE.add(new Argument(uuid +
  /dalvik/vm/test/
TestIndirectRefTable.cpp 60 * Basic add/get/delete tests in an unsegmented table.
87 * Add three, check, remove in the order in which they were added.
90 iref0 = irt.add(cookie, obj0);
91 iref1 = irt.add(cookie, obj1);
92 iref2 = irt.add(cookie, obj2);
130 * Add three, remove in the opposite order.
133 iref0 = irt.add(cookie, obj0);
134 iref1 = irt.add(cookie, obj1);
135 iref2 = irt.add(cookie, obj2);
156 * Add three, remove middle / middle / bottom / top. (Second attemp
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
HashMultisetTest.java 40 multiset.add("foo", 2);
41 multiset.add("bar");
48 multiset.add("foo", 2);
49 multiset.add("bar");
64 multiset.add(multiset, 2);
83 multiset.add(holder, 2);
100 "add", Object.class, int.class);
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
ExecutionListTest.java 44 list.add(new MockRunnable(countDownLatch), exec);
45 list.add(new MockRunnable(countDownLatch), exec);
46 list.add(new MockRunnable(countDownLatch), exec);
59 // If it passed, then verify an Add will be executed without calling run
61 list.add(new MockRunnable(countDownLatch), exec);
80 list.add(THROWING_RUNNABLE, sameThreadExecutor());
82 list.add(THROWING_RUNNABLE, sameThreadExecutor());
  /external/libxml2/
xmlcatalog.c 37 static int add = 0; variable
214 } else if (!strcmp(command, "add")) {
217 printf("add requires 2 or 3 arguments\n");
226 printf("add command failed\n");
230 printf("add requires 2 or 3 arguments\n");
239 printf("add command failed\n");
293 printf("\tadd 'type' 'orig' 'replace' : add an entry\n");
314 \t--sgml : handle SGML Super catalogs for --add and --del\n\
317 \t--add 'type' 'orig' 'replace' : add an XML entry\n
    [all...]
  /external/webkit/Source/WebCore/loader/
CrossOriginAccessControl.cpp 79 headerSet->add("cache-control");
80 headerSet->add("content-language");
81 headerSet->add("content-type");
82 headerSet->add("expires");
83 headerSet->add("last-modified");
84 headerSet->add("pragma");
  /external/webkit/Source/WebCore/svg/graphics/filters/
SVGFilterBuilder.cpp 37 m_builtinEffects.add(SourceGraphic::effectName(), SourceGraphic::create(filter));
38 m_builtinEffects.add(SourceAlpha::effectName(), SourceAlpha::create(filter));
42 void SVGFilterBuilder::add(const AtomicString& id, RefPtr<FilterEffect> effect) function in class:WebCore::SVGFilterBuilder
76 m_effectReferences.add(effectReference, FilterEffectSet());
81 // It is not possible to add the same value to a set twice.
83 effectReferences(effect->inputEffect(i)).add(effect);
84 m_effectRenderer.add(object, effectReference.get());
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_noderemovechildnode.java 77 expected.add("strong");
78 expected.add("code");
79 expected.add("sup");
80 expected.add("var");
81 expected.add("acronym");
100 actual.add(childName);

Completed in 1401 milliseconds

<<11121314151617181920>>