Searched refs:add (Results 201 - 225 of 6065) sorted by relevance

1234567891011>>

/external/autotest/frontend/client/src/autotest/common/ui/
H A DTableSelectionPanel.java27 selectPanel.add(new HTML("Select: "));
28 selectPanel.add(selectAll);
29 selectPanel.add(new HTML(", "));
33 selectPanel.add(selectVisible);
34 selectPanel.add(new HTML(", "));
36 selectPanel.add(selectNone);
37 selectPanel.add(new HTML(" "));
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUnicodeNameTransliterator.java89 .add('-')
90 .add(' ')
92 .add(CLOSE_DELIM)
94 .add('<').add('>') // for controls
95 .add('(').add(')') // for controls
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
H A DUnicodeNameTransliterator.java88 .add('-')
89 .add(' ')
91 .add(CLOSE_DELIM)
93 .add('<').add('>') // for controls
94 .add('(').add(')') // for controls
/external/iproute2/examples/diffserv/
H A DEdge31-ca-u3229 $TC qdisc add dev $INDEV handle ffff: ingress
33 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 handle 1: u32 \
53 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
62 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
90 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
113 $TC filter add dev $INDEV parent ffff: protocol ip prio 7 u32 \
122 $TC qdisc add
[all...]
H A DEdge32-ca-u3246 $TC qdisc add dev $INDEV handle ffff: ingress
57 $TC filter add dev $INDEV parent ffff: protocol ip prio 1 u32 \
61 $TC filter add dev $INDEV parent ffff: protocol ip prio 2 u32 \
70 $TC filter add dev $INDEV parent ffff: protocol ip prio 3 u32 \
74 $TC filter add dev $INDEV parent ffff: protocol ip prio 4 u32 \
82 $TC filter add dev $INDEV parent ffff: protocol ip prio 5 u32 \
86 $TC filter add dev $INDEV parent ffff: protocol ip prio 6 u32 \
97 $TC filter add dev $INDEV parent ffff: protocol ip prio 8 u32 \
101 $TC filter add dev $INDEV parent ffff: protocol ip prio 9 u32 \
109 $TC filter add de
[all...]
/external/junit/src/main/java/org/junit/internal/runners/
H A DMethodValidator.java39 errors.add(new Exception("No runnable methods"));
65 errors.add(new Exception("Test class should have public zero-argument constructor", e));
76 errors.add(new Exception("Method " + each.getName() + "() "
80 errors.add(new Exception("Class " + each.getDeclaringClass().getName()
84 errors.add(new Exception("Method " + each.getName()
88 errors.add(new Exception("Method " + each.getName()
92 errors.add(new Exception("Method " + each.getName()
/external/libhevc/common/arm64/
H A Dihevc_padding.s102 add x0,x0,x1
104 add x0,x0,x1
106 add x0,x0,x1
108 add x0,x0,x1
115 add x5,x4,x1
123 add x6,x5,x1
131 add x7,x6,x1
220 add x0,x0,x1
222 add x0,x0,x1
224 add x
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DTestFragment.java39 transcript.add("onAttach");
45 transcript.add("onCreate");
62 transcript.add("onCreateView");
68 transcript.add("onViewCreated");
75 transcript.add("onActivityCreated");
81 transcript.add("onStart");
87 transcript.add("onResume");
/external/boringssl/win-x86_64/crypto/sha/
H A Dsha512-x86_64.asm81 add r12,r11
86 add r12,r15
89 add r12,QWORD[rbp]
98 add r12,r13
101 add rdx,r12
102 add r11,r12
105 add r11,r14
122 add r12,r10
127 add r12,rdi
130 add r1
[all...]
H A Dsha256-x86_64.asm81 add r12d,r11d
86 add r12d,r15d
89 add r12d,DWORD[rbp]
98 add r12d,r13d
101 add edx,r12d
102 add r11d,r12d
105 add r11d,r14d
122 add r12d,r10d
127 add r12d,edi
130 add r12
[all...]
/external/guava/guava-tests/test/com/google/common/collect/
H A DImmutableRangeSetTest.java76 builder.add(Range.singleton(i));
109 builder.add(Range.closedOpen(i, i.add(BigInteger.ONE)));
179 expectedComplement.add(Range.lessThan(1));
180 expectedComplement.add(Range.atLeast(5));
221 .add(Range.closed(5, 8)).add(Range.closedOpen(1, 3)).build();
232 .add(Range.lessThan(1))
233 .add(Range.closedOpen(3, 5))
234 .add(Rang
[all...]
H A DMultisetsCollectionTest.java112 order.add(s);
114 order.add(index, s);
145 // add to both; the one already containing it will have more
146 multiset1.add(element);
147 multiset2.add(element);
149 multiset1.add(elements[i]);
151 multiset2.add(elements[i]);
164 multiset1.add("only1");
165 multiset2.add("only2");
167 multiset1.add(element
[all...]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/representer/
H A DSafeRepresenterTest.java47 list.add(new Byte((byte) 3));
48 list.add(new Short((short) 4));
49 list.add(new Integer(5));
50 list.add(new BigInteger("6"));
51 list.add(new Long(7L));
52 list.add(Double.POSITIVE_INFINITY);
53 list.add(Double.NEGATIVE_INFINITY);
54 list.add(Double.NaN);
62 list.add(new Date(1229684761159L));
63 list.add(ne
[all...]
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DLazyStringArrayListTest.java59 list.add(STRING_A);
60 list.add(STRING_B);
61 list.add(STRING_C);
86 list.add(BYTE_STRING_A);
87 list.add(BYTE_STRING_B);
88 list.add(BYTE_STRING_C);
106 list.add(STRING_A);
107 list.add(BYTE_STRING_B);
108 list.add(BYTE_STRING_C);
140 list1.add(STRING_
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
H A DACyclicDFACodeGenerator.java59 dfaST.add("alt", Utils.integer(s.getUniquelyPredictedAlt()));
83 dfaST.add("k", Utils.integer(k));
84 dfaST.add("stateNumber", Utils.integer(s.stateNumber));
85 dfaST.add("semPredState",
92 dfaST.add("description", description);
123 edgeST.add("labels", labels);
126 edgeST.add("labelExpr",
140 edgeST.add("predicates", predST);
149 edgeST.add("targetState", targetST);
150 dfaST.add("edge
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DV3TBSCertificateGenerator.java169 v.add(version);
170 v.add(serialNumber);
171 v.add(signature);
172 v.add(issuer);
179 validity.add(startDate);
180 validity.add(endDate);
182 v.add(new DERSequence(validity));
186 v.add(subject);
190 v.add(new DERSequence());
193 v.add(subjectPublicKeyInf
[all...]
/external/autotest/frontend/client/src/autotest/afe/
H A DTestSelectorDisplay.java47 testTypePanel.add(new Label("Filter by test type:"));
48 testTypePanel.add(testTypeSelect);
49 testTypePanel.add(testTypeToolTip);
52 testFilterPanel.add(new Label("Filter by test name:"));
53 testFilterPanel.add(testNameFilter);
56 testInfoPanel.add(testInfo);
66 container.add(testTypePanel);
67 container.add(testFilterPanel);
68 container.add(mainPanel);
/external/e2fsprogs/lib/blkid/
H A Dlist.h40 _INLINE_ void __list_add(struct list_head * add, argument
44 next->prev = add;
45 add->next = next;
46 add->prev = prev;
47 prev->next = add;
51 * list_add - add a new entry
52 * @add: new entry to be added
53 * @head: list head to add it after
58 _INLINE_ void list_add(struct list_head *add, struct list_head *head) argument
60 __list_add(add, hea
71 list_add_tail(struct list_head *add, struct list_head *head) argument
[all...]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/
H A DMultiSourceFileLocatorTest.java51 locator.add(loc1);
53 locator.add(loc2);
55 locator.add(loc3);
64 locator.add(loc1);
67 locator.add(loc2);
70 locator.add(loc3);
82 locator.add(loc1);
85 locator.add(loc2);
88 locator.add(loc3);
/external/jarjar/src/main/com/tonicsystems/jarjar/
H A DMainProcessor.java38 zapList.add((Zap) pattern);
40 ruleList.add((Rule) pattern);
42 keepList.add((Keep) pattern);
51 processors.add(ManifestProcessor.getInstance());
53 processors.add(kp);
54 processors.add(new ZapProcessor(zapList));
55 processors.add(new JarTransformerChain(new RemappingClassTransformer[]{ new RemappingClassTransformer(pr) }));
56 processors.add(new ResourceProcessor(pr));
79 result.add((renamed != null) ? renamed : name);
/external/llvm/test/MC/ARM/
H A Dthumb_rewrites.s16 add r0, r0, r8
17 @ CHECK: add r0, r8 @ encoding: [0x40,0x44]
19 add r1, r8, r1
20 @ CHECK: add r1, r8 @ encoding: [0x41,0x44]
22 add sp, sp, r0
23 @ CHECK: add sp, r0 @ encoding: [0x85,0x44]
25 add r4, sp, r4
26 @ CHECK: add r4, sp, r4 @ encoding: [0x6c,0x44]
28 add r4, r4, sp
29 @ CHECK: add r
[all...]
/external/boringssl/win-x86/crypto/bn/
H A Dco-586.asm35 add ebx,eax
47 add ecx,eax
54 add ecx,eax
66 add ebp,eax
73 add ebp,eax
80 add ebp,eax
92 add ebx,eax
99 add ebx,eax
106 add ebx,eax
113 add eb
[all...]
/external/guava/guava-gwt/test-super/com/google/common/primitives/super/com/google/common/primitives/
H A DUnsignedLongTest.java39 .add(i)
40 .add(Long.MAX_VALUE + i)
41 .add(Long.MIN_VALUE + i)
42 .add(Integer.MIN_VALUE + i)
43 .add(Integer.MAX_VALUE + i);
46 .add(bigI)
47 .add(BigInteger.valueOf(Long.MAX_VALUE).add(bigI))
48 .add(BigInteger.valueOf(Long.MIN_VALUE).add(big
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DListTestSuiteBuilder.java67 testers.add(CollectionSerializationEqualTester.class);
68 testers.add(ListAddAllAtIndexTester.class);
69 testers.add(ListAddAllTester.class);
70 testers.add(ListAddAtIndexTester.class);
71 testers.add(ListAddTester.class);
72 testers.add(ListCreationTester.class);
73 testers.add(ListEqualsTester.class);
74 testers.add(ListGetTester.class);
75 testers.add(ListHashCodeTester.class);
76 testers.add(ListIndexOfTeste
[all...]
H A DQueueTestSuiteBuilder.java60 testers.add(QueueElementTester.class);
61 testers.add(QueueOfferTester.class);
62 testers.add(QueuePeekTester.class);
63 testers.add(QueuePollTester.class);
64 testers.add(QueueRemoveTester.class);

Completed in 759 milliseconds

1234567891011>>