Searched refs:from (Results 1 - 25 of 129) sorted by relevance

123456

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Daac_mem_funcs.h44 #define pv_memcpy(to, from, n) memcpy(to, from, n)
45 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/base/media/libstagefright/codecs/amrwb/src/
H A Dpvamrwbdecoder_mem_funcs.h19 Portions of this file are derived from the following 3GPP standard:
23 Available from http://www.3gpp.org
27 terms listed above has been obtained from the copyright holder.
61 #define pv_memcpy(to, from, n) memcpy(to, from, n)
62 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/base/media/libstagefright/codecs/mp3dec/src/
H A Dmp3_mem_funcs.h67 #define pv_memcpy(to, from, n) memcpy(to, from, n)
68 #define pv_memmove(to, from, n) memmove(to, from, n)
/frameworks/base/services/java/com/android/server/am/
H A DActivityResult.java29 public ActivityResult(ActivityRecord from, String resultWho, argument
32 mFrom = from;
/frameworks/base/include/media/stagefright/foundation/
H A DAString.h29 AString(const AString &from);
30 AString(const AString &from, size_t offset, size_t n);
33 AString &operator=(const AString &from);
36 void setTo(const AString &from, size_t offset, size_t n);
50 void append(const AString &from);
51 void append(const AString &from, size_t offset, size_t n);
62 void insert(const AString &from, size_t insertionPos);
63 void insert(const char *from, size_t size, size_t insertionPos);
/frameworks/compile/libbcc/
H A Dlibbcc-gen-config-from-mk.mk1 # Build Rules for Extracting Configuration from Android.mk
8 $(PRIVATE_PATH)/tools/gen-config-from-mk.py < $< > $@
10 $(LIBBCC_ROOT_PATH)/tools/gen-config-from-mk.py
/frameworks/base/media/libstagefright/foundation/
H A DAString.cpp51 AString::AString(const AString &from) argument
55 setTo(from, 0, from.size());
58 AString::AString(const AString &from, size_t offset, size_t n) argument
62 setTo(from, offset, n);
69 AString &AString::operator=(const AString &from) { argument
70 if (&from != this) {
71 setTo(from, 0, from.size());
98 void AString::setTo(const AString &from, size_ argument
182 append(const AString &from) argument
186 append(const AString &from, size_t offset, size_t n) argument
265 insert(const AString &from, size_t insertionPos) argument
269 insert(const char *from, size_t size, size_t insertionPos) argument
[all...]
/frameworks/base/core/java/android/widget/
H A DSimpleCursorAdapter.java25 * An easy adapter to map columns from a cursor to TextViews or ImageViews
51 * This field should be made private, so it is hidden from the SDK.
57 * This field should be made private, so it is hidden from the SDK.
77 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
80 mOriginalFrom = from;
81 findColumns(from);
93 * @param from A list of column names representing the data to bind to the UI. Can be null
95 * @param to The views that should display column in the "from" parameter.
97 * are given the values of the first N columns in the from
102 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
324 findColumns(String[] from) argument
364 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/support/v4/java/android/support/v4/widget/
H A DSimpleCursorAdapter.java36 * This field should be made private, so it is hidden from the SDK.
42 * This field should be made private, so it is hidden from the SDK.
62 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) { argument
65 mOriginalFrom = from;
66 findColumns(from);
78 * @param from A list of column names representing the data to bind to the UI. Can be null
80 * @param to The views that should display column in the "from" parameter.
82 * are given the values of the first N columns in the from
87 public SimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, argument
91 mOriginalFrom = from;
309 findColumns(String[] from) argument
343 changeCursorAndColumns(Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/forwarder/
H A DForwarder.java36 private Socket from, to; field in class:Forwarder
41 public Forwarder (Socket from, Socket to, ForwardServer server) { argument
43 this.from = from;
49 Thread outgoing = new Thread(new SocketPipe(from, to));
50 Thread incoming = new Thread(new SocketPipe(to, from));
58 shutdown(from);
/frameworks/base/media/libstagefright/rtsp/
H A DARTPAssembler.cpp67 void ARTPAssembler::CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from) { argument
69 CHECK(from->meta()->findInt32("rtp-time", (int32_t *)&rtpTime));
74 to->setInt32Data(from->int32Data());
H A DARTPAssembler.h46 static void CopyTimes(const sp<ABuffer> &to, const sp<ABuffer> &from);
/frameworks/base/core/java/android/speech/tts/
H A DUtteranceProgressListener.java11 * The callbacks specified in this method can be called from multiple threads.
52 static UtteranceProgressListener from( method in class:UtteranceProgressListener
/frameworks/base/core/java/android/app/
H A DActionBar.java42 * select items accessible directly from the action bar as "action items". You can also
50 * same space, the {@link android.view.ActionMode} APIs are distinct and independent from those for
551 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
559 * Remove a tab from the action bar. If the removed tab was selected it will be deselected
567 * Remove all tabs from the action bar and deselect the current tab.
810 * Set the {@link TabListener} that will handle switching to and from this tab.
905 @ViewDebug.IntToString(from = -1, to = "NONE"),
906 @ViewDebug.IntToString(from = Gravity.NO_GRAVITY, to = "NONE"),
907 @ViewDebug.IntToString(from = Gravity.TOP, to = "TOP"),
908 @ViewDebug.IntToString(from
[all...]
/frameworks/base/telephony/java/com/android/internal/telephony/sip/
H A DSipPhoneBase.java74 void migrateFrom(SipPhoneBase from) { argument
75 migrate(mRingbackRegistrants, from.mRingbackRegistrants);
76 migrate(mPreciseCallStateRegistrants, from.mPreciseCallStateRegistrants);
77 migrate(mNewRingingConnectionRegistrants, from.mNewRingingConnectionRegistrants);
78 migrate(mIncomingRingRegistrants, from.mIncomingRingRegistrants);
79 migrate(mDisconnectRegistrants, from.mDisconnectRegistrants);
80 migrate(mServiceStateRegistrants, from.mServiceStateRegistrants);
81 migrate(mMmiCompleteRegistrants, from.mMmiCompleteRegistrants);
82 migrate(mMmiRegistrants, from.mMmiRegistrants);
83 migrate(mUnknownConnectionRegistrants, from
87 migrate(RegistrantList to, RegistrantList from) argument
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.cpp532 Message::Message(const Message& from) argument
535 MergeFrom(from);
1319 const ::google::protobuf::MessageLite& from) {
1320 MergeFrom(*::google::protobuf::down_cast<const Message*>(&from));
1323 void Message::MergeFrom(const Message& from) { argument
1324 GOOGLE_CHECK_NE(&from, this);
1325 if (from._has_bits_[0 / 32] & (0xffu << (0 % 32))) {
1326 if (from._has_bit(0)) {
1327 set_context_id(from.context_id());
1329 if (from
1318 CheckTypeAndMergeFrom( const ::google::protobuf::MessageLite& from) argument
1402 CopyFrom(const Message& from) argument
[all...]
/frameworks/base/media/libstagefright/
H A DMetaData.cpp28 MetaData::MetaData(const MetaData &from) argument
30 mItems(from.mItems) {
224 MetaData::typed_data::typed_data(const typed_data &from) argument
225 : mType(from.mType),
227 allocateStorage(from.mSize);
228 memcpy(storage(), from.storage(), mSize);
232 const MetaData::typed_data &from) {
233 if (this != &from) {
235 mType = from.mType;
236 allocateStorage(from
231 operator =( const MetaData::typed_data &from) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/view/
H A DMerge.java39 LayoutInflater.from(this).inflate(R.layout.merge_tag, mLayout);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DReadRecInd.java26 * @param from the from value
34 public ReadRecInd(EncodedStringValue from, argument
41 setFrom(from);
/frameworks/compile/libbcc/helper/
H A DAndroid.mk37 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
61 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
/frameworks/compile/libbcc/lib/CodeGen/
H A DAndroid.mk45 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
67 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
/frameworks/compile/libbcc/lib/Disassembler/
H A DAndroid.mk44 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
66 include $(LIBBCC_ROOT_PATH)/libbcc-gen-config-from-mk.mk
/frameworks/base/core/java/android/view/
H A DWindowManager.java81 * {@link Gravity#END} it provides an offset from the given edge.
89 * an offset from the given edge.
116 * <li> <strong>Application windows</strong> (ranging from
122 * <li> <strong>Sub-windows</strong> (ranging from
127 * <li> <strong>System windows</strong> (ranging from
158 @ViewDebug.IntToString(from = TYPE_BASE_APPLICATION, to = "TYPE_BASE_APPLICATION"),
159 @ViewDebug.IntToString(from = TYPE_APPLICATION, to = "TYPE_APPLICATION"),
160 @ViewDebug.IntToString(from = TYPE_APPLICATION_STARTING, to = "TYPE_APPLICATION_STARTING"),
161 @ViewDebug.IntToString(from = TYPE_APPLICATION_PANEL, to = "TYPE_APPLICATION_PANEL"),
162 @ViewDebug.IntToString(from
[all...]
/frameworks/base/include/utils/
H A DSortedVector.h99 //! same as operator [], but allows to access the vector backward (from the end) with a negative index
129 virtual void do_copy(void* dest, const void* from, size_t num) const;
131 virtual void do_move_forward(void* dest, const void* from, size_t num) const;
132 virtual void do_move_backward(void* dest, const void* from, size_t num) const;
138 // No user serviceable parts from here...
254 void SortedVector<TYPE>::do_copy(void* dest, const void* from, size_t num) const {
255 copy_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
264 void SortedVector<TYPE>::do_move_forward(void* dest, const void* from, size_t num) const {
265 move_forward_type( reinterpret_cast<TYPE*>(dest), reinterpret_cast<const TYPE*>(from), num );
269 void SortedVector<TYPE>::do_move_backward(void* dest, const void* from, size_
[all...]
/frameworks/base/libs/hwui/utils/
H A DSortedList.h98 virtual void do_copy(void* dest, const void* from, size_t num) const;
100 virtual void do_move_forward(void* dest, const void* from, size_t num) const;
101 virtual void do_move_backward(void* dest, const void* from, size_t num) const;
215 void SortedList<TYPE>::do_copy(void* dest, const void* from, size_t num) const {
216 copy_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
225 void SortedList<TYPE>::do_move_forward(void* dest, const void* from, size_t num) const {
226 move_forward_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);
230 void SortedList<TYPE>::do_move_backward(void* dest, const void* from, size_t num) const {
231 move_backward_type(reinterpret_cast<TYPE*> (dest), reinterpret_cast<const TYPE*> (from), num);

Completed in 377 milliseconds

123456