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

1 2 3

  /external/jsoncpp/src/lib_json/
json_internalarray.inl 234 ValueInternalArray::makeIterator( IteratorState &it, ArrayIndex index ) const
269 for ( ArrayIndex index = 0; index < size_; ++index, increment(itOther) )
318 ArrayIndex tempSize = size_;
335 ValueInternalArray::resize( ArrayIndex newSize )
362 ValueInternalArray::makeIndexValid( ArrayIndex index )
373 ArrayIndex nextPageIndex =
398 ValueInternalArray::resolveReference( ArrayIndex index )
406 ValueInternalArray::find( ArrayIndex index ) const
413 ValueInternalArray::ArrayIndex
426 ValueInternalArray::ArrayIndex
    [all...]
json_value.cpp 176 Value::CZString::CZString( ArrayIndex index )
236 ArrayIndex
971 ArrayIndex
993 return ArrayIndex( value_.map_->size() );
1049 Value::resize( ArrayIndex newSize )
1055 ArrayIndex oldSize = size();
1062 for ( ArrayIndex index = newSize; index < oldSize; ++index )
1075 Value::operator[]( ArrayIndex index )
1099 return (*this)[ ArrayIndex(index) ];
1104 Value::operator[]( ArrayIndex index ) cons
    [all...]
  /libcore/luni/src/main/java/java/util/
