Home
last modified time | relevance | path

Searched full:arrow (Results 1 – 25 of 1360) sorted by relevance

12345678910>>...55

/aosp_15_r20/external/libchrome/base/memory/
H A Dweak_ptr_unittest.cc77 struct Arrow { struct
93 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument
98 arrow, target, &completion)); in CreateArrowFromTarget()
102 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() argument
107 arrow, other, &completion)); in CreateArrowFromArrow()
120 void CopyAndAssignArrow(Arrow* object) { in CopyAndAssignArrow()
129 void CopyAndAssignArrowBase(Arrow* object) { in CopyAndAssignArrowBase()
138 void DeleteArrow(Arrow* object) { in DeleteArrow()
147 Target* DeRef(const Arrow* arrow) { in DeRef() argument
152 FROM_HERE, base::BindOnce(&BackgroundThread::DoDeRef, arrow, &result, in DeRef()
[all …]
/aosp_15_r20/external/cronet/base/memory/
H A Dweak_ptr_unittest.cc91 struct Arrow { struct
107 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget() argument
112 arrow, target, &completion)); in CreateArrowFromTarget()
116 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow() argument
121 arrow, other, &completion)); in CreateArrowFromArrow()
134 void CopyAndAssignArrow(Arrow* object) { in CopyAndAssignArrow()
143 void CopyAndAssignArrowBase(Arrow* object) { in CopyAndAssignArrowBase()
152 void DeleteArrow(Arrow* object) { in DeleteArrow()
161 Target* DeRef(const Arrow* arrow) { in DeRef() argument
166 FROM_HERE, base::BindOnce(&BackgroundThread::DoDeRef, arrow, &result, in DeRef()
[all …]
/aosp_15_r20/external/cldr/common/annotations/
H A Den_001.xml71 <annotation cp="↚">leftwards arrow with stroke</annotation>
72 <annotation cp="↚" type="tts">leftwards arrow with stroke</annotation>
73 <annotation cp="↛">rightwards arrow with stroke</annotation>
74 <annotation cp="↛" type="tts">rightwards arrow with stroke</annotation>
75 <annotation cp="↞">leftwards two-headed arrow</annotation>
76 <annotation cp="↞" type="tts">leftwards two-headed arrow</annotation>
77 <annotation cp="↟">upwards two-headed arrow</annotation>
78 <annotation cp="↟" type="tts">upwards two-headed arrow</annotation>
79 <annotation cp="↠">rightwards two-headed arrow</annotation>
80 <annotation cp="↠" type="tts">rightwards two-headed arrow</annotation>
[all …]
H A Dfil.xml182 <annotation cp="←">arrow | arrow na nakaturo sa kaliwa | kaliwa</annotation>
183 <annotation cp="←" type="tts">arrow na nakaturo sa kaliwa</annotation>
184 <annotation cp="↚">kaliwang arrow stroke</annotation>
185 <annotation cp="↚" type="tts">kaliwang arrow stroke</annotation>
186 <annotation cp="→">arrow | arrow na nakaturo sa kanan | kanan</annotation>
187 <annotation cp="→" type="tts">arrow na nakaturo sa kanan</annotation>
188 <annotation cp="↛">kanang arrow stroke</annotation>
189 <annotation cp="↛" type="tts">kanang arrow stroke</annotation>
190 <annotation cp="↑">arrow | arrow na nakaturo pataas | pataas</annotation>
191 <annotation cp="↑" type="tts">arrow na nakaturo pataas</annotation>
[all …]
H A Den.xml189 <annotation cp="←">arrow | left | left-pointing arrow</annotation>
190 <annotation cp="←" type="tts">left-pointing arrow</annotation>
191 <annotation cp="↚">leftwards arrow stroke</annotation>
192 <annotation cp="↚" type="tts">leftwards arrow stroke</annotation>
193 <annotation cp="→">arrow | right | right-pointing arrow</annotation>
194 <annotation cp="→" type="tts">right-pointing arrow</annotation>
195 <annotation cp="↛">rightwards arrow stroke</annotation>
196 <annotation cp="↛" type="tts">rightwards arrow stroke</annotation>
197 <annotation cp="↑">arrow | up | up-pointing arrow</annotation>
198 <annotation cp="↑" type="tts">up-pointing arrow</annotation>
[all …]
H A Dchr.xml182 <annotation cp="↚">leftwards arrow stroke</annotation>
183 <annotation cp="↚" type="tts">leftwards arrow stroke</annotation>
186 <annotation cp="↛">rightwards arrow stroke</annotation>
187 <annotation cp="↛" type="tts">rightwards arrow stroke</annotation>
192 <annotation cp="↜">leftwards wave arrow</annotation>
193 <annotation cp="↜" type="tts">leftwards wave arrow</annotation>
194 <annotation cp="↝">rightwards wave arrow</annotation>
195 <annotation cp="↝" type="tts">rightwards wave arrow</annotation>
196 <annotation cp="↞">leftwards two headed arrow</annotation>
197 <annotation cp="↞" type="tts">leftwards two headed arrow</annotation>
[all …]
H A Dhi_Latn.xml188 <annotation cp="↚">stroke ke saath leftwards arrow</annotation>
189 <annotation cp="↚" type="tts">stroke ke saath leftwards arrow</annotation>
192 <annotation cp="↛">stroke ke saath rightwards arrow</annotation>
193 <annotation cp="↛" type="tts">stroke ke saath rightwards arrow</annotation>
202 <annotation cp="↞">leftwards two headed arrow</annotation>
203 <annotation cp="↞" type="tts">leftwards two headed arrow</annotation>
204 <annotation cp="↟">upwards two headed arrow</annotation>
205 <annotation cp="↟" type="tts">upwards two headed arrow</annotation>
206 <annotation cp="↠">rightwards two headed arrow</annotation>
207 <annotation cp="↠" type="tts">rightwards two headed arrow</annotation>
[all …]
/aosp_15_r20/external/bazelbuild-rules_go/docs/go/core/
H A Dbuildgraph.excalidraw94 "type": "arrow"
124 "type": "arrow"
132 "type": "arrow"
162 "type": "arrow"
170 "type": "arrow"
239 "type": "arrow"
306 "type": "arrow"
375 "type": "arrow"
379 "type": "arrow"
383 "type": "arrow"
[all …]
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/popup/
DRoundedArrowDrawable.java34 * A drawable for a very specific purpose. Used for the caret arrow on a rounded rectangle popup
47 * @param width of the arrow.
48 * @param height of the arrow.
49 * @param radius of the tip of the arrow.
53 * @param arrowOffsetX from the edge of the popup to the arrow.
54 * @param arrowOffsetY how much the arrow will overlap the popup.
82 * Constructor for an arrow that points to the left or right.
84 * @param width of the arrow.
85 * @param height of the arrow.
86 * @param radius of the tip of the arrow.
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/workbench/unicode/
DPropList.txt200 20E1 ; Other_Math # Mn COMBINING LEFT RIGHT ARROW ABOVE
202 20EB..20EF ; Other_Math # Mn [5] COMBINING LONG DOUBLE SOLIDUS OVERLAY..COMBINING RIGHT ARROW
216 2195..2199 ; Other_Math # So [5] UP DOWN ARROW..SOUTH WEST ARROW
217 219C..219F ; Other_Math # So [4] LEFTWARDS WAVE ARROW..UPWARDS TWO HEADED ARROW
218 21A1..21A2 ; Other_Math # So [2] DOWNWARDS TWO HEADED ARROW..LEFTWARDS ARROW WITH TAIL
219 21A4..21A5 ; Other_Math # So [2] LEFTWARDS ARROW FROM BAR..UPWARDS ARROW FROM BAR
220 21A7 ; Other_Math # So DOWNWARDS ARROW FROM BAR
221 21A9..21AD ; Other_Math # So [5] LEFTWARDS ARROW WITH HOOK..LEFT RIGHT WAVE ARROW
222 21B0..21B1 ; Other_Math # So [2] UPWARDS ARROW WITH TIP LEFTWARDS..UPWARDS ARROW WITH TIP RIGH…
223 ….21B7 ; Other_Math # So [2] ANTICLOCKWISE TOP SEMICIRCLE ARROW..CLOCKWISE TOP SEMICIRCLE ARROW
[all …]
/aosp_15_r20/frameworks/base/libs/WindowManager/Shell/shared/src/com/android/wm/shell/shared/bubbles/
H A DBubblePopupDrawable.kt33 /** A drawable for the [BubblePopupView] that draws a popup background with a directional arrow */ in <lambda>()
35 /** The direction of the arrow in the popup drawable */ in <lambda>()
41 /** The arrow position on the side of the popup bubble */ in <lambda>()
60 * The direction of the arrow in the popup drawable. It affects the content padding and requires in <lambda>()
67 * Arrow position along the X axis and its direction. The position is adjusted to the content in <lambda>()
92 /** Should be applied to the view padding if arrow direction changes */ in <lambda>()
129 /** Updates the path if required, when bounds or arrow direction/position changes */ in <lambda>()
137 /** Updates the path value using the current bounds, config, arrow direction and position */ in <lambda>()
146 // Add rounded arrow pointing up to the path in <lambda>()
148 // Inset content rect by the arrow size from the top in <lambda>()
[all …]
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/draft/
H A DCategories.txt768 02FF Sk Letter Modifier MODIFIER LETTER LOW LEFT ARROW
846 034D Mn Diacritic COMBINING LEFT RIGHT ARROW BELOW
847 034E Mn Diacritic COMBINING UPWARDS ARROW BELOW
867 0362 Mn Diacritic Double COMBINING DOUBLE RIGHTWARDS ARROW BELOW
7197 20D4 Mn Diacritic COMBINING ANTICLOCKWISE ARROW ABOVE
7198 20D5 Mn Diacritic COMBINING CLOCKWISE ARROW ABOVE
7199 20D6 Mn Diacritic COMBINING LEFT ARROW ABOVE
7200 20D7 Mn Diacritic COMBINING RIGHT ARROW ABOVE
7210 20E1 Mn Diacritic COMBINING LEFT RIGHT ARROW ABOVE
7219 20EA Mn Diacritic Overstruck COMBINING LEFTWARDS ARROW OVERLAY
[all …]
/aosp_15_r20/external/google-smali/smali/src/test/resources/LexerTest/
H A DRealSmaliFileTest.tokens172 ARROW("->")
198 ARROW("->")
215 ARROW("->")
224 ARROW("->")
286 ARROW("->")
327 ARROW("->")
357 ARROW("->")
361 ARROW("->")
365 ARROW("->")
406 ARROW("->")
[all …]
/aosp_15_r20/libcore/ojluni/src/test/resources/data/unicodedata/
H A DPropList.txt246 20E1 ; Other_Math # Mn COMBINING LEFT RIGHT ARROW ABOVE
248 20EB..20EF ; Other_Math # Mn [5] COMBINING LONG DOUBLE SOLIDUS OVERLAY..COMBINING RIGHT ARROW
263 2195..2199 ; Other_Math # So [5] UP DOWN ARROW..SOUTH WEST ARROW
264 219C..219F ; Other_Math # So [4] LEFTWARDS WAVE ARROW..UPWARDS TWO HEADED ARROW
265 21A1..21A2 ; Other_Math # So [2] DOWNWARDS TWO HEADED ARROW..LEFTWARDS ARROW WITH TAIL
266 21A4..21A5 ; Other_Math # So [2] LEFTWARDS ARROW FROM BAR..UPWARDS ARROW FROM BAR
267 21A7 ; Other_Math # So DOWNWARDS ARROW FROM BAR
268 21A9..21AD ; Other_Math # So [5] LEFTWARDS ARROW WITH HOOK..LEFT RIGHT WAVE ARROW
269 21B0..21B1 ; Other_Math # So [2] UPWARDS ARROW WITH TIP LEFTWARDS..UPWARDS ARROW WITH TIP RIGH…
270 ….21B7 ; Other_Math # So [2] ANTICLOCKWISE TOP SEMICIRCLE ARROW..CLOCKWISE TOP SEMICIRCLE ARROW
[all …]
/aosp_15_r20/external/pcre/maint/Unicode.tables/
H A DPropList.txt246 20E1 ; Other_Math # Mn COMBINING LEFT RIGHT ARROW ABOVE
248 20EB..20EF ; Other_Math # Mn [5] COMBINING LONG DOUBLE SOLIDUS OVERLAY..COMBINING RIGHT ARROW
263 2195..2199 ; Other_Math # So [5] UP DOWN ARROW..SOUTH WEST ARROW
264 219C..219F ; Other_Math # So [4] LEFTWARDS WAVE ARROW..UPWARDS TWO HEADED ARROW
265 21A1..21A2 ; Other_Math # So [2] DOWNWARDS TWO HEADED ARROW..LEFTWARDS ARROW WITH TAIL
266 21A4..21A5 ; Other_Math # So [2] LEFTWARDS ARROW FROM BAR..UPWARDS ARROW FROM BAR
267 21A7 ; Other_Math # So DOWNWARDS ARROW FROM BAR
268 21A9..21AD ; Other_Math # So [5] LEFTWARDS ARROW WITH HOOK..LEFT RIGHT WAVE ARROW
269 21B0..21B1 ; Other_Math # So [2] UPWARDS ARROW WITH TIP LEFTWARDS..UPWARDS ARROW WITH TIP RIGH…
270 ….21B7 ; Other_Math # So [2] ANTICLOCKWISE TOP SEMICIRCLE ARROW..CLOCKWISE TOP SEMICIRCLE ARROW
[all …]
/aosp_15_r20/external/googleapis/google/cloud/bigquery/storage/v1beta2/
H A Darrow.proto24 // Arrow schema as specified in
25 // https://arrow.apache.org/docs/python/api/datatypes.html
27 // https://arrow.apache.org/docs/format/Columnar.html#serialization-and-interprocess-communication-…
31 // IPC serialized Arrow schema.
35 // Arrow RecordBatch.
37 // IPC-serialized Arrow RecordBatch.
41 // Contains options specific to Arrow Serialization.
43 // The IPC format to use when serializing Arrow streams.
48 // Use the legacy IPC message format as of Apache Arrow Release 0.14.
51 // Use the message format as of Apache Arrow Release 0.15.
[all …]
/aosp_15_r20/external/coreboot/payloads/libpayload/include/
H A Dkeycodes.h18 #define KEY_DOWN 0x102 /* Down arrow key */
19 #define KEY_UP 0x103 /* Up arrow key */
20 #define KEY_LEFT 0x104 /* Left arrow key */
21 #define KEY_RIGHT 0x105 /* Right arrow key */
89 #define KEY_SLEFT 0x187 /* shifted left arrow key */
98 #define KEY_SRIGHT 0x190 /* shifted right arrow */
145 #define CTL_LEFT 0x1bb /* Control-Left-Arrow */
184 #define CTL_UP 0x1e0 /* ctl-up arrow */
185 #define CTL_DOWN 0x1e1 /* ctl-down arrow */
194 #define ALT_UP 0x1ea /* alt-up arrow */
[all …]
/aosp_15_r20/packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
DCollapsedAlarmViewHolder.kt60 arrow.setOnClickListener { _ -> in <lambda>()
159 arrow.visibility = View.VISIBLE in <lambda>()
160 arrow.setTranslationY(0f) in <lambda>()
162 arrow.jumpDrawablesToCurrentState() in <lambda>()
171 arrow.visibility = View.INVISIBLE in <lambda>()
211 val oldArrow: View = oldHolder.arrow in <lambda>()
213 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>()
214 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
217 arrow.setTranslationY(arrowTranslationY) in <lambda>()
218 arrow.visibility = View.VISIBLE in <lambda>()
[all …]
DExpandedAlarmViewHolder.kt100 arrow.setOnClickListener { _ -> in <lambda>()
255 ObjectAnimator.ofFloat(arrow, TRANSLATION_Y, 0f)) in <lambda>()
278 arrow.setTranslationY(translationY) in <lambda>()
305 arrow.visibility = View.VISIBLE in <lambda>()
306 arrow.setTranslationY(0f) in <lambda>()
308 arrow.jumpDrawablesToCurrentState() in <lambda>()
315 arrow.visibility = View.INVISIBLE in <lambda>()
393 val oldArrow: View = oldHolder.arrow in <lambda>()
395 val newArrowRect = Rect(0, 0, arrow.getWidth(), arrow.getHeight()) in <lambda>()
396 (newView as ViewGroup).offsetDescendantRectToMyCoords(arrow, newArrowRect) in <lambda>()
[all …]
/aosp_15_r20/packages/apps/Launcher3/src/com/android/launcher3/views/
DArrowTipView.java53 * A base class for arrow tip view in launcher.
157 mArrowView = findViewById(R.id.arrow); in init()
192 * @param arrowMarginStart The margin from start to place arrow (ignored if center)
205 * @param arrowMarginStart The margin from start to place arrow (ignored if center)
255 * @param arrowXCoord The X coordinate for the arrow on the tooltip. The arrow is usually in the
274 * @param arrowXCoord The X coordinate for the arrow on the tooltip. The arrow is usually in the
295 * @param arrowXCoord The X coordinate for the arrow on the tooltip. The arrow is usually in the
316 * @param arrowXCoord The X coordinate for the arrow on the tooltip. The arrow is usually in the
375 // Place the tooltip such that its top is at yCoordUpPointingTip if arrow is displayed in showAtLocation()
380 // Adjust the arrow's relative position on tooltip to make sure the actual position of in showAtLocation()
[all …]
/aosp_15_r20/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
DEdgeBackGesturePanel.java62 * The basic translation in dp where the arrow resides
67 * The length of the arrow leg measured from the center to the end
72 * The angle measured from the xAxis, where the leg is when the arrow rests
87 * The thickness of the arrow. Adjusted to match the home handle (approximately)
108 * The interpolator used to rubberband the appearing of the arrow.
116 * The paint the arrow is drawn with
126 * The minimum delta needed in movement for the arrow to change direction / stop triggering back
129 // The closest to y = 0 that the arrow will be displayed.
131 // The amount the arrow is shifted to avoid the finger.
159 * The current translation of the arrow
[all …]
/aosp_15_r20/external/unicode/
H A Demoji-variation-sequences.txt48 2194 FE0E ; text style; # (1.1) LEFT RIGHT ARROW
49 2194 FE0F ; emoji style; # (1.1) LEFT RIGHT ARROW
50 2195 FE0E ; text style; # (1.1) UP DOWN ARROW
51 2195 FE0F ; emoji style; # (1.1) UP DOWN ARROW
52 2196 FE0E ; text style; # (1.1) NORTH WEST ARROW
53 2196 FE0F ; emoji style; # (1.1) NORTH WEST ARROW
54 2197 FE0E ; text style; # (1.1) NORTH EAST ARROW
55 2197 FE0F ; emoji style; # (1.1) NORTH EAST ARROW
56 2198 FE0E ; text style; # (1.1) SOUTH EAST ARROW
57 2198 FE0F ; emoji style; # (1.1) SOUTH EAST ARROW
[all …]
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/docs/html/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/aosp_15_r20/external/tinyxml2/docs/
H A Dtabs.css1arrow{position:absolute;top:50%;margin-top:-14px;left:auto;right:3px;width:28px;height:28px;overfl…
/aosp_15_r20/external/perfetto/ui/src/base/canvas/
H A Dbezier_arrow.ts22 | 'auto_vertical' // Either north or south depending on the location of the other end of the arrow
23 | 'auto_horizontal' // Either east or west depending on the location of the other end of the arrow
24 …'; // Choose the closest cardinal direction depending on the location of the other end of the arrow
35 * Renders an curved arrow using a bezier curve.
37 * This arrow is comprised of a line and the arrow caps are filled shapes, so
38 * the arrow's colour and width will be dictated by the current canvas
43 * @param start - Start point of the arrow.
44 * @param end - End point of the arrow.
48 * @param startStyle - The style of the start of the arrow.
49 * @param endStyle - The style of the end of the arrow.

12345678910>>...55