Searched refs:base (Results 101 - 125 of 7415) sorted by relevance

1234567891011>>

/external/tensorflow/tensorflow/compiler/aot/
H A Druntime_test.cc51 void* add_ptr(void* base, uintptr_t delta) { argument
52 return reinterpret_cast<void*>(reinterpret_cast<uintptr_t>(base) + delta);
61 void* base = MallocContiguousBuffers(nullptr, 0, nullptr, false); local
62 EXPECT_EQ(base, nullptr);
63 FreeContiguous(base);
68 base = MallocContiguousBuffers(sizesA, 1, bufA, false);
69 EXPECT_EQ(base, nullptr);
71 FreeContiguous(base);
76 base = MallocContiguousBuffers(sizesB, 1, bufB, false);
77 EXPECT_NE(base, nullpt
[all...]
/external/guava/guava-gwt/test/com/google/common/base/
H A DAsciiTest_gwt.java16 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
[all...]
H A DEnumsTest_gwt.java16 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
[all...]
H A DAbstractIteratorTest_gwt.java16 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
[all...]
H A DStringsTest_gwt.java16 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
[all...]
H A DToStringHelperTest_gwt.java16 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
[all...]
/external/libchrome/base/trace_event/
H A Dtrace_event_synthetic_delay.h35 #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; \
65 namespace base { namespace
73 virtual base
[all...]
/external/v8/tools/clang/plugins/tests/
H A Dweak_ptr_factory.cpp10 base::WeakPtrFactory<OnlyMember> factory_;
16 base::WeakPtrFactory<FactoryLast> factory_;
21 base::WeakPtrFactory<bool> bool_ptr_factory_;
26 base::WeakPtrFactory<bool> bool_ptr_factory_;
28 base::WeakPtrFactory<FirstFactoryRefersToOtherType> factory_;
34 base::WeakPtrFactory<TwoFactories> factory1_;
35 base::WeakPtrFactory<TwoFactories> factory2_;
44 base::WeakPtrFactory<ClassTemplate> factory_;
54 base::WeakPtrFactory<FactoryFirst> factory_;
60 base
[all...]
/external/libbrillo/brillo/
H A Dbackoff_entry.cc11 #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
[all...]
/external/mesa3d/src/gallium/drivers/trace/
H A Dtr_texture.c53 memcpy(&tr_res->base, texture, sizeof(struct pipe_resource));
55 pipe_reference_init(&tr_res->base.reference, 1);
56 tr_res->base.screen = &tr_scr->base;
59 return &tr_res->base;
92 memcpy(&tr_surf->base, surface, sizeof(struct pipe_surface));
93 tr_surf->base.context = &tr_ctx->base;
95 pipe_reference_init(&tr_surf->base.reference, 1);
96 tr_surf->base
[all...]
/external/libchrome/components/timers/
H A Dalarm_timer_chromeos.cc13 #include "base/bind.h"
14 #include "base/debug/task_annotator.h"
15 #include "base/files/file_util.h"
16 #include "base/logging.h"
17 #include "base/memory/ptr_util.h"
18 #include "base/pending_task.h"
19 #include "base/trace_event/trace_event.h"
24 : base::Timer(retain_user_task, is_repeating),
36 if (!base::Timer::is_running())
40 base
[all...]
/external/libbrillo/
H A Dtestrunner_android.cc19 #include <base/at_exit.h>
23 base::AtExitManager at_exit_manager;
/external/libchrome/base/
H A Dbuild_time_unittest.cc5 #include "base/build_time.h"
7 #include "base/generated_build_date.h"
9 #include "base/time/time.h"
35 EXPECT_LT(base::GetBuildTime(), base::Time::Now());
36 EXPECT_LT(base::GetBuildTime(), base::Time::NowFromSystemTime());
42 base::Time cutoff(base::Time::Now() - base
[all...]
/external/libchrome/base/json/
H A Djson_string_value_serializer.h10 #include "base/base_export.h"
11 #include "base/files/file_path.h"
12 #include "base/macros.h"
13 #include "base/strings/string_piece.h"
14 #include "base/values.h"
16 class BASE_EXPORT JSONStringValueSerializer : public base::ValueSerializer {
28 bool Serialize(const base::Value& root) override;
32 bool SerializeAndOmitBinaryValues(const base::Value& root);
38 bool SerializeInternal(const base::Value& root, bool omit_binary_values);
47 class BASE_EXPORT JSONStringValueDeserializer : public base
[all...]
/external/libchrome/
H A Dtestrunner.cc20 #include "base/at_exit.h"
21 #include "base/command_line.h"
24 base::AtExitManager at_exit_manager;
25 base::CommandLine::Init(argc, argv);
/external/libmojo/base/android/
H A Dbase_jni_onload.h11 #include "base/base_export.h"
12 #include "base/callback.h"
14 namespace base { namespace
18 typedef base::Callback<bool(JNIEnv*)> RegisterCallback;
25 } // namespace base
/external/libmojo/base/android/java/src/org/chromium/base/
H A DCpuFeatures.java5 package org.chromium.base;
7 import org.chromium.base.annotations.JNINamespace;
22 @JNINamespace("base::android")
/external/libmojo/mojo/android/javatests/
H A Dmojo_test_case.cc7 #include "base/android/jni_android.h"
8 #include "base/android/scoped_java_ref.h"
9 #include "base/at_exit.h"
10 #include "base/bind.h"
11 #include "base/location.h"
12 #include "base/logging.h"
13 #include "base/message_loop/message_loop.h"
14 #include "base/run_loop.h"
15 #include "base/single_thread_task_runner.h"
16 #include "base/tes
[all...]
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
H A Dconfig_override.sh3 # config_override.sh base override
5 # Combines base and override, removing any Kconfig options from base
27 base=$1
28 if test -r $base
32 echo Base file $base unreadable!!!
60 sh $T/script < $base
/external/pdfium/core/fxcrt/
H A Dfx_memory.cpp12 pdfium::base::PartitionAllocatorGeneric gArrayBufferPartitionAllocator;
13 pdfium::base::PartitionAllocatorGeneric gGeneralPartitionAllocator;
14 pdfium::base::PartitionAllocatorGeneric gStringPartitionAllocator;
19 pdfium::base::PartitionAllocGlobalInit(FX_OutOfMemoryTerminate);
28 return pdfium::base::PartitionAllocGenericFlags(
29 gGeneralPartitionAllocator.root(), pdfium::base::PartitionAllocReturnNull,
38 return pdfium::base::PartitionReallocGeneric(
43 pdfium::base::PartitionFree(pointer);
/external/syslinux/com32/lib/
H A Dstrntoimax.c10 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n) argument
12 return (intmax_t) strntoumax(nptr, endptr, base, n);
H A Dstrntoumax.c24 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) argument
44 if (base == 0) {
48 base = 16;
52 base = 8;
54 base = 10;
56 } else if (base == 16) {
63 while (n && (d = digitval(*nptr)) >= 0 && d < base) {
64 v = v * base + d;
H A Dstrtox.c10 TYPE NAME(const char *nptr, char **endptr, int base) argument
12 return (TYPE) strntoumax(nptr, endptr, base, ~(size_t) 0);
/external/syslinux/dos/
H A Dstrntoumax.c24 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) argument
44 if (base == 0) {
48 base = 16;
52 base = 8;
54 base = 10;
56 } else if (base == 16) {
63 while (n && (d = digitval(*nptr)) >= 0 && d < base) {
64 v = v * base + d;
/external/turbine/java/com/google/turbine/binder/lookup/
H A DCompoundScope.java19 import static com.google.common.base.Preconditions.checkNotNull;
27 @Nullable private final Scope base; field in class:CompoundScope
29 private CompoundScope(Scope scope, Scope base) { argument
31 this.base = base;
40 if (base != null) {
41 return base.lookup(key);
52 public static CompoundScope base(Scope scope) { method in class:CompoundScope

Completed in 527 milliseconds

1234567891011>>