HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 151 - 175 of 12163) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/libweave/include/weave/test/
unittest_utils.h 11 #include <base/values.h>
17 // Helper method to create base::Value from a string as a smart pointer.
20 std::unique_ptr<base::Value> CreateValue(const std::string& json);
22 std::string ValueToString(const base::Value& value);
25 std::unique_ptr<base::DictionaryValue> CreateDictionaryValue(
28 inline bool IsEqualValue(const base::Value& val1, const base::Value& val2) {
  /ndk/sources/android/support/src/wcstox/
intscan.c 54 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim)
60 if (base > 36) {
69 if ((base == 0 || base == 16) && c=='0') {
79 base = 16;
80 } else if (base == 0) {
81 base = 8;
84 if (base == 0) base = 10;
85 if (val[c] >= base) {
    [all...]
  /system/connectivity/shill/
certificate_file.h 23 #include <base/files/file_path.h>
38 virtual base::FilePath CreatePEMFromStrings(
42 void set_root_directory(const base::FilePath& root_directory) {
65 base::FilePath WriteFile(const std::string& output_data);
68 base::FilePath root_directory_;
71 base::FilePath output_file_;
result_aggregator.h 20 #include <base/cancelable_callback.h>
21 #include <base/macros.h>
22 #include <base/memory/ref_counted.h>
92 class ResultAggregator : public base::RefCounted<ResultAggregator> {
105 base::WeakPtrFactory<ResultAggregator> weak_ptr_factory_;
107 base::CancelableClosure timeout_callback_;
testrunner.cc 17 #include <base/at_exit.h>
18 #include <base/command_line.h>
40 base::AtExitManager exit_manager;
41 base::CommandLine::Init(argc, argv);
42 base::CommandLine* cl = base::CommandLine::ForCurrentProcess();
  /system/core/metricsd/uploader/
metrics_hashes.cc 19 #include "base/logging.h"
20 #include "base/md5.h"
21 #include "base/sys_byteorder.h"
32 return base::HostToNet64(value);
40 base::MD5Context context;
41 base::MD5Init(&context);
42 base::MD5Update(&context, name);
44 base::MD5Digest digest;
45 base::MD5Final(&digest, &context);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
srs-t2.l 2 [^:]*:8: Error: SRS base register must be r13 -- `srsdb r4,#13'
3 [^:]*:9: Error: SRS base register must be r13 -- `srsia r4,#13'
4 [^:]*:16: Error: SRS base register must be r13 -- `srsea r4,#13'
5 [^:]*:17: Error: SRS base register must be r13 -- `srsfd r4,#13'
6 [^:]*:18: Error: SRS base register must be r13 -- `srs r4,#13'
  /system/update_engine/include/session_manager/
dbus-proxy-mocks.h 8 #include <base/callback_forward.h>
9 #include <base/logging.h>
10 #include <base/macros.h>
30 void(const base::Callback<void()>& /*success_callback*/,
31 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
42 const base::Callback<void(const std::string& /*filepath*/)>& /*success_callback*/,
43 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
54 const base::Callback<void(bool /*done*/)>& /*success_callback*/,
55 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
64 const base::Callback<void(bool /*done*/)>& /*success_callback*/
    [all...]
  /external/v8/test/mjsunit/
array-bounds-check-removal.js 34 function test_do_not_assert_on_non_int32(vector, base) {
36 var a1 = base + 1;
37 var a2 = base + 2;
38 var a3 = base + 3;
39 var a4 = base + 4;
55 function test_base(a, base, condition) {
56 a[base + 1] = 1;
57 a[base + 4] = 2;
58 a[base + 3] = 3;
59 a[base + 2] = 4
    [all...]
  /system/update_engine/include/debugd/
dbus-proxy-mocks.h 8 #include <base/callback_forward.h>
9 #include <base/logging.h>
10 #include <base/macros.h>
37 const base::Callback<void(const std::string& /*handle*/)>& /*success_callback*/,
38 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
46 const base::Callback<void()>& /*success_callback*/,
47 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
55 const base::Callback<void()>& /*success_callback*/,
56 const base::Callback<void(brillo::Error*)>& /*error_callback*/,
64 const base::Callback<void()>& /*success_callback*/
    [all...]
  /external/guava/guava-gwt/test/com/google/common/base/
AsciiTest_gwt.java 16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.AsciiTest testCase = new com.google.common.base.AsciiTest();
27 com.google.common.base.AsciiTest testCase = new com.google.common.base.AsciiTest();
32 com.google.common.base.AsciiTest testCase = new com.google.common.base.AsciiTest();
37 com.google.common.base.AsciiTest testCase = new com.google.common.base.AsciiTest()
    [all...]
EnumsTest_gwt.java 16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.EnumsTest testCase = new com.google.common.base.EnumsTest();
27 com.google.common.base.EnumsTest testCase = new com.google.common.base.EnumsTest();
32 com.google.common.base.EnumsTest testCase = new com.google.common.base.EnumsTest();
37 com.google.common.base.EnumsTest testCase = new com.google.common.base.EnumsTest()
    [all...]
AbstractIteratorTest_gwt.java 16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.AbstractIteratorTest testCase = new com.google.common.base.AbstractIteratorTest();
27 com.google.common.base.AbstractIteratorTest testCase = new com.google.common.base.AbstractIteratorTest();
32 com.google.common.base.AbstractIteratorTest testCase = new com.google.common.base.AbstractIteratorTest();
37 com.google.common.base.AbstractIteratorTest testCase = new com.google.common.base.AbstractIteratorTest()
    [all...]
StringsTest_gwt.java 16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest();
27 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest();
32 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest();
37 com.google.common.base.StringsTest testCase = new com.google.common.base.StringsTest()
    [all...]
ToStringHelperTest_gwt.java 16 package com.google.common.base;
19 return "com.google.common.base.testModule";
22 com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest();
27 com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest();
32 com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest();
37 com.google.common.base.ToStringHelperTest testCase = new com.google.common.base.ToStringHelperTest()
    [all...]
  /external/libchrome/base/trace_event/
trace_event_synthetic_delay.h 35 #include "base/atomicops.h"
36 #include "base/macros.h"
37 #include "base/synchronization/lock.h"
38 #include "base/time/time.h"
39 #include "base/trace_event/trace_event.h"
43 static base::subtle::AtomicWord INTERNAL_TRACE_EVENT_UID(impl_ptr) = 0; \
52 static base::subtle::AtomicWord impl_ptr = 0; \
61 static base::subtle::AtomicWord impl_ptr = 0; \
68 namespace base { namespace
76 virtual base::TimeTicks Now() = 0
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/locale/
_wcstoul.h 48 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base)
56 if (base && (base < 2 || base > 36)) {
63 * If base is 0, allow 0x for hex and 0 for octal, else
64 * assume decimal; if base is already 16, allow 0x.
78 if ((base == 0 || base == 16) &&
82 base = 16;
84 if (base == 0
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
strtoul.c 43 strtoul(const char *nptr, char **endptr, int base)
53 if (base < 0 || base == 1 || base > 36) {
72 if ((base == 0 || base == 16) &&
76 base = 16;
78 if (base == 0)
79 base = c == '0' ? 8 : 10;
81 cutoff = ULONG_MAX / (unsigned long)base;
    [all...]
strtoull.c 45 strtoull(const char *nptr, char **endptr, int base)
55 if (base < 0 || base == 1 || base > 36) {
74 if ((base == 0 || base == 16) &&
78 base = 16;
80 if (base == 0)
81 base = c == '0' ? 8 : 10;
83 cutoff = ULLONG_MAX / (unsigned long long)base;
    [all...]
strtoumax.c 42 strtoumax(const char *nptr, char **endptr, int base)
52 if (base < 0 || base == 1 || base > 36) {
71 if ((base == 0 || base == 16) &&
75 base = 16;
77 if (base == 0)
78 base = c == '0' ? 8 : 10;
80 cutoff = UINTMAX_MAX / (uintmax_t)base;
    [all...]
  /external/dbus-binding-generator/chromeos-dbus-bindings/
header_generator.cc 9 #include <base/files/file_path.h>
10 #include <base/files/file_util.h>
11 #include <base/strings/string_util.h>
12 #include <base/strings/stringprintf.h>
24 const base::FilePath& output_file) {
25 string guard = base::StringPrintf("____chromeos_dbus_binding__%s",
28 if (base::IsAsciiAlpha(c)) {
29 c = base::ToUpperASCII(c);
30 } else if (!base::IsAsciiDigit(c)) {
45 *type = base::StringPrintf("const %s&", type->c_str())
    [all...]
  /external/libbrillo/brillo/message_loops/
message_loop.h 10 #include <base/callback.h>
11 #include <base/location.h>
12 #include <base/time/time.h>
53 const base::Closure& task,
54 base::TimeDelta delay) = 0;
56 TaskId PostDelayedTask(const base::Closure& task, base::TimeDelta delay) {
62 TaskId PostTask(const base::Closure& task) {
63 return PostDelayedTask(task, base::TimeDelta());
66 const base::Closure& task)
    [all...]
  /external/libbrillo/brillo/
backoff_entry.cc 11 #include <base/logging.h>
12 #include <base/numerics/safe_math.h>
13 #include <base/rand_util.h>
45 base::TimeDelta delay;
47 delay = base::TimeDelta::FromMilliseconds(policy_->initial_delay_ms);
57 base::TimeDelta BackoffEntry::GetTimeUntilRelease() const {
58 base::TimeTicks now = ImplGetTimeNow();
60 return base::TimeDelta();
64 base::TimeTicks BackoffEntry::GetReleaseTime() const {
68 void BackoffEntry::SetCustomReleaseTime(const base::TimeTicks& release_time)
    [all...]
value_conversion.h 18 // This file provides a set of helper functions to convert between base::Value
21 // converts to Base::listValue) and std::map<std::string, T> (convertible to
22 // base::DictionaryValue).
29 #include <base/values.h>
34 inline bool FromValue(const base::Value& in_value, bool* out_value) {
38 inline bool FromValue(const base::Value& in_value, int* out_value) {
42 inline bool FromValue(const base::Value& in_value, double* out_value) {
46 inline bool FromValue(const base::Value& in_value, std::string* out_value) {
50 inline bool FromValue(const base::Value& in_value,
51 const base::ListValue** out_value)
    [all...]
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-regr2/pkg/
__init__.py 6 import pkg.base namespace
9 import base namespace

Completed in 7368 milliseconds

1 2 3 4 5 67 8 91011>>