Home
last modified time | relevance | path

Searched refs:place (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp12/bionic/libc/upstream-freebsd/lib/libc/stdlib/
H A Dgetopt_long.c394 place = EMSG;
453 if (place[1] != '\0' && *++place == '-' && place[1] == '\0') {
455 place = EMSG;
489 } else if (*place != ':' && strchr(options, *place) != NULL)
495 place = EMSG;
510 if (!*place)
528 place = EMSG;
540 place = EMSG;
544 if (!*place)
552 place = EMSG;
[all …]
/aosp12/system/extras/simpleperf/
H A Dtracing.h73 void GetField(const std::string& name, TracingFieldPlace& place) { in GetField()
75 place.offset = field.offset; in GetField()
76 place.size = field.elem_size; in GetField()
79 void GetField(const std::string& name, StringTracingFieldPlace& place) { in GetField()
81 place.offset = field.offset; in GetField()
82 place.size = field.elem_count; in GetField()
/aosp12/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp893 Relocator::Address P = pReloc.place(); in got_prel()
907 Relocator::DWord P = pReloc.place(); in thm_jump8()
925 Relocator::DWord P = pReloc.place(); in thm_jump11()
951 Relocator::Address P = pReloc.place(); in thm_jump19()
1003 Relocator::Address P = pReloc.place(); in call()
1141 Relocator::DWord P = pReloc.place(); in movw_prel_nc()
1185 Relocator::DWord P = pReloc.place(); in movt_prel()
1236 Relocator::DWord P = pReloc.place(); in thm_movw_prel_nc()
1260 Relocator::DWord P = pReloc.place(); in thm_movw_brel()
1318 Relocator::DWord P = pReloc.place(); in thm_movt_prel()
[all …]
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DDessertCaseView.java146 place(child, true);
294 place(v, true); in fillFreeList()
321 place(v, pt, false); in fillFreeList()
332 public void place(View v, boolean animate) { in place() method in DessertCaseView
333 place(v, new Point(irand(0, mColumns), irand(0, mRows)), animate); in place()
352 public synchronized void place(View v, Point pt, boolean animate) {
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagLayouts.inc37 "There is no space left to place stubs. Current stub group size: %0\n"
39 "There is no space left to place stubs. Current stub group size: %0\n"
/aosp12/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp512 Relocator::DWord P = pReloc.place(); in rel()
561 Relocator::DWord P = pReloc.place(); in adr_prel_lo21()
580 Relocator::DWord P = pReloc.place(); in adr_prel_pg_hi21()
605 Relocator::Address P = pReloc.place(); in call()
634 Relocator::Address P = pReloc.place(); in condbr()
656 Relocator::Address P = pReloc.place(); in adr_got_page()
/aosp12/art/test/994-breakpoint-line/
H A Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
/aosp12/art/test/1947-breakpoint-redefine-deopt/
H A Dinfo.txt3 This test ensures we can place breakpoints on particular lines of a method. It
/aosp12/frameworks/base/tests/TouchLatency/
H A Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/aosp12/frameworks/base/startop/apps/ColorChanging/
H A Dbuild.gradle10 // NOTE: Do not place your application dependencies here; they belong
/aosp12/system/extras/simpleperf/demo/SimpleperfExamplePureJava/
H A Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/aosp12/packages/apps/Car/DebuggingRestrictionController/
H A Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleWithNative/
H A Dbuild.gradle11 // NOTE: Do not place your application dependencies here; they belong
/aosp12/system/extras/simpleperf/demo/SimpleperfExampleOfKotlin/
H A Dbuild.gradle13 // NOTE: Do not place your application dependencies here; they belong
/aosp12/frameworks/layoutlib/bridge/tests/res/testApp/MyApplication/
H A Dbuild.gradle9 // NOTE: Do not place your application dependencies here; they belong
/aosp12/build/make/
H A DUsage.txt81 DIST_DIR The directory in which to place the distribution
83 OUT_DIR The directory in which to place non-distribution
/aosp12/frameworks/native/libs/renderengine/skia/debug/
H A DREADME.md2 The debug property defines number of milliseconds for the recording to take place.
/aosp12/frameworks/compile/mclinker/include/mcld/Fragment/
H A DRelocation.h78 Address place() const;
/aosp12/system/sepolicy/prebuilts/api/30.0/public/
H A Dmediatranscoding.te16 # The goal of the mediaserver split is to place media processing code into
/aosp12/system/core/code_coverage/seccomp_policy/
H A Dcode_coverage.policy.def13 // 2nd-Nth: uses mmap() to update in place
/aosp12/system/sepolicy/prebuilts/api/26.0/public/
H A Dmediametrics.te28 # The goal of the mediaserver split is to place media processing code into
/aosp12/system/sepolicy/prebuilts/api/27.0/public/
H A Dmediametrics.te31 # The goal of the mediaserver split is to place media processing code into
/aosp12/system/sepolicy/prebuilts/api/28.0/public/
H A Dmediametrics.te31 # The goal of the mediaserver split is to place media processing code into
/aosp12/hardware/interfaces/sensors/common/default/2.X/multihal/tests/fake_subhal/
H A DREADME17 Take this .so and place it where the multi-HAL config will cause the HalProxy to
/aosp12/system/sepolicy/prebuilts/api/29.0/public/
H A Dmediametrics.te34 # The goal of the mediaserver split is to place media processing code into

12345678