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

1 2

  /libcore/ojluni/src/main/java/java/nio/
HeapByteBuffer.java 118 return hb[ix(checkIndex(i))];
150 hb[ix(checkIndex(i))] = x;
193 return Bits.getChar(this, ix(checkIndex(i, 2)), bigEndian);
216 Bits.putChar(this, ix(checkIndex(i, 2)), x, bigEndian);
245 return Bits.getShort(this, ix(checkIndex(i, 2)), bigEndian);
268 Bits.putShort(this, ix(checkIndex(i, 2)), x, bigEndian);
297 return Bits.getInt(this, ix(checkIndex(i, 4)), bigEndian);
320 Bits.putInt(this, ix(checkIndex(i, 4)), x, bigEndian);
350 return Bits.getLong(this, ix(checkIndex(i, 8)), bigEndian);
373 Bits.putLong(this, ix(checkIndex(i, 8)), x, bigEndian)
    [all...]
StringCharBuffer.java 76 return str.charAt(checkIndex(index) + offset);
110 pos + checkIndex(start, pos),
111 pos + checkIndex(end, pos),
DirectByteBuffer.java 204 return get(ix(checkIndex(i)));
247 put(ix(checkIndex(i)), x);
329 checkIndex(i, SizeOf.CHAR);
367 putChar(ix(checkIndex(i, SizeOf.CHAR)), x);
413 return getShort(ix(checkIndex(i, SizeOf.SHORT)));
449 putShort(ix(checkIndex(i, SizeOf.SHORT)), x);
495 return getInt(ix(checkIndex(i, (SizeOf.INT))));
530 putInt(ix(checkIndex(i, SizeOf.INT)), x);
577 return getLong(ix(checkIndex(i, SizeOf.LONG)));
612 putLong(ix(checkIndex(i, SizeOf.LONG)), x)
    [all...]
ByteBufferAsCharBuffer.java 95 return bb.getCharUnchecked(ix(checkIndex(i)));
120 bb.putCharUnchecked(ix(checkIndex(i)), x);
ByteBufferAsDoubleBuffer.java 96 return bb.getDoubleUnchecked(ix(checkIndex(i)));
117 bb.putDoubleUnchecked(ix(checkIndex(i)), x);
ByteBufferAsFloatBuffer.java 95 return bb.getFloatUnchecked(ix(checkIndex(i)));
116 bb.putFloatUnchecked(ix(checkIndex(i)), x);
ByteBufferAsIntBuffer.java 95 return bb.getIntUnchecked(ix(checkIndex(i)));
116 bb.putIntUnchecked(ix(checkIndex(i)), x);
ByteBufferAsLongBuffer.java 95 return bb.getLongUnchecked(ix(checkIndex(i)));
116 bb.putLongUnchecked(ix(checkIndex(i)), x);
ByteBufferAsShortBuffer.java 93 return bb.getShortUnchecked(ix(checkIndex(i)));
115 bb.putShortUnchecked(ix(checkIndex(i)), x);
HeapCharBuffer.java 115 return hb[ix(checkIndex(i))];
151 hb[ix(checkIndex(i))] = x;
HeapDoubleBuffer.java 114 return hb[ix(checkIndex(i))];
146 hb[ix(checkIndex(i))] = x;
HeapFloatBuffer.java 113 return hb[ix(checkIndex(i))];
145 hb[ix(checkIndex(i))] = x;
HeapIntBuffer.java 114 return hb[ix(checkIndex(i))];
146 hb[ix(checkIndex(i))] = x;
HeapLongBuffer.java 115 return hb[ix(checkIndex(i))];
147 hb[ix(checkIndex(i))] = x;
HeapShortBuffer.java 114 return hb[ix(checkIndex(i))];
146 hb[ix(checkIndex(i))] = x;
  /art/compiler/optimizing/
