Searched refs:values (Results 401 - 425 of 807) sorted by relevance

<<11121314151617181920>>

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s45 ; * of the following values:
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
H A DarmVCM4P2_SetPredDir_s.s45 ; * of the following values:
/frameworks/base/core/java/android/util/
H A DXml.java152 for (Encoding encoding : Encoding.values()) {
170 * attribute values at each of the tags as the parser moves
/frameworks/base/drm/java/android/drm/
H A DDrmUtils.java34 * {@link DrmUtils.ExtendedMetadataParser} to iterate over those values.
179 * all values of the metadata.
184 return mMap.values().iterator();
/frameworks/base/libs/hwui/
H A DInterpolator.h116 LUTInterpolator(float* values, size_t size);
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DCachedFrameManager.java87 for (Frame frame : mAvailableFrames.values()) {
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestUtil.java92 final UsbDevice device = devices.values().iterator().next();
/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/util/
H A DDiscoveryListenerMultiplexer.java82 for (DiscoveryListenerSet listeners : sListeners.values()) {
/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DDisplayModifier.java426 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
474 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
491 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
513 for (LinkedHashMap<String, DisplayModifier> map : gMaps.values()) {
/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp65 for (auto& config_value : entry->values) {
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DPorterDuffUtility.java36 private static final int MODES_COUNT = Mode.values().length;
/frameworks/base/tools/preload/
H A DPrintCsv.java46 for (LoadedClass loadedClass : root.loadedClasses.values()) {
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DCallbackExprModel.java63 for (Expr expr : mExprMap.values()) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
H A DMenu.java72 presentationType = PresentationType.values()[in.readInt()];
/frameworks/rs/tests/lldb/java/InfiniteLoop/src/com/android/rs/infiniteloop/
H A DMainActivity.java116 protected Integer doInBackground(Float... values) { argument
/frameworks/support/transition/src/android/support/transition/
H A DMatrixUtils.java201 public void setValues(float[] values) {
/frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
H A DMtpDocumentsProvider.java217 final ContentValues values = new ContentValues();
218 DatabaseUtils.cursorRowToContentValues(cursor, values);
219 if (values.containsKey(Document.COLUMN_DISPLAY_NAME)) {
220 values.put(Document.COLUMN_DISPLAY_NAME, mResources.getString(
222 values.getAsString(Document.COLUMN_DISPLAY_NAME),
225 values.put(Document.COLUMN_FLAGS, storageFlags);
227 MtpDatabase.putValuesToCursor(values, output);
372 for (final DeviceToolkit toolkit : mDeviceToolkits.values()) {
587 for (final DeviceToolkit toolkit : mDeviceToolkits.values()) {
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer_hwc1.cpp360 int32_t values[NUM_DISPLAY_ATTRIBUTES - 1]; local
361 memset(values, 0, sizeof(values));
376 DISPLAY_ATTRIBUTES, values);
381 PRE_HWC15_DISPLAY_ATTRIBUTES, values);
393 config.refresh = nsecs_t(values[i]);
396 config.width = values[i];
399 config.height = values[i];
402 config.xdpi = values[i] / 1000.0f;
405 config.ydpi = values[
[all...]
/frameworks/av/services/oboeservice/
H A DAAudioServiceStreamMMAP.cpp268 android::Vector<float> values) {
270 float volume = values[0];
267 onVolumeChanged(audio_channel_mask_t channels, android::Vector<float> values) argument
/frameworks/base/core/java/android/animation/
H A DLayoutTransition.java74 * But the actual target object, as well as the start and end values for those properties, are
77 * values of the target being animated (such as one of the items in a layout container that is
78 * moving as a result of the layout event) as well as the values that are changing (such as the
79 * position and size of that object). The actual values that are pushed to each animation
84 * values when the transition begins. Custom animations will be similarly populated with
85 * the target and values being animated, assuming they use ObjectAnimator objects with
225 * are inserted, so that we process events (such as setting up start values) in the same order.
239 * the pre-layout values can be cached in that animation. Then a listener is added to the
241 * is set with the final values and then run. If not, the animation is not started. When
284 // "left" is just a placeholder; we'll put real properties/values i
[all...]
/frameworks/base/core/java/android/content/
H A DContentProvider.java350 public int update(String callingPkg, Uri uri, ContentValues values, String selection, argument
359 return ContentProvider.this.update(uri, values, selection, selectionArgs);
977 * the values from selectionArgs, in order that they appear in the selection.
978 * The values will be bound as Strings.
1045 * the values from selectionArgs, in order that they appear in the selection.
1046 * The values will be bound as Strings.
1265 public Uri rejectInsert(Uri uri, ContentValues values) { argument
1282 * @param values A set of column_name/value pairs to add to the database.
1286 public abstract @Nullable Uri insert(@NonNull Uri uri, @Nullable ContentValues values); argument
1290 * default implementation will iterate over the values an
1303 bulkInsert(@onNull Uri uri, @NonNull ContentValues[] values) argument
1351 update(@onNull Uri uri, @Nullable ContentValues values, @Nullable String selection, @Nullable String[] selectionArgs) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/provider/
H A DMockFontProvider.java253 public Uri insert(Uri uri, ContentValues values) { argument
263 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { argument
/frameworks/base/media/jni/
H A Dandroid_media_MediaMuxer.cpp48 jobjectArray values) {
57 status_t err = ConvertKeyValueArraysToMessage(env, keys, values,
46 android_media_MediaMuxer_addTrack( JNIEnv *env, jclass , jlong nativeObject, jobjectArray keys, jobjectArray values) argument
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DMtpClient.java256 for (UsbDevice usbDevice : mUsbManager.getDeviceList().values()) {
262 return new ArrayList<MtpDevice>(mDevices.values());
/frameworks/base/opengl/java/android/opengl/
H A DGLES20.java1788 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1792 float[] values,
1796 // C function void glVertexAttrib1fv ( GLuint indx, const GLfloat *values )
1800 java.nio.FloatBuffer values
1811 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1815 float[] values,
1819 // C function void glVertexAttrib2fv ( GLuint indx, const GLfloat *values )
1823 java.nio.FloatBuffer values
1835 // C function void glVertexAttrib3fv ( GLuint indx, const GLfloat *values )
1839 float[] values,
1790 glVertexAttrib1fv( int indx, float[] values, int offset ) argument
1813 glVertexAttrib2fv( int indx, float[] values, int offset ) argument
1837 glVertexAttrib3fv( int indx, float[] values, int offset ) argument
1862 glVertexAttrib4fv( int indx, float[] values, int offset ) argument
[all...]

Completed in 834 milliseconds

<<11121314151617181920>>