Searched defs:base (Results 1 - 25 of 3169) sorted by relevance

1234567891011>>

/external/llvm/test/MC/PowerPC/
H A Dppc64-fixups.s171 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
[all...]
/external/libchrome/base/
H A Dbase64.h10 #include "base/base_export.h"
11 #include "base/strings/string_piece.h"
13 namespace base { namespace
23 } // namespace base
H A Dbind_helpers.cc5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
H A Dbuild_time.h8 #include "base/base_export.h"
9 #include "base/time/time.h"
11 namespace base { namespace
28 } // namespace base
H A Dguid.h12 #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
H A Drand_util.h13 #include "base/base_export.h"
16 namespace base { namespace
28 // std::random_shuffle(myvector.begin(), myvector.end(), base::RandGenerator);
60 } // namespace base
H A Dbase64url_unittest.cc5 #include "base/base64url.h"
7 #include "base/macros.h"
10 namespace base { namespace
115 } // namespace base
/external/libchrome/base/json/
H A Dstring_escape.h12 #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/
H A Dshared_memory_helper.h8 #include "base/memory/shared_memory.h"
12 namespace base { namespace
31 } // namespace base
/external/libchrome/base/metrics/
H A Dmetrics_hashes.h10 #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/
H A Dsafe_strerror.h12 #include "base/base_export.h"
14 namespace base { namespace
42 } // namespace base
/external/libchrome/base/strings/
H A Dpattern.h8 #include "base/base_export.h"
9 #include "base/strings/string_piece.h"
11 namespace base { namespace
24 } // namespace base
H A Dpattern_unittest.cc5 #include "base/strings/pattern.h"
6 #include "base/strings/utf_string_conversions.h"
9 namespace base { namespace
50 } // namespace base
H A Dstring_number_conversions.h14 #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
H A Dsys_string_conversions.h16 #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
H A Dutf_string_conversions.h12 #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/
H A Dopaque_ref_counted.h8 #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>;
/external/libchrome/base/trace_event/
H A Dmemory_usage_estimator.cc5 #include "base/trace_event/memory_usage_estimator.h"
7 namespace base { namespace
14 } // namespace base
/external/libmojo/base/android/
H A Dcontent_uri_utils.h10 #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/parameter-framework/upstream/parameter/
H A DFloatingPointParameterType.h61 typedef CParameterType base; typedef in class:CFloatingPointParameterType
/external/perfetto/src/base/
H A Dvirtual_destructors.cc17 #include "perfetto/base/task_runner.h"
25 namespace base { namespace in namespace:perfetto
29 } // namespace base
/external/guava/guava/src/com/google/common/base/
H A Dpackage-info.java28 * <li>{@link com.google.common.base.Ascii}
29 * <li>{@link com.google.common.base.CaseFormat}
30 * <li>{@link com.google.common.base.CharMatcher}
31 * <li>{@link com.google.common.base.Charsets}
32 * <li>{@link com.google.common.base.Joiner}
33 * <li>{@link com.google.common.base.Splitter}
34 * <li>{@link com.google.common.base.Strings}
40 * <li>{@link com.google.common.base.Function},
41 * {@link com.google.common.base.Functions}
42 * <li>{@link com.google.common.base
[all...]
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/base/
H A DWidget.java4 package com.foo.base;
/external/libbrillo/brillo/http/
H A Dhttp_utils.h17 namespace base { namespace
20 } // namespace base
265 const base::Value* json,
275 std::unique_ptr<base::Value> json,
287 const base::Value* json,
297 std::unique_ptr<base::Value> json,
306 BRILLO_EXPORT std::unique_ptr<base::DictionaryValue> ParseJsonResponse(
/external/libchrome/base/allocator/
H A Dallocator_extension.h10 #include "base/base_export.h"
13 namespace base { namespace
49 } // namespace base

Completed in 2926 milliseconds

1234567891011>>