HomeSort by relevance Sort by last modified time
    Searched refs:index (Results 426 - 450 of 19608) sorted by null

<<11121314151617181920>>

  /libcore/ojluni/src/main/java/java/security/cert/
CertPathValidatorException.java 43 * the index of the certificate in the certification path that caused the
67 * @serial the index of the certificate in the certification path
70 private int index = -1; field in class:CertPathValidatorException
134 * detail message, cause, certification path, and index.
140 * @param index the index of the certificate in the certification path
143 * @throws IndexOutOfBoundsException if the index is out of range
144 * {@code (index < -1 || (certPath != null && index >=
147 * {@code null} and {@code index} is not -
    [all...]
  /external/proguard/src/proguard/classfile/editor/
ConstantPoolEditor.java 51 * @return the constant pool index of the Utf8Constant.
59 for (int index = 1; index < constantPoolCount; index++)
61 Constant constant = constantPool[index];
69 return index;
80 * @return the constant pool index of the LongConstant.
88 for (int index = 1; index < constantPoolCount; index++
    [all...]
  /external/skia/tests/
PathOpsCubicReduceOrderTest.cpp 24 int index, minX, maxX, minY, maxY;
26 for (index = 1; index < 4; ++index) {
27 if (cubic[minX].fX > cubic[index].fX) {
28 minX = index;
30 if (cubic[minY].fY > cubic[index].fY) {
31 minY = index;
33 if (cubic[maxX].fX < cubic[index].fX) {
34 maxX = index;
62 size_t index; local
    [all...]
  /external/skqp/tests/
PathOpsCubicReduceOrderTest.cpp 24 int index, minX, maxX, minY, maxY;
26 for (index = 1; index < 4; ++index) {
27 if (cubic[minX].fX > cubic[index].fX) {
28 minX = index;
30 if (cubic[minY].fY > cubic[index].fY) {
31 minY = index;
33 if (cubic[maxX].fX < cubic[index].fX) {
34 maxX = index;
62 size_t index; local
    [all...]
  /external/jarjar/src/main/com/tonicsystems/jarjar/util/
ClassHeaderReader.java 76 int index = 10; local
79 buffer(index + 3); // TODO: reduce calls to buffer
80 int tag = b[index];
81 items[i] = index + 1;
97 size = 2 + readUnsignedShort(index + 1);
106 index += size + 1;
108 buffer(index + 8);
109 access = readUnsignedShort(index);
110 thisClass = readClass(index + 2);
111 superClass = readClass(index + 4)
    [all...]
  /external/proguard/src/proguard/evaluation/value/
DetailedArrayReferenceValue.java 66 for (int index = 0; index < values.length; index++)
68 values[index] = initialValueFactory.createValue(elementType);
135 int index = indexValue.value(); local
136 if (index >=0 &&
137 index < values.length)
139 return values[index];
153 int index = indexValue.value(); local
154 if (index >=0 &
    [all...]
  /external/skia/src/core/
SkPictureData.h 94 const int index = reader->readInt(); local
95 return reader->validateIndex(index, fBitmapImageCount) ? fBitmapImageRefs[index] : nullptr;
99 const int index = reader->readInt(); local
100 return reader->validateIndex(index, fImageCount) ? fImageRefs[index] : nullptr;
104 const int index = reader->readInt() - 1; local
105 return reader->validateIndex(index, fPaths.count()) ? fPaths[index] : fEmptyPath;
109 const int index = reader->readInt() - 1 local
114 int index = reader->readInt() - 1; local
119 const int index = reader->readInt() - 1; local
127 const int index = reader->readInt() - 1; local
132 const int index = reader->readInt() - 1; local
    [all...]
  /external/skqp/src/core/
SkPictureData.h 94 const int index = reader->readInt(); local
95 return reader->validateIndex(index, fBitmapImageCount) ? fBitmapImageRefs[index] : nullptr;
99 const int index = reader->readInt(); local
100 return reader->validateIndex(index, fImageCount) ? fImageRefs[index] : nullptr;
104 const int index = reader->readInt() - 1; local
105 return reader->validateIndex(index, fPaths.count()) ? fPaths[index] : fEmptyPath;
109 const int index = reader->readInt() - 1 local
114 int index = reader->readInt() - 1; local
119 const int index = reader->readInt() - 1; local
127 const int index = reader->readInt() - 1; local
132 const int index = reader->readInt() - 1; local
    [all...]
  /external/icu/icu4c/source/samples/uciter8/
uit_len8.c 97 * start current UTF-8 index
98 * index current UTF-16 index; may be -1="unknown" after setState()
105 * point to after the corresponding byte sequence. The UTF-16 index will be
106 * one less than what it would otherwise be corresponding to the UTF-8 index.
122 if(iter->index<0) {
123 /* the current UTF-16 index is unknown after setState(), count from the beginning */
126 int32_t i, limit, index; local
129 i=index=0;
130 limit=iter->start; /* count up to the UTF-8 index */
414 int32_t index; local
451 int32_t index; local
503 int32_t index=(int32_t)(state>>1); \/* UTF-8 index *\/ local
    [all...]
  /external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Types/
tINT16_ARRAY.py 52 - Testing array index out of bounds
99 for index in range (self.array_size):
100 indexed_array_value = index + self.array_min
105 indexed_array_value_path = "".join([self.param_name, "/", str(index)])
108 % (self.param_name, str(index), err))
110 % (self.param_name, str(index), out))
114 % (self.param_name, str(index), err))
116 % (self.param_name, str(index), str(indexed_array_value), out))
118 indexed_files_system_array_value = open(self.param_short_name).read().splitlines()[index]
120 % (self.param_name, str(index)))
    [all...]
tUINT32_ARRAY.py 53 - Testing array index out of bounds
100 for index in range (self.array_size):
101 indexed_array_value = index + self.array_min
106 indexed_array_value_path = "".join([self.param_name, "/", str(index)])
109 % (self.param_name, str(index), err))
111 % (self.param_name, str(index), out))
115 % (self.param_name, str(index), err))
117 % (self.param_name, str(index), str(indexed_array_value), out))
119 indexed_files_system_array_value = open(self.param_short_name).read().splitlines()[index]
121 % (self.param_name, str(index)))
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
Base64.java 69 // index in the output array
71 // index in the input array
142 int index = 0, i, crlr = 0, end = in.length - in.length%3; local
144 out[index++] = map[(in[i] & 0xff) >> 2];
145 out[index++] = map[((in[i] & 0x03) << 4)
147 out[index++] = map[((in[i+1] & 0x0f) << 2)
149 out[index++] = map[(in[i+2] & 0x3f)];
150 if (((index - crlr)%76 == 0) && (index != 0)) {
151 out[index++] = '\n'
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteProgram.java 127 * @param index The 1-based index to the parameter to bind null to
129 public void bindNull(int index) {
130 bind(index, null);
137 * @param index The 1-based index to the parameter to bind
140 public void bindLong(int index, long value) {
141 bind(index, value);
148 * @param index The 1-based index to the parameter to bin
    [all...]
  /packages/apps/Dialer/java/com/android/contacts/common/util/
SearchUtil.java 37 final int index = SearchUtil.contains(contents, substring); local
38 if (index != -1) {
40 int start = index - 1;
47 int end = index + 1;
55 matched.startIndex = index - (start + 1);
66 * <p>2) Returns the starting index where the substring is found.
70 * @return The starting index where the substring is found. {@literal -1} if substring is not
114 * @param startIndex The index to start searching. 0 based indexing.
115 * @return The index for the start of the next token. line.length() if next token not found.
119 int index = startIndex local
    [all...]
  /external/proguard/src/proguard/gui/
ListPanel.java 190 for (int index = 1; index < getComponentCount(); index++)
192 list.add(getComponent(index));
211 for (int index = 0; index < elements.length; index++)
213 listModel.addElement(elements[index]);
218 for (int index = 0; index < selectedIndices.length; index++
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
UnicodeEscaper.java 91 * returning the index of the next character that requires escaping.
114 * the index of the first character to be scanned
116 * the index immediately after the last character to be scanned
122 int index = start; local
123 while (index < end) {
124 int cp = codePointAt(csq, index, end);
128 index += Character.isSupplementaryCodePoint(cp) ? 2 : 1;
130 return index;
162 int index = nextEscapeIndex(string, 0, end); local
163 return index == end ? string : escapeSlow(string, index)
297 int index = start; local
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
PointerTrackerQueue.java 71 for (int index = 0; index < arraySize; index++) {
72 final Element element = expandableArray.get(index);
74 if (newIndex != index) {
79 if (newIndex != index) {
102 int newIndex, index; local
103 for (newIndex = index = 0; index < arraySize; index++)
    [all...]
  /external/ltp/testcases/kernel/device-drivers/v4l/user_space/
test_VIDIOC_TUNER.c 92 static int do_get_tuner(int f, __u32 index)
99 tuner.index = index;
109 CU_ASSERT_EQUAL(tuner.index, index);
138 tuner2.index = tuner.index;
152 ".index = %u, "
163 tuner.index,
192 __u32 index; local
208 __u32 index; local
232 __u32 index; local
256 __u32 index; local
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DspBufferComplex.java 39 public void setValues(int index, double... values) {
40 mReal[index] = values[0];
41 mImag[index] = values[1];
45 public void setValue(int index, double value) {
46 mReal[index] = value;
47 mImag[index] = 0;
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
X500NameTokenizer.java 12 private int index; field in class:X500NameTokenizer
27 this.index = -1;
33 return (index != value.length());
38 if (index == value.length())
43 int end = index + 1;
86 index = end;
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSLabel.java 39 DNSLabel(String name, int index) {
41 _index = index;
63 * @param index
66 public static DNSLabel labelForByte(int index) {
67 int maskedIndex = index & LABEL_MASK;
75 * @param index
78 public static int labelValue(int index) {
79 return index & LABEL_NOT_MASK;
84 return this.name() + " index " + this.indexValue();
  /external/libcxx/test/std/utilities/variant/variant.variant/variant.status/
index.pass.cpp 25 // constexpr size_t index() const noexcept;
40 static_assert(v.index() == 0, "");
45 static_assert(v.index() == 1, "");
50 assert(v.index() == 1);
52 assert(v.index() == 0);
58 assert(v.index() == 0);
60 assert(v.index() == std::variant_npos);
  /external/libxcam/tests/
test_inline.h 37 for (uint32_t index = 0; index < info.components; index++) {
38 info.get_planar_info (planar, index);
42 int mem_idx = info.offsets [index] + i * info.strides [index] + line_bytes - 1;
  /external/replicaisland/src/com/replica/replicaisland/
GameFlowEvent.java 36 public void post(int event, int index, Context context) {
38 DebugLog.d("GameFlowEvent", "Post Game Flow Event: " + event + ", " + index);
40 mDataIndex = index;
46 public void postImmediate(int event, int index, Context context) {
48 DebugLog.d("GameFlowEvent", "Execute Immediate Game Flow Event: " + event + ", " + index);
50 mDataIndex = index;
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
SimpleKey.java 31 private int index; field in class:SimpleKey
36 public SimpleKey(int tokenNumber, boolean required, int index, int line, int column, Mark mark) {
39 this.index = index;
58 return index;
71 return "SimpleKey - tokenNumber=" + tokenNumber + " required=" + required + " index="
72 + index + " line=" + line + " column=" + column;

Completed in 1606 milliseconds

<<11121314151617181920>>