/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/ |
Pyramid.cpp | 116 ImageTypeShort base; local 123 base = pyr->ptr[-h] - off; 126 for (h = height; h--; base += pyr->pitch) { 128 base[-1 - w] = base[0]; 130 base[off2 + w + 1] = base[off2]; 136 base = pyr->ptr[top - pyr->border] - pyr->border; 137 for (h = top; h--; base -= pyr->pitch) { 138 memcpy(base - pyr->pitch, base, pyr->pitch * sizeof(short)) [all...] |
/bionic/libc/stdio/ |
vfscanf.c | 112 int base; /* base argument to strtoimax/strtouimax */ local 125 base = 0; /* XXX just to keep gcc happy */ 216 base = 10; 221 base = 0; 230 base = 8; 236 base = 10; 244 base = 16; 276 base = 16; 311 base = 10 [all...] |
/external/chromium/app/sql/ |
connection.h | 13 #include "base/basictypes.h" 14 #include "base/memory/ref_counted.h" 15 #include "base/time.h" 79 class ErrorDelegate : public base::RefCounted<ErrorDelegate> { 97 friend class base::RefCounted<ErrorDelegate>; 296 class StatementRef : public base::RefCounted<StatementRef> { 318 friend class base::RefCounted<StatementRef>; 346 bool ExecuteWithTimeout(const char* sql, base::TimeDelta ms_timeout);
|
/external/chromium/base/threading/ |
platform_thread_win.cc | 5 #include "base/threading/platform_thread.h" 7 #include "base/logging.h" 8 #include "base/threading/thread_restrictions.h" 9 #include "base/win/windows_version.h" 11 namespace base { namespace 35 base::ThreadRestrictions::SetSingletonAllowed(false); 49 if (stack_size > 0 && base::win::GetVersion() >= base::win::VERSION_XP) { 136 base::ThreadRestrictions::AssertIOAllowed(); 147 } // namespace base [all...] |
/external/chromium/base/ |
version.cc | 5 #include "base/version.h" 9 #include "base/logging.h" 10 #include "base/string_number_conversions.h" 11 #include "base/string_split.h" 12 #include "base/string_util.h" 13 #include "base/utf_string_conversions.h" 71 version_str.append(base::IntToString(components_[i])); 74 version_str.append(base::IntToString(components_[count - 1])); 81 base::SplitString(version_str, '.', &numbers); 87 if (!base::StringToInt(*i, &num) [all...] |
observer_list_threadsafe.h | 12 #include "base/basictypes.h" 13 #include "base/callback.h" 14 #include "base/logging.h" 15 #include "base/memory/ref_counted.h" 16 #include "base/message_loop.h" 17 #include "base/observer_list.h" 18 #include "base/task.h" 60 // base::RefCountedThreadSafe<ObserverListThreadSafe<ObserverType> >; 75 : public base::RefCountedThreadSafe< 96 base::AutoLock lock(list_lock_) [all...] |
/external/chromium/chrome/browser/ |
crash_upload_list.cc | 9 #include "base/path_service.h" 10 #include "base/file_path.h" 11 #include "base/file_util.h" 12 #include "base/string_number_conversions.h" 13 #include "base/string_split.h" 20 CrashUploadList::CrashInfo::CrashInfo(const std::string& c, const base::Time& t) 64 base::SplitStringAlongWhitespace(contents, &log_entries); 74 base::SplitString(*i, ',', &components); 79 if (!base::StringToDouble(components[0], &seconds_since_epoch)) 81 CrashInfo info(components[1], base::Time::FromDoubleT(seconds_since_epoch)) [all...] |
browser_main.cc | 11 #include "base/allocator/allocator_shim.h" 12 #include "base/at_exit.h" 13 #include "base/command_line.h" 14 #include "base/debug/trace_event.h" 15 #include "base/file_path.h" 16 #include "base/file_util.h" 17 #include "base/mac/scoped_nsautorelease_pool.h" 18 #include "base/metrics/field_trial.h" 19 #include "base/metrics/histogram.h" 20 #include "base/path_service.h [all...] |
/external/chromium/chrome/browser/extensions/ |
test_extension_prefs.cc | 7 #include "base/file_util.h" 8 #include "base/memory/scoped_ptr.h" 9 #include "base/message_loop.h" 10 #include "base/message_loop_proxy.h" 11 #include "base/values.h" 12 #include "base/synchronization/waitable_event.h" 37 currentTime(base::Time::Now()) {} 41 mutable base::Time currentTime; 43 virtual base::Time GetCurrentTime() const { 44 currentTime += base::TimeDelta::FromSeconds(10) [all...] |
extensions_quota_service.cc | 7 #include "base/message_loop.h" 8 #include "base/stl_util-inl.h" 21 purge_timer_.Start(base::TimeDelta::FromDays(kPurgeIntervalInDays), 33 const base::TimeTicks& event_time) { 81 const base::TimeTicks& start) { 94 const base::TimeTicks& event_time) { 107 const base::TimeDelta& sustain, const Config& config, BucketMapper* map) 115 const base::TimeTicks& event_time) { 123 const base::TimeTicks& event_time) {
|
/external/chromium/chrome/browser/history/ |
thumbnail_database.h | 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/ref_counted.h" 16 #include "base/memory/scoped_ptr.h" 24 namespace base { namespace 78 base::Time time); 103 base::Time time); 106 bool SetFaviconLastUpdateTime(FaviconID icon_id, base::Time time); 122 base::Time* last_updated,
|
/external/chromium/chrome/browser/sync/glue/ |
http_bridge.h | 11 #include "base/basictypes.h" 12 #include "base/compiler_specific.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/synchronization/lock.h" 15 #include "base/synchronization/waitable_event.h" 36 class HttpBridge : public base::RefCountedThreadSafe<HttpBridge>, 57 // base class method to return default value. 83 virtual scoped_refptr<base::MessageLoopProxy> GetIOMessageLoopProxy() const; 134 friend class base::RefCountedThreadSafe<HttpBridge>; 171 base::WaitableEvent http_post_completed_ [all...] |
/external/chromium/net/base/ |
x509_cert_types.cc | 5 #include "net/base/x509_cert_types.h" 7 #include "net/base/x509_certificate.h" 8 #include "base/logging.h" 9 #include "base/string_number_conversions.h" 10 #include "base/string_piece.h" 11 #include "base/time.h" 23 *ok &= base::StringToInt(*field, *field + field_len, &result); 96 bool ParseCertificateDate(const base::StringPiece& raw_date, 98 base::Time* time) { 106 base::Time::Exploded exploded = {0} [all...] |
x509_certificate.h | 14 #include "base/gtest_prod_util.h" 15 #include "base/memory/ref_counted.h" 16 #include "base/string_piece.h" 17 #include "base/time.h" 18 #include "net/base/net_export.h" 19 #include "net/base/x509_cert_types.h" 28 #include "base/synchronization/lock.h" 52 class NET_EXPORT X509Certificate : public base::RefCountedThreadSafe<X509Certificate> { 131 base::Time start_date, base::Time expiration_date) [all...] |
/external/chromium/net/disk_cache/ |
mem_entry_impl.h | 9 #include "base/hash_tables.h" 10 #include "base/memory/scoped_ptr.h" 11 #include "net/base/net_log.h" 98 virtual base::Time GetLastUsed() const; 99 virtual base::Time GetLastModified() const; 117 typedef base::hash_map<int, MemEntryImpl*> EntryMap; 178 base::Time last_modified_; // LRU information. 179 base::Time last_used_;
|
/external/chromium/net/test/ |
python_utils.cc | 7 #include "base/base_paths.h" 8 #include "base/environment.h" 9 #include "base/file_path.h" 10 #include "base/file_util.h" 11 #include "base/logging.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/path_service.h" 14 #include "base/utf_string_conversions.h" 19 scoped_ptr<base::Environment> env(base::Environment::Create()) [all...] |
/external/chromium/net/udp/ |
udp_socket_win.h | 11 #include "base/memory/ref_counted.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/threading/non_thread_safe.h" 14 #include "base/win/object_watcher.h" 15 #include "net/base/completion_callback.h" 16 #include "net/base/ip_endpoint.h" 17 #include "net/base/io_buffer.h" 18 #include "net/base/net_log.h" 24 class UDPSocketWin : public base::NonThreadSafe { 99 class ReadDelegate : public base::win::ObjectWatcher::Delegate [all...] |
/hardware/msm7k/libgralloc-qsd8k/ |
pmemalloc.h | 40 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd) = 0; 93 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd); 97 void set_master_values(int fd, void* base) { 99 master_base = base; 152 virtual int free_pmem_buffer(size_t size, void* base, int offset, int fd);
|
/external/chromium/chrome/common/ |
service_process_util.cc | 7 #include "base/command_line.h" 8 #include "base/file_util.h" 9 #include "base/logging.h" 10 #include "base/mac/scoped_nsautorelease_pool.h" 11 #include "base/memory/singleton.h" 12 #include "base/path_service.h" 13 #include "base/process_util.h" 14 #include "base/sha1.h" 15 #include "base/string16.h" 16 #include "base/string_number_conversions.h [all...] |
/external/stlport/src/details/ |
fstream_unistd.cpp | 318 void* base; local 320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset); 321 if (base != (void*)MAP_FAILED) { 323 this->_M_unmap(base, len); 324 base = 0; 327 base =0; 331 base = 0; 333 return base; 336 void _Filebuf_base::_M_unmap(void* base, streamoff len) 340 munmap((char*)base, len) [all...] |
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
chromium_linux.py | 54 # We re-set the port name once the base object is fully initialized 62 base, arch = port_name.rsplit('-', 1) 63 assert base in ('chromium-linux', 'chromium-gpu-linux') 128 base = self.path_from_chromium_base() 129 if self._filesystem.exists(self._filesystem.join(base, 'sconsbuild')): 130 return self._filesystem.join(base, 'sconsbuild', *comps) 131 if self._filesystem.exists(self._filesystem.join(base, 'out', *comps)): 132 return self._filesystem.join(base, 'out', *comps) 133 base = self.path_from_webkit_base() 134 if self._filesystem.exists(self._filesystem.join(base, 'sconsbuild')) [all...] |
/ndk/sources/cxx-stl/stlport/src/details/ |
fstream_unistd.cpp | 318 void* base; local 320 base = MMAP(0, len, PROT_READ, MAP_PRIVATE, _M_file_id, offset); 321 if (base != (void*)MAP_FAILED) { 323 this->_M_unmap(base, len); 324 base = 0; 327 base =0; 331 base = 0; 333 return base; 336 void _Filebuf_base::_M_unmap(void* base, streamoff len) 340 munmap((char*)base, len) [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/ |
MismatchedTokenException.cs | 54 : base(message) { 58 : base(message, innerException) { 66 : base(input) { 73 : base(message, input) { 82 : base(message, input, innerException) { 90 : base(info, context) { 114 base.GetObjectData(info, context);
|
/external/chromium/base/test/ |
test_suite.cc | 5 #include "base/test/test_suite.h" 7 #include "base/at_exit.h" 8 #include "base/base_paths.h" 9 #include "base/base_switches.h" 10 #include "base/command_line.h" 11 #include "base/debug/debug_on_start_win.h" 12 #include "base/debug/debugger.h" 13 #include "base/file_path.h" 14 #include "base/i18n/icu_util.h" 15 #include "base/logging.h [all...] |
/external/chromium/chrome/browser/download/ |
save_package.h | 13 #include "base/basictypes.h" 14 #include "base/file_path.h" 15 #include "base/gtest_prod_util.h" 16 #include "base/hash_tables.h" 17 #include "base/memory/ref_counted.h" 18 #include "base/task.h" 36 namespace base { namespace 58 class SavePackage : public base::RefCountedThreadSafe<SavePackage>, 151 friend class base::RefCountedThreadSafe<SavePackage>; 171 // Return max length of a path for a specific base directory [all...] |