/aosp_15_r20/external/libchrome/base/memory/ |
H A D | weak_ptr_unittest.cc | 93 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() 102 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() 147 Target* DeRef(const Arrow* arrow) { in DeRef() 159 static void DoCreateArrowFromArrow(Arrow** arrow, in DoCreateArrowFromArrow() 167 static void DoCreateArrowFromTarget(Arrow** arrow, in DoCreateArrowFromTarget() 175 static void DoDeRef(const Arrow* arrow, in DoDeRef() 417 std::unique_ptr<Arrow> arrow(OffThreadObjectCreator<Arrow>::NewObject()); in TEST() local 436 Arrow* arrow; in TEST() local 445 Arrow arrow; in TEST() local 461 Arrow* arrow; in TEST() local [all …]
|
/aosp_15_r20/external/cronet/base/memory/ |
H A D | weak_ptr_unittest.cc | 107 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() 116 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() 161 Target* DeRef(const Arrow* arrow) { in DeRef() 182 static void DoCreateArrowFromArrow(Arrow** arrow, in DoCreateArrowFromArrow() 190 static void DoCreateArrowFromTarget(Arrow** arrow, in DoCreateArrowFromTarget() 198 static void DoDeRef(const Arrow* arrow, in DoDeRef() 570 std::unique_ptr<Arrow> arrow(OffThreadObjectCreator<Arrow>::NewObject()); in TEST() local 589 Arrow* arrow; in TEST() local 614 Arrow* arrow; in TEST() local 642 Arrow arrow; in TEST() local [all …]
|
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/ |
D | HeaderCell.java | 80 ImageView arrow = (ImageView) findViewById(R.id.sort_arrow); in onBind() local 104 ImageView arrow, @AnimatorRes int anim, @StringRes int contentDescriptionId) { in showArrow()
|
/aosp_15_r20/external/googletest/docs/_sass/ |
H A D | main.scss | 63 .sidebar .expander .arrow { class 192 & + .expander .arrow { class
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/docs/_sass/ |
H A D | main.scss | 63 .sidebar .expander .arrow { class 192 & + .expander .arrow { class
|
/aosp_15_r20/external/cronet/third_party/googletest/src/docs/_sass/ |
H A D | main.scss | 63 .sidebar .expander .arrow { class 192 & + .expander .arrow { class
|
/aosp_15_r20/external/angle/build/android/unused_resources/ |
H A D | UnusedResources.java | 282 int arrow = line.indexOf(arrowString); in recordMapping() local 327 int arrow = line.indexOf(arrowString, index + 3); in recordMapping() local
|
/aosp_15_r20/external/skia/docs/examples/ |
H A D | Path_addRect_2.cpp | 6 const SkPoint arrow[] = { {5, -5}, {15, -5}, {20, 0}, {15, 5}, {5, 5}, {10, 0} }; in draw() local
|
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/ |
H A D | BubbleDebugConfig.java | 78 String arrow = isSelected ? "=>" : " "; in formatBubblesString() local
|
/aosp_15_r20/out/soong/.intermediates/packages/apps/Launcher3/Launcher3QuickStepLib/android_common/kapt/gen/stubs/com/android/launcher3/taskbar/ |
D | TaskbarEduTooltip.java | 39 private android.view.View arrow; field in TaskbarEduTooltip
|
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/ |
D | result.cpp | 85 bool arrow = false; in format() local
|
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/ |
D | AlarmItemViewHolder.kt | 41 val arrow: ImageView = itemView.findViewById(R.id.arrow) as ImageView in <lambda>() constant
|
/aosp_15_r20/external/accompanist/swiperefresh/src/main/java/com/google/accompanist/swiperefresh/ |
H A D | CircularProgressPainter.kt | 52 private val arrow: Path by lazy { in <lambda>() constant in com.google.accompanist.swiperefresh.CircularProgressPainter
|
/aosp_15_r20/external/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | TransformsMapperTest.java | 216 String arrow = dir == FORWARD ? "-->" : "<--"; in oneWay() local
|
/aosp_15_r20/external/replicaisland/src/com/replica/replicaisland/ |
H A D | ConversationDialogActivity.java | 256 public void setOkArrow(View arrow) { in setOkArrow()
|
/aosp_15_r20/external/python/cpython2/Parser/ |
D | parser.c | 249 int arrow = x & ((1<<7)-1); in PyParser_AddToken() local
|
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarEduTooltip.kt | 67 private lateinit var arrow: View variable
|
/aosp_15_r20/external/coreboot/src/lib/ |
H A D | reg_script.c | 417 const struct reg_script *step, const char *arrow, uint64_t value) in reg_script_display()
|
/aosp_15_r20/external/rust/android-crates-io/crates/miette/src/handlers/ |
D | graphical.rs | 514 let mut arrow = false; localVariable
|
/aosp_15_r20/external/python/cpython2/Lib/ |
D | pstats.py | 403 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | pstats.py | 475 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | pstats.py | 475 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | pstats.py | 475 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | pstats.py | 475 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | pstats.py | 475 def print_call_line(self, name_size, source, call_dict, arrow="->"): argument
|