Searched refs:index (Results 276 - 300 of 8369) sorted by relevance

<<11121314151617181920>>

/external/proguard/src/proguard/evaluation/value/
H A DDetailedArrayReferenceValue.java66 for (int index = 0; index < values.length; index++)
68 values[index] = initialValueFactory.createValue(elementType);
135 int index = indexValue.value();
136 if (index >=0 &&
137 index < values.length)
139 return values[index];
153 int index = indexValue.value();
154 if (index >
[all...]
/external/skia/src/core/
H A DSkPictureData.h94 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 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/
H A DSkPictureData.h94 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 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/
H A Duit_len8.c97 * 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/
H A DtINT16_ARRAY.py52 - 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...]
H A DtUINT32_ARRAY.py53 - 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/
H A DBase64.java69 // index in the output array
71 // index in the input array
142 int index = 0, i, crlr = 0, end = in.length - in.length%3;
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
[all...]
/external/proguard/src/proguard/gui/
H A DListPanel.java190 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 < selectedIndice
258 setElementAt(Object element, int index) argument
[all...]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/external/com/google/gdata/util/common/base/
H A DUnicodeEscaper.java91 * 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;
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);
163 return index
187 escapeSlow(String s, int index) argument
455 codePointAt(CharSequence seq, int index, int end) argument
487 growBuffer(char[] dest, int index, int size) argument
[all...]
/external/brotli/research/
H A Dbrotlidump.py111 __slots__ = 'code', 'index'
114 self.index = value
117 return 'Symbol({}, {})'.format(self.code.name, self.index)
122 return self.code.length(self.index)
125 return self.index
131 return self.code.bitPattern(self.index)
136 return self.code.extraBits(self.index)
141 return self.code.mnemonic(self.index)
151 return self.code.value(self.index, extra)
154 return self.code.value(self.index)
[all...]
/external/ltp/testcases/kernel/device-drivers/v4l/user_space/
H A Dtest_VIDIOC_TUNER.c92 static int do_get_tuner(int f, __u32 index) argument
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
312 do_set_tuner_audmode(__u32 index, __u32 audmode) argument
331 do_set_tuner_audmode_invalid(__u32 index, __u32 audmode) argument
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DX500NameTokenizer.java12 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/
H A DDNSLabel.java39 DNSLabel(String name, int index) { argument
41 _index = index;
63 * @param index
66 public static DNSLabel labelForByte(int index) { argument
67 int maskedIndex = index & LABEL_MASK;
75 * @param index
78 public static int labelValue(int index) { argument
79 return index & LABEL_NOT_MASK;
84 return this.name() + " index " + this.indexValue();
/external/libcxx/test/std/utilities/variant/variant.variant/variant.status/
H A Dindex.pass.cpp25 // 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/
H A Dtest_inline.h37 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/
H A DGameFlowEvent.java36 public void post(int event, int index, Context context) { argument
38 DebugLog.d("GameFlowEvent", "Post Game Flow Event: " + event + ", " + index);
40 mDataIndex = index;
46 public void postImmediate(int event, int index, Context context) { argument
48 DebugLog.d("GameFlowEvent", "Execute Immediate Game Flow Event: " + event + ", " + index);
50 mDataIndex = index;
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/scanner/
H A DSimpleKey.java31 private int index; field in class:SimpleKey
36 public SimpleKey(int tokenNumber, boolean required, int index, int line, int column, Mark mark) { argument
39 this.index = index;
58 return index;
71 return "SimpleKey - tokenNumber=" + tokenNumber + " required=" + required + " index="
72 + index + " line=" + line + " column=" + column;
/external/syslinux/core/legacynet/
H A Dportnum.c27 static bool test_bit(const uint32_t *bitmap, int32_t index) argument
30 asm("btl %2,%1 ; setc %0" : "=qm" (st) : "m" (*bitmap), "r" (index));
34 static void set_bit(uint32_t *bitmap, int32_t index) argument
36 asm volatile("btsl %1,%0" : "+m" (*bitmap) : "r" (index) : "memory");
39 static void clr_bit(uint32_t *bitmap, int32_t index) argument
41 asm volatile("btcl %1,%0" : "+m" (*bitmap) : "r" (index) : "memory");
/external/tensorflow/tensorflow/core/lib/random/
H A Dweighted_picker.h60 // REQUIRES 0 <= index < N
61 int32 get_weight(int index) const;
65 // REQUIRES 0 <= index < N
66 void set_weight(int index, int32 weight);
120 inline int32 WeightedPicker::get_weight(int index) const {
121 DCHECK_GE(index, 0);
122 DCHECK_LT(index, N_);
123 return level_[num_levels_ - 1][index];
/external/v8/src/crankshaft/
H A Dlithium-allocator-inl.h35 bool LAllocator::IsGapAt(int index) { return chunk_->IsGapAt(index); } argument
38 LInstruction* LAllocator::InstructionAt(int index) { argument
39 return chunk_->instructions()->at(index);
43 LGap* LAllocator::GapAt(int index) { argument
44 return chunk_->GetGapAt(index);
/external/v8/src/
H A Dlookup-cache-inl.h24 int index = Hash(source, name); local
25 Key& key = keys_[index];
26 if ((key.source == source) && (key.name == name)) return results_[index];
32 int index = Hash(source, name); local
33 Key& key = keys_[index];
36 results_[index] = result;
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Dsignalbar.cpp28 const QModelIndex &index) const
33 if (index.column() != 3) {
34 QStyledItemDelegate::paint(painter, option, index);
38 if (index.data().toInt() > 0)
39 signal = 0 - (256 - index.data().toInt());
41 signal = index.data().toInt();
/external/icu/icu4c/source/common/
H A Dmessagepattern.cpp354 modified.insert(part.index, (UChar)part.value);
374 * @param pluralStart the index of the first PluralFormat argument style part. (0..countParts()-1)
397 index==other.index &&
434 MessagePattern::parseMessage(int32_t index, int32_t msgStartLength, argument
445 addPart(UMSGPAT_PART_TYPE_MSG_START, index, msgStartLength, nestingLevel, errorCode);
446 index+=msgStartLength;
447 for(;;) { // while(index<msg.length()) with U_FAILURE(errorCode) check
451 if(index>=msg.length()) {
454 UChar c=msg.charAt(index
539 parseArg(int32_t index, int32_t argStartLength, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
659 parseSimpleStyle(int32_t index, UParseError *parseError, UErrorCode &errorCode) argument
702 parseChoiceStyle(int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
770 parsePluralOrSelectStyle(UMessagePatternArgType argType, int32_t index, int32_t nestingLevel, UParseError *parseError, UErrorCode &errorCode) argument
1149 setParseError(UParseError *parseError, int32_t index) argument
1214 int32_t index=part.getIndex(); local
[all...]
/external/blktrace/btt/
H A Dq2d.c35 int index; local
41 default: index = 9; break;
42 case 500 ... 999: index = 8; break;
43 case 250 ... 499: index = 7; break;
44 case 100 ... 249: index = 6; break;
45 case 75 ... 99: index = 5; break;
46 case 50 ... 74: index = 4; break;
47 case 25 ... 49: index = 3; break;
48 case 10 ... 24: index = 2; break;
49 case 5 ... 9: index
[all...]
/external/libxcam/xcore/
H A Dimage_file_handle.cpp51 for (uint32_t index = 0; index < info.components; index++) {
52 info.get_planar_info (planar, index);
56 if (fread (memory + info.offsets [index] + i * info.strides [index], 1, line_bytes, _fp) != line_bytes) {
81 for (uint32_t index = 0; index < info.components; index++) {
82 info.get_planar_info (planar, index);
[all...]

Completed in 1701 milliseconds

<<11121314151617181920>>