Searched refs:index (Results 501 - 525 of 4641) sorted by relevance

<<21222324252627282930>>

/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
H A Deventhistory.cpp27 QVariant EventListModel::data(const QModelIndex &index, int role) const argument
29 if (!index.isValid())
33 if (index.column() == 0) {
34 if (index.row() >= timeList.size())
36 return timeList.at(index.row());
38 if (index.row() >= msgList.size())
40 return msgList.at(index.row());
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DTokenRewriteStream.cs53 * current index. If so, the operation is done and then normal String
58 * screw up the token index values. That is, an insert operation at token
59 * index i does not change the index values for tokens i+1..n-1.
108 /** <summary>What index into rewrites List are we?</summary> */
110 /** <summary>Token buffer index.</summary> */
111 public int index; field in class:Antlr.Runtime.TokenRewriteStream.RewriteOperation
116 protected RewriteOperation(TokenRewriteStream stream, int index) argument
119 this.index = index;
122 RewriteOperation( TokenRewriteStream stream, int index, object text ) argument
150 InsertBeforeOp( TokenRewriteStream stream, int index, object text ) argument
273 InsertAfter( int index, object text ) argument
283 InsertAfter( string programName, int index, object text ) argument
294 InsertBefore( int index, object text ) argument
304 InsertBefore( string programName, int index, object text ) argument
312 Replace( int index, object text ) argument
[all...]
/external/chromium/chrome/browser/
H A Dmemory_details_mac.cc74 for (size_t index = 0; index < MAX_BROWSERS; ++index) {
76 process.name = UTF8ToUTF16(process_template[index].name);
77 process.process_name = UTF8ToUTF16(process_template[index].process_name);
93 for (size_t index = 0; index < MAX_BROWSERS; index++)
94 process_data_[index].processes.clear();
106 for (size_t index
[all...]
/external/v8/test/mjsunit/
H A Dstring-index.js46 assertEquals("F", foo["0" + ""], "string index");
47 assertEquals("o", foo["1"], "string index");
48 assertEquals("o", foo["2"], "string index");
53 assertEquals("undefined", typeof(foo[-2]), "negative index");
61 assertEquals("undefined", typeof(foo[-2]), "negative index");
182 var index = Math.floor(i / 50);
183 var receiver = foo[index];
184 var expected = results[index];
192 var index = Math.floor(i / 50);
193 var key = keys[index];
[all...]
/external/aac/libSBRenc/src/
H A Dcode_env.cpp246 Arguments: INT offset, INT index, FREQ_RES res
251 static INT indexLow2High(INT offset, INT index, FREQ_RES res) argument
258 if (index < offset)
259 return(index);
261 return(2*index - offset);
266 if (index < offset)
267 return(2*index+index);
269 return(2*index + offset);
273 return(index);
289 mapLowResEnergyVal(SCHAR currVal, SCHAR* prevData, INT offset, INT index, FREQ_RES res) argument
348 INT index; local
[all...]
/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DBytecodeGenerator.cpp60 | -5 | -4 | -3 | -2 | -1 | +0 | +1 | <-- register index
82 < > +0 | +1 | +2 | +3 | +4 | +5 | <-- register index
92 < > +0 | +1 | +2 | +3 | +4 | +5 | +6 | <-- register index
102 | -7 | -6 | -5 | -4 | -3 | -2 | -1 < > <-- register index
142 m_codeBlock->setThisRegister(m_thisRegister.index());
165 int index = m_calleeRegisters.size(); local
166 SymbolTableEntry newEntry(index, isConstant ? ReadOnly : 0);
180 int index = m_nextGlobalIndex; local
181 SymbolTableEntry newEntry(index, isConstant ? ReadOnly : 0);
185 index
956 int index = m_nextConstantOffset; local
1133 findScopedProperty(const Identifier& property, int& index, size_t& stackDepth, bool forWriting, bool& requiresDynamicChecks, JSObject*& globalObject) argument
1207 int index = 0; local
1263 emitGetScopedVar(RegisterID* dst, size_t depth, int index, JSValue globalObject) argument
1279 emitPutScopedVar(size_t depth, int index, RegisterID* value, JSValue globalObject) argument
1297 int index = 0; local
1319 int index = 0; local
1343 int index = 0; local
1532 emitPutByIndex(RegisterID* base, unsigned index, RegisterID* value) argument
1579 emitNewFunctionInternal(RegisterID* dst, unsigned index, bool doNullCheck) argument
1600 unsigned index = m_codeBlock->addFunctionExpr(makeFunction(m_globalData, function)); local
2238 int index = registerID->index() + RegisterFile::CallFrameHeaderSize + parameterCount; local
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x500/style/
H A DIETFUtils.java30 int index = token.indexOf('=');
32 if (index == -1)
37 String attr = token.substring(0, index);
38 String value = token.substring(index + 1);
128 for (int index = 0; index != data.length; index++)
130 char left = str.charAt((index * 2) + off);
131 char right = str.charAt((index * 2) + off + 1);
135 data[index]
[all...]
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java90 * @param pos index into token queue.
171 * @param opPos index into op map.
180 * Set the op at index to the given int.
182 * @param opPos index into op map.
253 * @param opPos index to operation, for which there is a size entry following.
399 int index = m_opMap.elementAt(opPosOfStep + 4);
401 if (index >= 0)
402 return (String) m_tokenQueue.elementAt(index);
403 else if (OpCodes.ELEMWILDCARD == index)
424 int index;
[all...]
/external/javassist/src/main/javassist/expr/
H A DMethodCall.java37 int index = iterator.u16bitAt(pos + 1);
40 return cp.getInterfaceMethodrefNameAndType(index);
42 return cp.getMethodrefNameAndType(index);
88 int index = iterator.u16bitAt(pos + 1);
91 cname = cp.getInterfaceMethodrefClassName(index);
93 cname = cp.getMethodrefClassName(index);
182 int index = iterator.u16bitAt(pos + 1);
189 classname = constPool.getInterfaceMethodrefClassName(index);
190 methodname = constPool.getInterfaceMethodrefName(index);
191 signature = constPool.getInterfaceMethodrefType(index);
[all...]
/external/proguard/src/proguard/gui/
H A DMemberSpecificationsPanel.java156 for (int index = 0; index < fieldSpecifications.size(); index++)
159 new MyMemberSpecificationWrapper((MemberSpecification)fieldSpecifications.get(index),
166 for (int index = 0; index < methodSpecifications.size(); index++)
169 new MyMemberSpecificationWrapper((MemberSpecification)methodSpecifications.get(index),
196 for (int index = 0; index < siz
221 getListCellRendererComponent(JList list, Object value, int index, boolean isSelected, boolean cellHasFocus) argument
[all...]
/external/skia/legacy/src/animator/
H A DSkTDArray_Experimental.h49 int32_t* insert(U16CPU index, U16CPU count, const int32_t* src);
56 void remove(U16CPU index, U16CPU count = 1) argument
58 SkASSERT(index + count <= fCount);
60 memmove(fArray + index, fArray + index + count, sizeof(int32_t) * (fCount - index));
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
121 T* insert(U16CPU index) { retur argument
122 insert(U16CPU index, U16CPU count, const T* src = NULL) argument
[all...]
/external/skia/src/animator/
H A DSkTDArray_Experimental.h49 int32_t* insert(U16CPU index, U16CPU count, const int32_t* src);
56 void remove(U16CPU index, U16CPU count = 1) argument
58 SkASSERT(index + count <= fCount);
60 memmove(fArray + index, fArray + index + count, sizeof(int32_t) * (fCount - index));
110 T& operator[](int index) const { SYNC(); SkASSERT((unsigned)index < fCount); return ((T*) fArray)[index]; }
121 T* insert(U16CPU index) { retur argument
122 insert(U16CPU index, U16CPU count, const T* src = NULL) argument
[all...]
/external/skia/tests/
H A DUtilsTest.cpp71 int index = SkTSearch<int>(array, kSEARCH_COUNT, array[i], sizeof(int)); local
72 REPORTER_ASSERT(reporter, index == i);
76 // insertion index is returned
79 int index = SkTSearch<int>(array, kSEARCH_COUNT, value, sizeof(int)); local
81 if (index >= 0) {
83 index < kSEARCH_COUNT && array[index] == value);
85 index = ~index;
86 REPORTER_ASSERT(reporter, index <
[all...]
/external/aac/libAACdec/src/
H A Dchannelinfo.cpp239 int index = 0; local
247 index = 0;
250 index = 1;
253 index = 3;
256 index = 4;
263 t->ScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].sfbOffsetLong;
264 t->ScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].sfbOffsetShort;
265 t->NumberOfScaleFactorBands_Long = sfbOffsetTables[index][samplingRateIndex].numberOfSfbLong;
266 t->NumberOfScaleFactorBands_Short = sfbOffsetTables[index][samplingRateIndex].numberOfSfbShort;
/external/openfst/src/include/fst/extensions/ngram/
H A Dbitmap-index.h25 // This class is a bitstring storage class with an index that allows
30 // This is accomplished by maintaining an "secondary" index of limited
33 // uint64 values that can fit in the secondary index before an overflow
36 // To handle overflows, a "primary" index containing a running count of
49 bool Get(size_t index) const {
50 return (bits_[index >> kStorageLogBitSize] &
51 (kOne << (index & kStorageBlockMask))) != 0;
54 static void Set(uint64* bits, size_t index) { argument
55 bits[index >> kStorageLogBitSize] |= (kOne << (index
58 Clear(uint64* bits, size_t index) argument
[all...]
/external/skia/legacy/src/utils/
H A DSkMeshUtils.cpp52 int index = 0; local
55 *idx++ = index;
56 *idx++ = index + rows + 1;
57 *idx++ = index + 1;
59 *idx++ = index + 1;
60 *idx++ = index + rows + 1;
61 *idx++ = index + rows + 2;
63 index += 1;
65 index += 1;
/external/skia/legacy/src/views/
H A DSkParsePaint.cpp35 int index; local
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
38 mode = (SkShader::TileMode)index;
52 int index; local
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
55 mode = (SkShader::TileMode)index;
102 int index = dom.findList(node, "text-anchor", "left,center,right"); local
103 if (index >= 0)
104 paint->setTextAlign((SkPaint::Align)index);
/external/skia/src/utils/
H A DSkMeshUtils.cpp52 int index = 0; local
55 *idx++ = index;
56 *idx++ = index + rows + 1;
57 *idx++ = index + 1;
59 *idx++ = index + 1;
60 *idx++ = index + rows + 1;
61 *idx++ = index + rows + 2;
63 index += 1;
65 index += 1;
/external/skia/src/views/
H A DSkParsePaint.cpp35 int index; local
37 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
38 mode = (SkShader::TileMode)index;
52 int index; local
54 if ((index = dom.findList(node, "tile-mode", "clamp,repeat,mirror")) >= 0)
55 mode = (SkShader::TileMode)index;
102 int index = dom.findList(node, "text-anchor", "left,center,right"); local
103 if (index >= 0)
104 paint->setTextAlign((SkPaint::Align)index);
/external/v8/src/ia32/
H A Dlithium-gap-resolver-ia32.cc88 void LGapResolver::PerformMove(int index) { argument
96 ASSERT(!moves_[index].IsPending());
97 ASSERT(!moves_[index].IsRedundant());
101 ASSERT(moves_[index].source() != NULL); // Or else it will look eliminated.
102 LOperand* destination = moves_[index].destination();
103 moves_[index].set_destination(NULL);
127 moves_[index].set_destination(destination);
131 if (moves_[index].source()->Equals(destination)) {
132 RemoveMove(index);
143 EmitSwap(index);
164 RemoveMove(int index) argument
276 EmitMove(int index) argument
358 EmitSwap(int index) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
H A DClassicToken.java45 protected int index; field in class:ClassicToken
111 return index;
114 public void setTokenIndex(int index) { argument
115 this.index = index;
/external/chromium/chrome/browser/chromeos/
H A Dwm_overview_snapshot.cc34 int index) {
41 UpdateIndex(browser, index);
45 void WmOverviewSnapshot::UpdateIndex(Browser* browser, int index) { argument
49 params.push_back(index);
54 index_ = index;
32 Init(const gfx::Size& size, Browser* browser, int index) argument
/external/chromium/net/disk_cache/
H A Dentry_impl.h38 int ReadDataImpl(int index, int offset, net::IOBuffer* buf, int buf_len,
40 int WriteDataImpl(int index, int offset, net::IOBuffer* buf, int buf_len,
144 virtual int32 GetDataSize(int index) const;
145 virtual int ReadData(int index, int offset, net::IOBuffer* buf, int buf_len,
147 virtual int WriteData(int index, int offset, net::IOBuffer* buf, int buf_len,
170 int InternalReadData(int index, int offset, net::IOBuffer* buf,
172 int InternalWriteData(int index, int offset, net::IOBuffer* buf, int buf_len,
176 bool CreateDataBlock(int index, int size);
181 // Deletes the data pointed by address, maybe backed by files_[index].
185 void DeleteData(Addr address, int index);
[all...]
/external/chromium/testing/gtest/src/
H A Dgtest-test-part.cc72 // Returns the TestPartResult at the given index (0-based).
73 const TestPartResult& TestPartResultArray::GetTestPartResult(int index) const {
74 if (index < 0 || index >= size()) {
75 printf("\nInvalid index (%d) into TestPartResultArray.\n", index);
79 return array_[index];
/external/eigen/Eigen/src/Core/
H A DArrayWrapper.h76 inline CoeffReturnType coeff(Index index) const
78 return m_expression.coeff(index);
81 inline Scalar& coeffRef(Index index) argument
83 return m_expression.const_cast_derived().coeffRef(index);
86 inline const Scalar& coeffRef(Index index) const
88 return m_expression.const_cast_derived().coeffRef(index);
104 inline const PacketScalar packet(Index index) const
106 return m_expression.template packet<LoadMode>(index);
110 inline void writePacket(Index index, const PacketScalar& x) argument
112 m_expression.const_cast_derived().template writePacket<LoadMode>(index,
194 coeffRef(Index index) argument
223 writePacket(Index index, const PacketScalar& x) argument
[all...]

Completed in 1313 milliseconds

<<21222324252627282930>>