Home
last modified time | relevance | path

Searched defs:v (Results 1 – 25 of 4295) sorted by relevance

12345678910>>...172

/third_party/typescript/tests/baselines/reference/
DoptionalTupleElementsAndUndefined.js12 var v: [1, 2?]; variable
13 var v: [1, (2 | undefined)?]; variable
14 var v: [a: 1, b?: 2]; variable
15 var v: [a: 1, b?: 2 | undefined]; variable
16 var v: UnNullify<[1, 2?]>; variable
17 var v: UnNullify<[1, (2 | undefined)?]>; variable
18 var v: UnNullify<[a: 1, b?: 2]>; variable
19 var v: UnNullify<[a: 1, b?: 2 | undefined]>; variable
26 var v; variable
27 var v; variable
[all …]
DdivergentAccessorsVisibility1.js4 set PublicPublic(v) { return; } argument
7 protected set PublicProtected(v) { return; } argument
10 private set PublicPrivate(v) { return; } argument
13 set ProtectedPublic(v) { return; } argument
16 protected set ProtectedProtected(v) { return; } argument
19 private set ProtectedPrivate(v) { return; } argument
22 set PrivatePublic(v) { return; } argument
25 protected set PrivateProtected(v) { return; } argument
28 private set PrivatePrivate(v) { return; } argument
165 set PublicPublic(v) { return; } argument
[all …]
DcomputedPropertyNames11_ES6.js5 var v = { variable
7 set [n](v) { }, argument
9 set [s + n](v) { }, argument
13 set [a](v) { }, argument
15 set [`hello bye`](v) { }, argument
23 var v = { variable
25 set [n](v) { }, argument
27 set [s + n](v) { }, argument
31 set [a](v) { }, argument
33 set [`hello bye`](v) { }, argument
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV()
103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV()
109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV()
115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV()
121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV()
129 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV()
135 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV()
144 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV()
152 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV()
158 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV()
[all …]
/third_party/nghttp2/tests/
Dnghttp2_http_test.c41 const uint8_t v[] = ""; in test_nghttp2_http_parse_priority() local
52 const uint8_t v[] = "u=7,i"; in test_nghttp2_http_parse_priority() local
63 const uint8_t v[] = "u=0,i=?0"; in test_nghttp2_http_parse_priority() local
74 const uint8_t v[] = "u=3, i"; in test_nghttp2_http_parse_priority() local
85 const uint8_t v[] = "u=0, i, i=?0, u=6"; in test_nghttp2_http_parse_priority() local
96 const uint8_t v[] = "u=0,"; in test_nghttp2_http_parse_priority() local
105 const uint8_t v[] = "u=0, "; in test_nghttp2_http_parse_priority() local
114 const uint8_t v[] = "u="; in test_nghttp2_http_parse_priority() local
123 const uint8_t v[] = "u"; in test_nghttp2_http_parse_priority() local
132 const uint8_t v[] = "i=?1"; in test_nghttp2_http_parse_priority() local
[all …]
/third_party/FreeBSD/sys/compat/linuxkpi/common/include/asm/
Datomic.h47 #define atomic_read(v) LOS_AtomicRead(v) argument
48 #define atomic_set(v, i) LOS_AtomicSet(v, i) argument
49 #define atomic_inc(v) LOS_AtomicInc(v) argument
50 #define atomic_dec(v) LOS_AtomicDec(v) argument
51 #define atomic_add(i, v) LOS_AtomicAdd(v, i) argument
52 #define atomic_sub(i, v) LOS_AtomicSub(v, i) argument
54 #define atomic_add_return(i, v) LOS_AtomicAdd(v, i) argument
55 #define atomic_inc_return(v) LOS_AtomicIncRet(v) argument
56 #define atomic_dec_return(v) LOS_AtomicDecRet(v) argument
57 #define atomic_dec_and_test(v) (atomic_dec_return(v) == 0) argument
[all …]
/third_party/mesa3d/src/compiler/glsl/
Dir_hv_accept.cpp47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements()
68 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept()
75 ir_variable::accept(ir_hierarchical_visitor *v) in accept()
82 ir_loop::accept(ir_hierarchical_visitor *v) in accept()
98 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept()
105 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept()
121 ir_function::accept(ir_hierarchical_visitor *v) in accept()
133 ir_expression::accept(ir_hierarchical_visitor *v) in accept()
159 ir_texture::accept(ir_hierarchical_visitor *v) in accept()
245 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept()
[all …]
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DVector.cpp32 Vector &Vector::operator+=(const Vector &v) in operator +=()
41 Vector &Vector::operator-=(const Vector &v) in operator -=()
66 bool operator==(const Vector &U, const Vector &v) in operator ==()
74 bool operator!=(const Vector &U, const Vector &v) in operator !=()
82 bool operator>(const Vector &u, const Vector &v) in operator >()
90 bool operator<(const Vector &u, const Vector &v) in operator <()
98 Vector operator+(const Vector &u, const Vector &v) in operator +()
103 Vector operator-(const Vector &u, const Vector &v) in operator -()
108 float operator*(const Vector &u, const Vector &v) in operator *()
113 Vector operator*(float s, const Vector &v) in operator *()
[all …]
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/Generics/
DparserCastVersusArrowFunction1.ts1 var v = <T>() => 1; variable
2 var v = <T>a; variable
4 var v = <T>(a) => 1; variable
5 var v = <T>(a, b) => 1; variable
6 var v = <T>(a = 1, b = 2) => 1; variable
8 var v = <T>(a); variable
9 var v = <T>(a, b); variable
10 var v = <T>(a = 1, b = 2); variable
DparserGenericsInVariableDeclaration1.ts1 var v : Foo<T> = 1; variable
2 var v : Foo<T>= 1; variable
4 var v : Foo<Bar<T>> = 1; variable
5 var v : Foo<Bar<T>>= 1; variable
7 var v : Foo<Bar<Quux<T>>> = 1; variable
8 var v : Foo<Bar<Quux<T>>>= 1; variable
/third_party/ltp/include/
Dtst_atomic.h55 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
60 static inline int tst_atomic_load(int *v) in tst_atomic_load()
65 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
71 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
76 static inline int tst_atomic_load(int *v) in tst_atomic_load()
86 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
96 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
110 static inline int tst_atomic_add_return(int i, int *v) in tst_atomic_add_return()
129 static inline int tst_atomic_load(int *v) in tst_atomic_load()
140 static inline void tst_atomic_store(int i, int *v) in tst_atomic_store()
[all …]
/third_party/typescript/tests/cases/compiler/
DoptionalTupleElementsAndUndefined.ts13 var v: [1, 2?]; variable
14 var v: [1, (2 | undefined)?]; variable
15 var v: [a: 1, b?: 2]; variable
16 var v: [a: 1, b?: 2 | undefined]; variable
17 var v: UnNullify<[1, 2?]>; variable
18 var v: UnNullify<[1, (2 | undefined)?]>; variable
19 var v: UnNullify<[a: 1, b?: 2]>; variable
20 var v: UnNullify<[a: 1, b?: 2 | undefined]>; variable
/third_party/ffmpeg/libavcodec/
Dvaapi_vc1.c43 static inline int vc1_has_MVTYPEMB_bitplane(const VC1Context *v) in vc1_has_MVTYPEMB_bitplane()
55 static inline int vc1_has_SKIPMB_bitplane(const VC1Context *v) in vc1_has_SKIPMB_bitplane()
65 static inline int vc1_has_DIRECTMB_bitplane(const VC1Context *v) in vc1_has_DIRECTMB_bitplane()
74 static inline int vc1_has_ACPRED_bitplane(const VC1Context *v) in vc1_has_ACPRED_bitplane()
84 static inline int vc1_has_OVERFLAGS_bitplane(const VC1Context *v) in vc1_has_OVERFLAGS_bitplane()
96 static inline int vc1_has_FIELDTX_bitplane(const VC1Context *v) in vc1_has_FIELDTX_bitplane()
106 static inline int vc1_has_FORWARDMB_bitplane(const VC1Context *v) in vc1_has_FORWARDMB_bitplane()
115 static int vc1_get_PTYPE(const VC1Context *v) in vc1_get_PTYPE()
127 static int vc1_get_FPTYPE(const VC1Context *v) in vc1_get_FPTYPE()
139 static inline VAMvModeVC1 vc1_get_MVMODE(const VC1Context *v) in vc1_get_MVMODE()
[all …]
/third_party/elfutils/tests/
Dread_unaligned.c30 uint8_t v; member
36 int8_t v; member
42 uint16_t v; member
48 int16_t v; member
54 uint32_t v:24; member
60 uint32_t v; member
66 int32_t v; member
72 uint64_t v; member
78 uint64_t v; member
372 uint8_t v = *p_le++; in main() local
[all …]
/third_party/ffmpeg/libavutil/avr32/
Dintreadwrite.h45 uint16_t v; in AV_RL16() local
56 uint16_t v; in AV_RB16() local
67 uint32_t v; in AV_RB24() local
81 uint32_t v; in AV_RL24() local
97 uint32_t v; in AV_RB32() local
103 static av_always_inline void AV_WB32(void *p, uint32_t v) in AV_WB32()
110 #define AV_WL32(p, v) AV_WB32(p, av_bswap32(v)) argument
113 static av_always_inline void AV_WB64(void *p, uint64_t v) in AV_WB64()
115 union { uint64_t v; uint32_t hl[2]; } vv = { v }; in AV_WB64() member
121 static av_always_inline void AV_WL64(void *p, uint64_t v) in AV_WL64()
[all …]
/third_party/ffmpeg/libavutil/
Dmem_internal.h79 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
80 #define DECLARE_ASM_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
81 #define DECLARE_ASM_CONST(n,t,v) const t __attribute__ ((aligned (n))) v argument
83 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (FFMIN(n, 16)))) v argument
84 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (FFMIN(n, 16)))) v argument
85 …#define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (FFMIN(n, 16)))… argument
87 #define DECLARE_ALIGNED(n,t,v) t __attribute__ ((aligned (n))) v argument
88 #define DECLARE_ASM_ALIGNED(n,t,v) t av_used __attribute__ ((aligned (n))) v argument
89 #define DECLARE_ASM_CONST(n,t,v) static const t av_used __attribute__ ((aligned (n))) v argument
91 #define DECLARE_ALIGNED(n,t,v) __declspec(align(n)) t v argument
[all …]
/third_party/cares/include/
Dares_dns.h46 #define DNS__SET16BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 8) & 0xff)), \ argument
48 #define DNS__SET32BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 24) & 0xff)), \ argument
58 #define DNS__SET16BIT(p, v) *(unsigned short*)(p) = htons(v) argument
59 #define DNS__SET32BIT(p, v) *(unsigned long*)(p) = htonl(v) argument
78 #define DNS_HEADER_SET_QID(h, v) DNS__SET16BIT(h, v) argument
79 #define DNS_HEADER_SET_QR(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 7)) argument
80 #define DNS_HEADER_SET_OPCODE(h, v) ((h)[2] |= (unsigned char)(((v) & 0xf) << 3)) argument
81 #define DNS_HEADER_SET_AA(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 2)) argument
82 #define DNS_HEADER_SET_TC(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 1)) argument
83 #define DNS_HEADER_SET_RD(h, v) ((h)[2] |= (unsigned char)((v) & 0x1)) argument
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/
Dtype_vec3.inl45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, P> const & v)
52 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<T, Q> const & v)
126 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec3<U, Q> const & v) :
134 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec3<T, P>::tvec3(tvec4<U, Q> const & v) :
160 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<T, P> const & v)
171 GLM_FUNC_QUALIFIER tvec3<T, P>& tvec3<T, P>::operator=(tvec3<U, P> const & v)
191 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec1<U, P> const & v)
201 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator+=(tvec3<U, P> const & v)
221 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec1<U, P> const & v)
231 GLM_FUNC_QUALIFIER tvec3<T, P> & tvec3<T, P>::operator-=(tvec3<U, P> const & v)
[all …]
Dfunc_trigonometric.inl20 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vecType<T, P> radians(vecType<T, P> const & v)
35 GLM_FUNC_QUALIFIER GLM_CONSTEXPR vecType<T, P> degrees(vecType<T, P> const & v)
44 GLM_FUNC_QUALIFIER vecType<T, P> sin(vecType<T, P> const & v)
53 GLM_FUNC_QUALIFIER vecType<T, P> cos(vecType<T, P> const & v)
62 GLM_FUNC_QUALIFIER vecType<T, P> tan(vecType<T, P> const & v)
71 GLM_FUNC_QUALIFIER vecType<T, P> asin(vecType<T, P> const & v)
80 GLM_FUNC_QUALIFIER vecType<T, P> acos(vecType<T, P> const & v)
103 GLM_FUNC_QUALIFIER vecType<T, P> atan(vecType<T, P> const & v)
112 GLM_FUNC_QUALIFIER vecType<T, P> sinh(vecType<T, P> const & v)
121 GLM_FUNC_QUALIFIER vecType<T, P> cosh(vecType<T, P> const & v)
[all …]
Dtype_vec1.inl19 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, P> const & v)
26 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<T, Q> const & v)
45 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec1<U, Q> const & v)
51 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec2<U, Q> const & v)
57 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec3<U, Q> const & v)
63 GLM_FUNC_QUALIFIER GLM_CONSTEXPR_CTOR tvec1<T, P>::tvec1(tvec4<U, Q> const & v)
87 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<T, P> const & v)
96 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator=(tvec1<U, P> const & v)
112 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator+=(tvec1<U, P> const & v)
128 GLM_FUNC_QUALIFIER tvec1<T, P> & tvec1<T, P>::operator-=(tvec1<U, P> const & v)
[all …]
/third_party/node/deps/cares/include/
Dares_dns.h46 #define DNS__SET16BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 8) & 0xff)), \ argument
48 #define DNS__SET32BIT(p, v) (((p)[0] = (unsigned char)(((v) >> 24) & 0xff)), \ argument
78 #define DNS_HEADER_SET_QID(h, v) DNS__SET16BIT(h, v) argument
79 #define DNS_HEADER_SET_QR(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 7)) argument
80 #define DNS_HEADER_SET_OPCODE(h, v) ((h)[2] |= (unsigned char)(((v) & 0xf) << 3)) argument
81 #define DNS_HEADER_SET_AA(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 2)) argument
82 #define DNS_HEADER_SET_TC(h, v) ((h)[2] |= (unsigned char)(((v) & 0x1) << 1)) argument
83 #define DNS_HEADER_SET_RD(h, v) ((h)[2] |= (unsigned char)((v) & 0x1)) argument
84 #define DNS_HEADER_SET_RA(h, v) ((h)[3] |= (unsigned char)(((v) & 0x1) << 7)) argument
85 #define DNS_HEADER_SET_Z(h, v) ((h)[3] |= (unsigned char)(((v) & 0x7) << 4)) argument
[all …]
/third_party/mesa3d/src/util/
Du_atomic.h46 #define p_atomic_dec_zero(v) (__atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) == 0) argument
47 #define p_atomic_inc(v) (void) __atomic_add_fetch((v), 1, __ATOMIC_ACQ_REL) argument
48 #define p_atomic_dec(v) (void) __atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) argument
49 #define p_atomic_add(v, i) (void) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) argument
50 #define p_atomic_inc_return(v) __atomic_add_fetch((v), 1, __ATOMIC_ACQ_REL) argument
51 #define p_atomic_dec_return(v) __atomic_sub_fetch((v), 1, __ATOMIC_ACQ_REL) argument
52 #define p_atomic_add_return(v, i) __atomic_add_fetch((v), (i), __ATOMIC_ACQ_REL) argument
53 #define p_atomic_fetch_add(v, i) __atomic_fetch_add((v), (i), __ATOMIC_ACQ_REL) argument
54 #define p_atomic_xchg(v, i) __atomic_exchange_n((v), (i), __ATOMIC_ACQ_REL) argument
62 #define p_atomic_dec_zero(v) (__sync_sub_and_fetch((v), 1) == 0) argument
[all …]
/third_party/python/Lib/distutils/tests/
Dtest_unixccompiler.py41 def gcv(v): argument
46 def gcv(v): argument
51 def gcv(v): argument
60 def gcv(v): argument
70 def gcv(v): argument
81 def gcv(v): argument
91 def gcv(v): argument
101 def gcv(v): argument
113 def gcv(v): argument
129 def gcv(v): argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
Darg.cc72 void PrintAsOct(T v) { in PrintAsOct()
86 void PrintAsDec(T v) { in PrintAsDec()
92 void PrintAsDec(int128 v) { in PrintAsDec()
102 void PrintAsDec(uint128 v, bool add_neg = false) { in PrintAsDec()
125 void PrintAsHexLower(T v) { in PrintAsHexLower()
147 void PrintAsHexUpper(T v) { in PrintAsHexUpper()
211 bool ConvertCharImpl(unsigned char v, const FormatConversionSpecImpl conv, in ConvertCharImpl()
279 bool ConvertIntArg(T v, const FormatConversionSpecImpl conv, in ConvertIntArg()
334 bool ConvertFloatArg(T v, const FormatConversionSpecImpl conv, in ConvertFloatArg()
340 inline bool ConvertStringArg(string_view v, const FormatConversionSpecImpl conv, in ConvertStringArg()
[all …]
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Drange.hpp31 inline length_t components(tvec1<T, P> const & v) in components()
37 inline length_t components(tvec2<T, P> const & v) in components()
43 inline length_t components(tvec3<T, P> const & v) in components()
49 inline length_t components(tvec4<T, P> const & v) in components()
61 inline typename genType::value_type const * begin(genType const & v) in begin()
67 inline typename genType::value_type const * end(genType const & v) in end()
73 inline typename genType::value_type * begin(genType& v) in begin()
79 inline typename genType::value_type * end(genType& v) in end()

12345678910>>...172