Home
last modified time | relevance | path

Searched defs:side (Results 1 – 25 of 87) sorted by relevance

1234

/external/pigweed/pw_rpc/nanopb/
Ddocs.rst86 Unary RPC
98 Server streaming RPC
128 Client streaming RPC
134 Bidirectional streaming RPC
163 Response handlers
/external/mesa3d/src/mesa/drivers/dri/nouveau/
Dnv20_state_tnl.c36 #define LIGHT_MODEL_AMBIENT_R(side) \ argument
39 #define LIGHT_AMBIENT_R(side, i) \ argument
42 #define LIGHT_DIFFUSE_R(side, i) \ argument
45 #define LIGHT_SPECULAR_R(side, i) \ argument
48 #define MATERIAL_FACTOR_R(side) \ argument
51 #define MATERIAL_FACTOR_A(side) \ argument
54 #define MATERIAL_SHININESS(side) \ argument
231 #define USE_COLOR_MATERIAL(attr, side) \ argument
238 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_AMBIENT; in nv20_emit_material_ambient() local
282 const int side = emit - NOUVEAU_STATE_MATERIAL_FRONT_DIFFUSE; in nv20_emit_material_diffuse() local
[all …]
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/ext/
DExternalTypeIdWithCreatorTest.java27 public String side; field in ExternalTypeIdWithCreatorTest.Attack
30 public Attack(String side) { in Attack()
37 public Kick(String side) { in Kick()
44 public Punch(String side) { in Punch()
/external/python/cpython2/Demo/turtle/
Dtdemo_bytedesign.py110 def pentl(self, side, ang, scale): argument
116 def pentr(self, side, ang, scale): argument
122 def tripolyr(self, side, scale): argument
132 def tripolyl(self, side, scale): argument
/external/python/cpython3/Lib/turtledemo/
Dbytedesign.py109 def pentl(self, side, ang, scale): argument
115 def pentr(self, side, ang, scale): argument
121 def tripolyr(self, side, scale): argument
131 def tripolyl(self, side, scale): argument
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-select-03.kt23 val side = Channel<Int>() // allocate side channel in <lambda>() constant
/external/libwebsockets/lib/tls/mbedtls/
Dlws-genec.c46 lws_genec_keypair_import(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genec_keypair_import()
182 enum enum_lws_dh_side side) in lws_genecdh_set_key()
224 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genecdh_new_keypair()
/external/kernel-headers/original/uapi/linux/netfilter/
Dxt_recent.h34 __u8 side; member
43 __u8 side; member
/external/iptables/include/linux/netfilter/
Dxt_recent.h32 __u8 side; member
41 __u8 side; member
/external/toybox/toys/other/
Dhexedit.c149 static void highlight(int xx, int yy, int side) in highlight()
195 int x, i, side = 0, key, fd; in hexedit_main() local
/external/cblas/testing/
Dauxiliary.c32 void get_side_type(char *type, enum CBLAS_SIDE *side) { in get_side_type()
Dc_dblas3.c83 enum CBLAS_SIDE side; in F77_dsymm() local
238 enum CBLAS_SIDE side; in F77_dtrmm() local
289 enum CBLAS_SIDE side; in F77_dtrsm() local
Dc_sblas3.c80 enum CBLAS_SIDE side; in F77_ssymm() local
235 enum CBLAS_SIDE side; in F77_strmm() local
286 enum CBLAS_SIDE side; in F77_strsm() local
Dc_cblas3.c98 enum CBLAS_SIDE side; in F77_chemm() local
162 enum CBLAS_SIDE side; in F77_csymm() local
453 enum CBLAS_SIDE side; in F77_ctrmm() local
512 enum CBLAS_SIDE side; in F77_ctrsm() local
Dc_zblas3.c98 enum CBLAS_SIDE side; in F77_zhemm() local
162 enum CBLAS_SIDE side; in F77_zsymm() local
453 enum CBLAS_SIDE side; in F77_ztrmm() local
512 enum CBLAS_SIDE side; in F77_ztrsm() local
/external/glide/library/src/main/java/com/bumptech/glide/request/target/
DSquaringDrawable.java21 private final int side; field in SquaringDrawable
23 public SquaringDrawable(GlideDrawable wrapped, int side) { in SquaringDrawable()
/external/ruy/ruy/
Dside_pair.h33 inline Side OtherSide(Side side) { in OtherSide()
Dcreate_trmul_params.h55 void CreatePackedMatrix(Side side, const KernelLayout& kernel_layout, in CreatePackedMatrix()
Dprepare_packed_matrices.cc37 bool ShouldCache(const TrMulParams& params, Side side) { in ShouldCache()
Dblock_map.h142 inline int NumBlocksPerSide(Side side, const BlockMap& block_map) { in NumBlocksPerSide()
/external/python/cpython3/Lib/idlelib/
Dstatusbar.py10 def set_label(self, name, text='', side='left', width=0): argument
/external/python/cpython2/Lib/idlelib/
DMultiStatusBar.py11 def set_label(self, name, text='', side=LEFT, width=0): argument
/external/libwebsockets/lib/tls/openssl/
Dlws-genec.c257 enum enum_lws_dh_side side) in lws_genecdh_set_key()
299 lws_genec_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genec_new_keypair()
407 lws_genecdh_new_keypair(struct lws_genec_ctx *ctx, enum enum_lws_dh_side side, in lws_genecdh_new_keypair()
/external/tensorflow/tensorflow/compiler/tests/
Dsearchsorted_op_test.py49 def _test2DExample(self, dtype, side, sorted_sequence, values, correct_ans): argument
/external/llvm-project/libcxx/test/std/containers/sequences/list/list.ops/
Dsort.pass.cpp26 int side; member

1234