BitSet.java 167 int arrayIndex = index / 64;
168 if (arrayIndex >= longCount) {
171 return (bits[arrayIndex] & (1L << index)) != 0;
183 int arrayIndex = index / 64;
184 if (arrayIndex >= bits.length) {
185 ensureCapacity(arrayIndex + 1);
187 bits[arrayIndex] |= (1L << index);
188 longCount = Math.max(longCount, arrayIndex + 1);
200 int arrayIndex = index / 64;
201 if (arrayIndex >= longCount)
    [all...]
  /external/jsoncpp/include/json/
forwards.h 26 typedef unsigned int ArrayIndex;
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSSelectorList.cpp 65 size_t arrayIndex = 0;
71 memcpy(&m_selectorArray[arrayIndex], currentSelector, sizeof(CSSSelector));
75 ASSERT(!m_selectorArray[arrayIndex].isLastInSelectorList());
77 m_selectorArray[arrayIndex].setNotLastInTagHistory();
78 ++arrayIndex;
80 ASSERT(m_selectorArray[arrayIndex - 1].isLastInTagHistory());
82 ASSERT(flattenedSize == arrayIndex);
83 m_selectorArray[arrayIndex - 1].setLastInSelectorList();
  /external/chromium_org/third_party/libjingle/source/talk/base/
json_unittest.cc 204 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
211 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
220 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
227 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
236 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
243 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
252 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
259 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
268 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
275 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++)
    [all...]
  /external/chromium_org/third_party/webrtc/base/
json_unittest.cc 187 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
194 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
203 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
210 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
219 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
226 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
235 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
242 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++) {
251 for (Json::Value::ArrayIndex i = 0; i < in.size(); ++i) {
258 for (Json::Value::ArrayIndex i = 0; i < in.size(); i++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
evcoll.h 140 DWORD ArrayIndex,
173 DWORD ArrayIndex
188 DWORD ArrayIndex
205 DWORD ArrayIndex,
  /external/smali/util/src/main/java/org/jf/util/
StringWrapper.java 60 int arrayIndex = 0;
66 output = addString(output, str.substring(lineStart, i), arrayIndex++);
69 output = addString(output, str.substring(lineStart, i), arrayIndex++);
74 output = addString(output, str.substring(lineStart), arrayIndex++, output.length+1);
77 if (arrayIndex < output.length) {
78 output[arrayIndex] = null;
  /frameworks/base/drm/java/android/drm/
DrmUtils.java 132 private int readByte(byte[] constraintData, int arrayIndex) {
134 return (int)constraintData[arrayIndex];
138 byte[] constraintData, int numberOfBytes, int arrayIndex) {
140 for (int j = arrayIndex, i = 0; j < arrayIndex + numberOfBytes; j++,i++) {
  /external/chromium_org/third_party/jsoncpp/overrides/include/json/
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /external/jsoncpp/chromium-overrides/include/json/
value.h 137 typedef Json::ArrayIndex ArrayIndex;
175 CZString( ArrayIndex index );
182 ArrayIndex index() const;
188 ArrayIndex index_;
296 ArrayIndex size() const;
315 void resize( ArrayIndex size );
322 Value &operator[]( ArrayIndex index );
334 const Value &operator[]( ArrayIndex index ) const;
343 Value get( ArrayIndex index,
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Validate.h 35 static bool arrayIndex(GLEScontext * ctx,GLuint index);
  /prebuilts/misc/common/swig/include/2.0.11/csharp/
std_vector.i 93 public void CopyTo(System.Array array, int arrayIndex)
95 public void CopyTo($typemap(cstype, CTYPE)[] array, int arrayIndex)
98 CopyTo(0, array, arrayIndex, this.Count);
102 public void CopyTo(int index, System.Array array, int arrayIndex, int count)
104 public void CopyTo(int index, $typemap(cstype, CTYPE)[] array, int arrayIndex, int count)
111 if (arrayIndex < 0)
112 throw new ArgumentOutOfRangeException("arrayIndex", "Value is less than zero");
117 if (index+count > this.Count || arrayIndex+count > array.Length)
120 array.SetValue(getitemcopy(index+i), arrayIndex+i);
std_map.i 116 public void CopyTo(System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>[] array, int arrayIndex) {
119 if (arrayIndex < 0)
120 throw new ArgumentOutOfRangeException("arrayIndex", "Value is less than zero");
123 if (arrayIndex+this.Count > array.Length)
129 array.SetValue(new System.Collections.Generic.KeyValuePair<$typemap(cstype, K), $typemap(cstype, T)>(currentKey, this[currentKey]), arrayIndex+i);
  /frameworks/base/core/java/android/view/inputmethod/
SparseRectFArray.java 267 final int arrayIndex = Arrays.binarySearch(mKeys, index);
268 if (arrayIndex < 0) {
271 final int baseCoordIndex = arrayIndex * 4;
285 final int arrayIndex = Arrays.binarySearch(mKeys, index);
286 if (arrayIndex < 0) {
289 return mFlagsArray[arrayIndex];
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyOps.def 37 TIL_OPCODE_DEF(ArrayIndex)
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
device_info_android.cc 123 for (Json::ArrayIndex i = 0; i < cameras.size(); ++i) {
130 for (Json::ArrayIndex j = 0; j < sizes.size(); ++j) {
136 for (Json::ArrayIndex j = 0; j < mfpsRanges.size(); ++j) {
  /external/chromium_org/third_party/jsoncpp/overrides/src/lib_json/
json_value.cpp 186 Value::CZString::CZString( ArrayIndex index )
246 ArrayIndex
981 ArrayIndex
1003 return ArrayIndex( value_.map_->size() );
1059 Value::resize( ArrayIndex newSize )
1065 ArrayIndex oldSize = size();
1072 for ( ArrayIndex index = newSize; index < oldSize; ++index )
1085 Value::operator[]( ArrayIndex index )
1109 return (*this)[ ArrayIndex(index) ];
1114 Value::operator[]( ArrayIndex index ) cons
    [all...]
  /external/jsoncpp/chromium-overrides/src/lib_json/
json_value.cpp 180 Value::CZString::CZString( ArrayIndex index )
240 ArrayIndex
975 ArrayIndex
997 return ArrayIndex( value_.map_->size() );
1053 Value::resize( ArrayIndex newSize )
1059 ArrayIndex oldSize = size();
1066 for ( ArrayIndex index = newSize; index < oldSize; ++index )
1079 Value::operator[]( ArrayIndex index )
1103 return (*this)[ ArrayIndex(index) ];
1108 Value::operator[]( ArrayIndex index ) cons
    [all...]
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/
SensorCtsHelper.java 52 int arrayIndex = (int) Math.round(arrayCopy.size() * 0.95 + .5) - 1;
54 return arrayCopy.get(arrayIndex);
  /external/chromium_org/third_party/angle/src/compiler/translator/
OutputHLSL.h 192 TString interfaceBlockInstanceString(const TInterfaceBlock& interfaceBlock, unsigned int arrayIndex);
196 TString interfaceBlockString(const TInterfaceBlock &interfaceBlock, unsigned int registerIndex, unsigned int arrayIndex);
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/internet/
MimeHeader.java 150 int index = arrayIndex(a, o);
154 public final static int arrayIndex(Object[] a, Object o) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
SettingsValues.java 311 final int arrayIndex = Integer.parseInt(currentAutoCorrectionSetting);
312 if (arrayIndex >= 0 && arrayIndex < autoCorrectionThresholdValues.length) {
313 final String val = autoCorrectionThresholdValues[arrayIndex];

Completed in 749 milliseconds

1 2 3