Searched refs:base (Results 226 - 250 of 4161) sorted by relevance

1234567891011>>

/external/chromium/base/threading/
H A Dworker_pool.h9 #include "base/base_api.h"
10 #include "base/tracked.h"
14 namespace base { namespace
34 } // namespace base
/external/chromium/base/
H A Dvlog.cc5 #include "base/vlog.h"
7 #include "base/basictypes.h"
8 #include "base/logging.h"
9 #include "base/string_number_conversions.h"
10 #include "base/string_split.h"
52 if (base::StringToInt(v_switch, &vlog_level)) {
60 if (!base::SplitStringIntoKeyValuePairs(
68 if (!base::StringToInt(it->second, &pattern.vlog_level)) {
84 base::StringPiece GetModule(const base
[all...]
/external/chromium/chrome/browser/chromeos/
H A Dexternal_metrics.h9 #include "base/basictypes.h"
10 #include "base/compiler_specific.h"
11 #include "base/file_path.h"
12 #include "base/gtest_prod_util.h"
13 #include "base/hash_tables.h"
14 #include "base/task.h"
24 class ExternalMetrics : public base::RefCountedThreadSafe<ExternalMetrics> {
26 friend class base::RefCountedThreadSafe<ExternalMetrics>;
79 base::hash_map<std::string, RecordFunctionType> action_recorders_;
82 base
[all...]
/external/chromium/chrome/browser/password_manager/
H A Dnative_backend_gnome_x.h9 #include "base/basictypes.h"
10 #include "base/time.h"
30 virtual bool RemoveLoginsCreatedBetween(const base::Time& delete_begin,
31 const base::Time& delete_end);
34 virtual bool GetLoginsCreatedBetween(const base::Time& get_begin,
35 const base::Time& get_end,
/external/chromium/chrome/browser/sync/notifier/
H A Dcache_invalidation_packet_handler.h14 #include "base/basictypes.h"
15 #include "base/gtest_prod_util.h"
16 #include "base/memory/scoped_callback_factory.h"
17 #include "base/memory/weak_ptr.h"
18 #include "base/threading/non_thread_safe.h"
38 base::WeakPtr<talk_base::Task> base_task,
55 base::NonThreadSafe non_thread_safe_;
56 base::ScopedCallbackFactory<CacheInvalidationPacketHandler>
59 base::WeakPtr<talk_base::Task> base_task_;
H A Dnon_blocking_invalidation_notifier.h14 #include "base/basictypes.h"
15 #include "base/memory/ref_counted.h"
17 #include "jingle/notifier/base/notifier_options.h"
19 namespace base { namespace
48 scoped_refptr<base::MessageLoopProxy> construction_message_loop_proxy_;
49 scoped_refptr<base::MessageLoopProxy> method_message_loop_proxy_;
50 scoped_refptr<base::MessageLoopProxy> io_message_loop_proxy_;
/external/chromium/chrome/browser/ui/cocoa/
H A Dexternal_protocol_dialog.h7 #include "base/time.h"
14 base::Time creation_time_;
/external/chromium/crypto/
H A Dnss_util.h10 #include "base/basictypes.h"
16 namespace base { namespace
19 } // namespace base
119 // Convert a NSS PRTime value into a base::Time object.
121 base::Time PRTimeToBaseTime(int64 prtime);
138 base::Lock* GetNSSWriteLock();
147 base::Lock *lock_;
/external/chromium/net/base/
H A Dandroid_network_library.cc5 #include "net/base/android_network_library.h"
7 #include "base/lazy_instance.h"
8 #include "base/logging.h"
9 #include "base/synchronization/lock.h"
11 using base::Lock;
12 using base::AutoLock;
46 base::LazyInstance<LibHolder> g_holder(base::LINKER_INITIALIZED);
H A Dauth.h11 #include "base/memory/ref_counted.h"
12 #include "base/string16.h"
13 #include "net/base/net_export.h"
20 public base::RefCountedThreadSafe<AuthChallengeInfo> {
37 friend class base::RefCountedThreadSafe<AuthChallengeInfo>;
49 class AuthData : public base::RefCountedThreadSafe<AuthData> {
60 friend class base::RefCountedThreadSafe<AuthData>;
H A Dpem_tokenizer.h12 #include "base/string_piece.h"
25 PEMTokenizer(const base::StringPiece& str,
45 void Init(const base::StringPiece& str,
54 base::StringPiece str_;
58 base::StringPiece::size_type pos_;
/external/chromium/net/disk_cache/
H A Dstress_cache.cc28 #include "base/at_exit.h"
29 #include "base/command_line.h"
30 #include "base/debug/debugger.h"
31 #include "base/file_path.h"
32 #include "base/logging.h"
33 #include "base/message_loop.h"
34 #include "base/path_service.h"
35 #include "base/process_util.h"
36 #include "base/string_number_conversions.h"
37 #include "base/string_uti
[all...]
/external/chromium/net/proxy/
H A Dproxy_server_mac.cc11 #include "base/logging.h"
12 #include "base/mac/mac_util.h"
13 #include "base/sys_string_conversions.h"
28 (CFStringRef)base::mac::GetValueFromDictionary(dict, host_key,
32 << base::SysCFStringRefToUTF8(host_key)
36 std::string host = base::SysCFStringRefToUTF8(host_ref);
39 (CFNumberRef)base::mac::GetValueFromDictionary(dict, port_key,
/external/compiler-rt/lib/asan/lit_tests/Linux/
H A Dinterception_failure_test.cc15 extern "C" long strtol(const char *nptr, char **endptr, int base) { argument
/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java28 public void makeHDF(Data data, String base) { argument
29 data.setValue(base + ".label", this.label);
30 data.setValue(base + ".href", this.href);
31 data.setValue(base + ".comment", this.comment);
/external/guava/guava-gwt/src-super/com/google/common/testing/super/com/google/common/testing/
H A DPlatform.java19 import static com.google.common.base.Preconditions.checkNotNull;
/external/harfbuzz/contrib/tables/
H A Dscripts-parse.py39 def __init__(self, base):
40 self.base = base
43 r = self.base.get(key, None)
/external/harfbuzz/src/
H A Dharfbuzz-stream.h39 HB_Byte* base; member in struct:HB_StreamRec_
/external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
H A DConnectorFactory.java33 package com.jme3.network.base;
/external/junit/src/org/junit/rules/
H A DRuleChain.java94 public Statement apply(Statement base, Description description) { argument
96 base= each.apply(base, description);
97 return base;
H A DTestRule.java48 * @param base The {@link Statement} to be modified
49 * @param description A {@link Description} of the test implemented in {@code base}
50 * @return a new statement, which may be the same as {@code base},
51 * a wrapper around {@code base}, or a completely new Statement.
53 Statement apply(Statement base, Description description); argument
/external/qemu/hw/
H A Dgoldfish_nand.h15 void nand_dev_init(uint32_t base);
/external/qemu/
H A Dtcpdump.h28 extern void qemu_tcpdump_packet( const void* base, int len );
/external/skia/src/core/
H A DSkTSearch.cpp13 static inline const char* index_into_base(const char*const* base, int index, argument
16 return *(const char*const*)((const char*)base + index * elemSize);
19 int SkStrSearch(const char*const* base, int count, const char target[], argument
25 SkASSERT(base != NULL);
33 const char* elem = index_into_base(base, mid, elemSize);
44 const char* elem = index_into_base(base, hi, elemSize);
55 int SkStrSearch(const char*const* base, int count, const char target[], argument
58 return SkStrSearch(base, count, target, strlen(target), elemSize);
61 int SkStrLCSearch(const char*const* base, int count, const char target[], argument
68 return SkStrSearch(base, coun
71 SkStrLCSearch(const char*const* base, int count, const char target[], size_t elemSize) argument
168 SkQSort(void* base, size_t count, size_t elemSize, SkQSortCompareProc compare) argument
[all...]
/external/strace/linux/
H A Dioctlent.sh109 # Some use a special base to offset their ioctls on. Extract that as well.
116 for base in $bases; do
117 echo "Looking for $base"
118 regexp="^[[:space:]]*#[[:space:]]*define[[:space:]]\+$base"
121 echo "$base is a #define" # "($line)"
125 if ! grep "\<$base\>" ioctldefs.h >/dev/null 2>/dev/null; then
131 ${CPP:-cpp} -P $(grep -l $base $files 2>/dev/null) | sed '/^$/d' | \
132 awk -v base="$base" '{
141 if ($1 == base) {
[all...]

Completed in 433 milliseconds

1234567891011>>