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

<<21222324252627282930>>

  /external/chromium_org/net/tools/flip_server/
mem_cache_test.cc 74 ASSERT_EQ("value1", hello->headers()->GetHeaderPosition("key1")->second);
75 ASSERT_EQ("value2", hello->headers()->GetHeaderPosition("key2")->second);
77 hello->headers()->GetHeaderPosition("transfer-encoding")->second);
79 hello->headers()->GetHeaderPosition("connection")->second);
  /external/chromium_org/printing/
printed_document_linux.cc 21 DCHECK(&page == mutable_.pages_.find(page.page_number() - 1)->second.get());
  /external/chromium_org/sync/internal_api/public/base/
progress_marker_map.cc 20 it->second, false /* put_in_quotes */, &printable_payload);
  /external/chromium_org/ui/events/x/
device_list_cache_x.cc 33 if (xp->second.devices)
34 XFreeDeviceList(xp->second.devices);
38 if (xip->second.devices)
39 XIFreeDeviceInfo(xip->second.devices);
  /external/chromium_org/webkit/browser/appcache/
appcache_working_set.h 36 return (it != caches_.end()) ? it->second : NULL;
43 return (it != groups_.end()) ? it->second : NULL;
54 return (it != response_infos_.end()) ? it->second : NULL;
64 return (it != groups_by_origin_.end()) ? &it->second : NULL;
  /external/clang/lib/Frontend/
TextDiagnosticBuffer.cpp 52 << it->second;
55 << it->second;
58 << it->second;
61 << it->second;
  /external/libcxx/test/utilities/utility/pairs/pairs.pair/
assign_rv_pair_U_V.pass.cpp 40 assert(p2.second == 4);
piecewise.pass.cpp 32 assert(p3.second == P2(nullptr, 4));
rv_pair_U_V.pass.cpp 39 assert(p2.second == 4);
  /external/lldb/source/Utility/
SharingPtr.cpp 101 if (ptr == NULL || pos->second.first == ptr)
104 printf ("\nsp(%p): %p\n", pos->first, pos->second.first);
105 pos->second.second.Dump();
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfStringPool.cpp 24 Entry.second = Pool.size() - 1;
25 Entry.first = Asm.GetTempSymbol(Prefix, Entry.second);
35 return getEntry(Asm, Pool, Prefix, Str).second;
53 Entries[E.getValue().second] = &E;
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPDateTime.java 27 * <li> nanoSecond - The nano seconds within a second. <em>Note:</em> if the XMPDateTime is
67 /** @return Returns the second in the range 0..59. */
70 /** @param second Sets the second in the range 0..59. */
71 void setSecond(int second);
75 * Nanoseconds within a second, often left as zero?
92 * @return Returns a <code>Calendar</code> (only with milli second precision). <br>
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
SumPathEffect_Delegate.java 65 /*package*/ static long nativeCreate(long first, long second) {
  /frameworks/compile/mclinker/include/mcld/Support/
UniqueGCFactory.h 46 return dataIter->second;
53 return dataIter->second;
61 return dataIter->second;
74 return dataIter->second;
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
ControlBar.java 75 View second = getChildAt(i+1); local
76 int measuredWidth = first.getMeasuredWidth() + second.getMeasuredWidth();
78 LayoutParams lp = (LayoutParams) second.getLayoutParams();
81 second.setLayoutParams(lp);
  /hardware/intel/bootstub/
bootimg.h 70 ** | second stage | o pages
79 ** 2. second is optional (second_size == 0 -> no second)
80 ** 3. load each element (kernel, ramdisk, second) at
91 void *second, unsigned second_size,
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/utility/pairs/pairs.pair/
assign_rv_pair_U_V.pass.cpp 40 assert(p2.second == 4);
piecewise.pass.cpp 32 assert(p3.second == P2(nullptr, 4));
rv_pair_U_V.pass.cpp 39 assert(p2.second == 4);
  /packages/apps/Email/src/com/android/email/mail/store/imap/
ImapUtility.java 108 int second = Integer.parseInt(range.substring(colonPos + 1)); local
109 if (first < second) {
110 for (int i = first; i <= second; i++) {
114 for (int i = first; i >= second; i--) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 52 p->m_hash = ranged_hash_fn_base::operator()((const_key_reference)(PB_DS_V2F(p->m_value))).second;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 52 p->m_hash = ranged_hash_fn_base::operator()((key_const_reference)(PB_DS_V2F(p->m_value))).second;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/gp_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 51 p_e->m_hash = ranged_probe_fn_base::operator()(PB_DS_V2F(r_val)).second;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/cc_hash_table_map_/
constructor_destructor_store_hash_fn_imps.hpp 52 p->m_hash = ranged_hash_fn_base::operator()((key_const_reference)(PB_DS_V2F(p->m_value))).second;

Completed in 1392 milliseconds

<<21222324252627282930>>