Home
last modified time | relevance | path

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

12

/frameworks/base/libs/utils/
DTextOutput.cpp37 TextOutput& operator<<(TextOutput& to, bool val) in operator <<()
44 TextOutput& operator<<(TextOutput& to, int val) in operator <<()
52 TextOutput& operator<<(TextOutput& to, long val) in operator <<()
60 TextOutput& operator<<(TextOutput& to, unsigned int val) in operator <<()
68 TextOutput& operator<<(TextOutput& to, unsigned long val) in operator <<()
76 TextOutput& operator<<(TextOutput& to, long long val) in operator <<()
84 TextOutput& operator<<(TextOutput& to, unsigned long long val) in operator <<()
92 static TextOutput& print_float(TextOutput& to, double value) in print_float()
104 TextOutput& operator<<(TextOutput& to, float val) in operator <<()
109 TextOutput& operator<<(TextOutput& to, double val) in operator <<()
[all …]
DRefBase.cpp615 TextOutput& printStrongPointer(TextOutput& to, const void* val) in printStrongPointer()
621 TextOutput& printWeakPointer(TextOutput& to, const void* val) in printWeakPointer()
DVectorImpl.cpp388 void* to = reinterpret_cast<uint8_t *>(array) + (where+amount)*mItemSize; in _grow() local
438 void* to = reinterpret_cast<uint8_t *>(array) + where*mItemSize; in _shrink() local
/frameworks/base/tools/aidl/
DAST.cpp5 WriteModifiers(FILE* to, int mod, int mask) in WriteModifiers()
37 WriteArgumentList(FILE* to, const vector<Expression*>& arguments) in WriteArgumentList()
81 Field::Write(FILE* to) in Write()
109 LiteralExpression::Write(FILE* to) in Write()
146 Variable::WriteDeclaration(FILE* to) in WriteDeclaration()
157 Variable::Write(FILE* to) in Write()
181 FieldVariable::Write(FILE* to) in Write()
206 StatementBlock::Write(FILE* to) in Write()
238 ExpressionStatement::Write(FILE* to) in Write()
263 Assignment::Write(FILE* to) in Write()
[all …]
/frameworks/base/media/libstagefright/codecs/aacdec/
Daac_mem_funcs.h41 #define pv_memset(to, c, n) memset(to, c, n) argument
44 #define pv_memcpy(to, from, n) memcpy(to, from, n) argument
45 #define pv_memmove(to, from, n) memmove(to, from, n) argument
/frameworks/base/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/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/base/include/utils/
DTextOutput.h39 inline Bundle(TextOutput& to) : mTO(to) { to.pushBundle(); } in Bundle()
126 inline TextOutput& endl(TextOutput& to) in endl()
132 inline TextOutput& indent(TextOutput& to) in indent()
138 inline TextOutput& dedent(TextOutput& to) in dedent()
/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()
124 final int[] to = mTo; in bindView() local
343 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
364 public void changeCursorAndColumns(Cursor c, String[] from, int[] to) { in changeCursorAndColumns()
DSimpleAdapter.java80 int resource, String[] from, int[] to) { in SimpleAdapter()
154 final int[] to = mTo; in bindView() local
DSimpleCursorTreeAdapter.java212 private void bindView(View view, Context context, Cursor cursor, int[] from, int[] to) { in bindView()
DSimpleExpandableListAdapter.java243 private void bindView(View view, Map<String, ?> data, String[] from, int[] to) { in bindView()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
DForwarder.java36 private Socket from, to; field in Forwarder
41 public Forwarder (Socket from, Socket to, ForwardServer server) { in Forwarder()
/frameworks/base/media/libstagefright/rtsp/
DARTPAssembler.cpp67 void ARTPAssembler::CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from) { in CopyTimes()
DASessionDescription.cpp266 float from, to; in getDurationUs() local
/frameworks/base/core/java/android/text/
DSelection.java212 int to = layout.getOffsetToLeftOf(end); in moveLeft() local
237 int to = layout.getOffsetToRightOf(end); in moveRight() local
312 int to = layout.getOffsetToLeftOf(end); in extendLeft() local
328 int to = layout.getOffsetToRightOf(end); in extendRight() local
/frameworks/base/core/java/com/google/android/mms/pdu/
DReadRecInd.java38 EncodedStringValue[] to) throws InvalidHeaderValueException { in ReadRecInd()
/frameworks/base/core/java/com/android/internal/widget/multiwaveview/
DTweener.java57 public static Tweener to(Object object, long duration, Object... vars) { in to() method in Tweener
/frameworks/media/libvideoeditor/lvpp/
DVideoEditorSRC.cpp149 sp<MetaData> to = outBuffer->meta_data(); in read() local
/frameworks/base/tools/localize/
DSourcePos.cpp158 SourcePos::PrintErrors(FILE* to) in PrintErrors()
/frameworks/base/core/tests/coretests/src/android/widget/
DSimpleCursorAdapterTest.java247 String[] from, int[] to) { in TestSimpleCursorAdapter()
/frameworks/base/tools/aapt/
DSourcePos.cpp162 SourcePos::printErrors(FILE* to) in printErrors()
/frameworks/base/media/libstagefright/
DStagefrightMetadataRetriever.cpp404 int to; in parseMetaData() member
/frameworks/base/core/jni/
Dandroid_bluetooth_BluetoothAudioGateway.cpp329 struct timeval to; in waitForHandsfreeConnectNative() local

12