Searched defs:add (Results 151 - 175 of 863) sorted by relevance

1234567891011>>

/external/dexmaker/src/dx/java/com/android/dx/ssa/back/
H A DInterferenceGraph.java53 interference.add(SetFactory.makeInterferenceSet(countRegs));
64 public void add(int regV, int regW) { method in class:InterferenceGraph
67 interference.get(regV).add(regW);
68 interference.get(regW).add(regV);
110 interference.add(SetFactory.makeInterferenceSet(size));
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DBitIntSet.java39 public void add(int value) { method in class:BitIntSet
89 add(iter.next());
/external/doclava/src/com/google/doclava/
H A DSourcePositionInfo.java40 public static SourcePositionInfo add(SourcePositionInfo that, String str, int index) { method in class:SourcePositionInfo
/external/droiddriver/src/com/google/android/droiddriver/util/
H A DStrings.java47 public ToStringHelper add(String name, Object value) { method in class:Strings.ToStringHelper
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/editor/structure/property/
H A DPropertyListIntersector.java43 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/emma/core/java12/com/vladium/emma/data/
H A DIMetaData.java37 //void setImmutable (); // TODO: this only disables add(); rename
38 boolean add (ClassDescriptor cls, boolean overwrite); method in interface:IMetaData
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIAttributeCollection.java71 int add (Attribute_info attribute); method in interface:IAttributeCollection
H A DIFieldCollection.java77 int add (Field_info field); method in interface:IFieldCollection
H A DIMethodCollection.java74 int add (Method_info method); method in interface:IMethodCollection
H A DInterfaceCollection.java81 public int add (final int interface_index) method in class:InterfaceCollection
84 m_interfaces.add (interface_index);
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DDeclaredExceptionTable.java79 public int add (final int exception_index) method in class:DeclaredExceptionTable
82 m_exceptions.add (exception_index);
H A DExceptionHandlerTable.java58 _clone.m_exceptions.add (((Exception_info) m_exceptions.get (e)).clone ());
85 public int add (final Exception_info exception) method in class:ExceptionHandlerTable
88 m_exceptions.add (exception);
/external/emma/core/java12/com/vladium/util/
H A DIntVector.java123 public void add (final int value) method in class:IntVector
/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-tests/test/com/google/common/collect/
H A DSimpleAbstractMultisetTest.java45 public int add(String element, int occurrences) {
47 return super.add(element, occurrences);
58 multiset.add("a");
70 @Override public int add(E element, int occurrences) { method in class:SimpleAbstractMultisetTest.NoRemoveMultiset
/external/icu/icu4c/source/i18n/
H A Dnfrlist.h63 void add(NFRule* thing) { function in class:NFRuleList
78 add(NULL); // ensure null termination
/external/jsilver/src/com/google/clearsilver/jsilver/resourceloader/
H A DCompositeResourceLoader.java39 add(loader);
45 add(loader);
49 public void add(ResourceLoader loader) { method in class:CompositeResourceLoader
50 loaders.add(loader);
/external/libhevc/common/
H A Dihevc_chroma_itrans_recon.c119 WORD32 add; local
130 add = 1 << (shift - 1);
153 CLIP_S16(((e[0] + o[0] + add) >> shift));
155 CLIP_S16(((e[1] + o[1] + add) >> shift));
157 CLIP_S16(((e[1] - o[1] + add) >> shift));
159 CLIP_S16(((e[0] - o[0] + add) >> shift));
171 add = 1 << (shift - 1);
187 CLIP_S16(((e[0] + o[0] + add) >> shift));
190 CLIP_S16(((e[1] + o[1] + add) >> shift));
193 CLIP_S16(((e[1] - o[1] + add) >> shif
[all...]
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s215 add w1, w2, w3, lsr #75
218 ; CHECK-ERRORS: add w1, w2, w3, lsr #75
240 add w3, w5, sym@PAGEOFF label
242 ; CHECK-ERRORS: add w3, w5, sym@PAGEOFF
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
H A DInterfaceMaker.java49 * @param sig the method signature to add to the interface
52 public void add(Signature sig, Type[] exceptions) { method in class:InterfaceMaker
59 * @param method the method to add to the interface
61 public void add(Method method) { method in class:InterfaceMaker
62 add(ReflectUtils.getSignature(method),
70 * @param class the class containing the methods to add to the interface
72 public void add(Class clazz) { method in class:InterfaceMaker
77 add(m);
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java77 public void add(Object header) { method in class:HeaderIterator
/external/openssl/crypto/bn/
H A Dbn_depr.c69 const BIGNUM *add, const BIGNUM *rem,
84 if(!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb))
68 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback)(int,int,void *), void *cb_arg) argument
/external/openssl/crypto/rand/
H A Drand.h86 void (*add)(const void *buf, int num, double entropy); member in struct:rand_meth_st
/external/openssl/include/openssl/
H A Drand.h86 void (*add)(const void *buf, int num, double entropy); member in struct:rand_meth_st
/external/proguard/src/proguard/util/
H A DArrayUtil.java390 public static byte[] add(byte[] array, int size, byte element) method in class:ArrayUtil
506 public static short[] add(short[] array, int size, short element) method in class:ArrayUtil
622 public static int[] add(int[] array, int size, int element) method in class:ArrayUtil
738 public static long[] add(long[] array, int size, long element) method in class:ArrayUtil
854 public static Object[] add(Object[] array, int size, Object element) method in class:ArrayUtil

Completed in 4413 milliseconds

1234567891011>>