Home
last modified time | relevance | path

Searched refs:area (Results 1 – 9 of 9) sorted by relevance

/development/scripts/
Dstack_core.py448 area = trace_line_dict["dso"]
461 if area == "<unknown>" or area == "[heap]" or area == "[stack]":
462 self.trace_lines.append((code_addr, "", area))
475 if area.endswith(".apk"):
476 apk = area
478 index = area.rfind(".so!")
483 area = area[0:index + 3]
486 index = area.rfind(".apk!")
488 apk = area[0:index + 4]
495 index = area.rfind(".so!")
[all …]
/development/samples/browseable/BatchStepSensor/src/com.example.android.batchstepsensor/cardstream/
DCardStreamLinearLayout.java150 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.jd11 the area, and reappears the next time he/she is at one of these locations.
/development/host/windows/usb/api/
DBUILDME.TXT38 OACR icon (in the lower-right notification area of the taskbar) and choose
/development/host/windows/usb/winusb/
DBUILDME.TXT41 OACR icon (in the lower-right notification area of the taskbar) and choose
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT41 OACR icon (in the lower-right notification area of the taskbar) and choose
/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java1323 byte[] area = new byte[length]; in skipWapValue()
1324 int readLen = pduDataStream.read(area, 0, length); in skipWapValue()
/development/samples/SearchableDictionary/res/raw/
Ddefinitions.txt186 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/cargo_embargo/testdata/plotters/
Dcargo.metadata14552 "name": "area-chart",
14553 …": "/usr/local/google/home/mgeisler/src/aosp/external/rust/crates/plotters/examples/area-chart.rs",
15384 "name": "area-chart",
15385 …eisler/.cargo/registry/src/index.crates.io-6f17d22bba15001f/plotters-0.3.5/examples/area-chart.rs",