Home
last modified time | relevance | path

Searched defs:arrow (Results 1 – 8 of 8) sorted by relevance

/external/libchrome/base/memory/
Dweak_ptr_unittest.cc66 void CreateArrowFromTarget(Arrow** arrow, Target* target) { in CreateArrowFromTarget()
74 void CreateArrowFromArrow(Arrow** arrow, const Arrow* other) { in CreateArrowFromArrow()
114 Target* DeRef(const Arrow* arrow) { in DeRef()
124 static void DoCreateArrowFromArrow(Arrow** arrow, in DoCreateArrowFromArrow()
132 static void DoCreateArrowFromTarget(Arrow** arrow, in DoCreateArrowFromTarget()
140 static void DoDeRef(const Arrow* arrow, in DoDeRef()
307 scoped_ptr<Arrow> arrow(OffThreadObjectCreator<Arrow>::NewObject()); in TEST() local
326 Arrow* arrow; in TEST() local
335 Arrow arrow; in TEST() local
351 Arrow* arrow; in TEST() local
[all …]
/external/libedit/src/
Dterminal.c1005 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_init_arrow() local
1050 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_reset_arrow() local
1101 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_set_arrow() local
1120 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_clear_arrow() local
1139 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_print_arrow() local
1159 funckey_t *arrow = el->el_terminal.t_fkey; in terminal_bind_arrow() local
/external/v8/test/mjsunit/es6/
Dobject-literals-super.js175 arrow() { method
Dsuper.js2039 arrow() { method in Derived.mStrict.TestSuperPropertyInArrow.Derived
/external/replicaisland/src/com/replica/replicaisland/
DConversationDialogActivity.java256 public void setOkArrow(View arrow) { in setOkArrow()
/external/chromium-trace/catapult/third_party/graphy/graphy/
Dcommon.py39 arrow = 'a' variable in Marker
/external/ImageMagick/www/js/
Dmagick.js6 …se strict";var b=a.fn.jquery.split(" ")[0].split(".");if(b[0]<2&&b[1]<9||1==b[0]&&9==b[1]&&b[2]<1|… argument
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/utils/
DMeshPartBuilder.java473 …public void arrow (float x1, float y1, float z1, float x2, float y2, float z2, float capLength, fl… in arrow() method