HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 801 - 825 of 5191) sorted by null

<<31323334353637383940>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_sequence.h 81 * @brief Base class for constructing a "safe" sequence type that
133 if (__pred(__victim->base()))
144 if (__pred(__victim->base()))
168 if (!__victim->_M_singular() && __victim->base() == __x.base())
177 if (!__victim->_M_singular() && __victim->base() == __x.base())
safe_iterator.h 141 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
307 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
391 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
417 return __lhs.base() == __rhs.base();
433 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 81 * @brief Base class for constructing a "safe" sequence type that
133 if (__pred(__victim->base()))
144 if (__pred(__victim->base()))
168 if (!__victim->_M_singular() && __victim->base() == __x.base())
177 if (!__victim->_M_singular() && __victim->base() == __x.base())
safe_iterator.h 141 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
307 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
391 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
417 return __lhs.base() == __rhs.base();
433 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 81 * @brief Base class for constructing a "safe" sequence type that
133 if (__pred(__victim->base()))
144 if (__pred(__victim->base()))
168 if (!__victim->_M_singular() && __victim->base() == __x.base())
177 if (!__victim->_M_singular() && __victim->base() == __x.base())
safe_iterator.h 141 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
307 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
391 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
417 return __lhs.base() == __rhs.base();
433 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_sequence.h 81 * @brief Base class for constructing a "safe" sequence type that
133 if (__pred(__victim->base()))
144 if (__pred(__victim->base()))
168 if (!__victim->_M_singular() && __victim->base() == __x.base())
177 if (!__victim->_M_singular() && __victim->base() == __x.base())
safe_iterator.h 141 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
307 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
383 return std::make_pair(__rhs.base() - __lhs.base(), __dp_exact);
391 return std::make_pair(__lhs.base() == __rhs.base()? 0 : 1,
417 return __lhs.base() == __rhs.base();
433 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 155 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
160 || __x.base() == _Iterator(),
325 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
409 { return base() == _M_get_sequence()->_M_base().begin(); }
413 { return base() == _M_get_sequence()->_M_base().end(); }
418 { return _BeforeBeginHelper<_Sequence>::_M_Is(base(), _M_get_sequence()); }
434 return __lhs.base() == __rhs.base();
450 return __lhs.base() == __rhs.base();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_iterator.h 155 : _Safe_iterator_base(__x, _M_constant()), _M_current(__x.base())
160 || __x.base() == _Iterator(),
325 base() const { return _M_current; } function in class:__gnu_debug::_Safe_iterator
409 { return base() == _M_get_sequence()->_M_base().begin(); }
413 { return base() == _M_get_sequence()->_M_base().end(); }
418 { return _BeforeBeginHelper<_Sequence>::_M_Is(base(), _M_get_sequence()); }
434 return __lhs.base() == __rhs.base();
450 return __lhs.base() == __rhs.base();
    [all...]
  /external/chromium/chrome/browser/printing/
printing_layout_uitest.cc 5 #include "base/command_line.h"
6 #include "base/file_path.h"
7 #include "base/file_util.h"
8 #include "base/string_util.h"
9 #include "base/test/test_file_util.h"
10 #include "base/threading/simple_thread.h"
11 #include "base/utf_string_conversions.h"
149 if (base::strcasecmp(WideToUTF8(ext).c_str(), ".emf") == 0) {
157 if (base::strcasecmp(WideToUTF8(ext).c_str(), ".prn") == 0) {
170 base::PlatformThread::Sleep(100)
    [all...]
  /external/webkit/Source/JavaScriptCore/assembler/
ARMAssembler.cpp 265 void ARMAssembler::dataTransfer32(bool isLoad, RegisterID srcDst, RegisterID base, int32_t offset, bool bytes)
270 dtr_u(isLoad, srcDst, base, offset | transferFlag);
272 add_r(ARMRegisters::S0, base, OP2_IMM | (offset >> 12) | (10 << 8));
276 dtr_ur(isLoad, srcDst, base, ARMRegisters::S0 | transferFlag);
281 dtr_d(isLoad, srcDst, base, offset | transferFlag);
283 sub_r(ARMRegisters::S0, base, OP2_IMM | (offset >> 12) | (10 << 8));
287 dtr_dr(isLoad, srcDst, base, ARMRegisters::S0 | transferFlag);
292 void ARMAssembler::baseIndexTransfer32(bool isLoad, RegisterID srcDst, RegisterID base, RegisterID index, int scale, int32_t offset)
300 add_r(ARMRegisters::S0, base, op2);
305 add_r(ARMRegisters::S0, base, op2)
    [all...]
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 5 #include "base/threading/worker_pool_posix.h"
9 #include "base/synchronization/condition_variable.h"
10 #include "base/synchronization/lock.h"
11 #include "base/task.h"
12 #include "base/threading/platform_thread.h"
13 #include "base/synchronization/waitable_event.h"
16 namespace base { namespace
64 base::AutoLock locked(*counter_lock_);
69 base::AutoLock locked(*unique_threads_lock_);
93 base::WaitableEvent* start
    [all...]
  /external/chromium/chrome/browser/
memory_details_mac.cc 10 #include "base/basictypes.h"
11 #include "base/file_path.h"
12 #include "base/file_version_info.h"
13 #include "base/mac/mac_util.h"
14 #include "base/string_util.h"
15 #include "base/process_util.h"
16 #include "base/threading/thread.h"
17 #include "base/utf_string_conversions.h"
28 #include "ui/base/l10n/l10n_util.h"
104 std::vector<base::ProcessId> pids_by_browser[MAX_BROWSERS]
    [all...]
  /external/chromium/chrome/browser/sessions/
session_service.h 12 #include "base/basictypes.h"
13 #include "base/callback.h"
14 #include "base/time.h"
392 base::TimeTicks* last_updated_time);
395 void RecordUpdatedTabClosed(base::TimeDelta delta, bool use_long_period);
396 void RecordUpdatedNavListPruned(base::TimeDelta delta, bool use_long_period);
397 void RecordUpdatedNavEntryCommit(base::TimeDelta delta, bool use_long_period);
398 void RecordUpdatedSaveTime(base::TimeDelta delta, bool use_long_period);
399 void RecordUpdatedSessionNavigationOrTab(base::TimeDelta delta,
448 base::TimeTicks last_updated_tab_closed_time_
    [all...]
  /external/chromium/chrome/browser/sync/glue/
http_bridge.cc 7 #include "base/message_loop.h"
8 #include "base/message_loop_proxy.h"
9 #include "base/string_number_conversions.h"
11 #include "net/base/cookie_monster.h"
12 #include "net/base/host_resolver.h"
13 #include "net/base/load_flags.h"
14 #include "net/base/net_errors.h"
47 scoped_refptr<base::MessageLoopProxy>
135 base::AutoLock lock(fetch_state_lock_);
150 base::AutoLock lock(fetch_state_lock_)
    [all...]
  /external/chromium/net/disk_cache/
in_flight_backend_io.h 12 #include "base/message_loop_proxy.h"
13 #include "base/time.h"
14 #include "net/base/completion_callback.h"
15 #include "net/base/io_buffer.h"
46 base::TimeDelta ElapsedTime() const;
54 void DoomEntriesBetween(const base::Time initial_time,
55 const base::Time end_time);
56 void DoomEntriesSince(const base::Time initial_time);
121 base::Time initial_time_;
122 base::Time end_time_
    [all...]
  /external/stlport/stlport/stl/
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /external/webkit/Source/WebCore/platform/
LinkHash.cpp 208 static ALWAYS_INLINE void visitedURLInline(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>& buffer)
244 buffer.append(base.string().characters(), base.string().length());
248 buffer.append(base.string().characters(), base.pathStart());
251 buffer.append(base.string().characters(), base.pathEnd());
254 buffer.append(base.string().characters(), base.pathAfterLastSlash());
269 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>& buffer
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
FilterUtils.java 30 // A clustered album (not including album set) and its base sets are fixed.
175 public static String newFilterPath(String base, int filterType) {
185 return base;
188 return "/filter/mediatype/" + mediaType + "/{" + base + "}";
192 public static String newClusterPath(String base, int clusterType) {
211 return base;
214 return "/cluster/{" + base + "}/" + kind;
218 public static String switchClusterPath(String base, int clusterType) {
219 return newClusterPath(removeOneClusterFromPath(base), clusterType);
223 private static String removeOneClusterFromPath(String base) {
    [all...]
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_iterator_old.h 84 _BidirectionalIterator base() const { return current; } function in class:reverse_bidirectional_iterator
137 { return __x.base() == __y.base(); }
176 reverse_iterator(const _Self& __x) : __current(__x.base()) {}
178 _Self& operator=(const _Self& __x) {__current = __x.base(); return *this; }
180 _RandomAccessIterator base() const { return __current; } function in class:reverse_iterator
245 return __x.base() == __y.base();
256 return __y.base() < __x.base();
    [all...]
  /bionic/linker/
linker.c 177 map->l_addr = info->base;
324 if((addr >= si->base) && (addr < (si->base + si->size))) {
333 * Returns the base address of the .ARM.exidx section
348 if ((addr >= si->base) && (addr < (si->base + si->size))) {
350 return (_Unwind_Ptr)(si->base + (unsigned long)si->ARM_exidx);
388 name, si->name, si->base, hash, hash % si->nbucket);
426 _do_lookup(soinfo *si, const char *name, unsigned *base)
489 "found in %s, base = 0x%08x\n"
802 void *base = mmap((void *)si->base, si->size, PROT_NONE, local
831 void *base = mmap(NULL, si->size, PROT_NONE, local
873 Elf32_Addr base = (Elf32_Addr) si->base; local
1285 unsigned base; local
    [all...]

Completed in 1576 milliseconds

<<31323334353637383940>>