Home
last modified time | relevance | path

Searched defs:to (Results 1 – 25 of 102) sorted by relevance

12345

/frameworks/native/libs/binder/
DTextOutput.cpp40 TextOutput& operator<<(TextOutput& to, bool val) in operator <<()
47 TextOutput& operator<<(TextOutput& to, int val) in operator <<()
55 TextOutput& operator<<(TextOutput& to, long val) in operator <<()
63 TextOutput& operator<<(TextOutput& to, unsigned int val) in operator <<()
71 TextOutput& operator<<(TextOutput& to, unsigned long val) in operator <<()
79 TextOutput& operator<<(TextOutput& to, long long val) in operator <<()
87 TextOutput& operator<<(TextOutput& to, unsigned long long val) in operator <<()
95 static TextOutput& print_float(TextOutput& to, double value) in print_float()
107 TextOutput& operator<<(TextOutput& to, float val) in operator <<()
112 TextOutput& operator<<(TextOutput& to, double val) in operator <<()
[all …]
/frameworks/support/v4/java/android/support/v4/graphics/
DColorUtils.java170 public static void RGBToHSL(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToHSL() argument
296 @IntRange(from = 0x0, to = 0xFF) int alpha) { in setAlphaComponent() argument
327 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument
373 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument
473 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument
499 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument
542 @FloatRange(from = 0.0, to = 1.0) float ratio) { in blendARGB() argument
564 @FloatRange(from = 0.0, to = 1.0) float ratio, @NonNull float[] outResult) { in blendHSL() argument
587 @FloatRange(from = 0.0, to = 1.0) double ratio, @NonNull double[] outResult) { in blendLAB() argument
/frameworks/av/media/libstagefright/codecs/amrwb/src/
Dpvamrwbdecoder_mem_funcs.h58 #define pv_memset(to, c, n) memset(to, c, n) argument
61 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument
62 #define pv_memmove(to, from, n) memmove(to, from, n) argument
/frameworks/av/media/libstagefright/codecs/mp3dec/src/
Dmp3_mem_funcs.h64 #define pv_memset(to, c, n) memset(to, c, n) argument
67 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument
68 #define pv_memmove(to, from, n) memmove(to, from, n) argument
/frameworks/base/core/java/com/android/internal/util/
DNotificationColorUtil.java447 public static void RGBToLAB(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToLAB() argument
493 public static void RGBToXYZ(@IntRange(from = 0x0, to = 0xFF) int r, in RGBToXYZ() argument
593 public static int XYZToColor(@FloatRange(from = 0f, to = XYZ_WHITE_REFERENCE_X) double x, in XYZToColor() argument
619 public static int LABToColor(@FloatRange(from = 0f, to = 100) final double l, in LABToColor() argument
/frameworks/native/include/binder/
DTextOutput.h42 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
131 inline TextOutput& endl(TextOutput& to) in endl()
137 inline TextOutput& indent(TextOutput& to) in indent()
143 inline TextOutput& dedent(TextOutput& to) in dedent()
/frameworks/support/v7/palette/src/main/java/android/support/v7/graphics/
DTarget.java305 public Builder setMinimumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMinimumSaturation() argument
313 public Builder setTargetSaturation(@FloatRange(from = 0, to = 1) float value) { in setTargetSaturation() argument
321 public Builder setMaximumSaturation(@FloatRange(from = 0, to = 1) float value) { in setMaximumSaturation() argument
329 public Builder setMinimumLightness(@FloatRange(from = 0, to = 1) float value) { in setMinimumLightness() argument
337 public Builder setTargetLightness(@FloatRange(from = 0, to = 1) float value) { in setTargetLightness() argument
345 public Builder setMaximumLightness(@FloatRange(from = 0, to = 1) float value) { in setMaximumLightness() argument
/frameworks/base/packages/services/Proxy/src/com/android/proxyhandler/
DSocketConnect.java14 private OutputStream to; field in SocketConnect
16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
/frameworks/av/include/media/stagefright/foundation/
DALookup.h49 bool ALookup<T, U>::lookup(const T& from, U *to) const { in lookup()
60 bool ALookup<T, U>::rlookup(const U& from, T *to) const { in rlookup()
/frameworks/support/v4/java/android/support/v4/widget/
DSimpleCursorAdapter.java62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter()
88 int[] to, int flags) { in SimpleCursorAdapter()
123 final int[] to = mTo; in bindView() local
344 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
/frameworks/base/core/java/android/widget/
DSimpleCursorAdapter.java77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { in SimpleCursorAdapter()
103 int[] to, int flags) { in SimpleCursorAdapter()
139 final int[] to = mTo; in bindView() local
360 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
/frameworks/data-binding/extensions/library/src/main/java/android/databinding/
DListChangeRegistry.java104 public void notifyMoved(ObservableList list, int from, int to, int count) { in notifyMoved()
121 private static ListChanges acquire(int start, int to, int count) { in acquire()
148 public int to; field in ListChangeRegistry.ListChanges
/frameworks/support/design/base/android/support/design/widget/
DValueAnimatorCompat.java99 abstract void setIntValues(int from, int to); in setIntValues()
101 abstract void setFloatValues(float from, float to); in setFloatValues()
164 public void setIntValues(int from, int to) { in setIntValues()
172 public void setFloatValues(float from, float to) { in setFloatValues()
/frameworks/support/design/honeycomb-mr1/android/support/design/widget/
DValueAnimatorCompatImplHoneycombMr1.java78 public void setIntValues(int from, int to) { in setIntValues()
88 public void setFloatValues(float from, float to) { in setFloatValues()
/frameworks/support/annotations/src/android/support/annotation/
DIntRange.java45 long to() default Long.MAX_VALUE; in to() method
DFloatRange.java47 double to() default Double.POSITIVE_INFINITY; in to() method
/frameworks/base/core/java/android/annotation/
DIntRange.java47 long to() default Long.MAX_VALUE; in to() method
DFloatRange.java48 double to() default Double.POSITIVE_INFINITY; in to() method
/frameworks/support/design/eclair-mr1/android/support/design/widget/
DValueAnimatorCompatImplEclairMr1.java93 public void setIntValues(int from, int to) { in setIntValues()
104 public void setFloatValues(float from, float to) { in setFloatValues()
/frameworks/base/core/tests/hosttests/test-apps/MultiDexLegacyTestServices/src/com/android/framework/multidexlegacytestservices/
DReflectIntermediateClass.java28 public static int get(int from, int to, int sleepMillis) throws ClassNotFoundException, in get()
/frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
DObservableArrayListTest.java79 public ListChange(int change, int from, int to, int count) { in ListChange()
93 public final int to; field in ObservableArrayListTest.ListChange
/frameworks/base/core/java/android/text/
DSelection.java221 int to = layout.getOffsetToLeftOf(end); in moveLeft() local
246 int to = layout.getOffsetToRightOf(end); in moveRight() local
321 int to = layout.getOffsetToLeftOf(end); in extendLeft() local
337 int to = layout.getOffsetToRightOf(end); in extendRight() local
/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp20 const char* to; ///< the output string. member
/frameworks/rs/api/
Drs_allocation_data.spec48 The two allocations must be different. Using this function to copy whithin function
83 The two allocations must be different. Using this function to copy whithin function
/frameworks/base/core/java/android/speech/tts/
DSynthesisCallback.java75 @IntRange(from=1,to=2) int channelCount); in start() argument

12345