HomeSort by relevance Sort by last modified time
    Searched refs:add (Results 101 - 125 of 3735) sorted by null

1 2 3 45 6 7 8 91011>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodecloneattributescopied.java 72 htmlExpected.add("class");
73 htmlExpected.add("title");
76 expected.add("class");
77 expected.add("title");
78 expected.add("dir");
88 result.add(attributeName);
hc_nodeelementnodeattributes.java 69 htmlExpected.add("title");
70 htmlExpected.add("class");
73 expected.add("title");
74 expected.add("class");
75 expected.add("dir");
84 attrList.add(attrName);
hc_nodeinsertbeforenewchildexists.java 76 expected.add("strong");
77 expected.add("code");
78 expected.add("sup");
79 expected.add("var");
80 expected.add("em");
81 expected.add("acronym");
99 result.add(childName);
hc_textparseintolistofelements.java 75 expectedNormal.add("\u03b2"); // android-changed: GREEK LOWER CASE BETA
76 expectedNormal.add(" Dallas, ");
77 expectedNormal.add("\u03b3"); // android-changed: GREEK LOWER CASE GAMMA
78 expectedNormal.add("\n 98554");
81 expectedExpanded.add("\u03b2 Dallas, \u03b3\n 98554"); // android-changed: GREEK LOWER CASE BETA, GREEK LOWER CASE GAMMA
96 result.add(value);
98 result.add(value);
textparseintolistofelements.java 76 expectedNormal.add("1900 Dallas Road");
77 expectedNormal.add(" Dallas, ");
78 expectedNormal.add("Texas");
79 expectedNormal.add("\n 98554");
82 expectedExpanded.add("1900 Dallas Road Dallas, Texas\n 98554");
97 result.add(value);
99 result.add(value);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
getElementsByTagNameNS04.java 82 expectedResult.add("address");
83 expectedResult.add("address");
84 expectedResult.add("address");
85 expectedResult.add("emp:address");
86 expectedResult.add("address");
93 result.add(childName);
getElementsByTagNameNS11.java 83 expectedResult.add("address");
84 expectedResult.add("address");
85 expectedResult.add("address");
86 expectedResult.add("emp:address");
87 expectedResult.add("address");
95 result.add(childName);
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 46 final MenuItem item = mMenu.add(0, id, 0, "test");
59 mMenu.add(0, 0, item1Index - 1, "ignore");
60 final MenuItem item = mMenu.add(groupId, 0, item1Index, "test");
61 mMenu.add(0, 0, item2Index - 1, "ignore");
62 final MenuItem item2 = mMenu.add(groupId, 0, item2Index, "test2");
80 mMenu.add(GROUP_ONE, 0, 0, "Menu text");
90 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
100 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
110 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a');
122 mMenu.add(0, 0, 0, "test").setShortcut('2', 'a')
    [all...]
  /libcore/luni/src/test/java/tests/org/w3c/dom/
GetElementsByTagNameNS.java 127 expectedResult.add("employee");
128 expectedResult.add("employeeId");
129 expectedResult.add("name");
130 expectedResult.add("position");
131 expectedResult.add("salary");
132 expectedResult.add("gender");
133 expectedResult.add("address");
134 expectedResult.add("emp:employee");
135 expectedResult.add("emp:employeeId");
136 expectedResult.add("emp:position")
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 32 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 (style)
    [all...]
  /external/openssl/crypto/sha/asm/
sha256-586.pl 51 &add ($T,&DWP(4*(8+15+16-9),"esp")) if ($in_16_63); # T += X[-7]
61 &add ($T,"ecx"); # T += Sigma1(e)
70 &add ($T,"esi"); # T += Ch(e,f,g)
73 &add ($T,$Hoff); # T += h
78 &add ($E,$T); # d += T
82 &add ($T,"ecx"); # T += Sigma0(a)
93 &add ($K256,4);
94 &add ($A,$T); # h += T
96 &add ($E,"esi"); # d += K256[i]
97 &add ($A,"esi"); # h += K256[i
    [all...]
