Searched defs:add (Results 276 - 300 of 1129) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/evaluation/value/
H A DParticularDoubleValue.java80 public DoubleValue add(DoubleValue other) method in class:ParticularDoubleValue
83 //return value == 0.0 ? other : other.add(this);
84 return other.add(this);
143 public DoubleValue add(ParticularDoubleValue other) method in class:ParticularDoubleValue
H A DParticularFloatValue.java80 public FloatValue add(FloatValue other) method in class:ParticularFloatValue
83 //return value == 0.0 ? other : other.add(this);
84 return other.add(this);
143 public FloatValue add(ParticularFloatValue other) method in class:ParticularFloatValue
H A DSpecificDoubleValue.java60 public DoubleValue add(DoubleValue other) method in class:SpecificDoubleValue
62 return other.add(this);
114 public DoubleValue add(SpecificDoubleValue other) method in class:SpecificDoubleValue
H A DSpecificFloatValue.java60 public FloatValue add(FloatValue other) method in class:SpecificFloatValue
62 return other.add(this);
114 public FloatValue add(SpecificFloatValue other) method in class:SpecificFloatValue
H A DUnknownDoubleValue.java60 public DoubleValue add(DoubleValue other) method in class:UnknownDoubleValue
H A DUnknownFloatValue.java60 public FloatValue add(FloatValue other) method in class:UnknownFloatValue
/external/proguard/src/proguard/util/
H A DArrayUtil.java445 public static byte[] add(byte[] array, int size, byte element) method in class:ArrayUtil
561 public static short[] add(short[] array, int size, short element) method in class:ArrayUtil
677 public static int[] add(int[] array, int size, int element) method in class:ArrayUtil
793 public static long[] add(long[] array, int size, long element) method in class:ArrayUtil
909 public static Object[] add(Object[] array, int size, Object element) method in class:ArrayUtil
/external/protobuf/java/core/src/main/java/com/google/protobuf/
H A DAbstractProtobufList.java102 public boolean add(E e) { method in class:AbstractProtobufList
104 return super.add(e);
108 public void add(int index, E element) { method in class:AbstractProtobufList
110 super.add(index, element);
H A DBooleanArrayList.java153 public void add(int index, Boolean element) { method in class:BooleanArrayList
158 * Like {@link #add(Boolean)} but more efficient in that it doesn't box the element.
166 * Like {@link #add(int, Boolean)} but more efficient in that it doesn't box the element.
H A DDoubleArrayList.java154 public void add(int index, Double element) { method in class:DoubleArrayList
159 * Like {@link #add(Double)} but more efficient in that it doesn't box the element.
167 * Like {@link #add(int, Double)} but more efficient in that it doesn't box the element.
H A DExtensionRegistryLite.java123 public final void add( method in class:ExtensionRegistryLite
H A DFloatArrayList.java152 public void add(int index, Float element) { method in class:FloatArrayList
157 * Like {@link #add(Float)} but more efficient in that it doesn't box the element.
165 * Like {@link #add(int, Float)} but more efficient in that it doesn't box the element.
H A DIntArrayList.java152 public void add(int index, Integer element) { method in class:IntArrayList
157 * Like {@link #add(Integer)} but more efficient in that it doesn't box the element.
165 * Like {@link #add(int, Integer)} but more efficient in that it doesn't box the element.
H A DLongArrayList.java152 public void add(int index, Long element) { method in class:LongArrayList
157 * Like {@link #add(Long)} but more efficient in that it doesn't box the element.
165 * Like {@link #add(int, Long)} but more efficient in that it doesn't box the element.
H A DUnmodifiableLazyStringList.java77 public void add(ByteString element) { method in class:UnmodifiableLazyStringList
97 public void add(byte[] element) { method in class:UnmodifiableLazyStringList
157 public void add(String o) {
/external/python/cpython2/Lib/test/
H A Dtest_docxmlrpc.py31 "can be used by POSTing to /RPC2. Try self.add, too.")
42 def add(x, y): function in function:make_server
50 serv.register_function(add)
118 The documentation for the "add" method contains the test material.
124 ('<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd>'
149 '.listMethods</a>()&nbsp;=&gt;&nbsp;[\'add\',&nbsp;\'subtract\','
154 '<a href="#-system.methodHelp">system.methodHelp</a>(\'add\')&nbsp;'
160 'system.methodSignature">system.methodSignature</a>(\'add\')&nbsp;'
164 '&nbsp;the&nbsp;add
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_docxmlrpc.py31 "can be used by POSTing to /RPC2. Try self.add, too.")
42 def add(x, y): function in function:make_server
58 serv.register_function(add)
128 The documentation for the "add" method contains the test material.
134 (b'<dl><dt><a name="-add"><strong>add</strong></a>(x, y)</dt><dd>'
159 b'Help">system.methodHelp</a>(\'add\')&nbsp;=&gt;&nbsp;"Adds&nbsp;'
165 b'system.methodSignature</a>(\'add\')&nbsp;=&gt;&nbsp;[double,&nbsp;'
168 b'&nbsp;In&nbsp;the<br>\nabove&nbsp;example,&nbsp;the&nbsp;add&nbsp;'
180 self.assertIn(b"""Try&nbsp;self.<strong>add</stron
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DObjectManager.java63 mObjects.add(object);
110 public void add(BaseObject object) { method in class:ObjectManager
111 mPendingAdditions.add(object);
115 mPendingRemovals.add(object);
122 mPendingRemovals.add((BaseObject)objectArray[i]);
H A DVector2.java40 public final void add(Vector2 other) { method in class:Vector2
45 public final void add(float otherX, float otherY) { method in class:Vector2
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
H A DPluralResourceLoader.java46 rules.add(new Plural(quantity, stringResourceLoader.getValue(value, isSystem)));
48 rules.add(new Plural(quantity, value));
71 void add(Plural p) { method in class:PluralResourceLoader.PluralRules
72 plurals.add(p);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
H A DStyleData.java22 add(attributeResource.resName, attributeResource);
34 private void add(ResName attrName, AttributeResource attribute) { method in class:StyleData
/external/scapy/scapy/
H A Droute.py72 def add(self, *args, **kargs): member in class:Route
74 add(net="192.168.1.0/24",gw="1.2.3.4")
H A Droute6.py85 def add(self, *args, **kargs): member in class:Route6
87 add(dst="2001:db8:cafe:f000::/56")
88 add(dst="2001:db8:cafe:f000::/56", gw="2001:db8:cafe::1")
89 add(dst="2001:db8:cafe:f000::/64", gw="2001:db8:cafe::1", dev="eth0")
151 Ex: ifadd('eth0', '2001:bd8:cafe:1::1/64') will add following entry into
/external/selinux/gui/
H A DdomainsPage.py143 return self.add()
145 def add(self): member in class:domainsPage
H A DfcontextPage.py186 def add(self): member in class:fcontextPage

Completed in 360 milliseconds

<<11121314151617181920>>