Home
last modified time | relevance | path

Searched refs:box (Results 1 – 25 of 35) sorted by relevance

12

/packages/providers/MediaProvider/src/com/android/providers/media/util/
DIsoInterface.java165 final Box box = new Box(type, new long[] { pos, len }); in parseNextBox() local
166 box.headerSize = headerSize; in parseNextBox()
170 box.headerSize += 16; in parseNextBox()
171 box.uuid = readUuid(fd); in parseNextBox()
173 Log.v(TAG, prefix + " UUID " + box.uuid); in parseNextBox()
182 box.data = new byte[(int) (len - box.headerSize)]; in parseNextBox()
187 Os.read(fd, box.data, 0, box.data.length); in parseNextBox()
195 box.data = new byte[(int) (len - box.headerSize)]; in parseNextBox()
200 Os.read(fd, box.data, 0, box.data.length); in parseNextBox()
211 box.headerSize += 4; in parseNextBox()
[all …]
DRedactionUtils.java142 for (int box : REDACTED_ISO_BOXES) { in getRedactionRanges()
143 final long[] ranges = iso.getBoxRanges(box); in getRedactionRanges()
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
DTaskImageContainer.java196 protected Rect rotateBoundingBox(Rect box, OrientationManager.DeviceOrientation orientation) { in rotateBoundingBox() argument
199 return new Rect(box); in rotateBoundingBox()
202 return new Rect(box.top, box.left, box.bottom, box.right); in rotateBoundingBox()
/packages/services/Telephony/testapps/TelephonyRegistryTestApp/src/com/android/phone/testapps/telephonyregistry/
DTelephonyRegistryTestApp.java104 CheckBox box = new CheckBox(this); in onCreate() local
105 box.setText(EVENTS.valueAt(i)); in onCreate()
107 box.setOnCheckedChangeListener((buttonView, isChecked) -> { in onCreate()
114 eventContainer.addView(box); in onCreate()
/packages/services/Car/tools/telemetry/lua-interpreter/static/css/
Dindex.css93 box-sizing: border-box;
/packages/services/Car/cpp/computepipe/example/
DFaceOutput.proto18 optional BoundingBox box = 1; field
DFaceTracker.cpp145 BoundingBox currentBox = faceData.box(); in deliverPacket()
/packages/apps/Dialer/java/com/android/dialer/callintent/
Dcall_initiation_type.proto30 // Call placed via a search result returned by typing into the search box.
/packages/apps/Dialer/java/com/android/dialer/logging/
Dscreen_event.proto27 // List of search results returned by typing into the search box.
/packages/modules/NeuralNetworks/tools/api/
Dtypes.spec3220 * Transform axis-aligned bounding box proposals using bounding box deltas.
3222 * Given the positions of bounding box proposals and the corresponding
3223 * bounding box deltas for each class, return the refined bounding box
3234 * bounding box proposals, each line with format [x1, y1, x2, y2].
3239 * bounding box delta for each region of interest and each class. The
3240 * bounding box deltas are organized in the following order
3242 * for the center position of the bounding box with respect to the width
3254 * [num_rois], specifying the batch index of each box. Boxes with
3264 * output bounding box for each class, with format [x1, y1, x2, y2].
3746 * the box with maximum score gets selected and removed from the pending set.
[all …]
/packages/apps/Launcher3/quickstep/protos_overrides/
Dlauncher_atom_extension.proto69 // User entered by tapping the search box in the Taskbar AllApps drawer.
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsUtils.java994 final int box, final long timestampInMillis) { in updateMmsMessageSendingStatus() argument
1000 values.put(Telephony.Mms.MESSAGE_BOX, box); in updateMmsMessageSendingStatus()
1005 LogUtil.d(TAG, "Mmsutils: Updated sending MMS " + uri + "; box = " + box in updateMmsMessageSendingStatus()
/packages/apps/TV/libs/m2/
Djavapoet-1.11.1.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/squareup/ com/ ...
Ddagger-compiler-2.23.jarjava/dagger/internal/codegen/META-INF/gradle/incremental.annotation.processors ...
Dauto-value-1.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/packages/apps/LegacyCamera/jni/feature_mos/doc/
Dfeature_mos_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/apps/LegacyCamera/jni/feature_stab/doc/
Ddbreg_API_doxyfile1014 # When the SEARCHENGINE tag is enable doxygen will generate a search box
1515 # visualized by representing a node as a red box. Note that doxygen if the
1534 # seem to support this out of the box. Warning: Depending on the platform used,
/packages/modules/AdServices/adservices/tests/unittest/service-core/assets/classifier/
Dprecomputed_test_app_list.csv3106 puzzle.wood.block.cube.music.box 10253,10230
4578 com.box.android 10290
9316 com.physics.sim.game.box 10230,10228
/packages/modules/AdServices/adservices/apk/assets/classifier/
Dprecomputed_app_list.csv3106 puzzle.wood.block.cube.music.box 10253,10230
4578 com.box.android 10290
9316 com.physics.sim.game.box 10230,10228
/packages/inputmethods/LatinIME/dictionaries/
Dfr_wordlist.combined.gz
Den_GB_wordlist.combined.gz
Den_US_wordlist.combined.gz
Den_wordlist.combined.gz
Dit_wordlist.combined.gz1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ...
Dcs_wordlist.combined.gz

12