Home
last modified time | relevance | path

Searched refs:getNum (Results 1 – 20 of 20) sorted by relevance

/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DLazyMessageLiteTest.java69 assertEquals(1, outer.getNum()); in testSetValues()
72 assertEquals(2, outer.getInner().getNum()); in testSetValues()
75 assertEquals(3, outer.getInner().getNested().getNum()); in testSetValues()
81 assertEquals(2, outer.getOneofInner().getNum()); in testSetValues()
83 assertEquals(3, outer.getOneofInner().getNested().getNum()); in testSetValues()
95 assertEquals(1, outer.getNum()); in testSetRepeatedValues()
97 assertEquals(119, outer.getRepeatedInner(0).getNum()); in testSetRepeatedValues()
98 assertEquals(122, outer.getRepeatedInner(1).getNum()); in testSetRepeatedValues()
127 assertEquals(i, outer.getRepeatedInner(i).getNum()); in testAddAll()
134 assertEquals(0, outer.getNum()); in testGetDefaultValues()
[all …]
/third_party/typescript/tests/baselines/reference/
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.types9 declare function getNum(): number;
10 >getNum : () => number
21 >foo({ x: Bar, y: Date}, getNum()) : void
33 }, getNum());
34 >getNum() : number
35 >getNum : () => number
38 >foo({ x: new Bar(), y: new Date()}, getNum) : void
52 }, getNum);
53 >getNum : () => number
57 >foo({ x: new Bar(), y: new Date()}, getNum(), [ 1, 2, getNum]) : void
[all …]
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.symbols9 declare function getNum(): number;
10 >getNum : Symbol(getNum, Decl(didYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts, 2, 1))
33 }, getNum());
34 >getNum : Symbol(getNum, Decl(didYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts, 2, 1))
47 }, getNum);
48 >getNum : Symbol(getNum, Decl(didYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts, 2, 1))
62 }, getNum(), [
63 >getNum : Symbol(getNum, Decl(didYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts, 2, 1))
67 getNum
68 >getNum : Symbol(getNum, Decl(didYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts, 2, 1))
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.js6 declare function getNum(): number;
13 }, getNum());
18 }, getNum);
24 }, getNum(), [
27 getNum
40 }, getNum());
44 }, getNum);
48 }, getNum(), [
51 getNum
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.errors.txt12 declare function getNum(): number;
26 }, getNum());
31 }, getNum);
40 }, getNum(), [
43 getNum
/third_party/typescript/tests/cases/compiler/
DdidYouMeanElaborationsForExpressionsWhichCouldBeCalled.ts5 declare function getNum(): number; function
12 }, getNum());
17 }, getNum);
23 }, getNum(), [
26 getNum
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/expressions/this_key_word/
Dthis_key_word_1.ts37 get getNum() { method in C
46 c.getNum;
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJUnitTest.java304 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBuf()
305 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkBuf()
430 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkIntBuf()
431 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkIntBuf()
539 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBufYUV()
540 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkBufYUV()
564 halfway = 16 / vsf * sf.getNum() / sf.getDenom(); in checkBufYUV()
734 System.out.format("%d/%d ... ", sf.getNum(), sf.getDenom()); in decompTest()
751 System.out.format("%d/%d ... ", sf.getNum(), sf.getDenom()); in decompTest()
763 (double)sf.getNum() / (double)sf.getDenom() + "x" + ".png"; in decompTest()
[all …]
DTJBench.java272 if (sf.getNum() != 1 || sf.getDenom() != 1) in decomp()
273 sizeStr = new String(sf.getNum() + "_" + sf.getDenom()); in decomp()
287 if (srcBuf != null && sf.getNum() == 1 && sf.getDenom() == 1) { in decomp()
540 if (sf.getNum() != 1 || sf.getDenom() != 1) in decompTest()
710 System.out.format("%d/%d", scalingFactors[i].getNum(), in usage()
832 (double)scalingFactors[j].getNum() / in main()
924 if ((sf.getNum() != 1 || sf.getDenom() != 1) && doTile) { in main()
DTJExample.java104 System.out.print(SCALING_FACTORS[i].getNum() + "/" + in usage()
/third_party/libjpeg-turbo/java/
DTJUnitTest.java304 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBuf()
305 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkBuf()
430 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkIntBuf()
431 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkIntBuf()
539 int halfway = 16 * sf.getNum() / sf.getDenom(); in checkBufYUV()
540 int blockSize = 8 * sf.getNum() / sf.getDenom(); in checkBufYUV()
564 halfway = 16 / vsf * sf.getNum() / sf.getDenom(); in checkBufYUV()
734 System.out.format("%d/%d ... ", sf.getNum(), sf.getDenom()); in decompTest()
751 System.out.format("%d/%d ... ", sf.getNum(), sf.getDenom()); in decompTest()
763 (double)sf.getNum() / (double)sf.getDenom() + "x" + ".png"; in decompTest()
[all …]
DTJBench.java280 if (sf.getNum() != 1 || sf.getDenom() != 1) in decomp()
281 sizeStr = new String(sf.getNum() + "_" + sf.getDenom()); in decomp()
295 if (srcBuf != null && sf.getNum() == 1 && sf.getDenom() == 1) { in decomp()
556 if (sf.getNum() != 1 || sf.getDenom() != 1) in decompTest()
728 System.out.format("%d/%d", scalingFactors[i].getNum(), in usage()
852 (double)scalingFactors[j].getNum() / in main()
946 if ((sf.getNum() != 1 || sf.getDenom() != 1) && doTile) { in main()
DTJExample.java104 System.out.print(SCALING_FACTORS[i].getNum() + "/" + in usage()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java56 public int getNum() { in getNum() method in TJScalingFactor
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DTJScalingFactor.java56 public int getNum() { in getNum() method in TJScalingFactor
/third_party/glslang/SPIRV/
Ddoc.h182 int getNum() const { return (int)opClass.size(); } in getNum() function
Ddisassemble.cpp436 for (int op = 0; op < InstructionDesc[opCode].operands.getNum() && numOperands > 0; ++op) { in disassembleInstruction()
/third_party/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h132 int getNum() const { return (int)opClass.size(); } in getNum() function
/third_party/skia/third_party/externals/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h132 int getNum() const { return (int)opClass.size(); } in getNum() function
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h132 int getNum() const { return (int)opClass.size(); } in getNum() function