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

<<11121314151617181920>>

  /external/webkit/Source/WebCore/platform/text/wince/
TextCodecWinCE.cpp 105 HashMap<String, CharsetInfo>::iterator j = knownCharsets().find(String(i->second.data(), i->second.length()));
107 CharsetInfo& info = j->second;
108 info.m_name = i->second.data();
115 supportedCharsets().add(i->second.data());
128 return i == charsets.end() ? CP_ACP : i->second.m_codePage;
151 registrar(j->second.m_name.data(), j->second.m_name.data());
152 for (Vector<CString>::const_iterator alias = j->second.m_aliases.begin(); alias != j->second.m_aliases.end(); ++alias
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/
nfa.c 357 * branch = mkbranch( first, second );
359 * branch - a machine which matches either first's pattern or second's
360 * first, second - machines whose patterns are to be or'ed (the | operator)
362 * Note that first and second are NEITHER destroyed by the operation. Also,
367 int mkbranch( first, second )
368 int first, second;
373 return second;
375 else if ( second == NO_TRANSITION )
381 mkxtion( eps, second );
444 * new = mkor( first, second );
    [all...]
  /external/chromium/net/socket/
client_socket_pool_manager.cc 53 list->Append(it->second->GetInfoAsValue(it->first.ToString(),
310 it->second->Flush();
316 it->second->Flush();
322 it->second->Flush();
328 it->second->Flush();
334 it->second->Flush();
340 it->second->Flush();
346 it->second->Flush();
359 it->second->CloseIdleSockets();
365 it->second->CloseIdleSockets()
    [all...]
  /external/chromium/base/
time_mac.cc 27 // Core Foundation uses a double second count since 2001-01-01 00:00:00 UTC.
65 date.second = exploded.second +
95 exploded->second = date.second;
97 static_cast<int>(date.second * kMillisecondsPerSecond) %
  /external/chromium/chrome/browser/history/
top_sites_cache.cc 44 *bytes = found->second.thumbnail.get();
55 *score = found->second.thumbnail_score;
72 return GetCanonicalURLsIterator(url)->second;
105 entry.second = i;
117 entry.second = 0u;
snippet.cc 33 pair.second >= (*match_positions)[offset].first) {
34 pair.second = std::max(pair.second, (*match_positions)[offset].second);
60 if (end > i->second) {
63 i->second = end;
75 if (start <= i->second && end > i->second) {
77 i->second = end;
79 } else if (end > i->second) {
    [all...]
  /external/chromium/chrome/browser/
icon_manager.cc 31 return it->second;
66 ClientRequest client_request = rit->second;
76 if (it != icon_cache_.end() && result && it->second) {
77 it->second->SwapRepresentations(result);
79 result = it->second;
oom_priority_manager.cc 61 // than |second|.
63 RendererStats second) {
70 if (first.is_pinned != second.is_pinned)
77 if (abs((first.last_selected - second.last_selected).ToInternalValue()) <
79 return first.last_selected < second.last_selected;
81 return first.memory_used < second.memory_used;
  /external/chromium/chrome/browser/net/
referrer.cc 69 it->second.SubresourceIsNeeded();
90 int64 lifetime = (kNow - it->second.birth_time()).InMilliseconds();
91 double rate = it->second.subresource_use_rate();
109 if (!it->second.Trim(reduce_rate, threshold))
152 it->second.subresource_use_rate()));
  /external/chromium/chrome/browser/sync/sessions/
ordered_commit_set.cc 55 Projection& p = it->second;
81 Projections::const_iterator proj = projections_.find(group->second);
84 DCHECK_LE(proj->second.size(), types_.size());
85 for (size_t i = 0; i < proj->second.size(); i++) {
86 if (types_[proj->second[i]] == syncable::BOOKMARKS)
  /external/webkit/Source/WebKit/chromium/src/
WebAccessibilityCacheImpl.cpp 115 if (it == m_objectMap.end() || !it->second)
118 return WebAccessibilityObject(it->second->accessibilityObject());
128 if (it->second) {
130 IdMap::iterator it2 = m_idMap.find(it->second->accessibilityObject());
154 return it->second;
  /external/llvm/lib/Analysis/IPA/
CallGraph.cpp 189 I->second->allReferencesDropped();
194 delete I->second;
200 I->second->print(OS);
239 I->second->F = const_cast<Function*>(To);
240 FunctionMap[To] = I->second;
265 if (Function *FI = I->second->getFunction())
284 I->second->DropRef();
297 if (CalledFunctions[i].second == Callee) {
311 if (CR.second == Callee && CR.first == 0) {
328 I->second->DropRef()
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_form_data.cc 76 const std::vector<PasswordForm*>& second) {
77 if (first.size() != second.size())
80 for (unsigned int i = 0; i < second.size(); ++i) {
81 const PasswordForm* actual = second[i];
102 std::vector<webkit_glue::PasswordForm>& second) {
108 for (unsigned int i = 0; i < second.size(); ++i) {
109 second_ptr.push_back(&second[i]);
  /external/llvm/include/llvm/Analysis/
DominanceFrontier.h 75 I->second.erase(BB);
81 I->second.insert(Node);
86 assert(I->second.count(Node) && "Node is not in DominanceFrontier of BB");
87 I->second.erase(Node);
121 tmpFrontiers.insert(std::make_pair(I->first, I->second));
130 if (compareDomSet(I->second, DFI->second))
  /external/chromium/chrome/browser/autofill/
autofill_download.cc 153 if (std::find(it->second.form_signatures.begin(),
154 it->second.form_signatures.end(), form_signature) !=
155 it->second.form_signatures.end() &&
156 it->second.request_type == request_type) {
266 data.second = query_data;
280 *query_data = it->second;
319 it->second.request_type == AutofillDownloadManager::REQUEST_QUERY ?
326 CHECK(it->second.form_signatures.size());
348 if (it->second.request_type == AutofillDownloadManager::REQUEST_QUERY) {
358 observer_->OnHeuristicsRequestError(it->second.form_signatures[0]
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_pref_value_map.cc 64 return winner->second->install_time <= ext->second->install_time;
93 GetExtensionControlledKeys(*(i->second), &keys);
95 delete i->second;
105 if (i->second->enabled == is_enabled)
108 GetExtensionControlledKeys(*(i->second), &keys);
109 i->second->enabled = is_enabled;
118 return incognito ? &(i->second->inc_preferences)
119 : &(i->second->reg_preferences);
127 return incognito ? &(i->second->inc_preferences
    [all...]
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 109 item->second.access = Time::Now();
129 entry->second.capacity = stats.capacity;
130 entry->second.deadSize = stats.deadSize;
131 entry->second.liveSize = stats.liveSize;
132 entry->second.maxDeadCapacity = stats.maxDeadCapacity;
133 entry->second.minDeadCapacity = stats.minDeadCapacity;
175 stats->minDeadCapacity += elmt->second.minDeadCapacity;
176 stats->maxDeadCapacity += elmt->second.maxDeadCapacity;
177 stats->capacity += elmt->second.capacity;
178 stats->liveSize += elmt->second.liveSize
    [all...]
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.cpp 48 eglDestroySurface(display(), it->second.first);
49 if (it->second.second) {
50 it->second.second->Destroy();
51 delete it->second.second;
61 eglDestroyContext(display(), it->second);
229 if (surface_window_pair->second) {
230 surface_window_pair->second->Destroy()
    [all...]
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 138 if (::memcmp(cache_libbcc_dep.second, LibBCCSHA1, SHA1_DIGEST_LENGTH) != 0) {
143 cache_libbcc_dep.second);
148 if (::memcmp(cache_libcompiler_rt_dep.second, LibCompilerRTSHA1,
154 cache_libcompiler_rt_dep.second);
159 if (::memcmp(cache_libRS_dep.second, LibRSSHA1, SHA1_DIGEST_LENGTH) != 0) {
164 cache_libRS_dep.second);
169 if (::memcmp(cache_libclcore_dep.second, LibCLCoreSHA1,
175 cache_libclcore_dep.second);
180 if (::memcmp(cache_libclcore_debug_dep.second, LibCLCoreDebugSHA1,
186 cache_libclcore_debug_dep.second);
    [all...]
  /external/llvm/include/llvm/Support/
IntegersSubsetMapping.h 84 if (LItem->second != RItem->second) {
277 if (isIntersected(i, j) && i->second != j->second) {
321 SuccessorClass *Successor = OldItems.begin()->second;
335 Successor = j->second;
400 if (i->second == Succ) {
401 NewMapping.add(i->first, i->second);
410 if (i->second == Succ) {
420 return i->second;
    [all...]
  /external/easymock/src/org/easymock/
EasyMock.java 700 * @param second
701 * placeholder for the second expectation.
704 public static boolean and(boolean first, boolean second) {
714 * @param second
715 * placeholder for the second expectation.
718 public static byte and(byte first, byte second) {
728 * @param second
729 * placeholder for the second expectation.
732 public static char and(char first, char second) {
742 * @param second
    [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
socketpool.cc 50 delete it->second;
54 delete it->second;
64 it->second->SignalEvent.disconnect(this);
71 return active_.front().second;
78 return active_.front().second;
86 if (stream == it->second) {
91 pool_->ReturnConnectedStream(it->second);
113 if (stream == it->second) {
116 it->second->SignalEvent.disconnect(this);
118 pool_->ReturnConnectedStream(it->second);
    [all...]
  /external/llvm/lib/MC/
MCSectionMachO.cpp 190 if (Comma.second.empty())
204 Comma = Comma.second.split(',');
218 if (Comma.second.empty())
222 Comma = Comma.second.split(',');
244 if (Comma.second.empty()) {
254 Comma = Comma.second.split(',');
276 if (Plus.second.empty()) break;
277 Plus = Plus.second.split('+');
281 if (Comma.second.empty()) {
295 StringRef StubSizeStr = Comma.second;
    [all...]
  /external/stlport/test/unit/
equal_test.cpp 46 CPPUNIT_ASSERT( (range.second - numbers) == 8 );
58 CPPUNIT_ASSERT( (range.second - v.begin()) == 9 );
59 for (; range.first != range.second; ++range.first)
63 CPPUNIT_ASSERT( range.first == range.second );
97 CPPUNIT_ASSERT( (range.second - chars) == 22 );
98 for (; range.first != range.second; ++range.first)
102 CPPUNIT_ASSERT( (range.second - range.first) == 1 );
122 CPPUNIT_ASSERT( p.first != p.second );
124 CPPUNIT_ASSERT( p.second != tv.end() );
126 CPPUNIT_ASSERT( *p.second == 6 )
    [all...]
  /external/webkit/Source/JavaScriptCore/runtime/
WeakGCMap.h 67 std::pair<KeyType, ExternalType> get() const { return std::make_pair(m_iterator->first, HandleTypes<MappedType>::getFromSlot(m_iterator->second)); }
91 HandleHeap::heapFor(ptr->second)->deallocate(ptr->second);
108 HandleSlot slot = iter.m_iterator->second;
127 if (iter.second) {
129 iter.first->second = slot;
139 HandleSlot slot = iter.m_iterator->second;
148 HandleSlot slot = iter.first->second;
149 if (iter.second) {
152 iter.first->second = slot
    [all...]

Completed in 3054 milliseconds

<<11121314151617181920>>