HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 1 - 25 of 14516) 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/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);
  /external/bison/lib/
stripslash.c 33 char *base = last_component (file); local
39 if (! *base)
40 base = file;
41 base_lim = base + base_len (base);
  /prebuilts/ndk/r11/sources/android/support/src/locale/
newlocale.c 32 locale_t newlocale(int category_mask, const char* locale, locale_t base) {
34 if (base == LC_GLOBAL_LOCALE)
35 return base;
45 if (base == LC_NULL_LOCALE)
46 base = calloc(1, sizeof(*base));
48 return base;
  /prebuilts/ndk/r13/sources/android/support/src/locale/
newlocale.c 32 locale_t newlocale(int category_mask, const char* locale, locale_t base) {
34 if (base == LC_GLOBAL_LOCALE)
35 return base;
45 if (base == LC_NULL_LOCALE)
46 base = calloc(1, sizeof(*base));
48 return base;
  /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...]
  /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/apk_assets.h"
9 #include "base/android/application_status_listener.h"
10 #include "base/android/build_info.h"
11 #include "base/android/callback_android.h"
12 #include "base/android/command_line_android.h"
13 #include "base/android/content_uri_utils.h"
14 #include "base/android/context_utils.h"
15 #include "base/android/cpu_features.h
38 namespace base { namespace
    [all...]
  /art/test/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /art/test/066-mismatched-super/src/
Indirect.java 25 Base base = new Base(); local
  /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/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/bt/bta/include/
bta_closure_api.h 22 #include <base/bind.h>
23 #include <base/callback_forward.h>
24 #include <base/location.h>
30 * for how to handle dynamic memory ownership/smart pointers with base::Owned(),
31 * base::Passed(), base::ConstRef() and others.
34 const base::Closure& task);
  /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.25/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.25/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;
  /frameworks/base/cmds/hid/
hid 6 base=/system
7 export CLASSPATH=$base/framework/hid.jar
8 exec app_process $base/bin com.android.commands.hid.Hid "$@"
  /platform_testing/utils/crashcollector/
crashcollector 17 base=/data/local/tmp/crashcollector
18 export CLASSPATH=$base/crashcollector.jar
19 exec app_process $base android.test.crashcollector.Collector $*

Completed in 1042 milliseconds

1 2 3 4 5 6 7 8 91011>>