HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 1 - 25 of 5760) 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/libchrome/base/
base64.h 10 #include "base/base_export.h"
11 #include "base/strings/string_piece.h"
13 namespace base { namespace
23 } // 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
28 } // namespace base
guid.h 12 #include "base/base_export.h"
13 #include "base/strings/string_piece.h"
16 namespace base { namespace
31 BASE_EXPORT bool IsValidGUID(const base::StringPiece& guid);
36 BASE_EXPORT bool IsValidGUIDOutputString(const base::StringPiece& guid);
41 } // namespace base
rand_util.h 13 #include "base/base_export.h"
16 namespace base { namespace
28 // std::random_shuffle(myvector.begin(), myvector.end(), base::RandGenerator);
60 } // namespace base
  /external/libchrome/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/libchrome/base/memory/
shared_memory_helper.h 8 #include "base/memory/shared_memory.h"
12 namespace base { namespace
31 } // namespace base
  /external/libchrome/base/metrics/
metrics_hashes.h 10 #include "base/base_export.h"
11 #include "base/strings/string_piece.h"
13 namespace base { namespace
17 BASE_EXPORT uint64_t HashMetricName(base::StringPiece name);
  /external/libchrome/base/posix/
safe_strerror.h 12 #include "base/base_export.h"
14 namespace base { namespace
42 } // namespace base
  /external/libchrome/base/strings/
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
pattern.h 8 #include "base/base_export.h"
9 #include "base/strings/string_piece.h"
11 namespace base { namespace
24 } // namespace base
pattern_unittest.cc 5 #include "base/strings/pattern.h"
6 #include "base/strings/utf_string_conversions.h"
9 namespace base { namespace
50 } // namespace base
string_number_conversions.h 14 #include "base/base_export.h"
15 #include "base/strings/string16.h"
16 #include "base/strings/string_piece.h"
30 // Instead, use base::MessageFormatter for a complex message with numbers
31 // (integer, float, double) embedded or base::Format{Number,Double,Percent} to
38 namespace base { namespace
145 } // namespace base
sys_string_conversions.h 16 #include "base/base_export.h"
17 #include "base/strings/string16.h"
18 #include "base/strings/string_piece.h"
30 namespace base { namespace
83 } // namespace base
utf_string_conversions.h 12 #include "base/base_export.h"
13 #include "base/strings/string16.h"
14 #include "base/strings/string_piece.h"
16 namespace base { namespace
52 } // namespace base
  /external/libchrome/base/test/
opaque_ref_counted.h 8 #include "base/memory/ref_counted.h"
10 namespace base { namespace
24 } // namespace base
26 extern template class scoped_refptr<base::OpaqueRefCounted>;
27 extern template class scoped_refptr<base::OpaqueRefCountedThreadSafe>;
test_file_util_linux.cc 5 #include "base/test/test_file_util.h"
12 #include "base/files/file_path.h"
13 #include "base/files/scoped_file.h"
15 namespace base { namespace
28 } // namespace base
  /external/libchrome/base/trace_event/
memory_usage_estimator.cc 5 #include "base/trace_event/memory_usage_estimator.h"
7 namespace base { namespace
14 } // namespace base
  /external/libmojo/base/android/
content_uri_utils.h 10 #include "base/base_export.h"
11 #include "base/files/file.h"
12 #include "base/files/file_path.h"
14 namespace base { namespace
27 } // namespace base
  /external/libmojo/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/parameter-framework/upstream/parameter/
FloatingPointParameterType.h 61 typedef CParameterType base; typedef in class:CFloatingPointParameterType
  /external/parameter-framework/upstream/skeleton-subsystem/
SkeletonSubsystem.cpp 35 #define base CSubsystem macro
39 : base(strName, logger)
  /external/perfetto/src/base/
virtual_destructors.cc 17 #include "perfetto/base/task_runner.h"
25 namespace base { namespace in namespace:perfetto
29 } // namespace base
  /system/core/base/include/android-base/
quick_exit.h 23 namespace base { namespace in namespace:android

Completed in 1136 milliseconds

1 2 3 4 5 6 7 8 91011>>