HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 1 - 25 of 12163) 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 18 #include "base/base_export.h"
19 #include "base/strings/string16.h"
21 namespace base { namespace
54 const base::FilePath& file_path);
71 virtual base::string16 company_name() = 0;
72 virtual base::string16 company_short_name() = 0;
73 virtual base::string16 product_name() = 0;
74 virtual base::string16 product_short_name() = 0;
75 virtual base::string16 internal_name() = 0;
76 virtual base::string16 product_version() = 0
    [all...]
  /external/libweave/third_party/chromium/base/
bind_helpers.cc 5 #include "base/bind_helpers.h"
7 #include "base/callback.h"
9 namespace base { namespace
14 } // namespace base
  /external/v8/tools/gyp/
gyp 7 base=$(dirname "$0")
8 exec python "${base}/gyp_main.py" "$@"
  /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
  /external/libweave/third_party/chromium/base/time/
clock.cc 5 #include "base/time/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);
test-linker-types.c 39 * - 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 optional, b in modul
    [all...]
  /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);
  /ndk/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;
  /frameworks/base/tools/aapt2/util/
Files_test.cpp 38 std::string base = "hello"; local
39 appendPath(&base, "there");
40 EXPECT_EQ(mExpectedPath, base);
44 std::string base = "hello/"; local
45 appendPath(&base, "there");
46 EXPECT_EQ(mExpectedPath, base);
48 base = "hello";
49 appendPath(&base, "/there");
50 EXPECT_EQ(mExpectedPath, base);
52 base = "hello/"
    [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/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.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/am/
am 6 base=/system
7 export CLASSPATH=$base/framework/am.jar
8 exec app_process $base/bin com.android.commands.am.Am "$@"
  /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 $*
  /system/connectivity/dhcp_client/
message_loop_event_dispatcher.cc 19 #include <base/location.h>
20 #include <base/message_loop/message_loop.h>
21 #include <base/time/time.h>
28 bool MessageLoopEventDispatcher::PostTask(const base::Closure& task) {
29 if (!base::MessageLoop::current())
31 base::MessageLoop::current()->PostTask(FROM_HERE, task);
35 bool MessageLoopEventDispatcher::PostDelayedTask(const base::Closure& task,
37 if (!base::MessageLoop::current())
39 base::MessageLoop::current()->PostDelayedTask(
40 FROM_HERE, task, base::TimeDelta::FromMilliseconds(delay_ms))
    [all...]

Completed in 940 milliseconds

1 2 3 4 5 6 7 8 91011>>