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

12 3 4 5 6 7 8 91011>>

  /frameworks/av/services/audiopolicy/engineconfigurable/src/
InputSource.cpp 38 * Set the device associated to this source.
39 * It checks if the input device is valid but allows to set a NONE device
40 * (i.e. only the IN BIT is set).
48 status_t Element<audio_source_t>::set(audio_devices_t devices) function in class:android::audio_policy::Element
51 ALOGE("%s: trying to set an invalid device 0x%X for input source %s",
Strategy.cpp 39 * Set the device associated to this strategy.
40 * It checks if the output device is valid but allows to set a NONE device
47 status_t Element<routing_strategy>::set<audio_devices_t>(audio_devices_t devices) function in class:android::audio_policy::Element
50 ALOGE("%s: trying to set an invalid device 0x%X for strategy %s",
Usage.cpp 37 status_t Element<audio_usage_t>::set<routing_strategy>(routing_strategy strategy) function in class:android::audio_policy::Element
  /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);
  /frameworks/data-binding/integration-tests/IndependentLibrary/app/src/main/java/android/databinding/test/independentlibrary/
LibraryAdapter.java 23 public static void set(View view, String someTag) { method in class:LibraryAdapter
  /frameworks/rs/
rsMatrix2x2.h 32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix2x2
rsMatrix3x3.h 32 inline void set(uint32_t col, uint32_t row, float v) { function in struct:android::renderscript::Matrix3x3
  /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/cglib-and-asm/src/org/mockito/cglib/core/
MethodWrapper.java 39 public static Set createSet(Collection methods) {
40 Set set = new HashSet(); local
42 set.add(create((Method)it.next()));
44 return set;
  /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);
  /packages/apps/Camera2/src/com/android/camera/one/v2/camera2proxy/
CaptureRequestBuilderProxy.java 62 * See {@link CaptureRequest.Builder#set}.
64 public <T> void set(CaptureRequest.Key<T> key, T value) { method in class:CaptureRequestBuilderProxy
65 mBuilder.set(key, value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DexWrapper.java 175 // set the stream
176 mConsoleErr.set(null /* obj: static field */, errStream);
177 mConsoleOut.set(null /* obj: static field */, outStream);
181 mArgOutName.set(args, osOutFilePath);
182 mArgFileNames.set(args, osFilenames.toArray(new String[osFilenames.size()]));
183 mArgJarOutput.set(args, osOutFilePath.endsWith(SdkConstants.DOT_JAR));
184 mArgForceJumbo.set(args, forceJumbo);
185 mArgVerbose.set(args, verbose);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/spdy/
SettingsTest.java 43 settings.set(UPLOAD_BANDWIDTH, 0, 42);
45 settings.set(Settings.HEADER_TABLE_SIZE, 0, 8096);
50 settings.set(Settings.ENABLE_PUSH, 0, 1);
54 settings.set(DOWNLOAD_BANDWIDTH, 0, 53);
58 settings.set(Settings.ROUND_TRIP_TIME, 0, 64);
62 settings.set(MAX_CONCURRENT_STREAMS, 0, 75);
67 settings.set(Settings.CURRENT_CWND, 0, 86);
71 settings.set(Settings.MAX_FRAME_SIZE, 0, 16777215);
76 settings.set(DOWNLOAD_RETRANS_RATE, 0, 97);
80 settings.set(Settings.MAX_HEADER_LIST_SIZE, 0, 16777215)
    [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);
  /frameworks/opt/bitmap/src/com/android/bitmap/util/
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);
  /art/test/468-checker-bool-simplifier-regression/src/
Main.java 38 f.set(null, (Boolean) input);
  /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/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
BezierLineAndPointRenderer.java 37 mid.set((lastPoint.x + thisPoint.x) / 2, (lastPoint.y + thisPoint.y) / 2);
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockPointF.java 17 set(x, y); method
21 public void set(float x, float y) { method in class:MockPointF

Completed in 392 milliseconds

12 3 4 5 6 7 8 91011>>