HomeSort by relevance Sort by last modified time
    Searched full:curindex (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ComprehensionTlv.java 116 int curIndex = startIndex;
123 int temp = data[curIndex++] & 0xff;
129 ", startIndex=" + startIndex + " curIndex=" + curIndex +
136 tag = ((data[curIndex] & 0xff) << 8)
137 | (data[curIndex + 1] & 0xff);
140 curIndex += 2;
152 temp = data[curIndex++] & 0xff;
156 length = data[curIndex++] & 0xff;
161 " startIndex=" + startIndex + " curIndex=" + curIndex
    [all...]
BerTlv.java 79 int curIndex = 0;
86 tag = data[curIndex++] & 0xff;
89 int temp = data[curIndex++] & 0xff;
93 temp = data[curIndex++] & 0xff;
98 " curIndex=" + curIndex + " endIndex=" + endIndex);
106 " byte= " + Integer.toHexString(temp) + " curIndex=" + curIndex +
112 curIndex = 0;
118 " curIndex=" + curIndex + " endIndex=" + endIndex)
    [all...]
  /packages/apps/SecureElement/src/com/android/se/security/gpac/
BerTlv.java 82 int curIndex = startIndex;
86 if (curIndex < data.length) {
87 int temp = data[curIndex++] & 0xff;
91 if (curIndex < data.length) {
92 tag = ((temp & 0xff) << 8) | (data[curIndex++] & 0xff);
95 "Index " + curIndex + " out of range! [0..[" + data.length);
104 throw new ParserException("Index " + curIndex + " out of range! [0..[" + data.length);
109 if (curIndex < data.length) {
110 int temp = data[curIndex++] & 0xff;
114 if (curIndex < data.length)
    [all...]
  /cts/tests/tests/content/src/android/content/res/cts/
RawResourceTest.java 47 int curIndex = 0;
50 assertEquals("At index " + curIndex
51 + " expected " + expectedString.charAt(curIndex)
53 buffer[i], expectedString.charAt(curIndex));
54 curIndex++;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
DisplayDensityUtils.java 118 int curIndex = 0;
126 currentDensityIndex = curIndex;
128 entries[curIndex] = res.getString(SUMMARIES_SMALLER[i]);
129 values[curIndex] = density;
130 curIndex++;
135 currentDensityIndex = curIndex;
137 values[curIndex] = defaultDensity;
138 entries[curIndex] = res.getString(SUMMARY_DEFAULT);
139 curIndex++;
147 currentDensityIndex = curIndex;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/
AssetTest.java 40 int curIndex = 0;
43 assertEquals("At index " + curIndex
44 + " expected " + expectedString.charAt(curIndex)
46 buffer[i], expectedString.charAt(curIndex));
47 curIndex++;
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
pa.h 357 uint32_t curIndex{ 0 };
379 curIndex = 0;
451 this->curIndex = 0;
472 this->curIndex = 0;
626 this->vert[this->curIndex] = index;
627 this->curIndex++;
628 if (this->curIndex == 3)
649 this->curIndex = 2;
694 switch (this->curIndex)
700 this->vert[this->curIndex] = index
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowVelocityTracker.java 19 private int curIndex = 0;
38 curIndex = 0;
60 curIndex = (curIndex + 1) % HISTORY_SIZE;
61 movements[curIndex].set(event);
74 Movement newestMovement = movements[curIndex];
84 int oldestIndex = curIndex;
  /external/llvm/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
Analysis.h 51 /// \param CurIndex is the current index in the recursion.
53 /// \returns \p CurIndex plus the linear index in \p Ty the indices list.
57 unsigned CurIndex = 0);
61 unsigned CurIndex = 0) {
62 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
Analysis.h 39 unsigned CurIndex = 0);
43 unsigned CurIndex = 0) {
44 return ComputeLinearIndex(Ty, Indices.begin(), Indices.end(), CurIndex);
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
Analysis.cpp 37 unsigned CurIndex) {
40 return CurIndex;
49 return ComputeLinearIndex(*EI, Indices+1, IndicesEnd, CurIndex);
50 CurIndex = ComputeLinearIndex(*EI, 0, 0, CurIndex);
52 return CurIndex;
59 return ComputeLinearIndex(EltTy, Indices+1, IndicesEnd, CurIndex);
60 CurIndex = ComputeLinearIndex(EltTy, 0, 0, CurIndex);
62 return CurIndex;
    [all...]

Completed in 561 milliseconds

1 2 3 4