HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 1 - 25 of 17513) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libchrome/base/
bind_helpers.cc 5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
file_version_info.h 11 #include "base/base_export.h"
12 #include "base/strings/string16.h"
18 namespace base { namespace
40 const base::FilePath& file_path);
55 virtual base::string16 company_name() = 0;
56 virtual base::string16 company_short_name() = 0;
57 virtual base::string16 product_name() = 0;
58 virtual base::string16 product_short_name() = 0;
59 virtual base::string16 internal_name() = 0;
60 virtual base::string16 product_version() = 0
    [all...]
  /external/libchrome/base/time/
clock.cc 5 #include "base/time/clock.h"
7 namespace base { namespace
11 } // namespace base
tick_clock.cc 5 #include "base/time/tick_clock.h"
7 namespace base { namespace
11 } // namespace base
  /frameworks/base/core/java/android/content/
MutableContextWrapper.java 20 * Special version of {@link ContextWrapper} that allows the base context to
24 public MutableContextWrapper(Context base) {
25 super(base);
29 * Change the base context for this ContextWrapper. All calls will then be
30 * delegated to the base context. Unlike ContextWrapper, the base context
33 * @param base The new base context for this wrapper.
35 public void setBaseContext(Context base) {
36 mBase = base;
    [all...]
  /external/libevent/
kqueue-internal.h 29 /** 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/
test-linker-cond-map.h 24 extern void base_cond_tests(policydb_t * base);
25 extern void module_cond_tests(policydb_t * base);
test-linker-types.h 24 extern void base_type_tests(policydb_t * base);
25 extern void module_type_tests(policydb_t * base);
  /system/bt/stack/test/common/
mock_btu_layer.cc 19 #include <base/message_loop/message_loop.h>
21 base::MessageLoop* get_message_loop() { return nullptr;
  /external/libmojo/base/android/
base_jni_registrar.cc 5 #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/android/java_exception_reporter.h
31 namespace base { namespace
    [all...]
  /external/libmojo/base/files/
file_util_android.cc 5 #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
  /frameworks/base/tools/aapt2/util/
Files_test.cpp 39 std::string base = "hello"; local
40 AppendPath(&base, "there");
41 EXPECT_EQ(expected_path_, base);
45 std::string base = "hello/"; local
46 AppendPath(&base, "there");
47 EXPECT_EQ(expected_path_, base);
49 base = "hello";
50 AppendPath(&base, "/there");
51 EXPECT_EQ(expected_path_, base);
53 base = "hello/"
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/drivers/arm/sp805/
sp805.c 13 static inline void sp805_write_wdog_load(uintptr_t base, unsigned long value)
15 mmio_write_32(base + SP805_WDOG_LOAD_OFF, value);
18 static inline void sp805_write_wdog_ctrl(uintptr_t base, unsigned long value)
20 mmio_write_32(base + SP805_WDOG_CTR_OFF, value);
23 static inline void sp805_write_wdog_lock(uintptr_t base, unsigned long value)
25 mmio_write_32(base + SP805_WDOG_LOCK_OFF, value);
31 void sp805_start(uintptr_t base, unsigned long ticks)
33 sp805_write_wdog_load(base, ticks);
34 sp805_write_wdog_ctrl(base, SP805_CTR_RESEN | SP805_CTR_INTEN);
36 sp805_write_wdog_lock(base, 0)
    [all...]
  /art/test/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /external/javaparser/javaparser-symbol-solver-testing/src/test/resources/issue113/com/foo/base/
Widget.java 4 package com.foo.base;
  /external/libchrome/base/synchronization/
cancellation_flag.h 8 #include "base/synchronization/atomic_flag.h"
10 namespace base { namespace
18 } // namespace base
  /external/libmojo/base/android/java/src/org/chromium/base/
VisibleForTesting.java 5 package org.chromium.base;
  /external/mockito/src/main/java/org/mockito/exceptions/base/
package-info.java 7 * Base classes for exceptions and errors, stack trace filtering/removing logic.
9 package org.mockito.exceptions.base;
  /external/pdfium/third_party/base/allocator/partition_allocator/
address_space_randomization.h 9 namespace base { namespace in namespace:pdfium
15 } // namespace base
  /external/perfetto/src/base/
virtual_destructors.cc 17 #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/
TestR.java 9 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;
  /system/update_engine/common/
clock_interface.h 22 #include <base/time/time.h>
34 // Gets the current time e.g. similar to base::Time::Now().
35 virtual base::Time GetWallclockTime() = 0;
42 virtual base::Time GetMonotonicTime() = 0;
49 virtual base::Time GetBootTime() = 0;
  /external/clang/test/CodeGenCXX/
debug-info-template-recursive.cpp 3 class base { }; class
5 template <class T> class foo : public base {
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-elf/
pr12851.s 2 .dc.a _.stapsdt.base
3 .section .stapsdt.base,"a","progbits"
4 _.stapsdt.base: .space 1
5 .size _.stapsdt.base,1
  /toolchain/binutils/binutils-2.27/libiberty/
lbasename.c 51 const char *base; local
53 for (base = name; *name; name++)
55 base = name + 1;
57 return base;
63 const char *base; local
69 for (base = name; *name; name++)
71 base = name + 1;
73 return base;

Completed in 201 milliseconds

1 2 3 4 5 6 7 8 91011>>