HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 776 - 800 of 4749) sorted by null

<<31323334353637383940>>

  /external/google-breakpad/src/common/dwarf/
cfi_assembler.cc 102 // initial location, but ignores the base address (selected by the upper
132 // Find the base address to which this pointer is relative. The upper
134 uint64_t base; local
136 case dwarf2reader::DW_EH_PE_absptr: base = 0; break;
137 case dwarf2reader::DW_EH_PE_pcrel: base = bases.cfi + Size(); break;
138 case dwarf2reader::DW_EH_PE_textrel: base = bases.text; break;
139 case dwarf2reader::DW_EH_PE_datarel: base = bases.data; break;
140 case dwarf2reader::DW_EH_PE_funcrel: base = fde_start_address_; break;
141 case dwarf2reader::DW_EH_PE_aligned: base = 0; break;
147 address -= base;
    [all...]
  /external/google-breakpad/src/google_breakpad/processor/
dump_context.h 93 MDRawContextBase* base; member in union:google_breakpad::DumpContext::__anon11468
  /external/google-breakpad/src/processor/
range_map.h 60 bool StoreRange(const AddressType &base,
66 // are set to the base and size of the entry's range.
74 // non-NULL, are set to the base and size of the entry's range.
82 // and entry_size, if non-NULL, are set to the base and size of the entry's
104 Range(const AddressType &base, const EntryType &entry)
105 : base_(base), entry_(entry) {}
107 AddressType base() const { return base_; } function in class:google_breakpad::RangeMap::Range
111 // The base address of the range. The high address does not need to
static_range_map.h 57 // are set to the base and size of the entry's range.
65 // non-NULL, are set to the base and size of the entry's range.
73 // and entry_size, if non-NULL, are set to the base and size of the entry's
88 AddressType base() const { function in class:google_breakpad::StaticRangeMap::Range
  /external/guava/guava/src/com/google/common/base/
Charsets.java 17 package com.google.common.base;
Defaults.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
FunctionalEquivalence.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Joiner.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
PairwiseEquivalence.java 17 package com.google.common.base;
Splitter.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Enums.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkNotNull;
Splitter.java 17 package com.google.common.base;
19 import static com.google.common.base.Preconditions.checkArgument;
20 import static com.google.common.base.Preconditions.checkNotNull;
  /external/guava/guava-tests/benchmark/com/google/common/base/
SplitterBenchmark.java 17 package com.google.common.base;
ToStringHelperBenchmark.java 17 package com.google.common.base;
  /external/guava/guava-tests/test/com/google/common/base/
CharsetsTest.java 17 package com.google.common.base;
  /external/icu/android_icu4j/cts-coverage/src/main/tests/android/icu/cts/coverage/rules/
ULocaleDefaultRule.java 35 public Statement apply(final Statement base, FrameworkMethod method, Object target) {
38 return base;
46 base.evaluate();
  /external/icu/icu4c/source/test/intltest/
idnaconf.h 29 UChar* base; member in class:IdnaConfTest
  /external/javassist/src/main/javassist/tools/reflect/
Sample.java 48 Metalevel base = (Metalevel)args[0]; local
49 if (base == null)
52 base._getMetaobject().trapFieldWrite(name, args[1]);
  /external/libchrome/base/
atomicops_internals_atomicword_compat.h 5 // This file is an internal atomic implementation, use base/atomicops.h instead.
27 namespace base { namespace
58 return base::subtle::Acquire_CompareAndSwap(
65 return base::subtle::Release_CompareAndSwap(
75 return base::subtle::Acquire_Store(
80 return base::subtle::Release_Store(
90 return base::subtle::Acquire_Load(
95 return base::subtle::Release_Load(
100 } // namespace base
base64url.cc 5 #include "base/base64url.h"
9 #include "base/base64.h"
10 #include "base/macros.h"
11 #include "base/numerics/safe_math.h"
12 #include "base/strings/string_util.h"
16 namespace base { namespace
102 } // namespace base
callback_internal.h 17 #include "base/atomic_ref_count.h"
18 #include "base/base_export.h"
19 #include "base/macros.h"
20 #include "base/memory/ref_counted.h"
21 #include "base/memory/scoped_ptr.h"
22 #include "base/template_util.h"
24 namespace base { namespace
34 // At the base level, the only task is to add reference counting data. Don't use
234 } // namespace base
cancelable_callback.h 5 // CancelableCallback is a wrapper around base::Callback that allows
34 // CancelableClosure timeout(base::Bind(&TimeoutCallback, "Test timed out."));
45 #include "base/base_export.h"
46 #include "base/bind.h"
47 #include "base/callback.h"
48 #include "base/callback_internal.h"
49 #include "base/compiler_specific.h"
50 #include "base/logging.h"
51 #include "base/macros.h"
52 #include "base/memory/weak_ptr.h
54 namespace base { namespace
    [all...]
cancelable_callback_unittest.cc 5 #include "base/cancelable_callback.h"
7 #include "base/bind.h"
8 #include "base/bind_helpers.h"
9 #include "base/location.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/run_loop.h"
12 #include "base/single_thread_task_runner.h"
13 #include "base/thread_task_runner_handle.h"
16 namespace base { namespace
35 base::Bind(&Increment, base::Unretained(&count)))
    [all...]
  /external/libchrome/base/debug/
debugger_posix.cc 5 #include "base/debug/debugger.h"
6 #include "base/macros.h"
39 #include "base/debug/alias.h"
40 #include "base/logging.h"
41 #include "base/memory/scoped_ptr.h"
42 #include "base/posix/eintr_wrapper.h"
43 #include "base/strings/string_piece.h"
50 #include "base/threading/platform_thread.h"
53 namespace base { namespace
225 base::PlatformThread::Sleep(base::TimeDelta::FromMilliseconds(100))
    [all...]
proc_maps_linux.h 13 #include "base/base_export.h"
15 namespace base { namespace
89 } // namespace base

Completed in 769 milliseconds

<<31323334353637383940>>