Searched refs:from (Results 51 - 75 of 129) sorted by relevance

123456

/frameworks/base/media/libstagefright/
H A DNuCachedSource2.cpp50 void copy(size_t from, void *data, size_t size);
137 void PageCache::copy(size_t from, void *data, size_t size) { argument
138 LOGV("copy from %d size %d", from, size);
144 CHECK_LE(from + size, mTotalSize);
148 while (from >= offset + (*it)->mSize) {
153 size_t delta = from - offset;
462 // If the request can be completely satisfied from the cache, do so.
637 LOGE("Failed to parse cache parameters from '%s'.", s);
H A DAndroid.mk94 # The following was shamelessly copied from external/webkit/Android.mk and
H A DStagefrightMetadataRetriever.cpp403 int from; member in struct:android::Map
427 if (meta->findCString(kMap[i].from, &value)) {
/frameworks/base/core/tests/coretests/src/android/view/
H A DInflateTest.java40 mInflater = LayoutInflater.from(mContext);
/frameworks/base/media/libstagefright/rtsp/
H A DARTSPConnection.h123 const char *from, unsigned long *x);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DTextGammaActivity.java76 final LayoutInflater inflater = LayoutInflater.from(c);
/frameworks/base/core/tests/coretests/src/android/widget/
H A DSimpleCursorAdapterTest.java66 * Borrowed from CursorWindowTest.java
92 // Now see if we can pull 2 rows from the adapter
114 // Now see if we can pull 2 rows from the adapter
122 // Now see if we can pull 5 rows from the adapter
133 // Now see if we can pull 2 rows from the adapter
171 * Test that you can safely construct with a null cursor *and* null to/from arrays.
181 * Test going from a null cursor to a non-null cursor *and* setting the to/from arrays
204 * Test going from one mapping to a different mapping
256 String[] from, in
255 TestSimpleCursorAdapter(Context context, int layout, Cursor c, String[] from, int[] to) argument
[all...]
/frameworks/compile/libbcc/runtime/make/platform/
H A Dclang_darwin.mk12 # Configuration for targetting 10.4. We need a few functions missing from
/frameworks/media/libvideoeditor/lvpp/
H A DVideoEditorSRC.cpp240 sp<MetaData> from = mBuffer->meta_data(); local
241 from->findInt64(kKeyTime, &curTS);
/frameworks/base/core/java/com/google/android/mms/pdu/
H A DPduComposer.java81 * Block size when read data from InputStream.
531 EncodedStringValue from = mPduHeader.getEncodedStringValue(field);
532 if ((from == null)
533 || TextUtils.isEmpty(from.getString())
534 || new String(from.getTextString()).equals(
536 // Length of from = 1
547 temp = appendAddressType(from);
H A DPduParser.java469 EncodedStringValue from = null;
478 from = parseEncodedStringValue(pduDataStream);
479 if (null != from) {
480 byte[] address = from.getTextString();
488 from.setTextString(str.getBytes());
497 from = new EncodedStringValue(
506 headers.setEncodedStringValue(from, PduHeaders.FROM);
1119 * Extract a byte value from the input stream.
1343 * Both are encoded using values from Character Set
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java63 mInflater = LayoutInflater.from(context);
/frameworks/base/core/java/android/view/
H A DViewStub.java50 * the layout resource "mySubTree," the ViewStub is removed from its parent. The
168 * @param layoutResource A valid layout resource identifier (different from 0.)
231 final LayoutInflater factory = LayoutInflater.from(mContext);
/frameworks/base/include/media/stagefright/
H A DMetaData.h138 MetaData(const MetaData &from);
/frameworks/support/v4/java/android/support/v4/app/
H A DTaskStackBuilder.java43 * <p>When crossing from one task stack to another post-Android 3.0,
62 * from the developer guide and <a href="{@docRoot}design/patterns/navigation.html">Navigation</a>
63 * from the design guide.
117 public static TaskStackBuilder from(Context context) { method in class:TaskStackBuilder
189 * @param index Index from 0-getIntentCount()
H A DShareCompat.java46 * method {@link IntentBuilder#from(Activity)}.
53 * to call out the app that the content was shared from.
105 * Retrieve the name of the package that launched calledActivity from a share intent.
125 * Retrieve the ComponentName of the activity that launched calledActivity from a share intent.
213 * Create a new IntentBuilder for launching a sharing action from launchingActivity.
215 * @param launchingActivity Activity that the share will be launched from
218 public static IntentBuilder from(Activity launchingActivity) { method in class:ShareCompat.IntentBuilder
570 * from shared posts if desired.</p>
594 public static IntentReader from(Activity activity) { method in class:ShareCompat.IntentReader
758 * was not started for a result, IntentBuilder will read this from extr
[all...]
/frameworks/base/core/java/android/content/
H A DContentValues.java57 * Creates a set of values copied from the given set
59 * @param from the values to copy
61 public ContentValues(ContentValues from) { argument
62 mValues = new HashMap<String, Object>(from.mValues);
66 * Creates a set of values copied from the given HashMap. This is used
100 * Adds all values from the passed in ContentValues.
102 * @param other the ContentValues from which to copy
/frameworks/base/core/java/android/net/
H A DUri.java63 that some threads will immediately see changes from other threads on
66 overhead, which means the most common case, access from a single thread,
84 For reference, from RFC 2396:
218 * Gets the decoded user information from the authority.
227 * Gets the encoded user information from the authority.
236 * Gets the encoded host from the authority for this URI. For example,
245 * Gets the port from the authority for this URI. For example,
269 * Gets the decoded query component from this URI. The query comes after
279 * Gets the encoded query component from this URI. The query comes after
398 * Constructs a new builder, copying the attributes from thi
2118 static Part from(String encoded, String decoded) { method in class:Uri.Part
2295 static PathPart from(String encoded, String decoded) { method in class:Uri.PathPart
[all...]
/frameworks/base/opengl/libs/GLES2_dbg/src/
H A Ddebugger_message.pb.h276 Message(const Message& from);
278 inline Message& operator=(const Message& from) { argument
279 CopyFrom(from);
290 void CheckTypeAndMergeFrom(const ::google::protobuf::MessageLite& from);
291 void CopyFrom(const Message& from);
292 void MergeFrom(const Message& from);
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java219 LayoutInflater inflater = LayoutInflater.from(mContext);
694 convertView = LayoutInflater.from(getContext()).inflate(
704 convertView = LayoutInflater.from(getContext()).inflate(
/frameworks/base/data/fonts/
H A Dfonts.mk15 # Warning: this is actually a product definition, to be inherited from
/frameworks/base/media/libstagefright/colorconversion/
H A DColorConverter.cpp28 OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to)
29 : mSrcFormat(from),
27 ColorConverter( OMX_COLOR_FORMATTYPE from, OMX_COLOR_FORMATTYPE to) argument
/frameworks/compile/libbcc/runtime/make/
H A Dutil.mk103 $(error PRINT: $(value $*) = "$($*)" (from $(origin $*)))
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A Dcarousel.rs60 float3 from;
78 // Request states. Used for loading 3D object properties from the Java client.
184 bool drawRuler; // whether to draw a ruler from the card to the detail texture
272 {2,2,2}, // from
423 // convert from carousel rotation angle (in card slot units) to radians.
429 // convert from radians to carousel rotation angle (in card slot units).
436 // from - position of the camera in x,y,z
445 camera.from.x = fromX;
446 camera.from.y = fromY;
447 camera.from
[all...]
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java340 LayoutInflater inflater = LayoutInflater.from(mBuilder.getContext());

Completed in 653 milliseconds

123456