Searched refs:add (Results 76 - 100 of 3272) sorted by relevance

1234567891011>>

/external/webkit/Source/WebKit/chromium/tests/
H A DPODIntervalTreeTest.cpp62 tree.add(PODInterval<float>(2, 4));
69 tree.add(PODInterval<float>(2, 4));
80 tree.add(PODInterval<float>(1, 2.5));
81 tree.add(PODInterval<float>(3.5, 5));
82 tree.add(PODInterval<float>(2, 4));
108 tree.add(interval1);
109 tree.add(interval2);
149 tree.add(tree.createInterval(2, 4, data1));
159 tree.add(tree.createInterval(2, 4, data1));
203 tree.add(tre
253 bool add = false; local
[all...]
H A DPODRedBlackTreeTest.cpp52 tree.add(i);
61 tree.add(5);
69 tree.add(4);
72 tree.add(3);
75 tree.add(5);
85 tree.add(3);
87 tree.add(3);
89 tree.add(3);
98 tree.add(5);
109 tree.add(
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DSetTestSuiteBuilder.java45 testers.add(SetAddAllTester.class);
46 testers.add(SetAddTester.class);
47 testers.add(SetCreationTester.class);
48 testers.add(SetHashCodeTester.class);
49 testers.add(SetEqualsTester.class);
50 testers.add(SetRemoveTester.class);
/external/openssl/crypto/bn/asm/x86/
H A Dmul_add.pl41 &add("eax",$c); # L(t)+= *r
44 &add("eax",$c); # L(t)+=c
52 &add($a,32);
53 &add($r,32);
69 &add("eax",$c); # L(t)+=c
72 &add("eax",$c);
/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp71 supportedImageMIMETypes->add(mimeType);
72 supportedImageResourceMIMETypes->add(mimeType);
77 supportedImageMIMETypes->add("image/bmp");
78 supportedImageResourceMIMETypes->add("image/bmp");
81 supportedImageMIMETypes->add("image/vnd.microsoft.icon");
82 supportedImageMIMETypes->add("image/x-icon");
83 supportedImageResourceMIMETypes->add("image/vnd.microsoft.icon");
84 supportedImageResourceMIMETypes->add("image/x-icon");
86 // We only get one MIME type per UTI, hence our need to add these manually
87 supportedImageMIMETypes->add("imag
[all...]
/external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/
H A DSupport_DecimalFormat.java192 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER));
193 v.add(new FieldContainer(3, 4, NumberFormat.Field.DECIMAL_SEPARATOR));
194 v.add(new FieldContainer(4, 6, NumberFormat.Field.FRACTION));
200 v.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER));
201 v.add(new FieldContainer(4, 6, NumberFormat.Field.CURRENCY));
207 v.add(new FieldContainer(0, 1, NumberFormat.Field.SIGN));
208 v.add(new FieldContainer(1, 4, NumberFormat.Field.INTEGER));
209 v.add(new FieldContainer(5, 7, NumberFormat.Field.CURRENCY));
215 v.add(new FieldContainer(0, 1, NumberFormat.Field.CURRENCY));
216 v.add(ne
[all...]
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java32 super.add (m_head = IElement.Factory.create (Tag.HEAD));
33 super.add (m_body = IElement.Factory.create (Tag.BODY));
44 m_head.add (meta);
53 m_head.add (titleElement);
100 if (m_header != null) m_body.add (0, m_header);
101 if (m_footer != null) m_body.add (m_body.size (), m_footer);
107 * Overridden to add to the doc body.
109 public IElementList add (final IContent content) method in class:HTMLDocument
111 m_body.add (content);
131 m_head.add (styl
[all...]
/external/openssl/crypto/bn/asm/
H A Dmips-mont.s78 add $12,$5,$22
79 add $14,$7,$22
104 add $15,4
128 add $13,$6,$21
166 add $12,$5,$22
167 add $14,$7,$22
195 add $15,4
228 add $20,$29,$9 # &tp[num]
236 add $15,4
237 add
[all...]
H A Dia64.S33 // add[->st8] 1[+1] 1[+0]
151 #define ADDP add
156 // bn_[add|sub]_words routines.
197 (p18) add r39=r37,r34
204 (p58) add r41=1,r41 } // (p20)
211 (p59) add r8=1,r8 // return value
257 (p58) add r41=-1,r41 } // (p20)
264 (p59) add r8=1,r8 // return value
337 (p50) add r40=r38,r35 // (p27)
338 (p54) add r4
[all...]
/external/skia/src/animator/
H A DSkPathParts.h23 virtual bool add() = 0;
37 virtual bool add();
45 virtual bool add();
53 virtual bool add();
61 virtual bool add();
69 virtual bool add();
79 virtual bool add();
87 virtual bool add();
99 virtual bool add();
106 virtual bool add();
[all...]
/external/openssl/crypto/sha/asm/
H A Dsha256-586.pl51 &add ($T,"edi") if ($in_16_63); # T += sigma1(X[-2])
60 &add ($T,"ecx"); # T += Sigma1(e)
69 &add ($T,"esi"); # T += Ch(e,f,g)
72 &add ($T,$Hoff); # T += h
78 &add ($E,$T); # d += T
81 &add ($T,"ecx"); # T += Sigma0(a)
92 &add ($K256,4);
93 &add ($A,$T); # h += T
95 &add ($E,"esi"); # d += K256[i]
96 &add (
[all...]
H A Dsha1-sparcv9.pl58 add @K[$i/20],$e,$e
60 add $tmp0,$e,$e
62 add $tmp1,$e,$e
68 add $xi,$e,$e
75 add $tmp1,$e,$e
86 add @K[$i/20],$e,$e
97 add @K[$i/20],$e,$e !!
100 add @X[$j%8],@X[$j%8],@X[$j%8]
120 add $tmp0,$e,$e !!
122 add
[all...]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrayListTest.java51 subList.add(new Integer(i));
96 * @tests java.util.ArrayList#add(int, java.lang.Object)
99 // Test for method void java.util.ArrayList.add(int, java.lang.Object)
101 alist.add(50, o = new Object());
102 assertTrue("Failed to add Object", alist.get(50) == o);
107 alist.add(25, null);
112 alist.add(0, o = new Object());
113 assertEquals("Failed to add Object", alist.get(0), o);
118 alist.add(0, null);
124 alist.add(
942 public boolean add(Object o) { method in class:ArrayListTest.ArrayListExtend
[all...]
H A DAbstractListTest.java44 public void add(int i, Object o) { method in class:AbstractListTest.SimpleList
45 this.arrayList.add(i, o);
62 list.add(new Integer(3));
63 list.add(new Integer(15));
64 list.add(new Integer(5));
65 list.add(new Integer(1));
66 list.add(new Integer(7));
82 list.add(new Object());
83 list.add(new Object());
96 list.add(ne
231 public void add(int idx, E o) { method in class:AbstractListTest.MockArrayList
[all...]
/external/guava/guava/src/com/google/common/primitives/
H A DPrimitives.java48 add(primToWrap, wrapToPrim, boolean.class, Boolean.class);
49 add(primToWrap, wrapToPrim, byte.class, Byte.class);
50 add(primToWrap, wrapToPrim, char.class, Character.class);
51 add(primToWrap, wrapToPrim, double.class, Double.class);
52 add(primToWrap, wrapToPrim, float.class, Float.class);
53 add(primToWrap, wrapToPrim, int.class, Integer.class);
54 add(primToWrap, wrapToPrim, long.class, Long.class);
55 add(primToWrap, wrapToPrim, short.class, Short.class);
56 add(primToWrap, wrapToPrim, void.class, Void.class);
62 private static void add(Ma method in class:Primitives
[all...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
H A DListAddAtIndexTester.java31 * A generic JUnit test which tests {@code add(int, Object)} operations on a
44 getList().add(0, samples.e0);
51 * absent = ZERO isn't required, since unmodList.add() must
56 getList().add(0, samples.e0);
57 fail("add(n, present) should throw");
65 getList().add(0, samples.e3);
72 getList().add(0, samples.e3);
73 fail("add(n, notPresent) should throw");
83 getList().add(getNumElements() / 2, samples.e3);
90 getList().add(getNumElement
[all...]
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/
H A DObjectDescriptorFactory.java130 annotated.add(DecoderSpecificInfo.class);
131 annotated.add(SLConfigDescriptor.class);
132 annotated.add(BaseDescriptor.class);
133 annotated.add(ExtensionDescriptor.class);
134 annotated.add(ObjectDescriptorBase.class);
135 annotated.add(ProfileLevelIndicationDescriptor.class);
136 annotated.add(AudioSpecificConfig.class);
137 annotated.add(ExtensionProfileLevelDescriptor.class);
138 annotated.add(ESDescriptor.class);
139 annotated.add(DecoderConfigDescripto
[all...]
/external/skia/src/core/asm/
H A Ds32a_d565_opaque.S60 add r2, r1, #32
62 add r2, r2, r2, lsr #6
65 add r2, r5, r2, lsr #6
66 add r1, r1, #16
68 add r1, r1, r1, lsr #5
71 add r1, r6, r1, lsr #5
73 add r3, r3, #16 // 0x10
76 add r3, r3, r3, lsr #5
78 add r3, lr, r3, lsr #5
83 2: add r
[all...]
/external/webkit/Source/WebCore/platform/text/transcoder/
H A DFontTranscoder.cpp42 m_converterTypes.add("MS PGothic", BackslashToYenSign);
44 m_converterTypes.add(AtomicString(unicodeNameMSPGothic, WTF_ARRAY_LENGTH(unicodeNameMSPGothic)), BackslashToYenSign);
46 m_converterTypes.add("MS PMincho", BackslashToYenSign);
48 m_converterTypes.add(AtomicString(unicodeNameMSPMincho, WTF_ARRAY_LENGTH(unicodeNameMSPMincho)), BackslashToYenSign);
50 m_converterTypes.add("MS Gothic", BackslashToYenSign);
52 m_converterTypes.add(AtomicString(unicodeNameMSGothic, WTF_ARRAY_LENGTH(unicodeNameMSGothic)), BackslashToYenSign);
54 m_converterTypes.add("MS Mincho", BackslashToYenSign);
56 m_converterTypes.add(AtomicString(unicodeNameMSMincho, WTF_ARRAY_LENGTH(unicodeNameMSMincho)), BackslashToYenSign);
58 m_converterTypes.add("Meiryo", BackslashToYenSign);
60 m_converterTypes.add(AtomicStrin
[all...]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DDOTGenerator.java76 dot.add("startState",
78 dot.add("useBox",
84 dot.add("startState",
88 dot.add("rankdir", rankdir);
100 dot.add("startState",
118 markedStates.add(Utils.integer(s.stateNumber)); // mark this node as completed.
120 // first add this node
128 st.add("name", getStateLabel(s));
129 dot.add("states", st);
146 st.add("labe
[all...]
/external/guava/guava-tests/test/com/google/common/math/
H A DMathTesting.java112 intValues.add(Integer.MAX_VALUE - 1, Integer.MAX_VALUE);
115 intValues.add(i);
117 // Now add values near 2^N for lots of values of N.
120 intValues.add(x, x + 1, x - 1);
122 intValues.add(9999).add(10000).add(10001).add(1000000); // near powers of 10
123 intValues.add(5792).add(579
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/util/
H A DDigestFactory.java41 md5.add("MD5");
42 md5.add(PKCSObjectIdentifiers.md5.getId());
44 sha1.add("SHA1");
45 sha1.add("SHA-1");
46 sha1.add(OIWObjectIdentifiers.idSHA1.getId());
49 // sha224.add("SHA224");
50 // sha224.add("SHA-224");
51 // sha224.add(NISTObjectIdentifiers.id_sha224.getId());
54 sha256.add("SHA256");
55 sha256.add("SH
[all...]
/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/org/junit/internal/runners/
H A DMethodValidator.java39 fErrors.add(new Exception("No runnable methods"));
63 fErrors.add(new Exception("Test class should have public zero-argument constructor", e));
74 fErrors.add(new Exception("Method " + each.getName() + "() "
78 fErrors.add(new Exception("Class " + each.getDeclaringClass().getName()
81 fErrors.add(new Exception("Method " + each.getName()
84 fErrors.add(new Exception("Method " + each.getName()
87 fErrors.add(new Exception("Method " + each.getName()

Completed in 1759 milliseconds

1234567891011>>