Home
last modified time | relevance | path

Searched refs:intValue (Results 1 – 25 of 203) sorted by relevance

123456789

/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/
DTag.java30 public static final int ttcf = Tag.intValue(new byte[]{'t', 't', 'c', 'f'});
39 public static final int cmap = Tag.intValue(new byte[]{'c', 'm', 'a', 'p'});
40 public static final int head = Tag.intValue(new byte[]{'h', 'e', 'a', 'd'});
41 public static final int hhea = Tag.intValue(new byte[]{'h', 'h', 'e', 'a'});
42 public static final int hmtx = Tag.intValue(new byte[]{'h', 'm', 't', 'x'});
43 public static final int maxp = Tag.intValue(new byte[]{'m', 'a', 'x', 'p'});
44 public static final int name = Tag.intValue(new byte[]{'n', 'a', 'm', 'e'});
45 public static final int OS_2 = Tag.intValue(new byte[]{'O', 'S', '/', '2'});
46 public static final int post = Tag.intValue(new byte[]{'p', 'o', 's', 't'});
49 public static final int cvt = Tag.intValue(new byte[]{'c', 'v', 't', ' '});
[all …]
/third_party/icu/icu4c/source/test/cintltst/
Dcstrtest.c47 int32_t intValue=0; in TestAPI() local
92 intValue=T_CString_stringToInteger("34556", 10); in TestAPI()
93 if(intValue != 34556){ in TestAPI()
94 …"FAIL: ****T_CString_stringToInteger(\"34556\", 10) failed. Expected: 34556, Got: %d\n", intValue); in TestAPI()
96 intValue=T_CString_stringToInteger("100", 16); in TestAPI()
97 if(intValue != 256){ in TestAPI()
98 …err("FAIL: ****T_CString_stringToInteger(\"100\", 16) failed. Expected: 256, Got: %d\n", intValue); in TestAPI()
121 if((intValue=uprv_stricmp(NULL, "first string is null") )!= -1){ in TestAPI()
122 …AIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue); in TestAPI()
124 if((intValue=uprv_stricmp("second string is null", NULL)) != 1){ in TestAPI()
[all …]
/third_party/vk-gl-cts/framework/common/
DtcuEither.cpp89 const int intValue = 1503457782; in Either_selfTest() local
90 const Either<int, float> either (intValue); in Either_selfTest()
98 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest()
99 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest()
119 const int intValue = 1942092699; in Either_selfTest() local
123 either = intValue; in Either_selfTest()
131 TCU_CHECK(either.getFirst() == intValue); in Either_selfTest()
132 TCU_CHECK(either.get<int>() == intValue); in Either_selfTest()
137 const int intValue = 1942092699; in Either_selfTest() local
139 Either<int, float> either (intValue); in Either_selfTest()
[all …]
/third_party/protobuf/js/experimental/runtime/kernel/
Dint32_test_pairs.js19 intValue: 0, property
24 intValue: 1, property
29 intValue: -1, property
36 intValue: -1, property
42 intValue: Math.pow(2, 31) - 1, property
48 intValue: -Math.pow(2, 31), property
55 intValue: -Math.pow(2, 31), property
61 intValue: -1, property
Duint32_test_pairs.js20 intValue: 0, property
25 intValue: 1, property
30 intValue: Math.pow(2, 31) - 1, property
35 intValue: Math.pow(2, 32) - 1, property
40 intValue: -1, property
46 intValue: Math.pow(2, 32) - 1, property
52 intValue: Math.pow(2, 28) - 1, property
58 intValue: Math.pow(2, 32) - 1, property
Dsint32_test_pairs.js19 intValue: 0, property
24 intValue: 1, property
29 intValue: -1, property
34 intValue: 2, property
39 intValue: -2, property
44 intValue: Math.pow(2, 31) - 1, property
50 intValue: -Math.pow(2, 31), property
Dsfixed32_test_pairs.js19 intValue: 0, property
24 intValue: 1, property
29 intValue: -1, property
34 intValue: Math.pow(2, 31) - 1, property
39 intValue: -Math.pow(2, 31), property
Dfixed32_test_pairs.js19 intValue: 0, property
24 intValue: 1, property
29 intValue: Math.pow(2, 32) - 1, property
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureFilteringHintTest.cpp35 GLint intValue = 0; in TEST_P() local
36 glGetIntegerv(GL_TEXTURE_FILTERING_HINT_CHROMIUM, &intValue); in TEST_P()
38 EXPECT_GLENUM_EQ(GL_DONT_CARE, intValue); in TEST_P()
41 glGetIntegerv(GL_TEXTURE_FILTERING_HINT_CHROMIUM, &intValue); in TEST_P()
43 EXPECT_GLENUM_EQ(GL_FASTEST, intValue); in TEST_P()
46 glGetIntegerv(GL_TEXTURE_FILTERING_HINT_CHROMIUM, &intValue); in TEST_P()
48 EXPECT_GLENUM_EQ(GL_NICEST, intValue); in TEST_P()
51 glGetIntegerv(GL_TEXTURE_FILTERING_HINT_CHROMIUM, &intValue); in TEST_P()
DBindGeneratesResourceTest.cpp30 GLint intValue = 2; in TEST_P() local
31 glGetIntegerv(GL_BIND_GENERATES_RESOURCE_CHROMIUM, &intValue); in TEST_P()
33 EXPECT_GL_FALSE(intValue); in TEST_P()
DClientArraysTest.cpp41 GLint intValue = 2; in TEST_P() local
42 glGetIntegerv(GL_CLIENT_ARRAYS_ANGLE, &intValue); in TEST_P()
44 EXPECT_GL_FALSE(intValue); in TEST_P()
/third_party/skia/include/sksl/
DDSLLayout.h42 return this->intValue(&fSkSLLayout.fLocation, location, SkSL::Layout::kLocation_Flag,
47 return this->intValue(&fSkSLLayout.fOffset, offset, SkSL::Layout::kOffset_Flag, "offset",
52 return this->intValue(&fSkSLLayout.fBinding, binding, SkSL::Layout::kBinding_Flag,
57 return this->intValue(&fSkSLLayout.fIndex, index, SkSL::Layout::kIndex_Flag, "index", pos);
61 return this->intValue(&fSkSLLayout.fSet, set, SkSL::Layout::kSet_Flag, "set", pos);
65 return this->intValue(&fSkSLLayout.fBuiltin, builtin, SkSL::Layout::kBuiltin_Flag,
71 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex,
82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcParallelShaderCompileTests.cpp95 GLint intValue; in iterate() local
106 gl.getIntegerv(GL_MAX_SHADER_COMPILER_THREADS_KHR, &intValue); in iterate()
124 if (boolValue != (intValue != 0) || intValue != (GLint)floatValue || in iterate()
125 …(supportsInt64 && intValue != (GLint)int64Value) || (supportsDouble && intValue != (GLint)doubleVa… in iterate()
131 << "int(" << intValue << "), "; in iterate()
184 GLint intValue; in iterate() local
189 gl.getIntegerv(GL_MAX_SHADER_COMPILER_THREADS_KHR, &intValue); in iterate()
192 if (intValue != 0) in iterate()
201 gl.getIntegerv(GL_MAX_SHADER_COMPILER_THREADS_KHR, &intValue); in iterate()
204 if (intValue != GLint(0xFFFFFFFF)) in iterate()
/third_party/protobuf/objectivec/Tests/
DGPBSwiftTests.swift93 var intValue: Int32 = 0 in testProto2Basics() variable
94 XCTAssertTrue(msg.mapInt32Int32.getInt32(&intValue, forKey: 500)) in testProto2Basics()
95 XCTAssertEqual(intValue, Int32(400)) in testProto2Basics()
96 XCTAssertTrue(msg.mapInt32Int32.getInt32(&intValue, forKey: 501)) in testProto2Basics()
97 XCTAssertEqual(intValue, Int32(401)) in testProto2Basics()
102 XCTAssertTrue(msg.mapInt32Enum.getEnum(&intValue, forKey:600)) in testProto2Basics()
103 XCTAssertEqual(intValue, Message2_Enum.bar.rawValue) in testProto2Basics()
104 XCTAssertTrue(msg.mapInt32Enum.getEnum(&intValue, forKey:601)) in testProto2Basics()
105 XCTAssertEqual(intValue, Message2_Enum.baz.rawValue) in testProto2Basics()
186 var intValue: Int32 = 0 in testProto3Basics() variable
[all …]
/third_party/skia/third_party/externals/icu/source/samples/udata/
Dwriter.c70 uint16_t intValue=2000; in main() local
95 printf("Writing uint16_t value of %d\n", intValue); in main()
96 udata_write16(pData, intValue); in main()
106 size=sizeof(stringValue) + sizeof(intValue); in main()
/third_party/icu/icu4c/source/samples/udata/
Dwriter.c70 uint16_t intValue=2000; in main() local
95 printf("Writing uint16_t value of %d\n", intValue); in main()
96 udata_write16(pData, intValue); in main()
106 size=sizeof(stringValue) + sizeof(intValue); in main()
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DPropsVectors.java387 int indexOfRow1 = o1.intValue(); in compact()
388 int indexOfRow2 = o2.intValue(); in compact()
415 int start = v[indexArray[i].intValue()]; in compact()
419 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v, in compact()
420 indexArray[i-1].intValue() + 2, valueColumns)) { in compact()
449 int start = v[indexArray[i].intValue()]; in compact()
450 int limit = v[indexArray[i].intValue() + 1]; in compact()
454 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, in compact()
457 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count, in compact()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
DPropsVectors.java389 int indexOfRow1 = o1.intValue(); in compact()
390 int indexOfRow2 = o2.intValue(); in compact()
417 int start = v[indexArray[i].intValue()]; in compact()
421 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, v, in compact()
422 indexArray[i-1].intValue() + 2, valueColumns)) { in compact()
451 int start = v[indexArray[i].intValue()]; in compact()
452 int limit = v[indexArray[i].intValue() + 1]; in compact()
456 if (count < 0 || !areElementsSame(indexArray[i].intValue() + 2, in compact()
459 System.arraycopy(v, indexArray[i].intValue() + 2, temp, count, in compact()
/third_party/protobuf/objectivec/
DGPBExtensionInternals.m78 FIELD_CASE(Int32, intValue)
79 FIELD_CASE(SFixed32, intValue)
80 FIELD_CASE(SInt32, intValue)
81 FIELD_CASE(Enum, intValue)
111 FIELD_CASE(Int32, intValue)
112 FIELD_CASE(SFixed32, intValue)
113 FIELD_CASE(SInt32, intValue)
114 FIELD_CASE(Enum, intValue)
177 FIELD_CASE(Int32, intValue)
178 FIELD_CASE(SFixed32, intValue)
[all …]
/third_party/vk-gl-cts/framework/randomshaders/
DrsgToken.cpp64 m_arg.intValue = other.m_arg.intValue; in operator =()
86 else if (m_type == INT_LITERAL && m_arg.intValue != other.m_arg.intValue) in operator !=()
/third_party/vk-gl-cts/framework/qphelper/
DqpXmlWriter.h48 int intValue; member
58 attrib.intValue = -678; in qpSetStringAttrib()
69 attrib.intValue = value; in qpSetIntAttrib()
80 attrib.intValue = -679; in qpSetBoolAttrib()
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/
DMapTest.java135 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
136 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
137 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
160 assertEquals(11, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesSet()
161 assertEquals(22, message.getStringToInt32Field().get("2").intValue()); in assertMapValuesSet()
162 assertEquals(33, message.getStringToInt32Field().get("3").intValue()); in assertMapValuesSet()
243 assertEquals(111, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesUpdated()
244 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesUpdated()
245 assertEquals(44, message.getInt32ToInt32Field().get(4).intValue()); in assertMapValuesUpdated()
268 assertEquals(111, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesUpdated()
[all …]
DMapLiteTest.java97 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
98 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
99 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
122 assertEquals(11, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesSet()
123 assertEquals(22, message.getStringToInt32Field().get("2").intValue()); in assertMapValuesSet()
124 assertEquals(33, message.getStringToInt32Field().get("3").intValue()); in assertMapValuesSet()
163 assertEquals(111, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesUpdated()
164 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesUpdated()
165 assertEquals(44, message.getInt32ToInt32Field().get(4).intValue()); in assertMapValuesUpdated()
188 assertEquals(111, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesUpdated()
[all …]
DMapForProto2Test.java132 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
133 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
134 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
157 assertEquals(11, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesSet()
158 assertEquals(22, message.getStringToInt32Field().get("2").intValue()); in assertMapValuesSet()
159 assertEquals(33, message.getStringToInt32Field().get("3").intValue()); in assertMapValuesSet()
240 assertEquals(111, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesUpdated()
241 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesUpdated()
242 assertEquals(44, message.getInt32ToInt32Field().get(4).intValue()); in assertMapValuesUpdated()
265 assertEquals(111, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesUpdated()
[all …]
DMapForProto2LiteTest.java90 assertEquals(11, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesSet()
91 assertEquals(22, message.getInt32ToInt32Field().get(2).intValue()); in assertMapValuesSet()
92 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesSet()
115 assertEquals(11, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesSet()
116 assertEquals(22, message.getStringToInt32Field().get("2").intValue()); in assertMapValuesSet()
117 assertEquals(33, message.getStringToInt32Field().get("3").intValue()); in assertMapValuesSet()
156 assertEquals(111, message.getInt32ToInt32Field().get(1).intValue()); in assertMapValuesUpdated()
157 assertEquals(33, message.getInt32ToInt32Field().get(3).intValue()); in assertMapValuesUpdated()
158 assertEquals(44, message.getInt32ToInt32Field().get(4).intValue()); in assertMapValuesUpdated()
181 assertEquals(111, message.getStringToInt32Field().get("1").intValue()); in assertMapValuesUpdated()
[all …]

123456789