HomeSort by relevance Sort by last modified time
    Searched refs:second (Results 2401 - 2425 of 5944) sorted by null

<<919293949596979899100>>

  /external/regex-re2/re2/
nfa.cc 220 Thread** tp = &q->find(id)->second;
296 Thread* t = i->second;
330 FreeThread(i->second);
363 FreeThread(i->second);
504 Thread* t = i->second;
606 FreeThread(i->second);
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
rmepsilon.h 120 // to the position 'p.second' in the 'arcs_' vector if 'p.first' is
169 if (((*it).second).first == source) {
170 Weight &w = arcs_[((*it).second).second].weight;
173 ((*it).second).first = source;
174 ((*it).second).second = arcs_.size();
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/
throw_allocator.h 154 if (found->second.second != size)
173 if (beg->second.first == label)
206 unsigned long l = static_cast<unsigned long>(ref.second.first);
211 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
throw_allocator.h 146 if (found->second.second != size)
165 if (beg->second.first == label)
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
throw_allocator.h 146 if (found->second.second != size)
165 if (beg->second.first == label)
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 154 if (found->second.second != size)
173 if (beg->second.first == label)
206 unsigned long l = static_cast<unsigned long>(ref.second.first);
211 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 154 if (found->second.second != size)
173 if (beg->second.first == label)
206 unsigned long l = static_cast<unsigned long>(ref.second.first);
211 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
throw_allocator.h 154 if (found->second.second != size)
173 if (beg->second.first == label)
206 unsigned long l = static_cast<unsigned long>(ref.second.first);
211 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
throw_allocator.h 154 if (found->second.second != size)
173 if (beg->second.first == label)
206 unsigned long l = static_cast<unsigned long>(ref.second.first);
211 l = static_cast<unsigned long>(ref.second.second);
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
throw_allocator.h 146 if (found->second.second != size)
165 if (beg->second.first == label)
198 unsigned long l = static_cast<unsigned long>(ref.second.first);
203 l = static_cast<unsigned long>(ref.second.second);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 161 Element second = children.get(1); local
164 || second.getTagName().equals(TEXT_VIEW);
167 || second.getTagName().equals(IMAGE_VIEW);
226 Element second = children.get(1); local
231 image = second;
233 text = second;
  /system/netd/server/
NetworkController.cpp 123 if (entry.second->getType() == Network::VIRTUAL) {
240 if (entry.second->hasInterface(interface)) {
473 return iter == mNetworks.end() ? NULL : iter->second;
478 if (entry.second->getType() == Network::VIRTUAL) {
479 VirtualNetwork* virtualNetwork = static_cast<VirtualNetwork*>(entry.second);
491 return iter->second;
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DngCreatorTest.java 118 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
219 DngCreator dngCreator = new DngCreator(characteristics, resultPair.second);
268 return new Pair<Image, CaptureResult>(res.first.get(0), res.second);
  /external/ceres-solver/internal/ceres/
reorder_program.cc 162 const set<double*>& group = group_it->second;
175 parameter_blocks->push_back(parameter_block_it->second);
363 parameter_block_ordering->group_to_elements().begin()->second.size();
  /external/chromium_org/cc/layers/
tiled_layer_impl.cc 114 const DrawableTile* tile = static_cast<DrawableTile*>(iter->second);
134 int j = iter->first.second;
135 DrawableTile* tile = static_cast<DrawableTile*>(iter->second);
  /external/chromium_org/chrome/browser/devtools/
devtools_network_interceptor.cc 158 if (it->second <= activation_baseline)
206 if (suspended_transactions_[i].second < min_baseline)
207 min_baseline = suspended_transactions_[i].second;
  /external/chromium_org/chrome/browser/extensions/api/sync_file_system/
sync_file_system_api.cc 270 SyncStatusCode file_error = it->second.first;
272 SyncFileStatusToExtensionEnum(it->second.second);
  /external/chromium_org/chrome/browser/extensions/api/web_request/
web_request_api_helpers.cc 351 value == i->second) {
370 header_found = (value == i->second);
540 if (!i->second.empty())
541 buffer += "=" + i->second.as_string();
551 if (filter->value.get() && cookie.second != *filter->value) return false;
580 if (cookie->second != *new_value) {
581 cookie->second = *new_value;
622 if (new_value && cookie->second != *new_value) {
623 cookie->second = *new_value;
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_preferences.cc 675 const std::string& device_id = it->second.device_id;
678 *gallery_info = it->second;
697 const MediaGalleryPrefInfo& gallery = known_galleries_.find(*it)->second;
734 return found->second;
751 return MediaStorageUtil::FindDevicePathById(it->second.device_id);
793 known_galleries_.find(*pref_id_it)->second;
    [all...]
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc     [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
api_schema_graph_test.py 426 result.Update(to_add, annotation='second')
427 # Looking up the second group of elements added to |result|.
431 self.assertEqual(LookupResult(True, 'second'),
438 self.assertEqual(LookupResult(True, 'second'),
  /external/chromium_org/chrome/installer/util/
delete_after_reboot_helper.cc 214 total_wchars += iter->second.length();
235 string_length = copy_iter->second.length() + 1;
236 memcpy(write_pointer, copy_iter->second.c_str(),
  /external/chromium_org/components/autofill/core/browser/
autofill_ie_toolbar_import_win.cc 161 if (it->second == CREDIT_CARD_NUMBER)
166 if (!phone || !phone->SetInfo(AutofillType(it->second), field_value)) {
168 form_group->SetInfo(AutofillType(it->second), field_value, app_locale);
  /external/chromium_org/components/dom_distiller/core/
distiller.cc 116 const GURL url = front->second;
255 update_pages.push_back(pages_[it->second]->distilled_page_proto);
269 DistilledPageData* page_data = GetPageAtIndex(it->second);
  /external/chromium_org/content/browser/
database_quota_client_unittest.cc 47 *info = OriginInfo(found->second);
57 origins_identifiers->push_back(iter->second.GetOriginIdentifier());
68 origins_info->push_back(OriginInfo(iter->second));

Completed in 1232 milliseconds

<<919293949596979899100>>