HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 501 - 525 of 3303) sorted by null

<<21222324252627282930>>

  /external/webkit/Source/WebCore/loader/
CrossOriginPreflightResultCache.cpp 130 if (!m_headers.contains(it->first) && !isOnAccessControlSimpleRequestHeaderWhitelist(it->first, it->second)) {
164 if (!addResult.second) {
166 addResult.first->second = resultPtr;
177 if (cacheIt->second->allowsRequest(includeCredentials, method, requestHeaders))
180 delete cacheIt->second;
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCache.cpp 105 unsigned type = it->second->type();
109 m_estimatedSizeInStorage -= it->second->estimatedSizeInStorage();
172 *fallbackURL = m_fallbackURLs[i].second;
185 it->second->clearStorageID();
217 ApplicationCacheResource::dumpType(it->second->type());
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 77 this.second = s;
82 int second; field in class:HttpDateTime.TimeOfDay
119 time.set(timeOfDay.second, timeOfDay.minute, timeOfDay.hour, date,
220 int second = (timeString.charAt(i++) - '0') * 10 local
223 return new TimeOfDay(hour, minute, second);
  /external/llvm/include/llvm/ADT/
ValueMap.h 127 return I != Map.end() ? I->second : ValueT();
135 Map.insert(std::make_pair(Wrap(KV.first), KV.second));
136 return std::make_pair(iterator(map_result.first), map_result.second);
184 // function because ValueMapCVH is constructed with a second parameter.
240 ValueT Target(I->second);
293 ValueT& second; member in struct:llvm::ValueMapIterator::ValueTypeProxy
296 return std::make_pair(first, second);
301 ValueTypeProxy Result = {I->first.Unwrap(), I->second};
343 const ValueT& second; member in struct:llvm::ValueMapConstIterator::ValueTypeProxy
346 return std::make_pair(first, second);
    [all...]
DenseMap.h 90 P->second.~ValueT();
144 return TheBucket->second;
158 TheBucket = InsertIntoBucket(KV.first, KV.second, TheBucket);
174 std::move(KV.second),
193 TheBucket->second.~ValueT();
201 TheBucket->second.~ValueT();
216 return FindAndConstruct(Key).second;
229 return FindAndConstruct(Key).second;
256 P->second.~ValueT();
291 new (&DestBucket->second) ValueT(llvm_move(B->second))
    [all...]
  /external/robolectric/lib/main/
hamcrest-core-1.2.jar 
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 39 assertEquals(t.second, t2.second);
54 assertEquals(t.second, t2.second);
73 assertEquals(t.second, 1);
95 assertEquals(0, t.second);
140 assertEquals(0, t.second);
148 assertEquals(0, t.second);
166 assertEquals(0, t.second);
231 assertEquals(0, time.second);
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
VideoLayerManager.cpp 142 if (it->second->textureId) {
143 ALOGV("delete texture from the map %d", it->second->textureId);
144 glDeleteTextures(1, &it->second->textureId);
146 it->second->textureId = 0;
189 sum += it->second->videoSize;
281 it->first, it->second->textureId, it->second->videoSize, it->second->timeStamp);
284 if (it->second->timeStamp < oldestTimeStamp) {
285 oldestTimeStamp = it->second->timeStamp
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
objectNameManager.cpp 33 m_globalNameSpace->deleteName(m_type, (*n).second);
69 return (*n).second;
80 if((*it).second == p_globalName){
95 m_globalNameSpace->deleteName(m_type, (*n).second);
111 m_globalNameSpace->deleteName(m_type, (*n).second);
112 (*n).second = p_globalName;
303 if (i != map->end()) ret = (*i).second;
331 shareGroupReturn = (*s).second;
355 shareGroupReturn = (*s).second;
376 shareGroupReturn = (*s).second;
    [all...]
  /external/chromium/chrome/browser/net/
predictor.cc 273 Referrer* referrer = &(it->second);
280 double connection_expectation = future_url->second.subresource_use_rate();
284 future_url->second.ReferrerWasObserved();
288 future_url->second.IncrementPreconnectionCount();
295 future_url->second.preresolution_increment();
411 static_cast<int>(future_url->second.navigation_count()),
412 static_cast<int>(future_url->second.preconnection_count()),
413 static_cast<int>(future_url->second.preresolution_count()),
414 static_cast<double>(future_url->second.subresource_use_rate()),
432 snapshot[it->first] = it->second;
    [all...]
  /external/chromium/chrome/browser/history/
history_types.cc 174 DCHECK(!found->second->empty());
176 *num_matches = found->second->size();
177 return &found->second->front();
253 for (int match = 0; match < static_cast<int>(found->second->size());
255 if (found->second[match] >= begin && found->second[match] <= end) {
257 found->second->erase(found->second->begin() + match);
263 if (found->second->empty())
276 found->second->push_back(index)
    [all...]
  /external/clang/lib/Edit/
EditedSource.cpp 45 if (I != ExpansionToArgMap.end() && I->second != DefArgLoc)
100 FileEdit &FA = I->second;
117 FileEdit &FA = I->second;
154 FileEdit &FA = I->second;
168 NewI->second.RemoveLen = Len;
172 FileEdit &FA = I->second;
180 TopFA = &NewI->second;
185 TopFA = &I->second;
195 FileEdit &FA = I->second;
340 StrVec = I->second.Text
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 165 /// is strictly lower than the second.
170 /// is lower than, or equal to, the second.
176 /// is greater than the second.
182 /// is greater than, or equal to, the second.
390 return itr->second;
424 return MapItr->second;
441 return MapItr->second;
469 return getMBBRange(Num).second;
474 return getMBBRange(mbb).second;
489 index < getMBBEndIdx(J->second) &
    [all...]
  /libcore/luni/src/main/java/java/util/
Date.java 121 * @param second
122 * the second of the minute, 0 - 59.
128 public Date(int year, int month, int day, int hour, int minute, int second) {
130 cal.set(1900 + year, month, day, hour, minute, second);
297 * Returns the gregorian calendar second of the minute for this {@code Date} object.
301 * @deprecated use {@code Calendar.get(Calendar.SECOND)}
305 return new GregorianCalendar(milliseconds).get(Calendar.SECOND);
391 int hour = -1, minute = -1, second = -1, zoneOffset = 0, minutesOffset = 0; local
470 } else if (minute != -1 && second == -1) {
471 second = digit
    [all...]
  /external/stlport/test/unit/
map_test.cpp 65 CPPUNIT_ASSERT( p.second );
68 CPPUNIT_ASSERT( (*p.first).second == 100 );
71 CPPUNIT_ASSERT( !p.second ); // already existing pair
74 CPPUNIT_ASSERT( (*p.first).second == 100 );
97 CPPUNIT_ASSERT((*i).second == 10);
100 CPPUNIT_ASSERT((*i).second == 20);
103 CPPUNIT_ASSERT((*i).second == 32);
136 CPPUNIT_ASSERT((*i).second=='c');
140 CPPUNIT_ASSERT((*i).second=='f');
214 CPPUNIT_ASSERT( (*ri++).second == 'f' )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 65 CPPUNIT_ASSERT( p.second );
68 CPPUNIT_ASSERT( (*p.first).second == 100 );
71 CPPUNIT_ASSERT( !p.second ); // already existing pair
74 CPPUNIT_ASSERT( (*p.first).second == 100 );
97 CPPUNIT_ASSERT((*i).second == 10);
100 CPPUNIT_ASSERT((*i).second == 20);
103 CPPUNIT_ASSERT((*i).second == 32);
136 CPPUNIT_ASSERT((*i).second=='c');
140 CPPUNIT_ASSERT((*i).second=='f');
214 CPPUNIT_ASSERT( (*ri++).second == 'f' )
    [all...]
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 65 CPPUNIT_ASSERT( p.second );
68 CPPUNIT_ASSERT( (*p.first).second == 100 );
71 CPPUNIT_ASSERT( !p.second ); // already existing pair
74 CPPUNIT_ASSERT( (*p.first).second == 100 );
97 CPPUNIT_ASSERT((*i).second == 10);
100 CPPUNIT_ASSERT((*i).second == 20);
103 CPPUNIT_ASSERT((*i).second == 32);
136 CPPUNIT_ASSERT((*i).second=='c');
140 CPPUNIT_ASSERT((*i).second=='f');
214 CPPUNIT_ASSERT( (*ri++).second == 'f' )
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/cc_hash_table_map_/
cc_ht_map_.hpp 95 #define PB_DS_V2S(X) (X).second
388 return (p_e->m_value.second);
392 return insert_new_imp(value_type(r_key, mapped_type()), pos)->second;
403 !hash_eq_fn_base::operator()(p_e->m_value.first, p_e->m_hash, r_key, pos_hash_pair.second))
413 return p_e->m_value.second;
418 pos_hash_pair)->second;
457 p_e->m_hash = r_pos_hash_pair.second;
498 r_key, pos_hash_pair.second))
545 for (++r_pos.second; r_pos.second < m_num_e; ++r_pos.second
    [all...]

Completed in 1166 milliseconds

<<21222324252627282930>>