sha1-armv4-large.s 9 add r2,r1,r2,lsl#6 @ r2 to point at the end of r1
23 add r7,r8,r7,ror#2 @ E+=K_00_19
25 add r7,r7,r3,ror#27 @ E+=ROR(A,27)
29 add r7,r7,r9 @ E+=X[i]
33 add r7,r7,r10 @ E+=F_00_19(B,C,D)
38 add r6,r8,r6,ror#2 @ E+=K_00_19
40 add r6,r6,r7,ror#27 @ E+=ROR(A,27)
44 add r6,r6,r9 @ E+=X[i]
48 add r6,r6,r10 @ E+=F_00_19(B,C,D)
53 add r5,r8,r5,ror#2 @ E+=K_00_1
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
ExchangeSource.java 74 kind.fieldList.add(new EditField(StructuredName.PREFIX, R.string.name_prefix,
77 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME,
79 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
81 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
83 kind.fieldList.add(new EditField(StructuredName.SUFFIX,
85 kind.fieldList.add(new EditField(StructuredName.PHONETIC_FAMILY_NAME,
87 kind.fieldList.add(new EditField(StructuredName.PHONETIC_GIVEN_NAME,
90 kind.fieldList.add(new EditField(StructuredName.GIVEN_NAME,
92 kind.fieldList.add(new EditField(StructuredName.MIDDLE_NAME,
94 kind.fieldList.add(new EditField(StructuredName.FAMILY_NAME
    [all...]
  /external/guava/src/com/google/common/primitives/
Primitives.java 48 add(primToWrap, wrapToPrim, boolean.class, Boolean.class); method
49 add(primToWrap, wrapToPrim, byte.class, Byte.class); method
50 add(primToWrap, wrapToPrim, char.class, Character.class); method
51 add(primToWrap, wrapToPrim, double.class, Double.class); method
52 add(primToWrap, wrapToPrim, float.class, Float.class); method
53 add(primToWrap, wrapToPrim, int.class, Integer.class); method
54 add(primToWrap, wrapToPrim, long.class, Long.class); method
55 add(primToWrap, wrapToPrim, short.class, Short.class); method
56 add(primToWrap, wrapToPrim, void.class, Void.class); method
62 private static void add(Map<Class<?>, Class<?>> forward method in class:Primitives
    [all...]
  /external/skia/src/core/asm/
s32a_d565_opaque.S 60 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 r0, r0, #2 // dst+
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/util/
ArrayListTest.java 51 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(-1, new Object())
937 public boolean add(Object o) { method in class:ArrayListTest.ArrayListExtend
    [all...]
  /dalvik/vm/mterp/armv5te/
OP_EXECUTE_INLINE_RANGE.S 16 add r1, rGLUE, #offGlue_retval @ r1<- &glue->retval
22 add sp, sp, #8 @ pop stack
39 add pc, pc, r0, lsl #3 @ computed goto, 2 instrs each
41 4: add ip, r9, #3 @ base+3
43 3: add ip, r9, #2 @ base+2
45 2: add ip, r9, #1 @ base+1
47 1: add ip, r9, #0 @ (nop)
  /external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
JCEDigestUtil.java 38 md5.add("MD5");
39 md5.add(PKCSObjectIdentifiers.md5.getId());
41 sha1.add("SHA1");
42 sha1.add("SHA-1");
43 sha1.add(OIWObjectIdentifiers.idSHA1.getId());
46 // sha224.add("SHA224");
47 // sha224.add("SHA-224");
48 // sha224.add(NISTObjectIdentifiers.id_sha224.getId());
51 sha256.add("SHA256");
52 sha256.add("SHA-256")
    [all...]
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
NativeAllocationInfo.java 41 sAllocFunctionFilter.add("malloc"); //$NON-NLS-1$
42 sAllocFunctionFilter.add("calloc"); //$NON-NLS-1$
43 sAllocFunctionFilter.add("realloc"); //$NON-NLS-1$
44 sAllocFunctionFilter.add("get_backtrace"); //$NON-NLS-1$
45 sAllocFunctionFilter.add("get_hash"); //$NON-NLS-1$
46 sAllocFunctionFilter.add("??"); //$NON-NLS-1$
47 sAllocFunctionFilter.add("internal_free"); //$NON-NLS-1$
48 sAllocFunctionFilter.add("operator new"); //$NON-NLS-1$
49 sAllocFunctionFilter.add("leak_free"); //$NON-NLS-1$
50 sAllocFunctionFilter.add("chk_free"); //$NON-NLS-1
    [all...]
  /external/webkit/WebCore/html/
HTMLElement.cpp 95 map->add(wbrTag.localName().impl(), 0);
97 map->add(addressTag.localName().impl(), 3);
98 map->add(ddTag.localName().impl(), 3);
99 map->add(dtTag.localName().impl(), 3);
100 map->add(noscriptTag.localName().impl(), 3);
101 map->add(rpTag.localName().impl(), 3);
102 map->add(rtTag.localName().impl(), 3);
105 map->add(articleTag.localName().impl(), 5);
106 map->add(asideTag.localName().impl(), 5);
107 map->add(centerTag.localName().impl(), 5)
    [all...]
  /external/openssl/crypto/bn/asm/
ia64.S 33 // 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 r40=r38,r35,1 } // (p27
    [all...]
  /external/iproute2/examples/diffserv/
Edge31-ca-u32 29 $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 $EGDEV handle 1:0 root dsmark indices 6
    [all...]
Edge32-ca-u32 46 $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 dev $INDEV parent ffff: protocol ip prio 10 u32
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/message/
NdefMessageParser.java 55 elements.add(UriRecord.parse(record));
57 elements.add(TextRecord.parse(record));
59 elements.add(SmartPoster.parse(record));
61 elements.add(ImageRecord.parse(record));
63 elements.add(VCardRecord.parse(record));
65 elements.add(MimeRecord.parse(record));
67 elements.add(new UnknownRecord());
  /system/netd/
NatController.cpp 91 int NatController::doNatCommands(const char *intIface, const char *extIface, bool add) {
95 if (add == false) {
113 (add ? "A" : "D"),
119 snprintf(cmd, sizeof(cmd), "-%s FORWARD -i %s -o %s -j ACCEPT", (add ? "A" : "D"),
125 (!add ? "A" : "D"),
130 // add this if we are the first added nat
131 if (add && natCount == 0) {
140 if (add) {

Completed in 1149 milliseconds

1 2 3 45 6 7 8 91011>>