HomeSort by relevance Sort by last modified time
    Searched defs:base (Results 201 - 225 of 1449) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/chrome/browser/sync/notifier/
non_blocking_invalidation_notifier.h 14 #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/googleurl/base/
string16.cc 29 #include "base/string16.h"
40 namespace base { namespace
90 } // namespace base
92 template class std::basic_string<char16, base::string16_char_traits>;
  /external/chromium/net/base/
network_config_watcher_mac.h 10 #include "base/basictypes.h"
11 #include "base/message_loop.h"
12 #include "base/mac/scoped_cftyperef.h"
13 #include "base/memory/scoped_ptr.h"
15 namespace base { namespace
21 // Base class for watching the Mac OS system network settings.
47 scoped_ptr<base::Thread> notifier_thread_;
  /external/chromium/net/disk_cache/
block_files.h 13 #include "base/file_path.h"
14 #include "base/gtest_prod_util.h"
15 #include "base/memory/scoped_ptr.h"
19 namespace base { namespace
92 scoped_ptr<base::ThreadChecker> thread_checker_;
  /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...]
  /external/chromium/net/url_request/
url_request_context_getter.h 9 #include "base/memory/ref_counted.h"
10 #include "base/task.h"
11 #include "net/base/net_export.h"
13 namespace base { namespace
25 : public base::RefCountedThreadSafe<URLRequestContextGetter,
37 virtual scoped_refptr<base::MessageLoopProxy>
  /external/dropbear/libtomcrypt/src/pk/ecc/
ecc_make_key.c 53 ecc_point *base; local
72 base = NULL;
88 base = ltc_ecc_new_point();
89 if (base == NULL) {
96 if ((err = mp_read_radix(base->x, (char *)key->dp->Gx, 16)) != CRYPT_OK) { goto errkey; }
97 if ((err = mp_read_radix(base->y, (char *)key->dp->Gy, 16)) != CRYPT_OK) { goto errkey; }
98 if ((err = mp_set(base->z, 1)) != CRYPT_OK) { goto errkey; }
102 if ((err = ltc_mp.ecc_ptmul(key->k, base, &key->pubkey, prime, 1)) != CRYPT_OK) { goto errkey; }
111 ltc_ecc_del_point(base);
  /external/e2fsprogs/lib/et/
com_err.h 26 long base; member in struct:error_table
45 extern int init_error_table(const char * const *msgs, long base, int count);
57 long base);
  /external/e2fsprogs/misc/
base_device.c 4 * Return the "base device" given a particular device; this is used to
7 * place. If the base device can not be determined, return NULL.
152 const char *base; local
164 base = base_device(buf);
165 printf("%s\t%s\n", buf, base ? base : "NONE");
  /external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java 17 package com.google.common.base;
FinalizableSoftReference.java 17 package com.google.common.base;
FinalizableWeakReference.java 17 package com.google.common.base;
Platform.java 17 package com.google.common.base;
Ticker.java 17 package com.google.common.base;
  /external/guava/guava-gwt/src/com/google/common/base/
PairwiseEquivalence_CustomFieldSerializer.java 17 package com.google.common.base;
  /external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
Platform.java 17 package com.google.common.base;
  /external/guava/guava-tests/test/com/google/common/base/
DefaultsTest.java 17 package com.google.common.base;
  /external/junit/src/org/junit/rules/
ExternalResource.java 7 * A base class for Rules (like TemporaryFolder) that set up an external
36 public Statement apply(Statement base, Description description) {
37 return statement(base);
40 private Statement statement(final Statement base) {
46 base.evaluate();
TestWatcher.java 8 * TestWatcher is a base class for Rules that take note of the testing
41 public Statement apply(final Statement base, final Description description) {
47 base.evaluate();
TestWatchman.java 8 * TestWatchman is a base class for Rules that take note of the testing
46 public Statement apply(final Statement base, final FrameworkMethod method,
53 base.evaluate();
  /external/llvm/include/llvm/Support/
Memory.h 32 void *base() const { return Address; } function in class:llvm::sys::MemoryBlock
  /external/qemu/android/
resource.c 18 const unsigned char* base; member in struct:__anon10484
33 return e->base;
  /external/qemu/
dma.h 19 target_phys_addr_t base; member in struct:__anon10962
31 void qemu_sglist_add(QEMUSGList *qsg, target_phys_addr_t base,
  /external/webkit/Source/WebCore/html/canvas/
ArrayBufferView.cpp 55 char* base = static_cast<char*>(baseAddress()); local
56 memmove(base + byteOffset, array->baseAddress(), array->byteLength());
69 char* base = static_cast<char*>(baseAddress()); local
70 memmove(base + byteOffset, data, dataByteLength);
83 char* base = static_cast<char*>(baseAddress()); local
84 memset(base + byteOffset, 0, rangeByteLength);
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/
Android.mk 23 base := frameworks/av macro
26 ifneq ($(shell grep -c 'off64_t offset' $(base)/drm/libdrmframework/plugins/common/include/IDrmEngine.h), 0)
54 $(base)/include/drm \
55 $(base)/drm/libdrmframework/plugins/common/include \
56 $(base)/drm/libdrmframework/plugins/common/util/include \
57 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/common \
58 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/converter \
59 $(base)/drm/libdrmframework/plugins/forward-lock/internal-format/decoder \

Completed in 2231 milliseconds

1 2 3 4 5 6 7 891011>>