bytecode_utils.h 73 void CheckIndex(size_t index) const {
84 CheckIndex(index);
89 CheckIndex(index);
  /cts/tests/tests/media/src/android/media/cts/
EncodeDecodeTest.java 593 int checkIndex = 0;
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
SparseFieldVector.java 308 checkIndex(index);
320 checkIndex(index);
321 checkIndex(index + n - 1);
470 checkIndex(index);
477 checkIndex(index);
478 checkIndex(index + v.getDimension() - 1);
484 checkIndex(index);
485 checkIndex(index + v.length - 1);
550 private void checkIndex(final int index) throws MatrixIndexException {
ArrayFieldVector.java 700 checkIndex(index);
701 checkIndex(index + n - 1);
711 checkIndex(index);
726 checkIndex(index);
727 checkIndex(index + v.getDimension() - 1);
736 checkIndex(index);
737 checkIndex(index + v.length - 1);
861 private void checkIndex(final int index)
OpenMapRealVector.java 376 checkIndex(index);
377 checkIndex(index + n - 1);
460 checkIndex(index);
642 checkIndex(index);
653 checkIndex(index);
654 checkIndex(index + v.getDimension() - 1);
661 checkIndex(index);
662 checkIndex(index + v.length - 1);
ArrayRealVector.java 1029 checkIndex(index);
1030 checkIndex(index + n - 1);
1040 checkIndex(index);
1056 checkIndex(index);
1057 checkIndex(index + v.getDimension() - 1);
1067 checkIndex(index);
1068 checkIndex(index + v.length - 1);
    [all...]
  /external/curl/lib/
progress.c 274 int checkindex; local
335 checkindex = (data->progress.speeder_c>=CURR_TIME)?
340 data->progress.speeder_time[checkindex]);
347 data->progress.speeder[checkindex];
  /external/curl/tests/server/
rtspd.c 96 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
329 char *line=&req->reqbuf[req->checkindex];
574 /* we do have a full set, advance the checkindex to after the end of the
576 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
690 req->checkindex = (end - req->reqbuf) + strlen(END_OF_HEADERS);
698 line = &req->reqbuf[req->checkindex];
702 req->checkindex += (end - line) + strlen(END_OF_HEADERS);
789 pipereq = reqbuf + req->checkindex;
790 pipereq_length = req->offset - req->checkindex;
795 req->checkindex = 0
    [all...]
sws.c 98 size_t checkindex; /* where to start checking of the request */ member in struct:httprequest
453 char *line=&req->reqbuf[req->checkindex];
681 /* we do have a full set, advance the checkindex to after the end of the
683 req->checkindex += (end - line) + strlen(end_of_headers);
798 req->checkindex = (end - req->reqbuf) + strlen(end_of_headers);
806 line = &req->reqbuf[req->checkindex];
810 req->checkindex += (end - line) + strlen(end_of_headers);
896 checkindex and offset if pipelining is not set, since in a pipeline they
899 req->checkindex = 0;
937 pipereq = reqbuf + req->checkindex;
    [all...]
  /art/runtime/
dex_file_verifier.cc 74 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumStringIds(), error_string))) {
81 if (UNLIKELY(!CheckIndex(type_idx, dex_file_->NumTypeIds(), error_string))) {
90 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumFieldIds(), error_string))) {
97 if (UNLIKELY(!CheckIndex(idx, dex_file_->NumMethodIds(), err_string))) {
225 bool DexFileVerifier::CheckIndex(uint32_t field, uint32_t limit, const char* label) {
472 if (!CheckIndex(type_idx, header_->type_ids_size_, "handler type_idx")) {
501 if (!CheckIndex(idx, header_->field_ids_size_, "class_data_item field_idx")) {
542 if (!CheckIndex(idx, header_->method_ids_size_, "class_data_item method_idx")) {
641 if (!CheckIndex(idx, header_->string_ids_size_, "encoded_value string")) {
652 if (!CheckIndex(idx, header_->type_ids_size_, "encoded_value type"))
    [all...]

Completed in 1352 milliseconds

1 2