/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
PositionList.java | 6 * You may obtain a copy of the License at 78 int at = 0; local 99 arr[at] = new PositionList.Entry(insn.getAddress(), pos); 100 at++; 105 PositionList result = new PositionList(at); 106 for (int i = 0; i < at; i++) { 124 * Gets the element at the given index. It is an error to call 129 * @return {@code non-null;} element at that index 136 * Sets the entry at the given index. 139 * @param entry {@code non-null;} the entry to set at {@code n [all...] |
/external/dexmaker/src/dx/java/com/android/dx/util/ |
FixedSizeList.java | 6 * You may obtain a copy of the License at 149 int at = 0; local 154 newa[at] = one; 155 at++; 204 * Sets the element at the given index, but without doing any type
|
/external/eigen/Eigen/src/SparseCore/ |
CompressedStorage.h | 8 // with this file, You can obtain one at http://mozilla.org/MPL/2.0/. 140 /** \returns the stored value at index \a key 142 inline Scalar at(Index key, Scalar defaultValue = Scalar(0)) const function in class:Eigen::internal::CompressedStorage 154 /** Like at(), but the search is performed in the range [start,end) */ 167 /** \returns a reference to the value at index \a key
|
/external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/filter/ |
HydraulicErodeFilter.java | 114 float at = ga[idx + idxrel[j]] + wt[idx + idxrel[j]];
local 115 if (a - at > a - amax) {
116 dtotal += at;
117 amax = at;
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
Stripifier.java | 72 EdgeInfo infoIter = edgeInfos.at(v0);
110 FaceInfo o = faceInfos.at(i);
169 edgeInfo01.m_nextV0 = edgeInfos.at(v0);
170 edgeInfo01.m_nextV1 = edgeInfos.at(v1);
195 edgeInfo12.m_nextV0 = edgeInfos.at(v1);
196 edgeInfo12.m_nextV1 = edgeInfos.at(v2);
224 edgeInfo20.m_nextV0 = edgeInfos.at(v2);
225 edgeInfo20.m_nextV1 = edgeInfos.at(v0);
347 if (findOtherFace(edgeInfos, faceInfos.at(i).m_v0,
348 faceInfos.at(i).m_v1, faceInfos.at(i)) == null) [all...] |
/external/llvm/include/llvm/MC/ |
MCAtom.h | 50 /// \brief Splits the atom in two at a given address. 51 /// \param SplitPt Address at which to start a new atom, splitting this one. 52 /// \returns The newly created atom starting at \p SplitPt. 63 /// at what the atom contains: section or symbol name, BB start address, .. 87 /// \brief Remap the atom to prepare for a truncation at TruncPt. 95 /// \brief Remap the atom to prepare for a split at SplitPt. 140 const MCDecodedInst &at(size_t n) const { return Insts.at(n); } function in class:llvm::MCTextAtom
|
/external/openssl/apps/ |
asn1pars.c | 20 * This can be in the form of a textual message at program startup or 100 ASN1_TYPE *at=NULL; local 321 atmp = at; 323 at = d2i_ASN1_TYPE(NULL,&ctmpbuf,tmplen); 325 if(!at) 331 typ = ASN1_TYPE_get(at); 341 tmpbuf=at->value.asn1_string->data; 342 tmplen=at->value.asn1_string->length; 380 if (at != NULL) ASN1_TYPE_free(at); [all...] |
/external/openssl/crypto/x509/ |
x509_req.c | 20 * This can be in the form of a textual message at program startup or 158 * extensions in a certificate request. There are at least two OIDs that are 221 ASN1_TYPE *at = NULL; local 223 if(!(at = ASN1_TYPE_new()) || 224 !(at->value.sequence = ASN1_STRING_new())) goto err; 226 at->type = V_ASN1_SEQUENCE; 228 at->value.sequence->length = 230 &at->value.sequence->data, 234 if(!sk_ASN1_TYPE_push(attr->value.set, at)) goto err; 235 at = NULL [all...] |
/external/stlport/src/ |
cxa.c | 45 void (*at)(void); member in union:exit_function::__anon26614
|
/external/stlport/test/unit/ |
deque_test.cpp | 2 //into account (at least using GCC 4.0.1) 24 CPPUNIT_TEST(at); 39 void at(); 104 //Insertion at end: 137 //Insertion of several elements at end: 157 void DequeTest::at() { function in class:DequeTest 162 CPPUNIT_ASSERT( d.at(0) == 10 ); 163 d.at(0) = 20; 164 CPPUNIT_ASSERT( cd.at(0) == 20 ); 169 d.at(1) = 20 [all...] |
/frameworks/compile/mclinker/include/mcld/MC/ |
SymbolCategory.h | 51 LDSymbol& at(size_t pPosition) function in class:mcld::SymbolCategory 52 { return *m_OutputSymbols.at(pPosition); } 54 const LDSymbol& at(size_t pPosition) const function in class:mcld::SymbolCategory 55 { return *m_OutputSymbols.at(pPosition); }
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptGroupThunker.java | 6 * You may obtain a copy of the License at 34 AllocationThunker at = (AllocationThunker) a; local 36 mN.setInput(s.mN, at.getNObj()); 43 AllocationThunker at = (AllocationThunker) a; local 45 mN.setOutput(s.mN, at.getNObj());
|
/ndk/sources/cxx-stl/stlport/src/ |
cxa.c | 45 void (*at)(void); member in union:exit_function::__anon33139
|
/ndk/tests/device/test-gnustl-full/unit/ |
deque_test.cpp | 2 //into account (at least using GCC 4.0.1) 24 CPPUNIT_TEST(at); 39 void at(); 104 //Insertion at end: 137 //Insertion of several elements at end: 157 void DequeTest::at() { function in class:DequeTest 162 CPPUNIT_ASSERT( d.at(0) == 10 ); 163 d.at(0) = 20; 164 CPPUNIT_ASSERT( cd.at(0) == 20 ); 169 d.at(1) = 20 [all...] |
/ndk/tests/device/test-stlport/unit/ |
deque_test.cpp | 2 //into account (at least using GCC 4.0.1) 24 CPPUNIT_TEST(at); 39 void at(); 104 //Insertion at end: 137 //Insertion of several elements at end: 157 void DequeTest::at() { function in class:DequeTest 162 CPPUNIT_ASSERT( d.at(0) == 10 ); 163 d.at(0) = 20; 164 CPPUNIT_ASSERT( cd.at(0) == 20 ); 169 d.at(1) = 20 [all...] |
/packages/apps/Calendar/tests/src/com/android/calendar/alerts/ |
AlertServiceTest.java | 6 * the License at 396 AlertsTable at = new AlertsTable(); local 397 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, 403 at.getAlertCursor(), currentTime, AlertService.MAX_NOTIFICATIONS); 412 AlertsTable at = new AlertsTable(); local 413 NotificationTestManager ntm = new NotificationTestManager(at.mAlerts, 416 int id = at.addAlertRow(100, SCHEDULED, ACCEPTED, 0 /* all day */, 1300000, 2300000, 0); 422 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime, 431 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime, 439 AlertService.generateAlerts(mContext, ntm, alarmMgr, prefs, at.getAlertCursor(), currentTime 449 AlertsTable at = new AlertsTable(); local 522 AlertsTable at = new AlertsTable(); local 587 AlertsTable at = new AlertsTable(); local 610 AlertsTable at = new AlertsTable(); local 728 AlertsTable at = new AlertsTable(); local 757 AlertsTable at = new AlertsTable(); local 789 AlertsTable at = new AlertsTable(); local 849 AlertsTable at = new AlertsTable(); local [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
MixedItemSection.java | 6 * You may obtain a copy of the License at 286 * Places all the items in this instance at particular offsets. This 335 int at = 0; local 347 int writeAt = (at + alignMask) & ~alignMask; 349 if (at != writeAt) { 350 out.writeZeroes(writeAt - at); 351 at = writeAt; 355 at += one.writeSize(); 358 if (at != writeSize) {
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Prototype.java | 6 * You may obtain a copy of the License at 64 int at = 1; local 67 int startAt = at; 68 char c = descriptor.charAt(at); 70 at++; 76 at++; 77 c = descriptor.charAt(at); 82 int endAt = descriptor.indexOf(';', at); 86 at = endAt + 1; 88 at++ [all...] |
/dalvik/dx/src/com/android/dx/cf/code/ |
Frame.java | 6 * You may obtain a copy of the License at 159 int at = 0; local 164 locals.set(at, one); 165 at += one.getCategory(); 296 * in the subroutine at the end of "subroutines" passed into 303 * Merges this frame with the frame of a subroutine caller at 304 * {@code predLabel}. Only called on the frame at the first
|
/dalvik/dx/src/com/android/dx/cf/cst/ |
ConstantPoolParser.java | 6 * You may obtain a copy of the License at 184 int at = 10; // offset from the start of the file to the first cst local 188 offsets[i] = at; 189 int tag = bytes.getUnsignedByte(at); 199 at += 5; 205 at += 9; 211 at += 3; 216 at += bytes.getUnsignedShort(at + 1) + 3; 233 ex.addContext("...while preparsing cst " + Hex.u2(i) + " at offset " + Hex.u4(at)) 256 int at = offsets[idx]; local [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
MemberListParser.java | 6 * You may obtain a copy of the License at 175 int at = offset + 2; // Skip the count. local 187 int accessFlags = bytes.getUnsignedShort(at); 188 int nameIdx = bytes.getUnsignedShort(at + 2); 189 int descIdx = bytes.getUnsignedShort(at + 4); 194 observer.startParsingMember(bytes, at, name.getString(), 196 observer.parsed(bytes, at, 0, "\n" + humanName() + 199 observer.parsed(bytes, at, 2, 202 observer.parsed(bytes, at + 2, 2, 204 observer.parsed(bytes, at + 4, 2 [all...] |
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 6 * You may obtain a copy of the License at 66 private int at; field in class:BaseDumper 90 this.at = 0; 129 if (offset < at) { 131 at = offset; 132 } else if (offset > at) { 133 String hex = rawBytes ? hexDump(at, offset - at) : ""; 135 at = offset; 140 at += len [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
MixedItemSection.java | 6 * You may obtain a copy of the License at 285 * Places all the items in this instance at particular offsets. This 334 int at = 0; local 346 int writeAt = (at + alignMask) & ~alignMask; 348 if (at != writeAt) { 349 out.writeZeroes(writeAt - at); 350 at = writeAt; 354 at += one.writeSize(); 357 if (at != writeSize) {
|
ValueEncoder.java | 6 * You may obtain a copy of the License at 332 int at = 0; local 339 out.annotate(0, " elements[" + at + "]:"); 340 at++;
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 6 * You may obtain a copy of the License at 68 int at = 1; local 71 int startAt = at; 72 char c = descriptor.charAt(at); 74 at++; 80 at++; 81 c = descriptor.charAt(at); 86 int endAt = descriptor.indexOf(';', at); 90 at = endAt + 1; 92 at++ [all...] |