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

<<11121314151617181920>>

  /external/chromium/base/
process_util_unittest.cc 9 #include "base/command_line.h"
10 #include "base/eintr_wrapper.h"
11 #include "base/file_path.h"
12 #include "base/logging.h"
13 #include "base/memory/scoped_ptr.h"
14 #include "base/path_service.h"
15 #include "base/process_util.h"
16 #include "base/test/multiprocess_test.h"
17 #include "base/test/test_timeouts.h"
18 #include "base/threading/platform_thread.h
    [all...]
path_service.cc 5 #include "base/path_service.h"
13 #include "base/file_path.h"
14 #include "base/file_util.h"
15 #include "base/hash_tables.h"
16 #include "base/lazy_instance.h"
17 #include "base/logging.h"
18 #include "base/synchronization/lock.h"
20 namespace base { namespace
33 typedef base::hash_map<int, FilePath> PathMap;
48 base::PathProvider
    [all...]
message_loop_proxy_impl_unittest.cc 5 #include "base/memory/scoped_ptr.h"
6 #include "base/message_loop.h"
7 #include "base/message_loop_proxy_impl.h"
8 #include "base/threading/thread.h"
34 io_thread_.reset(new base::Thread("MessageLoopProxyImplTest_IO"));
35 file_thread_.reset(new base::Thread("MessageLoopProxyImplTest_File"));
78 scoped_ptr<base::Thread> io_thread_;
79 scoped_ptr<base::Thread> file_thread_;
105 scoped_ptr<base::Thread> test_thread(
106 new base::Thread("MessageLoopProxyImplTest_Dummy"))
    [all...]
atomicops_internals_atomicword_compat.h 5 // This file is an internal atomic implementation, use base/atomicops.h instead.
24 namespace base { namespace
55 return base::subtle::Acquire_CompareAndSwap(
62 return base::subtle::Release_CompareAndSwap(
72 return base::subtle::Acquire_Store(
77 return base::subtle::Release_Store(
87 return base::subtle::Acquire_Load(
92 return base::subtle::Release_Load(
96 } // namespace base::subtle
97 } // namespace base
    [all...]
  /dalvik/vm/alloc/
HeapBitmap.cpp 23 * enough to cover a heap at <base> of <maxSize> bytes, where
26 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize,
42 hb->base = (uintptr_t)base;
43 hb->max = hb->base - 1;
73 hb->max = hb->base - 1;
86 const uintptr_t offset = (uintptr_t)obj - hb->base;
103 uintptr_t end = HB_OFFSET_TO_INDEX(bitmap->max - bitmap->base);
108 uintptr_t ptrBase = HB_INDEX_TO_OFFSET(i) + bitmap->base;
137 uintptr_t end = HB_OFFSET_TO_INDEX(bitmap->max - bitmap->base);
    [all...]
  /frameworks/native/opengl/libagl/
mipmap.cpp 33 const GGLSurface* base = &tex->surface; local
34 const GGLFormat& pixelFormat(c->rasterizer.formats[base->format]);
36 int w = base->width;
37 int h = base->height;
48 base->format, base->compressedFormat, bpr) != NO_ERROR) {
53 int bs = base->stride;
56 if (base->format == GGL_PIXEL_FORMAT_RGB_565)
58 uint16_t const * src = (uint16_t const *)base->data;
79 else if (base->format == GGL_PIXEL_FORMAT_RGBA_5551
    [all...]
  /external/chromium/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 9 #include "base/callback.h"
10 #include "base/file_path.h"
11 #include "base/file_util.h"
12 #include "base/file_util_proxy.h"
13 #include "base/logging.h"
14 #include "base/memory/scoped_ptr.h"
15 #include "base/memory/scoped_temp_dir.h"
16 #include "base/message_loop.h"
17 #include "base/platform_file.h"
18 #include "base/task.h
    [all...]
  /external/openssl/crypto/aes/asm/
vpaes-x86.pl 57 my ($round, $base, $magic, $key, $const, $inp, $out)=
195 &lea ($base,&DWP($k_mc_backward,$const));
209 &movdqa ("xmm1",&QWP(-0x40,$base,$magic));# .Lk_mc_forward[]
213 &movdqa ("xmm4",&QWP(0,$base,$magic)); # .Lk_mc_backward[]
256 &movdqa ("xmm1",&QWP(0x40,$base,$magic));# .Lk_sr[]
269 &lea ($base,&DWP($k_dsbd,$const));
271 &movdqa ("xmm2",&QWP($k_dipt-$k_dsbd,$base));
279 &movdqa ("xmm0",&QWP($k_dipt-$k_dsbd+16,$base));
287 &lea ($magic,&DWP($k_sr-$k_dsbd,$base,$magic));
294 &movdqa ("xmm4",&QWP(-0x20,$base)); # 4 : sb9
    [all...]
  /bootable/recovery/
make-overlay.py 16 "installing" icon animation and turn it into a base image plus a set
31 base = Image.open(sys.argv[1]) variable
33 minmini = base.size[0]-1
35 minminj = base.size[1]-1
42 assert base.size == top.size
44 mini = base.size[0]-1
46 minj = base.size[1]-1
49 h, w = base.size
52 b = base.getpixel((i,j))
83 # Write out the base icon, which is the first frame with that bo
    [all...]
  /external/doclava/src/com/google/doclava/
AttributeInfo.java 83 public void makeHDF(Data data, String base) {
84 data.setValue(base + ".name", name());
85 data.setValue(base + ".anchor", anchor());
86 data.setValue(base + ".href", htmlPage());
87 data.setValue(base + ".R.name", attrField.name());
88 data.setValue(base + ".R.href", attrField.htmlPage());
89 TagInfo.makeHDF(data, base + ".deprecated", attrField.comment().deprecatedTags());
90 TagInfo.makeHDF(data, base + ".shortDescr", comment().briefTags());
91 TagInfo.makeHDF(data, base + ".descr", comment().tags());
95 String s = base + ".methods." + i
    [all...]
  /external/elfutils/libdwfl/
dwfl_report_elf.c 65 int fd, Elf *elf, GElf_Addr base)
83 start = end = base = (base + REL_MIN_ALIGN - 1) & -REL_MIN_ALIGN;
105 if (end == base)
107 Use its aligned address as the module's base. */
108 start = base = shdr->sh_addr;
109 else if (unlikely (base & (align - 1)))
111 /* If BASE has less than the maximum alignment of
115 at zero. So reset the layout with a better base. */
117 start = end = base = (base + align - 1) & -align
    [all...]
  /external/chromium/net/socket/
transport_client_socket_pool.cc 7 #include "base/compiler_specific.h"
8 #include "base/logging.h"
9 #include "base/message_loop.h"
10 #include "base/metrics/histogram.h"
11 #include "base/string_util.h"
12 #include "base/time.h"
13 #include "net/base/ip_endpoint.h"
14 #include "net/base/net_log.h"
15 #include "net/base/net_errors.h"
16 #include "net/base/sys_addrinfo.h
    [all...]
  /external/chromium/third_party/libevent/
evrpc.c 66 struct evrpc_base* base = calloc(1, sizeof(struct evrpc_base)); local
67 if (base == NULL)
73 TAILQ_INIT(&base->registered_rpcs);
74 TAILQ_INIT(&base->input_hooks);
75 TAILQ_INIT(&base->output_hooks);
76 base->http_server = http_server;
78 return (base);
82 evrpc_free(struct evrpc_base *base)
87 while ((rpc = TAILQ_FIRST(&base->registered_rpcs)) != NULL) {
88 assert(evrpc_unregister_rpc(base, rpc->uri))
105 struct _evrpc_hooks *base = vbase; local
151 struct _evrpc_hooks *base = vbase; local
    [all...]
  /external/chromium/base/files/
file_path_watcher_win.cc 5 #include "base/files/file_path_watcher.h"
7 #include "base/file_path.h"
8 #include "base/file_util.h"
9 #include "base/logging.h"
10 #include "base/memory/ref_counted.h"
11 #include "base/message_loop_proxy.h"
12 #include "base/time.h"
13 #include "base/win/object_watcher.h"
15 namespace base { namespace
21 public base::win::ObjectWatcher::Delegate
    [all...]
  /external/chromium/chrome/browser/importer/
nss_decryptor_win.cc 7 #include "base/file_path.h"
8 #include "base/sys_string_conversions.h"
106 base::NativeLibrary plds4_dll,
107 base::NativeLibrary nspr4_dll) {
116 base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "NSS_Init");
118 base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "NSS_Shutdown");
120 base::GetFunctionPointerFromNativeLibrary(nss3_dll_,
123 base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "PK11_FreeSlot");
125 base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "PK11_Authenticate");
127 base::GetFunctionPointerFromNativeLibrary(nss3_dll_, "PK11SDR_Decrypt")
    [all...]
  /external/chromium/chrome/browser/ui/webui/options/
advanced_options_utils_gtk.cc 9 #include "base/environment.h"
10 #include "base/file_util.h"
11 #include "base/nix/xdg_util.h"
12 #include "base/process_util.h"
13 #include "base/string_tokenizer.h"
18 #include "ui/base/gtk/gtk_signal.h"
67 scoped_ptr<base::Environment> env(base::Environment::Create());
68 const char* name = base::nix::GetDesktopEnvironmentName(env.get());
83 base::file_handle_mapping_vector no_files
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
FailedPredicateException.cs 55 : base(message) {
59 : base(message, innerException) {
63 : base(input) {
69 : base(message, input) {
75 : base(message, input, innerException) {
81 : base(info, context) {
105 base.GetObjectData(info, context);
MismatchedRangeException.cs 48 : base(message) {
52 : base(message, innerException) {
56 : base(input) {
62 : base(message, input) {
68 : base(message, input, innerException) {
74 : base(info, context) {
98 base.GetObjectData(info, context);
UnwantedTokenException.cs 46 : base(message) {
50 : base(message, innerException) {
54 : base(expecting, input) {
58 : base(expecting, input, tokenNames) {
62 : base(message, expecting, input, tokenNames) {
66 : base(message, expecting, input, tokenNames, innerException) {
70 : base(info, context) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
FailedPredicateException.cs 58 : base(message)
63 : base(message, innerException)
68 : base(input)
75 : base(message, input)
82 : base(message, input, innerException)
89 : base(info, context)
119 base.GetObjectData(info, context);
MismatchedRangeException.cs 51 : base(message)
56 : base(message, innerException)
61 : base(input)
68 : base(message, input)
75 : base(message, input, innerException)
82 : base(info, context)
112 base.GetObjectData(info, context);
UnwantedTokenException.cs 49 : base(message)
54 : base(message, innerException)
59 : base(expecting, input)
64 : base(expecting, input, tokenNames)
69 : base(message, expecting, input, tokenNames)
74 : base(message, expecting, input, tokenNames, innerException)
79 : base(info, context)
  /external/antlr/antlr-3.4/runtime/Python/tests/
t044trace.py 11 def lexerClass(self, base):
12 class TLexer(base):
14 base.__init__(self, *args, **kwargs)
34 def parserClass(self, base):
35 class TParser(base):
37 base.__init__(self, *args, **kwargs)
55 return self._getRuleInvocationStack(base.__module__)
  /external/chromium/chrome/browser/net/
chrome_net_log.h 11 #include "base/atomicops.h"
12 #include "base/memory/scoped_ptr.h"
13 #include "base/observer_list.h"
14 #include "base/synchronization/lock.h"
15 #include "base/time.h"
16 #include "net/base/net_log.h"
41 const base::TimeTicks& time,
49 base::TimeTicks time;
84 const base::TimeTicks& time,
111 const base::TimeTicks& time
    [all...]
  /external/chromium/net/base/
keygen_handler_unittest.cc 5 #include "net/base/keygen_handler.h"
10 #include "base/base64.h"
11 #include "base/logging.h"
12 #include "base/task.h"
13 #include "base/threading/worker_pool.h"
14 #include "base/threading/thread_restrictions.h"
15 #include "base/synchronization/waitable_event.h"
47 ASSERT_TRUE(base::Base64Decode(result, &spkac));
85 ConcurrencyTestTask(base::WaitableEvent* event,
95 base::ThreadRestrictions::ScopedAllowSingleton scoped_allow_singleton
    [all...]

Completed in 529 milliseconds

<<11121314151617181920>>