HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1 - 25 of 5924) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/PowerPC/
ppc64-fixups.s 171 base: label
172 # CHECK-BE: lwz 1, target-base(3) # encoding: [0x80,0x23,A,A]
173 # CHECK-LE: lwz 1, target-base(3) # encoding: [A,A,0x23,0x80]
174 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target-base, kind: fixup_ppc_half16
175 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target-base, kind: fixup_ppc_half16
178 lwz 1, target-base(3)
180 # CHECK-BE: li 3, target-base@h # encoding: [0x38,0x60,A,A]
181 # CHECK-LE: li 3, target-base@h # encoding: [A,A,0x60,0x38]
182 # CHECK-BE-NEXT: # fixup A - offset: 2, value: target-base@h, kind: fixup_ppc_half16
183 # CHECK-LE-NEXT: # fixup A - offset: 0, value: target-base@h, kind: fixup_ppc_half1
    [all...]
  /external/chromium_org/base/android/
content_uri_utils.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
12 #include "base/files/file.h"
13 #include "base/files/file_path.h"
15 namespace base { namespace
26 } // namespace base
thread_utils.h 8 #include "base/android/jni_android.h"
10 namespace base { namespace
14 } // namespace base
  /external/chromium_org/base/
barrier_closure.h 8 #include "base/base_export.h"
9 #include "base/callback_forward.h"
11 namespace base { namespace
19 // maintained as a base::AtomicRefCount. |done_closure| will be run on
25 BASE_EXPORT base::Closure BarrierClosure(int num_closures,
26 const base::Closure& done_closure);
28 } // namespace base
base64.h 10 #include "base/base_export.h"
11 #include "base/strings/string_piece.h"
13 namespace base { namespace
22 } // namespace base
base_paths.cc 5 #include "base/base_paths.h"
7 #include "base/files/file_path.h"
8 #include "base/files/file_util.h"
9 #include "base/path_service.h"
11 namespace base { namespace
29 case base::DIR_HOME:
35 *result = result->Append(FILE_PATH_LITERAL("base"));
46 } // namespace base
bind_helpers.cc 5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
build_time.h 8 #include "base/base_export.h"
9 #include "base/time/time.h"
11 namespace base { namespace
23 } // namespace base
guid.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
14 namespace base { namespace
30 } // namespace base
hash.cc 5 #include "base/hash.h"
7 // Definition in base/third_party/superfasthash/superfasthash.c. (Third-party
12 namespace base { namespace
18 } // namespace base
linux_util.h 13 #include "base/base_export.h"
15 namespace base { namespace
36 } // namespace base
rand_util.h 10 #include "base/base_export.h"
11 #include "base/basictypes.h"
13 namespace base { namespace
25 // std::random_shuffle(myvector.begin(), myvector.end(), base::RandGenerator);
57 } // namespace base
  /external/chromium_org/base/debug/
trace_event_unittest.h 5 #include "base/time/time.h"
7 namespace base { namespace
11 void HighResSleepForTraceTest(base::TimeDelta elapsed);
14 } // namespace base
  /external/chromium_org/base/files/
file_util_android.cc 5 #include "base/files/file_util.h"
7 #include "base/files/file_path.h"
8 #include "base/path_service.h"
10 namespace base { namespace
12 bool GetShmemTempDir(bool executable, base::FilePath* path) {
13 return PathService::Get(base::DIR_CACHE, path);
16 } // namespace base
  /external/chromium_org/base/i18n/
i18n_constants.h 8 #include "base/i18n/base_i18n_export.h"
10 namespace base { namespace
18 } // namespace base
icu_encoding_detection.h 11 #include "base/i18n/base_i18n_export.h"
13 namespace base { namespace
28 } // namespace base
timezone.h 10 #include "base/i18n/base_i18n_export.h"
12 namespace base { namespace
19 } // namespace base
  /external/chromium_org/base/json/
string_escape.h 12 #include "base/base_export.h"
13 #include "base/strings/string_piece.h"
15 namespace base { namespace
50 // will be mangled if passed to to the base::JSONReader, since the reader will
58 } // namespace base
  /external/chromium_org/base/power_monitor/
power_monitor_device_source_android.h 10 namespace base { namespace
15 } // namespace base
power_monitor_device_source_posix.cc 5 #include "base/power_monitor/power_monitor_device_source.h"
7 namespace base { namespace
14 } // namespace base
  /external/chromium_org/base/process/
launch_ios.cc 5 #include "base/process/launch.h"
7 namespace base { namespace
13 } // namespace base
memory_unittest_mac.h 11 #include "base/basictypes.h"
13 namespace base { namespace
30 } // namespace base
  /external/chromium_org/base/strings/
latin1_string_conversions.cc 5 #include "base/strings/latin1_string_conversions.h"
7 namespace base { namespace
19 } // namespace base
nullable_string16.cc 5 #include "base/strings/nullable_string16.h"
9 #include "base/strings/utf_string_conversions.h"
11 namespace base { namespace
17 } // namespace base
string_number_conversions.h 11 #include "base/base_export.h"
12 #include "base/basictypes.h"
13 #include "base/strings/string16.h"
14 #include "base/strings/string_piece.h"
28 namespace base { namespace
129 } // namespace base

Completed in 4249 milliseconds

1 2 3 4 5 6 7 8 91011>>