/external/emma/core/java12/com/vladium/jcd/cls/ |
ConstantCollection.java | 136 public CONSTANT_info set (final int index, final CONSTANT_info constant) method in class:ConstantCollection 145 throw new IllegalArgumentException ("assertion failure: can't set entry of type [" + result.getClass ().getName () + "] to an entry of type [" + result.getClass ().getName () + "] at pool slot " + index); 147 m_constants.set (zindex, constant); 229 public CONSTANT_info set (final CONSTANT_info constant) 238 throw new IllegalArgumentException ("assertion failure: can't set entry of type [" + result.getClass ().getName () + "] to an entry of type [" + result.getClass ().getName () + "] at pool slot " + m_prev_index); 240 m_constants.set (zindex, constant);
|
/external/guava/guava/src/com/google/common/util/concurrent/ |
AtomicDoubleArray.java | 102 public final void set(int i, double newValue) { method in class:AtomicDoubleArray 104 longs.set(i, next); 114 set(i, newValue); method 267 set(i, s.readDouble()); method
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
HeaderParser.java | 88 retval.set(Calendar.DAY_OF_MONTH, day); 92 retval.set(Calendar.MONTH, Calendar.JANUARY); 94 retval.set(Calendar.MONTH, Calendar.FEBRUARY); 96 retval.set(Calendar.MONTH, Calendar.MARCH); 98 retval.set(Calendar.MONTH, Calendar.APRIL); 100 retval.set(Calendar.MONTH, Calendar.MAY); 102 retval.set(Calendar.MONTH, Calendar.JUNE); 104 retval.set(Calendar.MONTH, Calendar.JULY); 106 retval.set(Calendar.MONTH, Calendar.AUGUST); 108 retval.set(Calendar.MONTH, Calendar.SEPTEMBER) [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
AABoxCollisionVolume.java | 123 mBottomLeft.set(minX, minY); 124 mWidthHeight.set(horizontalDelta, verticalDelta);
|
RenderComponent.java | 20 * Implements rendering of a drawable object for a game object. If a drawable is set on this 22 * objects may be set to be "camera-relative" (meaning their screen position is relative to the 56 mPositionWorkspace.set(((GameObject)parent).getPosition()); 104 mDrawOffset.set(x, y);
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 190 public void set(int type, long triggerAtMillis, PendingIntent operation) { method in class:AlarmManager 200 * <p>Like {@link #set}, except you can also supply a period at which 211 * set a recurring alarm for the top of every hour but the phone was asleep 238 * @see #set 257 * is similar to {@link #set(int, long, PendingIntent)}, but allows the 270 * {@link #set(int, long, PendingIntent)} method. This will give the OS the most 288 * @see #set 309 * This method is like {@link #set(int, long, PendingIntent)}, but does not permit 327 * @see #set 344 public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis method in class:AlarmManager [all...] |
/frameworks/base/core/java/android/util/ |
ReflectiveProperty.java | 30 private static final String PREFIX_SET = "set"; 115 public void set(T object, V value) { method in class:ReflectiveProperty 126 mField.set(object, value);
|
/frameworks/base/graphics/java/android/graphics/ |
RectF.java | 182 * Set the rectangle to (0,0,0,0) 189 * Set the rectangle's coordinates to the specified values. Note: no range 198 public void set(float left, float top, float right, float bottom) { method in class:RectF 211 public void set(RectF src) { method in class:RectF 224 public void set(Rect src) { method in class:RectF 329 * rectangle, return true and set this rectangle to that intersection, 342 * (and this rectangle is then set to that intersection) else 366 * If the specified rectangle intersects this rectangle, return true and set 373 * (and this rectangle is then set to that intersection) else 381 * If rectangles a and b intersect, return true and set this rectangle t [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/text/format/ |
Time_Delegate.java | 45 set(thisTime, millis); method 114 /*package*/ static void set(Time thisTime, long millis) { method in class:Time_Delegate 131 calendar.set(time.year, time.month, time.monthDay, time.hour, time.minute, time.second); 137 time.set(c.get(Calendar.SECOND), c.get(Calendar.MINUTE), c.get(Calendar.HOUR_OF_DAY),
|
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/ |
DOMConfigurationImpl.java | 64 public void set(DOMConfigurationImpl config, Object value) { 81 public void set(DOMConfigurationImpl config, Object value) { 94 public void set(DOMConfigurationImpl config, Object value) { 117 public void set(DOMConfigurationImpl config, Object value) { 129 public void set(DOMConfigurationImpl config, Object value) { 138 * Bulk alias to set the following parameter values: 163 public void set(DOMConfigurationImpl config, Object value) { 185 public void set(DOMConfigurationImpl config, Object value) { 212 public void set(DOMConfigurationImpl config, Object value) { 228 public void set(DOMConfigurationImpl config, Object value) 301 void set(DOMConfigurationImpl config, Object value); method in interface:DOMConfigurationImpl.Parameter 313 public void set(DOMConfigurationImpl config, Object value) { method in class:DOMConfigurationImpl.FixedParameter [all...] |
/bionic/tests/ |
signal_test.cpp | 31 sigset_t set; local 33 ASSERT_EQ(0, fn(&set)); 45 sigset_t set; local 46 sigemptyset(&set); 63 ASSERT_EQ(-1, fn(&set, 0)); 68 ASSERT_EQ(-1, fn(&set, max_signal + 1)); 73 ASSERT_EQ(0, fn(&set, min_signal)); 75 ASSERT_EQ(0, fn(&set, max_signal));
|
/cts/apps/CtsVerifier/include/colorchecker/ |
vec3.h | 63 temp.set(static_cast<float>(mRed) / static_cast<float>(param), 73 temp.set(static_cast<float>(mRed) / static_cast<float>(param.r()), 102 inline void set(const T inputRed, const T inputGreen, const T inputBlue){ function in class:Vec3
|
/dalvik/dexgen/src/com/android/dexgen/rop/ |
StdAttributeList.java | 101 public void set(int n, Attribute attribute) { method in class:StdAttributeList
|
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
InsnList.java | 37 * this with the index for an element which was never set; if you 51 * @param insn {@code non-null;} the instruction to set at {@code n} 53 public void set(int n, Insn insn) { method in class:InsnList
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
StdConstantPool.java | 96 public void set(int n, Constant cst) { method in class:StdConstantPool
|
/dalvik/dx/src/com/android/dx/cf/attrib/ |
InnerClassList.java | 58 public void set(int n, CstType innerClass, CstType outerClass, method in class:InnerClassList
|
/dalvik/dx/src/com/android/dx/cf/code/ |
LocalsArray.java | 85 public abstract void set(int idx, TypeBearer type); method in class:LocalsArray 91 * {@code set(spec.getReg(), spec)}. 95 public abstract void set(RegisterSpec spec); method in class:LocalsArray 172 * Gets the locals set appropriate for the current execution context.
|
/dalvik/dx/src/com/android/dx/cf/iface/ |
StdAttributeList.java | 101 public void set(int n, Attribute attribute) { method in class:StdAttributeList
|
/dalvik/dx/src/com/android/dx/rop/code/ |
InsnList.java | 37 * this with the index for an element which was never set; if you 51 * @param insn {@code non-null;} the instruction to set at {@code n} 53 public void set(int n, Insn insn) { method in class:InsnList
|
/dalvik/dx/src/com/android/dx/rop/cst/ |
StdConstantPool.java | 96 public void set(int n, Constant cst) { method in class:StdConstantPool
|
/dalvik/dx/src/com/android/dx/ssa/ |
BasicRegisterMapper.java | 122 oldToNew.set(oldReg, newReg);
|
/development/ndk/platforms/android-3/include/linux/ |
xattr.h | 39 int (*set)(struct inode *inode, const char *name, const void *buffer, member in struct:xattr_handler
|
/development/samples/USB/AdbTest/src/com/android/adb/ |
AdbSocket.java | 40 message.set(AdbMessage.A_OPEN, mId, 0, destination); 72 message.set(AdbMessage.A_OKAY, mId, mPeerId);
|
/development/tools/apkcheck/src/com/android/apkcheck/ |
MethodInfo.java | 78 * because we need the full set of package names. 87 mParameters.set(i, fixed);
|
/external/chromium/base/ |
linked_list.h | 132 void set(LinkNode<T>* prev, LinkNode<T>* next) { function in class:base::LinkNode 147 LinkedList() { root_.set(&root_, &root_); }
|