/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | Trie.java | 154 int signature = bytes.getInt(); in Trie() 155 m_options_ = bytes.getInt(); in Trie() 168 m_dataOffset_ = bytes.getInt(); in Trie() 169 m_dataLength_ = bytes.getInt(); in Trie()
|
H A D | OlsonTimeZone.java | 592 int ruleRaw = r.getInt() * Grego.MILLIS_PER_SECOND; in construct() 609 finalStartYear = r.getInt(); in construct() 748 private int getInt(byte val){ in getInt() method in OlsonTimeZone 757 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() 762 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() 767 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() 980 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx + 1])]; in getNextTransition() 981 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx])]; in getNextTransition() 1032 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx])]; in getPreviousTransition() 1033 TimeZoneRule from = historicRules[getInt(typeMapDat in getPreviousTransition() [all...] |
H A D | ICUResourceBundleReader.java | 252 rootRes = bytes.getInt(0); in init() 336 return bytes.getInt((1 + i) << 2); in getIndexesInt() 397 private int getInt(int offset) { in getInt() method in ICUResourceBundleReader 398 return bytes.getInt(offset); in getInt() 404 ints[i] = bytes.getInt(offset); in getInts() 440 int length = getInt(offset); in getTable32KeyOffsets() 583 int length = getInt(offset); in getString() 597 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 && in isNoInheritanceMarker() 637 length=getInt(offset); in getAlias() 654 length=getInt(offse in getBinary() 832 public int getInt() { getInt() method in ICUResourceBundleReader.ReaderValue [all...] |
H A D | UCharacterProperty.java | 161 int indexesLength = bytes.getInt(); // inIndexes[IX_INDEXES_LENGTH] in LayoutProps() 169 inIndexes[i] = bytes.getInt(); in LayoutProps() 1435 int propertyOffset = bytes.getInt(); in UCharacterProperty() 1436 /* exceptionOffset = */ bytes.getInt(); in UCharacterProperty() 1437 /* caseOffset = */ bytes.getInt(); in UCharacterProperty() 1438 int additionalOffset = bytes.getInt(); in UCharacterProperty() 1439 int additionalVectorsOffset = bytes.getInt(); in UCharacterProperty() 1440 m_additionalColumnsCount_ = bytes.getInt(); in UCharacterProperty() 1441 int scriptExtensionsOffset = bytes.getInt(); in UCharacterProperty() 1442 int reservedOffset7 = bytes.getInt(); in UCharacterProperty() [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | OlsonTimeZone.java | 590 int ruleRaw = r.getInt() * Grego.MILLIS_PER_SECOND; in construct() 607 finalStartYear = r.getInt(); in construct() 746 private int getInt(byte val){ in getInt() method in OlsonTimeZone 755 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in zoneOffsetAt() 760 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in rawOffsetAt() 765 int typeIdx = transIdx >= 0 ? getInt(typeMapData[transIdx]) * 2 : 0; in dstOffsetAt() 978 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx + 1])]; in getNextTransition() 979 TimeZoneRule from = historicRules[getInt(typeMapData[ttidx])]; in getNextTransition() 1030 TimeZoneRule to = historicRules[getInt(typeMapData[ttidx])]; in getPreviousTransition() 1031 TimeZoneRule from = historicRules[getInt(typeMapDat in getPreviousTransition() [all...] |
H A D | ICUResourceBundleReader.java | 250 rootRes = bytes.getInt(0); in init() 334 return bytes.getInt((1 + i) << 2); in getIndexesInt() 395 private int getInt(int offset) { in getInt() method in ICUResourceBundleReader 396 return bytes.getInt(offset); in getInt() 402 ints[i] = bytes.getInt(offset); in getInts() 438 int length = getInt(offset); in getTable32KeyOffsets() 581 int length = getInt(offset); in getString() 595 return getInt(offset) == 3 && bytes.getChar(offset + 4) == 0x2205 && in isNoInheritanceMarker() 635 length=getInt(offset); in getAlias() 652 length=getInt(offse in getBinary() 830 public int getInt() { getInt() method in ICUResourceBundleReader.ReaderValue [all...] |
H A D | UCharacterProperty.java | 161 int indexesLength = bytes.getInt(); // inIndexes[IX_INDEXES_LENGTH] in LayoutProps() 169 inIndexes[i] = bytes.getInt(); in LayoutProps() 1455 int propertyOffset = bytes.getInt(); in UCharacterProperty() 1456 /* exceptionOffset = */ bytes.getInt(); in UCharacterProperty() 1457 /* caseOffset = */ bytes.getInt(); in UCharacterProperty() 1458 int additionalOffset = bytes.getInt(); in UCharacterProperty() 1459 int additionalVectorsOffset = bytes.getInt(); in UCharacterProperty() 1460 m_additionalColumnsCount_ = bytes.getInt(); in UCharacterProperty() 1461 int scriptExtensionsOffset = bytes.getInt(); in UCharacterProperty() 1462 int reservedOffset7 = bytes.getInt(); in UCharacterProperty() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | DataLayout.cpp | 209 static unsigned getInt(StringRef R) { in getInt() function 225 unsigned AddrSpace = getInt(R); in getAddrSpace() 249 unsigned AS = getInt(Split.first); in parseSpecifier() 274 unsigned AddrSpace = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() 283 unsigned PointerMemSize = inBytes(getInt(Tok)); in parseSpecifier() 292 unsigned PointerABIAlign = inBytes(getInt(Tok)); in parseSpecifier() 305 PointerPrefAlign = inBytes(getInt(Tok)); in parseSpecifier() 313 IndexSize = inBytes(getInt(Tok)); in parseSpecifier() 337 unsigned Size = Tok.empty() ? 0 : getInt(Tok); in parseSpecifier() 348 const unsigned ABIAlign = inBytes(getInt(To in parseSpecifier() [all...] |
H A D | Use.cpp | 43 return ref->getInt() ? ref->getPointer() in getUser() 97 unsigned Tag = (Current++)->Prev.getInt(); in getImpliedUser() 107 unsigned Tag = Current->Prev.getInt(); in getImpliedUser()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/ |
H A D | ManualGlitchActivity.java | 198 int sampleRate = bundle.getInt(KEY_SAMPLE_RATE, VALUE_DEFAULT_SAMPLE_RATE); in configureStreamsFromBundle() 207 int inChannels = bundle.getInt(KEY_IN_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle() 209 int outChannels = bundle.getInt(KEY_OUT_CHANNELS, VALUE_DEFAULT_CHANNELS); in configureStreamsFromBundle() 227 int durationSeconds = mBundleFromIntent.getInt(KEY_DURATION, VALUE_DEFAULT_DURATION); in startAutomaticTest() 228 int numBursts = mBundleFromIntent.getInt(KEY_BUFFER_BURSTS, VALUE_DEFAULT_BUFFER_BURSTS); in startAutomaticTest()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fVertexArrayObjectTests.cpp | 289 GLuint v = (GLuint)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices() 296 GLushort v = (GLushort)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices() 303 GLubyte v = (GLubyte)m_random.getInt(m_spec.indexRangeMin, m_spec.indexRangeMax); in generateIndices() 363 GLint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 371 GLuint v = m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 379 GLshort v = (GLshort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 387 GLushort v = (GLushort)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 395 GLbyte v = (GLbyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 403 GLubyte v = (GLubyte)m_random.getInt(buffer.intRangeMin, buffer.intRangeMax); in createRandomBufferData() 768 m_spec.state.attributes[attribNdx].enabled = (m_random.getInt( in init() [all...] |
H A D | es3fOcclusionQueryTests.cpp | 229 OccluderType type = occOptions[m_rnd.getInt(0, (int)occOptions.size()-1)]; // Choosing a random occluder type from available options in iterate() 251 int scissorBoxX = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetW); in iterate() 252 int scissorBoxY = m_rnd.getInt(-DEPTH_CLEAR_OFFSET, targetH); in iterate() 253 int scissorBoxW = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetW+DEPTH_CLEAR_OFFSET); in iterate() 254 int scissorBoxH = m_rnd.getInt( DEPTH_CLEAR_OFFSET, targetH+DEPTH_CLEAR_OFFSET); in iterate() 294 int scissorBoxX = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetW); in iterate() 295 int scissorBoxY = m_rnd.getInt(-STENCIL_CLEAR_OFFSET, targetH); in iterate() 296 int scissorBoxW = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetW+STENCIL_CLEAR_OFFSET); in iterate() 297 int scissorBoxH = m_rnd.getInt( STENCIL_CLEAR_OFFSET, targetH+STENCIL_CLEAR_OFFSET); in iterate() 324 int scissorBoxX = m_rnd.getInt( in iterate() [all...] |
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fTextureSpecificationTests.cpp | 430 int x = rnd.getInt(0, renderTarget.getWidth() - width); in iterate() 431 int y = rnd.getInt(0, renderTarget.getHeight() - height); in iterate() 975 int w = rnd.getInt(1, levelW); in createTexture() 976 int h = rnd.getInt(1, levelH); in createTexture() 977 int x = rnd.getInt(0, levelW-w); in createTexture() 978 int y = rnd.getInt(0, levelH-h); in createTexture() 982 int cellSize = rnd.getInt(2, 16); in createTexture() 1050 int w = rnd.getInt(1, levelW); in createTexture() 1051 int h = rnd.getInt(1, levelH); in createTexture() 1052 int x = rnd.getInt( in createTexture() [all...] |
H A D | es2fNegativeVertexArrayApiTests.cpp | 61 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 75 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 95 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 113 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init() 121 int maxVertexAttribs = m_context.getContextInfo().getInt(GL_MAX_VERTEX_ATTRIBS); in init()
|
H A D | es2fDebugMarkerTests.cpp | 79 dst.resize(rnd.getInt(0, (int)maxLen)); in getSimpleRndString() 87 dst.resize(rnd.getInt(0, (int)maxLen)); in getComplexRndString() 124 const CallType callType = CallType(rnd.getInt(0, CALL_TYPE_LAST-1)); in iterate()
|
/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A D | deThreadSafeRingBuffer.cpp | 129 int bufSize = rnd.getInt(1, 2048); in ThreadSafeRingBuffer_selfTest() 130 int numProducers = rnd.getInt(1, 16); in ThreadSafeRingBuffer_selfTest() 131 int numConsumers = rnd.getInt(1, 16); in ThreadSafeRingBuffer_selfTest() 132 int dataSize = rnd.getInt(1000, 10000); in ThreadSafeRingBuffer_selfTest()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 382 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 383 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 384 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 385 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 490 } fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::max() - 1) }; in createFillUpdateCopyBufferIntegerTests() 493 const tcu::IVec4 v0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 494 const tcu::IVec4 v1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 495 const tcu::IVec4 v2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 496 const tcu::IVec4 v3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 597 const tcu::IVec4 v0 = tcu::IVec4(rnd.getInt( in createFillUpdateCopyBufferUnsignedTests() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/ |
H A D | vktProtectedMemFillUpdateCopyBufferTests.cpp | 382 const tcu::IVec4 vec0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 383 const tcu::IVec4 vec1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 384 const tcu::IVec4 vec2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 385 const tcu::IVec4 vec3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferFloatTests() 490 } fillValue = { rnd.getInt(std::numeric_limits<deInt32>::min(), std::numeric_limits<deInt32>::max() - 1) }; in createFillUpdateCopyBufferIntegerTests() 493 const tcu::IVec4 v0 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 494 const tcu::IVec4 v1 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 495 const tcu::IVec4 v2 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 496 const tcu::IVec4 v3 = tcu::IVec4(rnd.getInt(0, MAX_POSITION - 1)); in createFillUpdateCopyBufferIntegerTests() 597 const tcu::IVec4 v0 = tcu::IVec4(rnd.getInt( in createFillUpdateCopyBufferUnsignedTests() [all...] |
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgUtils.cpp | 78 dst.component(ndx).asBool() = rnd.getInt(minVal, maxVal) == 1; in computeRandomValue() 89 dst.component(ndx).asInt() = rnd.getInt(minVal, maxVal); in computeRandomValue() 176 return VariableType(baseType, state.getRandom().getInt(minVecLength, de::min(maxScalars, maxVecLength))); in computeRandomType() 209 int rangeLen = rnd.getInt(0, maxRangeLen); in computeRandomValueRange() 210 int minVal = minIntVal + rnd.getInt(0, maxRangeLen-rangeLen); in computeRandomValueRange() 225 int rangeLen = rnd.getInt(0, maxSteps); in computeRandomValueRange() 226 int minStep = rnd.getInt(0, maxSteps-rangeLen); in computeRandomValueRange()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | attribute.cpp | 44 bool TAttributeArgs::getInt(int& value, int argNum) const in getInt() function in glslang::TAttributeArgs 253 if (it->size() == 1 && it->getInt(value)) { in handleLoopAttributes() 267 if (!(it->size() == 1 && it->getInt(value))) { in handleLoopAttributes() 277 if (it->size() == 1 && it->getInt(value)) { in handleLoopAttributes()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 78 int numBlocks = rnd.getInt(1, m_maxBlocks); in RandomInterfaceBlockCase() 156 int numInstances = (m_maxInstances > 0 && rnd.getFloat() < instanceArrayWeight) ? rnd.getInt(0, m_maxInstances) : 0; in generateBlock() 157 int numBlockMembers = rnd.getInt(1, m_maxBlockMembers); in generateBlock() 212 const int numMembers = rnd.getInt(1, m_maxStructMembers); in generateType() 240 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 71 assert(Node.getInt() == ItRgBegin && "Cannot advance region successor!"); in advanceRegionSucc() 78 bool isRegionMode() const { return Node.getInt() != ItBB; } in isRegionMode() 91 assert(Node.getInt() == ItRgBegin && "Cannot get the region successor!"); in getRegionSucc() 125 return Node.getInt() == x.Node.getInt(); in operator ==()
|
H A D | PtrUseVisitor.h | 75 bool isAborted() const { return AbortedInfo.getInt(); } in isAborted() 78 bool isEscaped() const { return EscapedInfo.getInt(); } in isEscaped() 237 IsOffsetKnown = ToVisit.UseAndIsOffsetKnown.getInt(); in visitPtr()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/transform_feedback/ |
H A D | vktTransformFeedbackRandomLayoutCase.cpp | 79 int numBlocks = rnd.getInt(1, m_maxBlocks); in RandomInterfaceBlockCase() 157 int numInstances = (m_maxInstances > 0 && rnd.getFloat() < instanceArrayWeight) ? rnd.getInt(0, m_maxInstances) : 0; in generateBlock() 158 int numBlockMembers = rnd.getInt(1, m_maxBlockMembers); in generateBlock() 213 const int numMembers = rnd.getInt(1, m_maxStructMembers); in generateType() 241 const int arrayLength = rnd.getInt(1, m_maxArrayLength); in generateType()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 139 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1); in test() 140 const int binding = rnd.getInt(0, 16); in test() 213 const int va = rnd.getInt(0, de::max(16, maxAttrs)-1); in test() 214 const int offset = rnd.getInt(0, 2047); in test() 318 const int binding = rnd.getInt(0, maxBindings-1); in test() 319 const int divisor = rnd.getInt(0, 2047); in test() 396 const int binding = rnd.getInt(0, maxBindings-1); in test() 397 const int offset = rnd.getInt(0, 4000); in test() 474 const int binding = rnd.getInt(0, maxBindings-1); in test() 475 const int stride = rnd.getInt( in test() [all...] |