Searched refs:base (Results 226 - 250 of 7415) sorted by relevance

1234567891011>>

/external/libmojo/mojo/edk/embedder/
H A Dnamed_platform_handle.h10 #include "base/strings/string16.h"
11 #include "base/strings/string_piece.h"
12 #include "base/strings/utf_string_conversions.h"
22 explicit NamedPlatformHandle(const base::StringPiece& name)
32 explicit NamedPlatformHandle(const base::StringPiece& name)
33 : name(base::UTF8ToUTF16(name)) {}
35 explicit NamedPlatformHandle(const base::StringPiece16& name)
40 base::string16 pipe_name() const { return L"\\\\.\\pipe\\mojo." + name; }
42 base::string16 name;
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dmay_auto_lock.h8 #include "base/macros.h"
9 #include "base/optional.h"
10 #include "base/synchronization/lock.h"
15 // Similar to base::AutoLock, except that it does nothing if |lock| passed into
19 explicit MayAutoLock(base::Optional<base::Lock>* lock)
33 base::Lock* lock_;
37 // Similar to base::AutoUnlock, except that it does nothing if |lock| passed
41 explicit MayAutoUnlock(base::Optional<base
[all...]
/external/libmojo/ui/gfx/geometry/
H A Dsafe_integer_conversions.h11 #include "base/numerics/safe_conversions.h"
17 return base::saturated_cast<int>(std::floor(value));
21 return base::saturated_cast<int>(std::ceil(value));
25 return base::saturated_cast<int>(std::floor(value));
29 return base::saturated_cast<int>(std::ceil(value));
38 return base::saturated_cast<int>(rounded);
47 return base::saturated_cast<int>(rounded);
/external/mesa3d/src/gallium/drivers/i915/
H A Di915_query.c88 i915->base.create_query = i915_create_query;
89 i915->base.destroy_query = i915_destroy_query;
90 i915->base.begin_query = i915_begin_query;
91 i915->base.end_query = i915_end_query;
92 i915->base.get_query_result = i915_get_query_result;
93 i915->base.set_active_query_state = i915_set_active_query_state;
/external/parameter-framework/upstream/parameter/
H A DLogarithmicParameterAdaptation.cpp36 #define base CLinearParameterAdaptation macro
38 CLogarithmicParameterAdaptation::CLogarithmicParameterAdaptation() : base("Logarithmic")
48 base::showProperties(strResult);
73 return base::fromXml(xmlElement, serializingContext);
78 return std::max(base::fromUserValue(log(value) / log(_dLogarithmBase)),
84 return exp(base::toUserValue(iValue) * log(_dLogarithmBase));
H A DConfigurationAccessContext.cpp32 #define base CParameterAccessContext macro
41 : base(strError, pParameterBlackboard, bValueSpaceIsRaw, bOutputRawFormatIsHex),
47 : base(strError), _bSerializeOut(bSerializeOut)
/external/selinux/libsepol/tests/
H A Dtest-linker-cond-map.c37 * - single boolean in base
39 * - single boolean in base optional
41 * - 2 booleans in base
43 * - 2 booleans in base optional
45 * - 2 booleans, base and module
46 * - 2 booleans, base optional and module
47 * - 2 booleans, base optional and module optional
48 * - 3 booleans, base, base optional, module
49 * - 4 boolean, base, bas
87 base_cond_tests(policydb_t * base) argument
118 module_cond_tests(policydb_t * base) argument
[all...]
/external/selinux/sandbox/
H A Dsandbox.init26 base=${0##*/}
46 echo "$base is running"
48 echo "$base is stopped"
/external/libchrome/base/
H A Dtracking_info.h14 #include "base/base_export.h"
15 #include "base/profiler/tracked_time.h"
16 #include "base/time/time.h"
23 namespace base { namespace
29 base::TimeTicks delayed_run_time);
53 base::TimeTicks delayed_run_time;
56 } // namespace base
/external/libmojo/base/android/
H A Dapplication_status_listener_unittest.cc5 #include "base/android/application_status_listener.h"
9 #include "base/bind.h"
10 #include "base/callback_forward.h"
11 #include "base/logging.h"
12 #include "base/message_loop/message_loop.h"
13 #include "base/run_loop.h"
14 #include "base/synchronization/waitable_event.h"
15 #include "base/threading/thread.h"
18 namespace base { namespace
23 using base
[all...]
H A Djava_handler_thread.cc5 #include "base/android/java_handler_thread.h"
9 #include "base/android/jni_android.h"
10 #include "base/android/jni_string.h"
11 #include "base/message_loop/message_loop.h"
12 #include "base/synchronization/waitable_event.h"
13 #include "base/threading/thread_restrictions.h"
16 namespace base { namespace
21 JNIEnv* env = base::android::AttachCurrentThread();
34 JNIEnv* env = base::android::AttachCurrentThread();
35 base
[all...]
/external/libmojo/mojo/edk/system/
H A Datomic_flag.h8 #include "base/atomicops.h"
9 #include "base/macros.h"
39 base::subtle::Release_Store(&flag_, value ? 1 : 0);
43 return base::subtle::Acquire_Load(&flag_) ? true : false;
49 base::subtle::Atomic32 flag_;
/external/libmojo/mojo/edk/test/
H A Drun_all_perftests.cc5 #include "base/command_line.h"
6 #include "base/test/multiprocess_test.h"
7 #include "base/test/perf_test_suite.h"
8 #include "base/test/test_io_thread.h"
16 base::PerfTestSuite test(argc, argv);
19 base::TestIOThread test_io_thread(base::TestIOThread::kAutoStart);
/external/libnl/include/netlink/
H A Dhash.h29 * @base: the base number to roll into the hash (usually 0)
31 * The memory region pointed to by p is combined with the base to form
64 #define __nl_hash(p, num, base) nl_hash_any((p), (num)*sizeof(*(p)), (base))
67 uint32_t nl_hash_any(const void *key, size_t length, uint32_t base);
/external/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_streamout.c45 t->base.reference.count = 1;
46 t->base.context = ctx;
47 pipe_resource_reference(&t->base.buffer, buffer);
48 t->base.buffer_offset = buffer_offset;
49 t->base.buffer_size = buffer_size;
53 return &t->base;
62 pipe_resource_reference(&t->base.buffer, NULL);
75 pipe_resource_reference(&vctx->so_targets[i].base.buffer, targets[i]->buffer);
78 pipe_resource_reference(&vctx->so_targets[i].base.buffer, NULL);
85 vctx->base
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_sampler_state.c42 OUT_BATCH(brw->vs.base.sampler_offset); /* VS */
43 OUT_BATCH(brw->gs.base.sampler_offset); /* GS */
44 OUT_BATCH(brw->wm.base.sampler_offset);
/external/skia/src/core/
H A DSkTSearch.cpp15 static inline const char* index_into_base(const char*const* base, int index, argument
18 return *(const char*const*)((const char*)base + index * elemSize);
21 int SkStrSearch(const char*const* base, int count, const char target[], argument
27 SkASSERT(base != nullptr);
35 const char* elem = index_into_base(base, mid, elemSize);
46 const char* elem = index_into_base(base, hi, elemSize);
57 int SkStrSearch(const char*const* base, int count, const char target[], argument
60 return SkStrSearch(base, count, target, strlen(target), elemSize);
63 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
70 return SkStrSearch(base, coun
73 SkStrLCSearch(const char*const* base, int count, const char target[], size_t elemSize) argument
[all...]
/external/skqp/src/core/
H A DSkTSearch.cpp15 static inline const char* index_into_base(const char*const* base, int index, argument
18 return *(const char*const*)((const char*)base + index * elemSize);
21 int SkStrSearch(const char*const* base, int count, const char target[], argument
27 SkASSERT(base != nullptr);
35 const char* elem = index_into_base(base, mid, elemSize);
46 const char* elem = index_into_base(base, hi, elemSize);
57 int SkStrSearch(const char*const* base, int count, const char target[], argument
60 return SkStrSearch(base, count, target, strlen(target), elemSize);
63 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
70 return SkStrSearch(base, coun
73 SkStrLCSearch(const char*const* base, int count, const char target[], size_t elemSize) argument
[all...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/datasets/
H A Dproduce_small_datasets.py21 from tensorflow.contrib.learn.python.learn.datasets import base namespace
29 base.shrink_csv('dbpedia_data/dbpedia_csv/train.csv', 1000)
30 base.shrink_csv('dbpedia_data/dbpedia_csv/test.csv', 1000)
/external/turbine/java/com/google/turbine/binder/bound/
H A DSourceHeaderBoundClass.java32 private final PackageSourceBoundClass base; field in class:SourceHeaderBoundClass
38 PackageSourceBoundClass base,
42 this.base = base;
60 return base.access();
65 return base.kind();
70 return base.owner();
75 return base.children();
85 return base.scope();
89 return base
37 SourceHeaderBoundClass( PackageSourceBoundClass base, ClassSymbol superclass, ImmutableList<ClassSymbol> interfaces, ImmutableMap<String, TyVarSymbol> typeParameters) argument
[all...]
/external/v4l2_codec2/vda/
H A Dbitstream_buffer.cc11 : BitstreamBuffer(-1, base::SharedMemoryHandle(), 0) {}
14 base::SharedMemoryHandle handle,
17 base::TimeDelta presentation_timestamp)
/external/webrtc/webrtc/modules/audio_device/android/
H A Densure_initialized.cc15 // Note: this dependency is dangerous since it reaches into Chromium's base.
17 #include "base/android/context_utils.h"
18 #include "base/android/jni_android.h"
19 #include "webrtc/base/checks.h"
30 RTC_CHECK(::base::android::IsVMInitialized());
31 JNIEnv* jni = ::base::android::AttachCurrentThread();
34 jobject context = ::base::android::GetApplicationContext();
/external/webrtc/webrtc/voice_engine/test/auto_test/
H A Dvoe_cpu_test.cc20 #include "webrtc/base/scoped_ptr.h"
33 printf("Error code: %i \n", base->LastError()); \
48 VoEBase* base = _mgr.BasePtr(); local
64 CHECK(base->Init());
65 channel = base->CreateChannel();
76 CHECK(base->StartReceive(channel));
77 CHECK(base->StartPlayout(channel));
78 CHECK(base->StartSend(channel));
92 CHECK(base->StopSend(channel));
93 CHECK(base
[all...]
/external/libmojo/ipc/
H A Dipc_message_utils.cc10 #include "base/files/file_path.h"
11 #include "base/json/json_writer.h"
12 #include "base/strings/nullable_string16.h"
13 #include "base/strings/string_number_conversions.h"
14 #include "base/strings/utf_string_conversions.h"
15 #include "base/time/time.h"
16 #include "base/unguessable_token.h"
17 #include "base/values.h"
25 #include "base/file_descriptor_posix.h"
30 #include "base/memor
[all...]
/external/antlr/antlr-3.4/runtime/Python/tests/
H A Dt034tokenLabelPropertyRef.py11 def lexerClass(self, base):
12 class TLexer(base):
20 def parserClass(self, base):
21 class TParser(base):

Completed in 777 milliseconds

1234567891011>>