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

1 2 3 4 5 6 78 91011>>

  /external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
BlockCipherFactory.java 40 ciphers.add(new CipherEntry("aes128-ctr", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES"));
41 ciphers.add(new CipherEntry("aes192-ctr", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES"));
42 ciphers.add(new CipherEntry("aes256-ctr", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES"));
43 ciphers.add(new CipherEntry("blowfish-ctr", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish"));
45 ciphers.add(new CipherEntry("aes128-cbc", 16, 16, "ch.ethz.ssh2.crypto.cipher.AES"));
46 ciphers.add(new CipherEntry("aes192-cbc", 16, 24, "ch.ethz.ssh2.crypto.cipher.AES"));
47 ciphers.add(new CipherEntry("aes256-cbc", 16, 32, "ch.ethz.ssh2.crypto.cipher.AES"));
48 ciphers.add(new CipherEntry("blowfish-cbc", 8, 16, "ch.ethz.ssh2.crypto.cipher.BlowFish"));
50 ciphers.add(new CipherEntry("3des-ctr", 8, 24, "ch.ethz.ssh2.crypto.cipher.DESede"));
51 ciphers.add(new CipherEntry("3des-cbc", 8, 24, "ch.ethz.ssh2.crypto.cipher.DESede"))
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
ArrayTestListAdapter.java 26 * where items can be added by calling {@link #add(TestListItem)} repeatedly.
36 public void add(TestListItem item) { method in class:ArrayTestListAdapter
37 mRows.add(item);
  /development/ndk/samples/two-libs/src/com/example/twolibs/
TwoLibs.java 39 int z = add(x, y);
45 public native int add(int x, int y); method in class:TwoLibs
  /development/samples/SimpleJNI/src/com/example/android/simplejni/
SimpleJNI.java 29 int sum = Native.add(2, 3);
37 // The runtime will add "lib" on the front and ".o" on the end of
42 static native int add(int a, int b); method in class:Native
  /external/apache-http/src/org/apache/http/impl/client/
RedirectLocations.java 60 public void add(final URI uri) { method in class:RedirectLocations
61 this.uris.add(uri);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
V1TBSCertificateGenerator.java 123 // seq.add(version); - not required as default value.
124 seq.add(serialNumber);
125 seq.add(signature);
126 seq.add(issuer);
133 validity.add(startDate);
134 validity.add(endDate);
136 seq.add(new DERSequence(validity));
138 seq.add(subject);
140 seq.add(subjectPublicKeyInfo);
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
PropertyListIntersector.java 43 m_intersection.add(new PropertyGroup(property));
48 if (!propertyGroup.add(properties)) {
63 properties.add(compositeProperty);
87 m_properties.add(property);
98 public boolean add(Property[] properties) { method in class:PropertyListIntersector.PropertyGroup
100 if (add(property)) {
124 private boolean add(Property property) { method in class:PropertyListIntersector.PropertyGroup
129 m_properties.add(property);
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
toy.ml 10 Hashtbl.add Parser.binop_precedence '<' 10;
11 Hashtbl.add Parser.binop_precedence '+' 20;
12 Hashtbl.add Parser.binop_precedence '-' 20;
13 Hashtbl.add Parser.binop_precedence '*' 40; (* highest. *)
  /external/llvm/test/MC/MachO/ARM/
nop-armv4-padding.s 6 add r0, r1, r2
8 add r0, r1, r2
nop-armv6t2-padding.s 6 add r0, r1, r2
8 add r0, r1, r2
  /external/webkit/Source/WebKit/chromium/tests/
PODIntervalTreeTest.cpp 62 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(tree.createInterval(EndpointType1(1), EndpointType1(2)))
253 bool add = false; local
    [all...]
  /frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp 35 sourceData.add(String8("res/drawable/hello.png"),3);
37 sourceData.add(String8("res/drawable/world.png"),5);
39 sourceData.add(String8("res/drawable-cool/hello.png"),3);
42 destData.add(String8("res2/drawable/hello.png"),3);
43 destData.add(String8("res2/drawable/world.png"),3);
45 destData.add(String8("res2/drawable/dead.png"),3);
49 data.add(source,sourceData);
50 data.add(dest,destData);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
LightingColorFilter_Delegate.java 58 /*package*/ static int native_CreateLightingFilter(int mul, int add) {
64 /*package*/ static int nCreateLightingFilter(int nativeFilter, int mul, int add) {
  /hardware/ti/omap3/omx/core_plugin/
Android.mk 4 $(call add-prebuilt-files, ETC, 01_Vendor_ti_omx.cfg)
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_nodeappendchildchildexists.java 78 expected.add("strong");
79 expected.add("code");
80 expected.add("sup");
81 expected.add("var");
82 expected.add("acronym");
83 expected.add("em");
95 actual.add(memberName);
105 refreshedActual.add(memberName);
hc_nodechildnodesappendchild.java 36 * and then add a newly created element that was created
81 expected.add("em");
82 expected.add("strong");
83 expected.add("code");
84 expected.add("sup");
85 expected.add("var");
86 expected.add("acronym");
87 expected.add("br");
101 actual.add(childName);
hc_nodeinsertbefore.java 77 expected.add("em");
78 expected.add("strong");
79 expected.add("code");
80 expected.add("br");
81 expected.add("sup");
82 expected.add("var");
83 expected.add("acronym");
99 actual.add(childName);
  /libcore/luni/src/main/java/org/apache/harmony/luni/lang/reflect/
ListOfVariables.java 27 void add (TypeVariable<?> elem) { method in class:ListOfVariables
28 array.add(elem);
  /libcore/luni/src/test/java/tests/api/java/util/
ArrayListTest.java 46 subList.add(new Integer(i));
88 * java.util.ArrayList#add(int, java.lang.Object)
91 // Test for method void java.util.ArrayList.add(int, java.lang.Object)
93 alist.add(50, o = new Object());
94 assertTrue("Failed to add Object", alist.get(50) == o);
99 alist.add(25, null);
105 alist.add(-1, null);
112 alist.add(alist.size() + 1, null);
120 * java.util.ArrayList#add(java.lang.Object)
123 // Test for method boolean java.util.ArrayList.add(java.lang.Object
    [all...]
  /cts/tests/tests/dpi/src/android/dpi/cts/
ConfigurationTest.java 50 allowedDensities.add(DisplayMetrics.DENSITY_LOW);
51 allowedDensities.add(DisplayMetrics.DENSITY_MEDIUM);
52 allowedDensities.add(DisplayMetrics.DENSITY_TV);
53 allowedDensities.add(DisplayMetrics.DENSITY_HIGH);
54 allowedDensities.add(DisplayMetrics.DENSITY_XHIGH);
55 allowedDensities.add(DisplayMetrics.DENSITY_XXHIGH);
  /development/samples/VoiceRecognitionService/src/com/example/android/voicerecognitionservice/
VoiceRecognitionService.java 58 results.add("a");
59 results.add("b");
60 results.add("c");
62 results.add("1");
63 results.add("2");
64 results.add("3");
  /external/guava/guava-testlib/src/com/google/common/collect/testing/
SetTestSuiteBuilder.java 45 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/mockito/src/org/mockito/internal/stubbing/
StubberImpl.java 38 answers.add(new Returns(toBeReturned));
43 answers.add(new ThrowsException(toBeThrown));
48 answers.add(new ThrowsExceptionClass(toBeThrown));
53 answers.add(new DoesNothing());
58 answers.add(answer);
63 answers.add(new CallsRealMethods());
  /external/openssl/crypto/bn/asm/x86/
mul_add.pl 41 &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/robolectric/src/main/java/com/xtremelabs/robolectric/res/
XTagXmlResourceLoader.java 24 xPathXmlFiles.add( "values/attrs" );
25 xPathXmlFiles.add( "values/colors" );
26 xPathXmlFiles.add( "values/strings" );
27 xPathXmlFiles.add( "values/string_arrays" );
28 xPathXmlFiles.add( "values/plurals" );
29 xPathXmlFiles.add( "values/dimens" );

Completed in 1060 milliseconds

1 2 3 4 5 6 78 91011>>