/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/ |
H A D | Tag.java | 30 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(ne 107 public static int intValue(byte[] tag) { intValue() method in Tag 131 public static int intValue(String s) { intValue() method in Tag [all...] |
/third_party/icu/icu4c/source/test/cintltst/ |
H A D | cstrtest.c | 47 int32_t intValue=0; in TestAPI() local 92 intValue=T_CString_stringToInteger("34556", 10); in TestAPI() 93 if(intValue != 34556){ in TestAPI() 94 log_err("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 log_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 log_err("FAIL: uprv_stricmp() where the first string is null failed. Expected: -1, returned %d\n", intValue); in TestAPI() 124 if((intValue in TestAPI() [all...] |
/third_party/vk-gl-cts/framework/common/ |
H A D | tcuEither.cpp | 89 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() 155 const int intValue = 1942092699; Either_selfTest() local 174 const int intValue = 1942092699; Either_selfTest() local 223 const int intValue = 1942092699; Either_selfTest() local 241 const int intValue = 1942092699; Either_selfTest() local 259 const int intValue = 1942092699; Either_selfTest() local 278 const int intValue = 1942092699; Either_selfTest() local [all...] |
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | TextureFilteringHintTest.cpp | 35 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()
|
H A D | BindGeneratesResourceTest.cpp | 30 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()
|
H A D | ClientArraysTest.cpp | 41 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/protobuf/js/experimental/runtime/kernel/ |
H A D | int32_test_pairs.js | 12 * @return {!Array<{name: string, intValue:number, bufferDecoder: 19 intValue: 0, 24 intValue: 1, 29 intValue: -1, 36 intValue: -1, 42 intValue: Math.pow(2, 31) - 1, 48 intValue: -Math.pow(2, 31), 55 intValue: -Math.pow(2, 31), 61 intValue: -1,
|
H A D | uint32_test_pairs.js | 12 * @return {!Array<{name: string, intValue:number, bufferDecoder: 20 intValue: 0, 25 intValue: 1, 30 intValue: Math.pow(2, 31) - 1, 35 intValue: Math.pow(2, 32) - 1, 40 intValue: -1, 46 intValue: Math.pow(2, 32) - 1, 52 intValue: Math.pow(2, 28) - 1, 58 intValue: Math.pow(2, 32) - 1,
|
H A D | sint32_test_pairs.js | 12 * @return {!Array<{name: string, intValue:number, bufferDecoder: 19 intValue: 0, 24 intValue: 1, 29 intValue: -1, 34 intValue: 2, 39 intValue: -2, 44 intValue: Math.pow(2, 31) - 1, 50 intValue: -Math.pow(2, 31),
|
H A D | sfixed32_test_pairs.js | 12 * @return {!Array<{name: string, intValue: number, bufferDecoder: 19 intValue: 0, 24 intValue: 1, 29 intValue: -1, 34 intValue: Math.pow(2, 31) - 1, 39 intValue: -Math.pow(2, 31),
|
H A D | fixed32_test_pairs.js | 12 * @return {!Array<{name: string, intValue: number, bufferDecoder: 19 intValue: 0, 24 intValue: 1, 29 intValue: Math.pow(2, 32) - 1,
|
/third_party/skia/include/sksl/ |
H A D | DSLLayout.h | 42 return this->intValue(&fSkSLLayout.fLocation, location, SkSL::Layout::kLocation_Flag, in location() 47 return this->intValue(&fSkSLLayout.fOffset, offset, SkSL::Layout::kOffset_Flag, "offset", in offset() 52 return this->intValue(&fSkSLLayout.fBinding, binding, SkSL::Layout::kBinding_Flag, in binding() 57 return this->intValue(&fSkSLLayout.fIndex, index, SkSL::Layout::kIndex_Flag, "index", pos); in index() 61 return this->intValue(&fSkSLLayout.fSet, set, SkSL::Layout::kSet_Flag, "set", pos); in set() 65 return this->intValue(&fSkSLLayout.fBuiltin, builtin, SkSL::Layout::kBuiltin_Flag, in builtin() 71 return this->intValue(&fSkSLLayout.fInputAttachmentIndex, inputAttachmentIndex, in inputAttachmentIndex() 82 DSLLayout& intValue(int* target, int value, SkSL::Layout::Flag flag, const char* name,
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcParallelShaderCompileTests.cpp | 95 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)doubleValue)) in iterate() 131 << "int(" << intValue << "), "; in iterate() local 184 GLint intValue; in iterate() local 189 gl.getIntegerv(GL_MAX_SHADER_COMPILER_THREADS_KHR, &intValue); in iterate() 192 if (intValue ! in iterate() [all...] |
/third_party/icu/icu4c/source/samples/udata/ |
H A D | writer.c | 70 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/skia/third_party/externals/icu/source/samples/udata/ |
H A D | writer.c | 70 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/ |
H A D | PropsVectors.java | 387 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/ |
H A D | PropsVectors.java | 389 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/vk-gl-cts/framework/qphelper/ |
H A D | qpXmlWriter.h | 48 int intValue; member 58 attrib.intValue = -678; in qpSetStringAttrib() 69 attrib.intValue = value; in qpSetIntAttrib() 80 attrib.intValue = -679; in qpSetBoolAttrib()
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgToken.cpp | 64 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 !=()
|
H A D | rsgToken.hpp | 158 int intValue; member 185 m_arg.intValue = value; in Token() 214 return m_arg.intValue; in getInt()
|
/third_party/protobuf/java/core/src/test/java/com/google/protobuf/ |
H A D | MapTest.java | 135 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...] |
H A D | MapForProto2LiteTest.java | 90 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...] |
H A D | MapLiteTest.java | 97 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...] |
/third_party/skia/src/sksl/ir/ |
H A D | SkSLSwitchStatement.cpp | 72 SKSL_INT intValue = 0; in find_duplicate_case_values() local 73 SkAssertResult(ConstantFolder::GetConstantInt(*valueExpr, &intValue)); in find_duplicate_case_values() 74 if (intValues.contains(intValue)) { in find_duplicate_case_values() 78 intValues.add(intValue); in find_duplicate_case_values() 194 SKSL_INT intValue; in Convert() local 195 if (!ConstantFolder::GetConstantInt(*caseValue, &intValue)) { in Convert()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/synth/ |
H A D | AudioLatencyTuner.java | 111 int count = ((Integer) result).intValue(); in getUnderrunCount() 129 int size = ((Integer) result).intValue(); in getBufferCapacityInFrames() 151 int actual = ((Integer) result).intValue(); in setBufferSizeInFrames()
|