Home
last modified time | relevance | path

Searched defs:place (Results 1 – 24 of 24) sorted by relevance

/third_party/skia/experimental/sktext/editor/
DCursor.h26 void place(SkPoint xy, SkSize size) { in place() function
34 void place(SkRect rect) { in place() function
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/classes/property_member_declarations/member_variable_declarations/
Dmember_variable_declarations_2.ts27 public place: string; property in Staff1
42 public place: string; property in Staff2
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/functions/destructuring_parameter_declarations/
Ddestructuring_parameter_declarations_6.ts29 place?: [number, number]; property
/third_party/node/deps/cares/src/tools/
Dares_getopt.h41 const char *place; member
/third_party/skia/gm/
Dhardstop_gradients_many.cpp63 float place = SkScalar(pos) / SkScalar(row); in onDraw() local
/third_party/libwebsockets/win32port/win32helpers/
Dgetopt.c93 static char *place = EMSG; /* option letter processing */ local
Dgetopt_long.c86 static char *place = EMSG; /* option letter processing */ local
/third_party/vixl/examples/aarch64/
Dliteral.cc53 __ place(&manually_placed_literal); in LiteralExample() local
/third_party/python/Tools/demo/
Dqueens.py41 def place(self, x, y): member in Queens
/third_party/python/Lib/idlelib/
Dtextview.py27 def place(self, **kwargs): member in AutoHideScrollbar
/third_party/mesa3d/src/getopt/
Dgetopt_long.c84 static char *place = EMSG; /* option letter processing */ variable
/third_party/vixl/test/aarch64/
Dtest-assembler-aarch64.cc3970 __ place(&before_x); in TEST() local
3971 __ place(&before_w); in TEST() local
3972 __ place(&before_sx); in TEST() local
3973 __ place(&before_q); in TEST() local
3974 __ place(&before_d); in TEST() local
3975 __ place(&before_s); in TEST() local
4000 __ place(&after_x); in TEST() local
4001 __ place(&after_w); in TEST() local
4002 __ place(&after_sx); in TEST() local
4003 __ place(&after_q); in TEST() local
[all …]
/third_party/node/deps/openssl/openssl/crypto/bio/
Dbio_print.c441 int place = 0; in fmtint() local
/third_party/openssl/crypto/bio/
Dbio_print.c441 int place = 0; in fmtint() local
/third_party/mbedtls/tests/src/test_helpers/
Dssl_helpers.c267 int place; in mbedtls_test_ssl_message_queue_push_info() local
/third_party/FreeBSD/sys/kern/
Dsubr_bus.c1483 device_t place; in device_add_child_ordered() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DNewGVN.cpp2354 auto place = lookupResult.first; in performCongruenceFinding() local
/third_party/node/tools/lint-md/
Dlint-md.mjs238 options = {place: optionsOrParentOrPlace}; property
244 options = {place: optionsOrParentOrPlace}; property
249 place: optionsOrParentOrPlace.position property
315 VFileMessage$1.prototype.place = undefined; method in VFileMessage$1
26825 options = {place: optionsOrParentOrPlace}; property
26831 options = {place: optionsOrParentOrPlace}; property
26836 place: optionsOrParentOrPlace.position property
26902 VFileMessage.prototype.place = undefined; method in VFileMessage
/third_party/ffmpeg/libavformat/
Dmovenc.c4049 const char *ptr, *place = ""; in mov_write_loci_tag() local
Dmov.c238 char buf[200], place[100]; in mov_metadata_loci() local
/third_party/python/Lib/tkinter/
D__init__.py2481 place = configure = config = place_configure variable in Place
/third_party/vixl/src/aarch64/
Dassembler-aarch64.cc110 void Assembler::place(RawLiteral* literal) { in place() function in vixl::aarch64::Assembler
/third_party/vixl/test/aarch32/
Dtest-assembler-aarch32.cc2693 __ place(&l0); in TEST_T32() local
/third_party/vixl/src/aarch32/
Dassembler-aarch32.h220 void place(RawLiteral* literal) { in place() function