/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_ra.cpp | 327 // at the end of the block it is coming from and replace the operand with its 426 for (std::deque<Value *>::iterator it = cal->target.fn->clobbers.begin(); 427 it != cal->target.fn->clobbers.end(); 428 ++it) { 429 if (clobberSet.occupy(*it)) { 430 Value *tmp = new_LValue(func, (*it)->asLValue()); 431 tmp->reg.data.id = (*it)->reg.data.id; 487 for (std::deque<ValueRef>::iterator it = f->outs.begin(); 488 it != f->outs.end(); ++it) { 1392 std::list<SpillSlot>::iterator pos = slots.end(), it = slots.begin(); local [all...] |
/external/mesa3d/src/gallium/state_trackers/vega/ |
stroker.c | 70 VGPathCommand (*current_command)(struct stroke_iterator *it); 71 void (*current_coords)(struct stroke_iterator *it, VGfloat *coords); 149 static VGPathCommand stroke_fw_current_command(struct stroke_iterator *it) 151 return it->cmds[it->position]; 154 static VGPathCommand stroke_bw_current_command(struct stroke_iterator *it) 157 if (it->position == it->num_commands -1) 160 prev_cmd = it->cmds[it->position + 1] 1057 struct stroke_iterator *it = &fwit; local 1136 struct stroke_iterator it; local [all...] |
/external/messageformat/java/com/ibm/icu/simple/ |
PluralRules.java | 40 * A PluralRules object is immutable. It contains caches for sample values, but those are synchronized. 42 * PluralRules is Serializable so that it can be used in formatters, which are serializable. 78 * previous example. The second part applies a different modulus and also uses negation, thus it matches all numbers 159 * includes all values. Using 'within' with a range_list consisting entirely of values is the same as using 'in' (it's 308 * for values to which no other form in the rule applies. It 366 * The exception index is typically not set, it will be -1. 377 * Creates a PluralRules from a description if it is parsable, 639 * always supply the decimals explicitly if possible. Currently, it is up to 6 decimals (without trailing zeros). [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPMessage.java | 239 Iterator<SIPHeader> it = this.headers.iterator(); local 241 while (it.hasNext()) { 242 SIPHeader siphdr = (SIPHeader) it.next(); 342 ListIterator<SIPHeader> it = myHdrs.listIterator(); local 343 while (it.hasNext()) { 344 SIPHeader sipHdr = (SIPHeader) it.next(); 355 * then it is simply ignored (will not appear in the encoded message). 358 * representation of the SDP payload if it exists). 362 Iterator<SIPHeader> it = this.headers.iterator(); local 364 while (it.hasNext()) 423 Iterator<SIPHeader> it = this.headers.iterator(); local 1012 ListIterator it = viaList.listIterator(); local 1604 Iterator<SIPHeader> it = values.iterator(); local [all...] |
/external/openfst/src/include/fst/ |
replace.h | 66 // // Lookup state ID by tuple. If it doesn't exist, then add it. 540 typename NonTerminalHash::const_iterator it = local 542 return it != nonterminal_hash_.end(); 688 // actually compute it. 736 typename NonTerminalHash::const_iterator it = local 738 if (it != nonterminal_hash_.end()) { // recurse into non terminal 739 Label nonterminal = it->second; 866 typename StackPrefixHash::iterator it = prefix_hash_.find(prefix); local 867 if (it == prefix_hash_.end()) 1278 typename set<Label>::iterator it = impl_->nonterminal_set_.begin(); local [all...] |
/external/regex-re2/re2/ |
dfa.cc | 17 // but it omits the details of how the State graph gets constructed as well 71 // If it is false, the DFA runs from text.end() to text.begin(), 73 // If the DFA cannot complete the search (for example, if it is out of 74 // memory), it sets *failed and returns false. 87 // These data structures are logically private, but C++ makes it too 327 // loop is not specialized like the SearchFFF etc. versions, so it 499 // Signals that the rest of the string matches no matter what it is. 510 for (DFA::Workq::iterator it = q->begin(); it != q->end(); ++it) { 743 StateSet::iterator it = state_cache_.find(&state); local [all...] |
/external/v8/src/compiler/ |
instruction.h | 118 // instruction. This means that register allocator will not reuse it's 173 // because it accommodates a larger pay-load. 185 // The slot index is a signed value which requires us to decode it manually 290 // A move is redundant if it's been eliminated, if its source and 545 // every instruction can possibly have moves inserted before it. 881 ConstantMap::const_iterator it = constants_.find(virtual_register); local 882 DCHECK(it != constants_.end()); 883 DCHECK_EQ(virtual_register, it->first); 884 return it->second;
|
/external/v8/src/ic/ |
ic.cc | 168 StackFrameIterator it(isolate); 169 for (int i = 0; i < depth + 1; i++) it.Advance(); 170 StackFrame* frame = it.frame(); 191 StackFrameIterator it(isolate()); 192 while (it.frame()->fp() != this->fp()) it.Advance(); 193 JavaScriptFrame* frame = JavaScriptFrame::cast(it.frame()); 219 static void LookupForRead(LookupIterator* it) { 220 for (; it->IsFound(); it->Next()) 985 LookupIterator it = *lookup; local 1520 HeapType::Iterator<Map> it = field_type->Classes(); local [all...] |
/external/vixl/src/vixl/a64/ |
macro-assembler-a64.cc | 59 std::vector<RawLiteral*>::iterator it, end; local 60 for (it = entries_.begin(), end = entries_.end(); it != end; ++it) { 61 delete *it; 100 std::vector<RawLiteral*>::iterator it, end; local 101 for (it = entries_.begin(), end = entries_.end(); it != end; ++it) { 102 VIXL_ASSERT((*it)->IsUsed()) [all...] |
/external/webp/src/dsp/ |
dec_sse2.c | 20 // one it seems => disable it by default. Uncomment the following to enable: 524 // TODO(somnath): Investigate _mm_shuffle* also see if it can be broken into 742 const __m128i it = _mm_set1_epi8(ithresh); local 743 const __m128i diff = _mm_subs_epu8(*mask, it); [all...] |
/frameworks/av/media/libstagefright/httplive/ |
LiveSession.cpp | 127 List<BandwidthEntry>::iterator it = mBandwidthHistory.begin(); local 130 if (nowUs - it->mTimestampUs < kMaxBandwidthHistoryAgeUs && 131 mTotalTransferTimeUs - it->mDelayUs < bandwidthHistoryWindowUs) { 134 mTotalTransferTimeUs -= it->mDelayUs; 135 mTotalTransferBytes -= it->mNumBytes; 169 List<BandwidthEntry>::iterator it = --mBandwidthHistory.end(); local 170 for (size_t i = 0; i < kShortTermBandwidthItems; i++, it--) { 171 totalTimeUs += it->mDelayUs; 172 totalBytes += it->mNumBytes; 182 List<int32_t>::iterator it; local [all...] |
/frameworks/av/services/camera/libcameraservice/device3/ |
Camera3Device.cpp | 535 for (List<const CameraMetadata>::const_iterator it = metadataList.begin(); 536 it != metadataList.end(); ++it) { 537 sp<CaptureRequest> newRequest = setUpRequestLocked(*it); 545 if (it->exists(ANDROID_REQUEST_ID)) { 546 if (it->find(ANDROID_REQUEST_ID).count == 0) { 550 newRequest->mResultExtras.requestId = it->find(ANDROID_REQUEST_ID).data.i32[0]; 3557 auto it = mPendingStreams.begin(); local [all...] |
/frameworks/base/keystore/tests/src/android/security/keystore/ |
AndroidKeyStoreTest.java | 1220 final Iterator<Certificate> it = expectedChain.iterator(); local [all...] |
/frameworks/base/services/core/java/com/android/server/tv/ |
TvInputHardwareManager.java | 182 for (Iterator<HdmiDeviceInfo> it = mHdmiDeviceList.iterator(); it.hasNext();) { 183 HdmiDeviceInfo deviceInfo = it.next(); 187 it.remove(); 486 for (Iterator<Message> it = mPendingHdmiDeviceEvents.iterator(); it.hasNext(); ) { 487 Message msg = it.next(); 493 it.remove(); 755 // It's impossible to set a non-null surface with a null config. [all...] |
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalManager.java | 250 * This class stores the zone throttle info. It contains the zoneID, 623 Iterator it = ThermalManager.sProfileZoneMap.entrySet().iterator(); local 624 while (it.hasNext()) { 625 Map.Entry entryProfZone = (Map.Entry) it.next(); 748 Iterator it = sProfileZoneMap.entrySet().iterator(); local 749 while (it.hasNext()) { 750 Map.Entry entry = (Map.Entry) it.next();
|
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentSkipListMap.java | 37 * method. (Note however that it is possible to change mappings in the 125 * that any other CAS of it will fail, but implements the idea by 127 * marking it. While it would be possible to further squeeze 128 * space by defining marker nodes not to have key/value fields, it 137 * null, then it is considered logically deleted and ignored even 138 * though it is still reachable. This maintains proper control of 140 * must fail if a delete beat it by nulling field, and a delete 143 * here because it just so happens to mesh with the Map API 172 * and it can eventually be GCed 1456 Iterator<? extends Map.Entry<? extends K, ? extends V>> it = local [all...] |
/libcore/luni/src/test/java/libcore/java/sql/ |
OldResultSetGetterTests.java | 609 ListIterator<Integer> it = input.listIterator(); local 612 assertEquals(it.next().intValue(),res.getInt(i)); 633 ListIterator<Integer> it = input.listIterator(); local 634 while (it.hasNext()) { 635 assertEquals(it.next().intValue(), res.getInt(itS.next())); 714 ListIterator<String> it = types.listIterator(); local 722 String type = it.next(); 1045 Iterator<String> it = stringTimes.iterator(); local 1104 Iterator<String> it = stringTimes.iterator(); local 1164 Iterator<String> it = stringTimes.iterator(); local 1221 Iterator<String> it = stringTimes.iterator(); local 1284 Iterator<String> it = stringTimes.iterator(); local 1345 Iterator<String> it = stringTimes.iterator(); local [all...] |
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/ |
StringUtil.java | 106 * Returns the given string if it is nonempty and contains at least one 210 * This method is deprecated because it is too inflexible, providing 213 * and consistent in the way it handles trimming and empty tokens. 227 * behavior in this respect, Splitter is not able to match it. 259 * This is a convenience method, it simply calls trimStart(s, null). 300 * This is a convenience method, it simply calls trimEnd(s, null). 391 // string... but it does something kind of weird in that case. 496 * (note that it returns an {@code Iterable}, not a {@code List}) 696 * Like String.replace() except that it accepts any number of old chars. 932 // it works because the writer can never outrun the reade 2041 Iterator<String> it = string2List(in, delimEntry, false).iterator(); local [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-deploy-plugin/2.5/ |
maven-deploy-plugin-2.5.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/maven/plugins/maven-resources-plugin/2.4.3/ |
maven-resources-plugin-2.4.3.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/ |
plexus-interactivity-api-1.0-alpha-4.jar | |
/prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta1/ |
google-services-1.3.0-beta1.jar | |
/prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta2/ |
google-services-1.3.0-beta2.jar | |
/prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta3/ |
google-services-1.3.0-beta3.jar | |
/prebuilts/gradle-plugin/com/google/gms/google-services/1.3.0-beta4/ |
google-services-1.3.0-beta4.jar | |