/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | IsoInterface.java | 153 final Box box = new Box(type, new long[] { pos, len }); in parseNextBox() local 161 box.uuid = readUuid(fd); in parseNextBox() 163 Log.v(TAG, prefix + " UUID " + box.uuid); in parseNextBox() 166 box.data = new byte[(int) (len - 8 - 16)]; in parseNextBox() 167 IoBridge.read(fd, box.data, 0, box.data.length); in parseNextBox() 172 box.data = new byte[(int) (len - 8)]; in parseNextBox() 173 IoBridge.read(fd, box.data, 0, box.data.length); in parseNextBox() 178 box.children = new ArrayList<>(); in parseNextBox() 182 box.children.add(child); in parseNextBox() 188 return box; in parseNextBox() [all …]
|
/packages/apps/Camera2/src/com/android/camera/processing/imagebackend/ |
D | TaskImageContainer.java | 196 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/ |
D | TelephonyRegistryTestApp.java | 104 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/apps/Test/connectivity/sl4n/rapidjson/doc/diagram/ |
D | architecture.dot | 11 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
|
D | utilityclass.dot | 12 …node [shape=box, fontname="Inconsolata, Consolas", fontsize=10, penwidth=0.5, style=filled, fillco…
|
D | iterative-parser-states-diagram.dot | 11 node [shape = box; style = "rounded, filled"; fillcolor=white ];
|
D | simpledom.dot | 19 node [shape="box", style="filled", fillcolor="gray95"]
|
/packages/apps/Dialer/java/com/android/dialer/callintent/ |
D | call_initiation_type.proto | 30 // Call placed via a search result returned by typing into the search box.
|
/packages/apps/Dialer/java/com/android/dialer/logging/ |
D | screen_event.proto | 27 // List of search results returned by typing into the search box.
|
/packages/apps/Car/tests/ |
D | readme.md | 46 # Use GUI to create a CL. Check amend box to update a work-in-progress CL
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsUtils.java | 994 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/Test/connectivity/sl4n/rapidjson/doc/ |
D | Doxyfile.in | 1512 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1519 # search using the keyboard; to jump to the search box use <access key> + S 1521 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1525 # search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys> 2312 # by representing a node as a red box. Note that doxygen if the number of direct 2335 # to support this out of the box.
|
/packages/apps/LegacyCamera/jni/feature_mos/doc/ |
D | feature_mos_API_doxyfile | 1014 # 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/ |
D | dbreg_API_doxyfile | 1014 # 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/providers/MediaProvider/src/com/android/providers/media/ |
D | MediaProvider.java | 5552 for (int box : REDACTED_ISO_BOXES) { in getRedactionRanges() 5553 final long[] ranges = iso.getBoxRanges(box); in getRedactionRanges()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | fr_wordlist.combined.gz | 1dictionary=main:fr,locale=fr,description=Français,date=1414726264, ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | ro_wordlist.combined.gz | 1dictionary=main:ro,locale=ro,description=Română,date=1412325511, ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | it_wordlist.combined.gz | 1dictionary=main:it,locale=it,description=Italiano,date=1414726258, ... |
D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
D | hr_wordlist.combined.gz | 1dictionary=main:hr,locale=hr,description=Hrvatski,date=1393228135, ... |
D | nl_wordlist.combined.gz | 1dictionary=main:nl,locale=nl,description=Nederlands,date=1414726258, ... |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |