Searched refs:base (Results 1 - 25 of 7415) sorted by relevance

1234567891011>>

/external/libchrome/base/
H A Dbind_helpers.cc5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
/external/libchrome/base/time/
H A Dclock.cc5 #include "base/time/clock.h"
7 namespace base { namespace
11 } // namespace base
H A Dtick_clock.cc5 #include "base/time/tick_clock.h"
7 namespace base { namespace
11 } // namespace base
/external/libevent/
H A Dkqueue-internal.h29 /** Notification function, used to tell an event base to wake up from another
31 * called successfully on that base. */
32 int event_kq_notify_base_(struct event_base *base);
34 /** Prepare a kqueue-using event base to receive notifications via an internal
37 int event_kq_add_notify_event_(struct event_base *base);
/external/selinux/libsepol/tests/
H A Dtest-linker-cond-map.h24 extern void base_cond_tests(policydb_t * base);
25 extern void module_cond_tests(policydb_t * base);
H A Dtest-linker-types.h24 extern void base_type_tests(policydb_t * base);
25 extern void module_type_tests(policydb_t * base);
H A Dtest-linker-roles.c38 * - role in base, no modules
39 * - role in base optional, no modules
40 * - role a in base, b in module
41 * - role a in base and module (additive)
42 * - role a in base and 2 module
43 * - role a in base optional, b in module
44 * - role a in base, b in module optional
45 * - role a in base optional, b in module optional
46 * - role a in base optional and module
47 * - role a in base an
70 base_role_tests(policydb_t * base) argument
100 module_role_tests(policydb_t * base) argument
[all...]
H A Dtest-linker-types.c39 * - type in base, no modules
40 * - type in base optional, no modules
41 * - type a in base, b in module
42 * - type a in base optional, b in module
43 * - type a in base, b in module optional
44 * - type a in base optional, b in module optional
45 * - attr in base, no modules
46 * - attr in base optional, no modules
47 * - attr a in base, b in module
48 * - attr a in base optiona
125 base_type_tests(policydb_t * base) argument
163 module_type_tests(policydb_t * base) argument
[all...]
/external/libmojo/base/android/
H A Dbase_jni_registrar.cc5 #include "base/android/base_jni_registrar.h"
7 #include "base/android/animation_frame_time_histogram.h"
8 #include "base/android/application_status_listener.h"
9 #include "base/android/command_line_android.h"
10 #include "base/android/context_utils.h"
11 #include "base/android/cpu_features.h"
12 #include "base/android/early_trace_event_binding.h"
13 #include "base/android/field_trial_list.h"
14 #include "base/android/important_file_writer_android.h"
15 #include "base/androi
31 namespace base { namespace
[all...]
/external/libmojo/base/files/
H A Dfile_util_android.cc5 #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/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/base/
H A DWidget.java4 package com.foo.base;
/external/libmojo/base/android/java/src/org/chromium/base/
H A DVisibleForTesting.java5 package org.chromium.base;
/external/mockito/src/main/java/org/mockito/exceptions/base/
H A Dpackage-info.java9 package org.mockito.exceptions.base;
/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/robolectric/v1/src/test/java/com/xtremelabs/robolectric/util/
H A DTestR.java9 private static int base = 1025; field in class:TestR
12 public static final int test_anim_1 = ++base;
16 public static final int test_color_1 = ++base;
20 public static final int test_drawable_1 = ++base;
/external/clang/test/CodeGenCXX/
H A Ddebug-info-template-recursive.cpp3 class base { }; class
5 template <class T> class foo : public base {
/external/libbrillo/policy/
H A Dresilient_policy_util.h11 #include <base/files/file_path.h>
19 BRILLO_EXPORT std::map<int, base::FilePath> GetSortedResilientPolicyFilePaths(
20 const base::FilePath& default_policy_path);
25 BRILLO_EXPORT base::FilePath GetResilientPolicyFilePathForIndex(
26 const base::FilePath& default_policy_path,
34 const base::FilePath& policy_path,
35 const base::FilePath& default_policy_path,
H A Dresilient_policy_util.cc9 #include <base/files/file_enumerator.h>
10 #include <base/files/file_util.h>
11 #include <base/strings/string_number_conversions.h>
12 #include <base/strings/string_util.h>
16 std::map<int, base::FilePath> GetSortedResilientPolicyFilePaths(
17 const base::FilePath& default_policy_path) {
18 std::map<int, base::FilePath> sorted_policy_file_paths;
19 base::FilePath directory = default_policy_path.DirName();
20 if (!base::PathExists(directory))
27 base
[all...]
/external/libbrillo/brillo/
H A Dvalue_conversion.cc22 bool FromValue(const base::Value& in_value,
23 std::unique_ptr<base::ListValue>* out_value) {
24 const base::ListValue* list = nullptr;
31 bool FromValue(const base::Value& in_value,
32 std::unique_ptr<base::DictionaryValue>* out_value) {
33 const base::DictionaryValue* dict = nullptr;
40 std::unique_ptr<base::Value> ToValue(int value) {
41 return std::unique_ptr<base::Value>(new base::Value(value));
44 std::unique_ptr<base
[all...]
/external/libchrome/base/timer/
H A Dhi_res_timer_manager_unittest.cc5 #include "base/timer/hi_res_timer_manager.h"
10 #include "base/message_loop/message_loop.h"
11 #include "base/power_monitor/power_monitor.h"
12 #include "base/power_monitor/power_monitor_device_source.h"
13 #include "base/time/time.h"
17 namespace base { namespace
24 base::MessageLoop loop(base::MessageLoop::TYPE_UI);
25 std::unique_ptr<base::PowerMonitorSource> power_monitor_source(
26 new base
[all...]
/external/libmojo/base/
H A Dbase_paths_android.cc5 // Defines base::PathProviderAndroid which replaces base::PathProviderPosix for
6 // Android in base/path_service.cc.
11 #include "base/android/jni_android.h"
12 #include "base/android/path_utils.h"
13 #include "base/base_paths.h"
14 #include "base/files/file_path.h"
15 #include "base/files/file_util.h"
16 #include "base/logging.h"
17 #include "base/proces
19 namespace base { namespace
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/
H A Ddri_query_renderer.c19 (unsigned int)screen->base.screen->get_param(screen->base.screen,
24 (unsigned int)screen->base.screen->get_param(screen->base.screen,
29 (unsigned int)screen->base.screen->get_param(screen->base.screen,
35 (unsigned int)screen->base.screen->get_param(screen->base.screen,
41 (unsigned int)screen->base.screen->get_param(screen->base
[all...]
/external/libmojo/mojo/public/cpp/bindings/lib/
H A Dstring_traits_string16.cc9 #include "base/strings/utf_string_conversions.h"
14 void* StringTraits<base::string16>::SetUpContext(const base::string16& input) {
15 return new std::string(base::UTF16ToUTF8(input));
19 void StringTraits<base::string16>::TearDownContext(const base::string16& input,
25 size_t StringTraits<base::string16>::GetSize(const base::string16& input,
31 const char* StringTraits<base::string16>::GetData(const base
[all...]
/external/syslinux/dos/
H A Dstrtoul.c10 extern uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n);
12 unsigned long strtoul(const char *nptr, char **endptr, int base) argument
14 return (unsigned long) strntoumax(nptr, endptr, base, ~(size_t) 0);
/external/toybox/toys/posix/
H A Dbasename.c23 char *base = basename(*toys.optargs), *suffix = toys.optargs[1]; local
26 if (suffix && *suffix && (suffix = strend(base, suffix))) *suffix = 0;
28 puts(base);

Completed in 608 milliseconds

1234567891011>>