Searched defs:end (Results 126 - 150 of 387) sorted by last modified time

1234567891011>>

/frameworks/compile/mclinker/lib/MC/
H A DSymbolCategory.cpp74 current->end++;
79 m_OutputSymbols[current->end]);
81 current->end++;
121 while (pos != current->end) {
130 if (current->end == pos || current->empty()) {
134 while (pos != current->end) {
141 if (pos != current->end)
157 rear = current->end - 1;
161 current->end--;
180 current->prev->end
289 SymbolCategory::iterator SymbolCategory::end() { function in class:mcld::SymbolCategory
297 SymbolCategory::const_iterator SymbolCategory::end() const { function in class:mcld::SymbolCategory
[all...]
/frameworks/compile/mclinker/lib/Support/
H A DDirectory.cpp120 return end();
127 Directory::iterator Directory::end() { function in class:mcld::sys::fs::Directory
128 return iterator(0, m_Cache.end());
182 if (m_pParent->m_Cache.end() == m_Iter) {
203 if (m_pParent->m_Cache.end() == m_Iter) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64GOT.cpp19 } // end of anonymous namespace
58 SectionData::iterator frag, fragEnd = m_SectionData->end();
67 entry_iterator it, end = m_GOTPLT.end(); local
68 for (it = m_GOTPLT.begin(); it != end; ++it) {
81 entry_iterator it, end = m_GOT.end(); local
82 for (it = m_GOT.begin(); it != end; ++it) {
108 e_end = m_SectionData->end();
123 for (iterator it = begin(), ie = end(); i
[all...]
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMException.cpp26 end = sectData->end(); it != end; ++it) {
36 assert(m_Inputs.find(pInput) == m_Inputs.end() &&
45 for (ARMInputExMap::iterator it = exMap->begin(), end = exMap->end();
46 it != end; ++it) {
55 end = pModule.obj_end(); it != end; ++it) {
68 end
83 ARMInputExMap::iterator end = exMap->end(); local
[all...]
H A DARMException.h101 if (it == m_SectToExData.end()) {
122 /// end - return the iterator to the end of the map
123 iterator end() { return m_SectToExData.end(); } function in class:mcld::ARMInputExMap
124 const_iterator end() const { return m_SectToExData.end(); } function in class:mcld::ARMInputExMap
154 if (it == m_Inputs.end()) {
163 if (it == m_ExIdxToTuple.end()) {
H A DARMGOT.cpp19 } // end of anonymous namespace
55 SectionData::iterator frag, fragEnd = m_SectionData->end();
64 entry_iterator it, end = m_GOTPLT.end(); local
65 for (it = m_GOTPLT.begin(); it != end; ++it) {
78 entry_iterator it, end = m_GOT.end(); local
79 for (it = m_GOT.begin(); it != end; ++it) {
105 e_end = m_SectionData->end();
120 for (iterator it = begin(), ie = end(); i
[all...]
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp272 BinaryTree<int>::iterator end = m_pTestee->end(); local
284 ASSERT_TRUE(it == end);
291 ASSERT_TRUE(it == end);
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java365 long end; field in class:AlarmManagerService.Batch
372 end = Long.MAX_VALUE;
378 end = seed.maxWhenElapsed;
392 return (end >= whenElapsed) && (start <= maxWhen);
410 if (alarm.maxWhenElapsed < end) {
411 end = alarm.maxWhenElapsed;
455 end = newEnd;
494 end = newEnd;
530 end = newEnd;
561 end
[all...]
H A DAssetAtlasService.java368 int end = MAX_SIZE;
373 for (int i = 0; i < cpuCount; i++, start -= STEP, end -= STEP) {
374 ComputeWorker worker = new ComputeWorker(start, end, step,
638 * @param end The maximum texture width to try
645 ComputeWorker(int start, int end, int step, List<Bitmap> bitmaps, int pixelCount, argument
648 mEnd = end;
/frameworks/base/services/core/java/com/android/server/net/
H A DNetworkPolicyManagerService.java926 final long end = currentTime;
927 final long totalBytes = getTotalBytes(policy.template, start, end);
1175 final long end = currentTime;
1176 final long totalBytes = getTotalBytes(policy.template, start, end);
2207 final long end = currentTime;
2208 final long totalBytes = getTotalBytes(policy.template, start, end);
3374 private long getTotalBytes(NetworkTemplate template, long start, long end) { argument
3376 return mNetworkStats.getNetworkTotalBytes(template, start, end);
H A DNetworkStatsCollection.java174 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
176 return getHistory(template, uid, set, tag, fields, start, end, accessLevel,
185 NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end,
193 mBucketDuration, start == end ? 1 : estimateBuckets(), fields);
196 if (start == end) return combined;
203 combined.recordHistory(value, start, end);
213 public NetworkStats getSummary(NetworkTemplate template, long start, long end, argument
215 return getSummary(template, start, end, accessLevel, Binder.getCallingUid());
222 public NetworkStats getSummary(NetworkTemplate template, long start, long end, argument
226 final NetworkStats stats = new NetworkStats(end
173 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
184 getHistory( NetworkTemplate template, int uid, int set, int tag, int fields, long start, long end, @NetworkStatsAccess.Level int accessLevel, int callerUid) argument
264 recordData(NetworkIdentitySet ident, int uid, int set, int tag, long start, long end, NetworkStats.Entry entry) argument
550 dumpCheckin(PrintWriter pw, long start, long end) argument
561 dumpCheckin(PrintWriter pw, long start, long end, NetworkTemplate groupTemplate, String groupPrefix) argument
[all...]
H A DNetworkStatsRecorder.java174 public NetworkStatsCollection getOrLoadPartialLocked(long start, long end) { argument
178 res = loadLocked(start, end);
183 private NetworkStatsCollection loadLocked(long start, long end) { argument
187 mRotator.readMatching(res, start, end);
227 final long end = currentTimeMillis;
228 final long start = end - delta.getElapsedRealtime();
251 mPending.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
256 mSinceBoot.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
261 complete.recordData(ident, entry.uid, entry.set, entry.tag, start, end, entry);
429 // using end tim
468 dumpCheckin(PrintWriter pw, long start, long end) argument
[all...]
H A DNetworkStatsService.java512 long end) {
518 NetworkStats result = new NetworkStats(end - start, 1);
525 internalGetSummaryForNetwork(template, start, end,
535 NetworkTemplate template, long start, long end) {
537 return internalGetSummaryForNetwork(template, start, end, accessLevel);
548 NetworkTemplate template, long start, long end, boolean includeTags) {
551 getUidComplete().getSummary(template, start, end, accessLevel);
554 .getSummary(template, start, end, accessLevel);
576 long start, long end) {
579 return getUidComplete().getHistory(template, uid, set, tag, fields, start, end,
607 internalGetSummaryForNetwork( NetworkTemplate template, long start, long end, @NetworkStatsAccess.Level int accessLevel) argument
627 getNetworkTotalBytes(NetworkTemplate template, long start, long end) argument
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DScheduleCalendar.java81 long end = getTime(time, mSchedule.endHour, mSchedule.endMinute);
82 if (end <= start) {
83 end = addDays(end, 1);
86 isInSchedule(-1, time, start, end) || isInSchedule(0, time, start, end);
96 private boolean isInSchedule(int daysOffset, long time, long start, long end) { argument
100 end = addDays(end, daysOffset);
101 return mDays.contains(day) && time >= start && time < end;
[all...]
/frameworks/base/services/net/java/android/net/dhcp/
H A DDhcpPacket.java259 * DHCP zero-length option code: end of options
302 * typically optional parameters at the end of the packet.
481 private int checksum(ByteBuffer buf, int seed, int start, int end) { argument
493 short[] shortArray = new short[(end - start) / 2];
503 if (end != start) {
607 * Adds the special end-of-optional-parameters indicator.
820 // Skip options. This cannot cause us to read beyond the end of the buffer because the
/frameworks/base/services/net/java/android/net/util/
H A DIpUtils.java46 private static int checksum(ByteBuffer buf, int seed, int start, int end) { argument
58 final int numShorts = (end - start) / 2;
65 if (end != start) {
/frameworks/base/services/tests/servicestests/src/com/android/server/net/
H A DNetworkStatsServiceTest.java1029 private void assertNetworkTotal(NetworkTemplate template, long start, long end, long rxBytes, argument
1033 assertValues(history, start, end, rxBytes, rxPackets, txBytes, txPackets, operations);
1036 final NetworkStats stats = mSession.getSummaryForNetwork(template, start, end);
1192 private static void assertValues(NetworkStatsHistory stats, long start, long end, long rxBytes, argument
1194 final NetworkStatsHistory.Entry entry = stats.getValues(start, end, null);
/frameworks/base/telephony/java/android/telephony/
H A DPhoneNumberUtils.java1269 // if they're non-0 at the end of the scan the dashes will be added in
2354 // Non-dialable character such as P/W should not be at the end of
2421 * @param end The ending character position of the phone number in {@code s}.
2428 public static void ttsSpanAsPhoneNumber(Spannable s, int start, int end) { argument
2429 addTtsSpan(s, start, end);
/frameworks/base/tools/aapt/
H A DAaptAssets.cpp490 size_t end = mDataSize; local
491 size_t total = size + end;
496 memcpy(((char*)buf)+end, data, size);
1288 const unsigned char* end = p+len;
1290 for (int i=0; i<32 && p < end; i++) {
1292 for (int j=0; j<0x10 && p < end; j++) {
1373 // for now we can rely on the back-end doing another filtering
1410 // for now we can rely on the back-end doing another filtering
H A DBundle.h269 char *end; local
270 int minSdkNum = (int)strtol(minVer, &end, 0);
271 if (*end == '\0') {
H A DResource.cpp316 const char16_t* const end = str + baseName.size(); local
317 while (str < end) {
561 fprintf(stderr, "%s:%d: Tag <%s> attribute %s can not end with a space.\n",
1667 iter != splitConfigs.end();
H A DResourceTable.cpp218 const char16_t* const end = str + len; local
221 while (str < end) {
223 while (div < end && *div != '|') {
241 str = div < end ? div+1 : div;
1045 uint32_t end = 0; local
1046 ssize_t endIdx = block.indexOfAttribute(NULL, "end");
1051 srcPos.error("Given 'end' attribute is not an integer: %s\n",
1055 end = endValue.data;
1058 srcPos.error("No 'end' attribute supplied <public-padding>\n");
1062 if (end >
2529 const char16_t* end = name + nameLen; local
[all...]
H A DXMLNode.cpp105 const char16_t* end = str + str16.size(); local
110 while (p < end) {
114 if (*p == '%' && p + 1 < end) {
138 // Optionally '$' can be specified at the end.
139 if (p < end && *p == '$') {
147 while (p < end && (*p == '-' ||
169 if (p < end) {
377 curString.append(pseudo.end());
1306 "Bad end element %s", name);
1321 "Bad end namespac
[all...]
H A Dpseudolocalize.cpp82 out.append(mImpl->end());
216 String16 PseudoMethodAccent::end() { function in class:PseudoMethodAccent
275 bool end = false; local
277 while (!end && i < I) {
282 end = true;
287 end = true;
299 bool end = false; local
301 while (!end && htmlCodePos < I) {
307 end = true;
315 end
[all...]
H A Dpseudolocalize.h11 virtual String16 end() { return String16(); } function in class:PseudoMethodImpl
35 String16 end();
50 String16 end() { return mImpl->end(); } function in class:Pseudolocalizer

Completed in 6896 milliseconds

1234567891011>>