HomeSort by relevance Sort by last modified time
    Searched defs:set (Results 26 - 50 of 2219) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/icu4c/common/unicode/
normalizer2.h 73 * The set of normalization boundaries returned by these functions may not be
261 * @param decomposition String object which will be set to c's
288 * @param decomposition String object which will be set to c's
434 * Normalizes portions of the text contained in the filter set and leaves
435 * portions not contained in the filter set unchanged.
447 * and a filter set.
450 * The filter set should be frozen; otherwise the performance will suffer greatly.
456 norm2(n2), set(filterSet) {}
524 * @param decomposition String object which will be set to c's
538 * @param decomposition String object which will be set to c'
652 const UnicodeSet &set; member in class:FilteredNormalizer2
    [all...]
  /external/proguard/src/proguard/classfile/visitor/
ClassCollector.java 26 import java.util.Set;
38 private final Set set; field in class:ClassCollector
43 * @param set the <code>Set</code> in which all class names will be
46 public ClassCollector(Set set)
48 this.set = set;
56 set.add(clazz)
    [all...]
MemberCollector.java 26 import java.util.Set;
38 private final Set set; field in class:MemberCollector
43 * @param set the <code>Set</code> in which all method names/descriptor
46 public MemberCollector(Set set)
48 this.set = set;
57 set.add(member.getName(clazz) + member.getDescriptor(clazz))
    [all...]
  /external/skia/include/gpu/
GrPoint.h 24 void set(intptr_t x, intptr_t y) { function in struct:GrIPoint16
  /external/v8/test/mjsunit/
get-own-property-descriptor.js 29 // configurable, enumerable, and writable set to true.
34 function set(x) { this.x = x; } class
38 obj.__defineSetter__("accessor", set);
52 assertTrue(descIsAccessor.set == set);
114 Object.defineProperty(global, '239', {get: el_getter, set: el_setter});
121 assertEquals(el_setter, descAccessorElement.set);
object-freeze.js 94 obj.x = { get: function() {return 43}, set: function() {} };
100 function set() {}; function
101 Object.defineProperty(obj2, 'x', { get: get, set: set, configurable: true });
106 assertEquals(set, desc.set);
118 assertEquals(set, desc.set);
159 // Test that isFrozen return the correct value even if configurable has been set
160 // to false on all properties manually and the extensible flag has also been set
    [all...]
  /external/v8/test/mjsunit/regress/
regress-798.js 79 set: function(val) {
  /frameworks/base/core/java/android/util/
FloatProperty.java 23 * calls to a {@link #set(Object, Float) set()} function that takes the primitive
38 * A type-specific override of the {@link #set(Object, Float)} that is faster when dealing
44 final public void set(T object, Float value) { method in class:FloatProperty
IntProperty.java 23 * calls to a {@link #set(Object, Integer) set()} function that takes the primitive
38 * A type-specific override of the {@link #set(Object, Integer)} that is faster when dealing
44 final public void set(T object, Integer value) { method in class:IntProperty
  /frameworks/base/core/tests/coretests/src/android/animation/
FutureWaiter.java 23 * {@link com.google.common.util.concurrent.AbstractFuture#set(Object)} method internally. It
33 super.set(true);
39 public void set(boolean result) { method in class:FutureWaiter
40 super.set(result);
  /packages/apps/Calendar/src/com/android/calendar/alerts/
AlarmManagerInterface.java 25 public void set(int type, long triggerAtMillis, PendingIntent operation); method in interface:AlarmManagerInterface
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlockList.java 38 * index for an element which was never set; if you do that, this
71 public void set(int n, ByteBlock bb) { method in class:ByteBlockList
72 super.set(n, bb);
  /external/mockito/src/org/mockito/internal/util/reflection/
FieldSetter.java 19 public void set(Object value) { method in class:FieldSetter
23 field.set(target, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 174 // set the stream
175 mConsoleErr.set(null /* obj: static field */, errStream);
176 mConsoleOut.set(null /* obj: static field */, outStream);
180 mArgOutName.set(args, osOutFilePath);
181 mArgFileNames.set(args, osFilenames.toArray(new String[osFilenames.size()]));
182 mArgJarOutput.set(args, osOutFilePath.endsWith(SdkConstants.DOT_JAR));
183 mArgForceJumbo.set(args, forceJumbo);
184 mArgVerbose.set(args, verbose);
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/
SettingsTest.java 40 settings.set(Settings.UPLOAD_BANDWIDTH, 0, 42);
44 settings.set(Settings.DOWNLOAD_BANDWIDTH, 0, 53);
48 settings.set(Settings.ROUND_TRIP_TIME, 0, 64);
52 settings.set(Settings.MAX_CONCURRENT_STREAMS, 0, 75);
56 settings.set(Settings.CURRENT_CWND, 0, 86);
60 settings.set(Settings.DOWNLOAD_RETRANS_RATE, 0, 97);
64 settings.set(Settings.INITIAL_WINDOW_SIZE, 0, 108);
68 settings.set(Settings.CLIENT_CERTIFICATE_VECTOR_SIZE, 0, 117);
78 // Set no flags.
79 settings.set(Settings.ROUND_TRIP_TIME, 0, 0)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAccount.java 21 set(name, type); method
25 set(parcel.readString(), parcel.readString());
53 private void set(String name, String type) throws Exception { method in class:ShadowAccount
58 nameF.set(realObject, name);
62 typeF.set(realObject, type);
  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
RectUtils.java 53 fullRect.set((int) fullRectF.left, (int) fullRectF.top, (int) fullRectF.right,
55 partialRect.set((int) partialRectF.left, (int) partialRectF.top, (int) partialRectF.right,
64 rect.set((int) rectF.left, (int) rectF.top, (int) rectF.right, (int) rectF.bottom);
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdFieldList.java 46 public void set(int n, Field field) { method in class:StdFieldList
  /dalvik/dx/src/com/android/dx/cf/iface/
StdFieldList.java 46 public void set(int n, Field field) { method in class:StdFieldList
StdMethodList.java 46 public void set(int n, Method method) { method in class:StdMethodList
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
ZoomActivity.java 127 // set the container view's offset as the origin for the bounds, since that's
160 // Set the pivot point for SCALE_X and SCALE_Y transformations to the top-left corner of
167 AnimatorSet set = new AnimatorSet(); local
168 set
175 set.setDuration(mShortAnimationDuration);
176 set.setInterpolator(new DecelerateInterpolator());
177 set.addListener(new AnimatorListenerAdapter() {
188 set.start();
189 mCurrentAnimator = set;
203 AnimatorSet set = new AnimatorSet()
    [all...]
  /external/chromium_org/base/android/java/src/org/chromium/base/
CollectionUtil.java 21 HashSet<E> set = new HashSet<E>(elements.length); local
22 Collections.addAll(set, elements);
23 return set;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
VerticalPositionCache.h 54 void set(RenderObject* renderer, FontBaseline baselineType, int position) function in class:WebCore::VerticalPositionCache
57 m_alphabeticPositions.set(renderer, position);
59 m_ideographicPositions.set(renderer, position);
  /external/chromium_org/third_party/WebKit/Source/wtf/
Float32Array.h 45 using TypedArrayBase<float>::set;
47 void set(unsigned index, double value) function in class:WTF::Float32Array
Float64Array.h 45 using TypedArrayBase<double>::set;
47 void set(unsigned index, double value) function in class:WTF::Float64Array

Completed in 629 milliseconds

12 3 4 5 6 7 8 91011>>