/frameworks/native/libs/binder/ |
D | TextOutput.cpp | 40 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/ |
D | ColorUtils.java | 170 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/ |
D | pvamrwbdecoder_mem_funcs.h | 58 #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/ |
D | mp3_mem_funcs.h | 64 #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/ |
D | NotificationColorUtil.java | 447 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/ |
D | TextOutput.h | 42 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/ |
D | Target.java | 305 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/ |
D | SocketConnect.java | 14 private OutputStream to; field in SocketConnect 16 public SocketConnect(Socket from, Socket to) throws IOException { in SocketConnect()
|
/frameworks/av/include/media/stagefright/foundation/ |
D | ALookup.h | 49 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/ |
D | SimpleCursorAdapter.java | 62 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/ |
D | SimpleCursorAdapter.java | 77 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/ |
D | ListChangeRegistry.java | 104 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/ |
D | ValueAnimatorCompat.java | 99 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/ |
D | ValueAnimatorCompatImplHoneycombMr1.java | 78 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/ |
D | IntRange.java | 45 long to() default Long.MAX_VALUE; in to() method
|
D | FloatRange.java | 47 double to() default Double.POSITIVE_INFINITY; in to() method
|
/frameworks/base/core/java/android/annotation/ |
D | IntRange.java | 47 long to() default Long.MAX_VALUE; in to() method
|
D | FloatRange.java | 48 double to() default Double.POSITIVE_INFINITY; in to() method
|
/frameworks/support/design/eclair-mr1/android/support/design/widget/ |
D | ValueAnimatorCompatImplEclairMr1.java | 93 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/ |
D | ReflectIntermediateClass.java | 28 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/ |
D | ObservableArrayListTest.java | 79 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/ |
D | Selection.java | 221 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/ |
D | ELFEmulation.cpp | 20 const char* to; ///< the output string. member
|
/frameworks/rs/api/ |
D | rs_allocation_data.spec | 48 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/ |
D | SynthesisCallback.java | 75 @IntRange(from=1,to=2) int channelCount); in start() argument
|