Home
last modified time | relevance | path

Searched +defs:obj +defs:y (Results 1 – 25 of 225) sorted by relevance

123456789

/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DProtobufEqualityComparers.cs85 public override bool Equals(double x, double y) => in Equals()
88 public override int GetHashCode(double obj) => in GetHashCode()
97 public override bool Equals(float x, float y) => in Equals()
100 public override int GetHashCode(float obj) => in GetHashCode()
106 public override bool Equals(double? x, double? y) => in Equals()
113 public override int GetHashCode(double? obj) => in GetHashCode()
119 public override bool Equals(float? x, float? y) => in Equals()
126 public override int GetHashCode(float? obj) => in GetHashCode()
/third_party/typescript/tests/baselines/reference/
DthisInObjectLiterals.js8 var t = { x: this, y: this.t }; property
14 var obj = { variable
19 var obj: { f: () => any; }; variable
28 var t = { x: this, y: this.t }; property
34 var obj = { variable
39 var obj; variable
DcheckJsObjectLiteralHasCheckedKeyof.js3 const obj = { variable
5 y: 2 property
17 var obj = { variable
19 y: 2 property
DwidenedTypes.js16 var y; variable
24 var obj: { [x: string]: string; } = { x: 3, y: null }; // assignable because null is widened, and t… variable
36 var y; variable
42 var obj = { x: 3, y: null }; // assignable because null is widened, and therefore BCT is any variable
DcontrolFlowAssignmentExpression.js3 let obj: any; variable
18 const y: 1 = o.value; constant
23 var obj; variable
32 var y = o.value; variable
DintersectionPropertyCheck.js2 let obj: { a: { x: string } } & { c: number } = { a: { x: 'hello', y: 2 }, c: 5 }; // Nested exces… variable
35 var obj = { a: { x: 'hello', y: 2 }, c: 5 }; // Nested excess property variable
37 function foo(x, y) { argument
DmappedTypesAndObjects.js3 let obj: {}; variable
9 let obj: { [x: string]: any }; variable
47 function f1(x, y) { argument
52 function f2(x, y) { argument
DtsxSpreadAttributesResolution3.js15 const obj = { variable
17 y: 2 property
22 let y = <Poisoned x="hi" y={2} />; variable
53 var obj = { variable
55 y: 2 property
DprivateNameInLhsReceiverExpression.js3 #y = 123; field in Test
4 static something(obj: { [key: string]: Test }) { argument
31 static something(obj) { argument
DtsxSpreadAttributesResolution5.js15 let obj = { variable
17 y: 2 property
65 var obj = { variable
67 y: 2 property
DtsxSpreadAttributesResolution8.js4 const obj = {}; constant
9 y: true, property
48 var obj = {}; variable
53 y: true, property
DdecrementOperatorWithAnyOtherType.js7 var obj = {x:1,y:null}; variable
56 var obj = { x: 1, y: null }; variable
DcallWithSpreadES6.js11 var obj: X; variable
58 var obj; variable
74 constructor(x, y, ...z) { argument
78 foo(x, y, ...z) { argument
DincrementOperatorWithAnyOtherType.js7 var obj = {x:1,y:null}; variable
56 var obj = { x: 1, y: null }; variable
DtsxSpreadAttributesResolution4.js15 const obj: PoisonedProp = { variable
17 y: 2 property
67 var obj = { variable
69 y: 2 property
DtsxSpreadAttributesResolution12.js4 const obj = {}; constant
9 y: false, property
54 var obj = {}; variable
59 y: false, property
DkeyofAndIndexedAccess2.js2 function f1(obj: { a: number, b: 0 | 1, c: string }, k0: 'a', k1: 'a' | 'b', k2: 'a' | 'b' | 'c') { argument
14 function f2<T extends { [key: string]: number }>(a: { x: number, y: number }, b: { [key: string]: n… property
137 let y: ReadonlyArray<string>[K] = 'abc'; variable
164 window[action] = (x, y) => { argument
212 function f10(obj, k1, k2, k3, k4) { argument
218 function f11(obj, k1, k2) { argument
223 function f12(obj, k1, k2, k3) { argument
/third_party/node/test/js-native-api/test_object/
Dtest.js46 const obj = new MyObject(); constant
79 const obj = new MyObject(); constant
93 y: 10, property
97 assert.deepStrictEqual(test_object.Inflate(cube), { x: 11, y: 11, z: 11 }); property
98 assert.deepStrictEqual(test_object.Inflate(cube), { x: 12, y: 12, z: 12 }); property
99 assert.deepStrictEqual(test_object.Inflate(cube), { x: 13, y: 13, z: 13 }); property
102 test_object.Inflate(cube), { x: 14, y: 14, z: 14, t: 14 }); property
183 const obj = { foo: 'bar', [sym]: 'baz' }; variable
215 const obj = new Foo(); constant
280 const obj = { x: 'a', y: 'b', z: 'c' }; variable
[all …]
/third_party/typescript/tests/cases/conformance/expressions/functions/
DarrowFunctionContexts.ts23 var obj = (n: number) => ''; variable
24 var obj: { (n: number): string; }; // OK variable
32 y = (() => this).length // error, can't use this in enum enumerator
64 var obj = (n: number) => ''; variable
65 var obj: { (n: number): string; }; // OK variable
73 y = (() => this).length enumerator
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c195 (JNIEnv *env, jobject obj) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
213 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress()
256 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
266 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
276 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
295 (JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
314 (JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
390 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV()
467 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
477 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
Dturbojpeg-jni.c200 (JNIEnv *env, jobject obj) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
218 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress()
264 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
274 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
284 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
303 (JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
322 (JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
403 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV()
486 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
496 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
[all …]
/third_party/libjpeg-turbo/
Dturbojpeg-jni.c204 (JNIEnv *env, jobject obj) in Java_org_libjpegturbo_turbojpeg_TJCompressor_init()
222 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_compress()
268 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIIIII_3BIII()
278 (JNIEnv *env, jobject obj, jbyteArray src, jint width, jint pitch, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3BIIII_3BIII()
288 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIIIII_3BIII()
307 (JNIEnv *env, jobject obj, jintArray src, jint width, jint stride, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compress___3IIIII_3BIII()
326 (JNIEnv *env, jobject obj, jobjectArray srcobjs, jintArray jSrcOffsets, in Java_org_libjpegturbo_turbojpeg_TJCompressor_compressFromYUV___3_3B_3II_3III_3BII()
411 (JNIEnv *env, jobject obj, jarray src, jint srcElementSize, jint x, jint y, in TJCompressor_encodeYUV()
498 (JNIEnv *env, jobject obj, jbyteArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3BIIIIII_3_3B_3I_3III()
508 (JNIEnv *env, jobject obj, jintArray src, jint x, jint y, jint width, in Java_org_libjpegturbo_turbojpeg_TJCompressor_encodeYUV___3IIIIIII_3_3B_3I_3III()
[all …]
/third_party/flatbuffers/tests/MyGame/Example/
DVec3.java17 public float y() { return bb.getFloat(bb_pos + 4); } in y() method in Vec3
18 public void mutateY(float y) { bb.putFloat(bb_pos + 4, y); } in mutateY()
26 …public MyGame.Example.Test test3(MyGame.Example.Test obj) { return obj.__assign(bb_pos + 26, bb); } in test3()
28 …public static int createVec3(FlatBufferBuilder builder, float x, float y, float z, double test1, i… in createVec3()
49 public Vec3 get(Vec3 obj, int j) { return obj.__assign(__element(j), bb); } in get()
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
Dvc4_render_cl.c95 uint8_t x, uint8_t y) in vc4_full_res_offset()
109 uint32_t x, uint32_t y) in vc4_tile_coordinates()
118 uint8_t x, uint8_t y, bool first, bool last) in emit_tile()
360 int y = positive_y ? min_y_tile + yi : max_y_tile - yi; in vc4_create_rcl_bo() local
378 struct drm_gem_cma_object *obj, in vc4_full_res_bounds_check()
405 struct drm_gem_cma_object **obj, in vc4_rcl_msaa_surface_setup()
429 struct drm_gem_cma_object **obj, in vc4_rcl_surface_setup()
525 struct drm_gem_cma_object **obj, in vc4_rcl_render_config_surface_setup()
/third_party/typescript/tests/cases/conformance/controlFlow/
DcontrolFlowForInStatement.ts2 let obj: any; variable
6 for (let y in obj) { variable

123456789