Searched refs:area (Results 1 – 9 of 9) sorted by relevance
/development/scripts/ |
D | stack_core.py | 348 area = trace_line_dict["dso"] 360 if area == "<unknown>" or area == "[heap]" or area == "[stack]": 361 self.trace_lines.append((code_addr, "", area)) 374 if area.endswith(".apk"): 375 apk = area 377 index = area.rfind(".so!") 382 area = area[0:index + 3] 385 index = area.rfind(".apk!") 387 apk = area[0:index + 4] 391 lib = area [all …]
|
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/ |
D | CardStreamLinearLayout.java | 150 final View area = view.findViewById(R.id.card_actionarea); 151 if (area != null) { 152 runShowActionAreaAnimation(container, area); 477 private void runShowActionAreaAnimation(View parent, View area) { in runShowActionAreaAnimation() argument 478 area.setPivotY(0.f); in runShowActionAreaAnimation() 479 area.setPivotX(parent.getWidth() / 2.f); in runShowActionAreaAnimation() 481 area.setAlpha(0.5f); in runShowActionAreaAnimation() 482 area.setRotationX(-90.f); in runShowActionAreaAnimation() 483 area.animate().rotationX(0.f).alpha(1.f).setDuration(400); in runShowActionAreaAnimation()
|
/development/samples/browseable/Geofencing/ |
D | _index.jd | 11 the area, and reappears the next time he/she is at one of these locations.
|
/development/host/windows/usb/api/ |
D | BUILDME.TXT | 38 OACR icon (in the lower-right notification area of the taskbar) and choose
|
/development/host/windows/usb/adb_winapi_test/ |
D | BUILDME.TXT | 41 OACR icon (in the lower-right notification area of the taskbar) and choose
|
/development/host/windows/usb/winusb/ |
D | BUILDME.TXT | 41 OACR icon (in the lower-right notification area of the taskbar) and choose
|
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
D | PduParser.java | 1323 byte[] area = new byte[length]; in skipWapValue() 1324 int readLen = pduDataStream.read(area, 0, length); in skipWapValue()
|
/development/samples/SearchableDictionary/res/raw/ |
D | definitions.txt | 186 constituency - n. the body of voters who elect a representative for their area 414 frontier - n. a wilderness at the edge of a settled area of a country 519 invasion - n. any entry into an area not previously occupied 607 metropolis - n. a large and densely populated urban area; may include several independent administr… 608 metropolitan - j. relating to or characteristic of a densely populated urban area 724 pioneer - v. open up and explore a new area 779 promenade - n. a public area set aside as a pedestrian walk 856 scope - n. an area in which something acts or operates or has power or control 937 territorial - j. displaying territoriality; defending an area from intruders
|
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/ |
D | commit.csv | 5105 …/external/harfbuzz_ng,fake_GXODyrWJQQ29rUizEM8-6A@fakeemail.com,Clean up buffer area when rewinding 16223 … all prefixed with ""gray_"", and a new type (TArea) is defined to store area value in each cell… 17903 …tku0nRa2zTMb_FQX0kA@fakeemail.com,hostIntf: unload all external apps before erasing the shared area 23726 …VT3aHwIIgnZUo8Q@fakeemail.com,PR31540: install libc++abi headers into include/c++/v1 in build area. 32290 …astReceiver,fake_hU45DTr0Q32jOE7_UuGS-Q@fakeemail.com,Updated UI text for area update information … 32325 …CellBroadcastReceiver,fake_hU45DTr0Q32jOE7_UuGS-Q@fakeemail.com,Refactored area update info support 34257 …ackages/apps/Settings,fake_hU45DTr0Q32jOE7_UuGS-Q@fakeemail.com,Refactored area update info support 34314 …apps/Settings,fake_OUDITKHUSL-yTt4gHeMWRQ@fakeemail.com,Extends the touch area for the switch in M… 37409 …e_q8GWOOtYSs2PsI6VxOom9Q@fakeemail.com,Extend all apps pull up activation area to page indicator v… 40345 …rm/libcore,fake_gaCEH_aRTFGVgJisOIwqEw@fakeemail.com,Skip the private use area when testing legacy… [all …]
|