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

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
test-linker-roles.h 26 extern void base_role_tests(policydb_t * base);
27 extern void module_role_tests(policydb_t * base);
  /ndk/sources/host-tools/sed-4.2.1/lib/
stripslash.c 32 char *base = last_component (file); local
38 if (! *base)
39 base = file;
40 base_lim = base + base_len (base);
  /dalvik/tests/065-mismatched-implements/src/
Indirect.java 25 Base base = new Base(); local
  /dalvik/tests/066-mismatched-super/src/
Indirect.java 25 Base base = new Base(); local
  /external/chromium/base/allocator/
allocator_shim.h 8 namespace base { namespace
17 } // namespace base.
  /external/chromium/base/mac/
os_crash_dumps.h 8 namespace base { namespace
18 } // namespace base
  /external/chromium/base/
message_pump.cc 5 #include "base/message_pump.h"
7 namespace base { namespace
15 } // namespace base
spin_wait.h 19 #include "base/threading/platform_thread.h"
20 #include "base/time.h"
35 SPIN_FOR_TIMEDELTA_OR_UNTIL_TRUE(base::TimeDelta::FromSeconds(1), \
39 base::TimeTicks start = base::TimeTicks::Now(); \
40 const base::TimeDelta kTimeout = delta; \
42 if (kTimeout < base::TimeTicks::Now() - start) { \
43 EXPECT_LE((base::TimeTicks::Now() - start).InMilliseconds(), \
47 base::PlatformThread::Sleep(50); \
base_paths.cc 5 #include "base/base_paths.h"
7 #include "base/file_path.h"
8 #include "base/file_util.h"
9 #include "base/path_service.h"
11 namespace base { namespace
18 case base::DIR_EXE:
19 PathService::Get(base::FILE_EXE, &cur);
22 case base::DIR_MODULE:
23 PathService::Get(base::FILE_MODULE, &cur);
26 case base::DIR_TEMP
    [all...]
  /external/chromium/chrome/common/net/
net_resource_provider.h 9 namespace base { namespace
16 base::StringPiece NetResourceProvider(int key);
  /external/chromium/crypto/
mac_security_services_lock.h 9 namespace base { namespace
21 base::Lock& GetMacSecurityServicesLock();
  /external/clang/test/CodeGenCXX/
debug-info-template-recursive.cpp 3 class base { }; class
5 template <class T> class foo : public base {
  /external/chromium/chrome/common/
time_format.h 11 #include "base/string16.h"
15 namespace base { namespace
28 static string16 TimeElapsed(const base::TimeDelta& delta);
31 static string16 TimeRemaining(const base::TimeDelta& delta);
34 static string16 TimeRemainingShort(const base::TimeDelta& delta);
49 static string16 RelativeDate(const base::Time& time,
50 const base::Time* optional_midnight_today);
  /external/bison/lib/
stripslash.c 35 char *base = base_name (file); local
36 char *base_lim = base + base_len (base);
  /external/chromium/base/synchronization/
cancellation_flag.cc 5 #include "base/synchronization/cancellation_flag.h"
7 #include "base/logging.h"
9 namespace base { namespace
15 base::subtle::Release_Store(&flag_, 1);
19 return base::subtle::Acquire_Load(&flag_) != 0;
22 } // namespace base
  /hardware/ti/wlan/wl1271/platforms/os/linux/inc/
stack_profile.h 3 unsigned long check_stack(unsigned long *base);
4 unsigned long check_stack_start(unsigned long *base, unsigned long real_sp,
6 unsigned long check_stack_stop(unsigned long *base, int id);
  /external/chromium/net/base/
asn1_util.h 9 #include "base/string_piece.h"
33 bool ParseElement(base::StringPiece* in,
35 base::StringPiece* out,
40 bool GetElement(base::StringPiece* in,
42 base::StringPiece* out);
48 bool ExtractSPKIFromDERCert(base::StringPiece cert,
49 base::StringPiece* spki_out);
dnssec_keyset.h 11 #include "base/string_piece.h"
24 bool AddKey(const base::StringPiece& dnskey);
32 bool CheckSignature(const base::StringPiece& name,
33 const base::StringPiece& zone,
34 const base::StringPiece& signature,
36 const std::vector<base::StringPiece>& rrdatas);
40 static uint16 DNSKEYToKeyID(const base::StringPiece& dnskey);
48 base::StringPiece signature_algorithm,
49 base::StringPiece signature,
50 base::StringPiece public_key
    [all...]
dns_reload_timer.cc 5 #include "net/base/dns_reload_timer.h"
8 #include "base/lazy_instance.h"
9 #include "base/threading/thread_local_storage.h"
10 #include "base/time.h"
35 const base::TimeDelta kRetryTime = base::TimeDelta::FromSeconds(1);
36 base::TimeTicks now = base::TimeTicks::Now();
37 base::TimeTicks* timer_ptr =
38 static_cast<base::TimeTicks*>(tls_index_.Get())
    [all...]
dnssec_chain_verifier.h 12 #include "base/string_piece.h"
40 const base::StringPiece& chain);
55 const std::vector<base::StringPiece>& rrdatas() const;
62 ParseTLSTXTRecord(base::StringPiece rrdata);
65 static unsigned MatchingLabels(base::StringPiece a,
66 base::StringPiece b);
73 bool VariableLength16(base::StringPiece*);
74 bool ReadName(base::StringPiece*);
76 bool ReadAheadEntryKey(base::StringPiece*);
77 bool ReadAheadKey(base::StringPiece*, uint8 entry_key)
    [all...]
  /external/chromium/net/socket/
client_socket_pool_histograms.h 11 #include "base/memory/ref_counted.h"
12 #include "base/time.h"
14 namespace base { namespace
26 void AddRequestTime(base::TimeDelta time) const;
27 void AddUnusedIdleTime(base::TimeDelta time) const;
28 void AddReusedIdleTime(base::TimeDelta time) const;
31 base::Histogram* socket_type_;
32 base::Histogram* request_time_;
33 base::Histogram* unused_idle_time_;
34 base::Histogram* reused_idle_time_
    [all...]

Completed in 1084 milliseconds

1 2 3 4 5 6 7 8 91011>>