/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
inttypes.h | 333 int base)) 335 return __strtol_internal (nptr, endptr, base, 0); 346 int base)) 348 return __strtoul_internal (nptr, endptr, base, 0); 358 __gwchar_t **__restrict endptr, int base)) 360 return __wcstol_internal (nptr, endptr, base, 0); 372 __gwchar_t **__restrict endptr, int base)) 374 return __wcstoul_internal (nptr, endptr, base, 0); 387 int base)) 389 return __strtoll_internal (nptr, endptr, base, 0) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
inttypes.h | 333 int base)) 335 return __strtol_internal (nptr, endptr, base, 0); 346 int base)) 348 return __strtoul_internal (nptr, endptr, base, 0); 358 __gwchar_t **__restrict endptr, int base)) 360 return __wcstol_internal (nptr, endptr, base, 0); 372 __gwchar_t **__restrict endptr, int base)) 374 return __wcstoul_internal (nptr, endptr, base, 0); 387 int base)) 389 return __strtoll_internal (nptr, endptr, base, 0) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
inttypes.h | 333 int base)) 335 return __strtol_internal (nptr, endptr, base, 0); 346 int base)) 348 return __strtoul_internal (nptr, endptr, base, 0); 358 __gwchar_t **__restrict endptr, int base)) 360 return __wcstol_internal (nptr, endptr, base, 0); 372 __gwchar_t **__restrict endptr, int base)) 374 return __wcstoul_internal (nptr, endptr, base, 0); 387 int base)) 389 return __strtoll_internal (nptr, endptr, base, 0) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.base/src/com/android/ide/eclipse/base/ |
BasePlugin.java | 17 package com.android.ide.eclipse.base; 22 public static final String PLUGIN_ID = "com.android.ide.eclipse.base"; //$NON-NLS-1$
|
/external/chromium/chrome/common/ |
sandbox_policy.cc | 9 #include "base/command_line.h" 10 #include "base/debug/debugger.h" 11 #include "base/debug/trace_event.h" 12 #include "base/file_util.h" 13 #include "base/logging.h" 14 #include "base/path_service.h" 15 #include "base/process_util.h" 16 #include "base/stringprintf.h" 17 #include "base/string_number_conversions.h" 18 #include "base/string_util.h [all...] |
service_process_util_unittest.cc | 7 #include "base/basictypes.h" 10 #include "base/at_exit.h" 11 #include "base/command_line.h" 12 #include "base/memory/scoped_ptr.h" 13 #include "base/process_util.h" 14 #include "base/string_util.h" 15 #include "base/test/multiprocess_test.h" 16 #include "base/test/test_timeouts.h" 17 #include "base/threading/thread.h" 18 #include "base/utf_string_conversions.h [all...] |
/dalvik/vm/alloc/ |
HeapBitmap.h | 25 /* <offset> is the difference from .base to a pointer address. 61 /* The base address, which corresponds to the first bit in 64 uintptr_t base; member in struct:HeapBitmap 68 * to a set bit. If there are no bits set, (max < base). 82 * enough to cover a heap at <base> of <maxSize> bytes, where 85 bool dvmHeapBitmapInit(HeapBitmap *hb, const void *base, size_t maxSize, 126 uintptr_t base, uintptr_t max,
|
/device/samsung/crespo/include/ |
hal_public.h | 46 native_handle_t base; member in struct:__anon1497 104 framebuffer_device_t base; member in struct:__anon1498 121 gralloc_module_t base; member in struct:IMG_gralloc_module_public_t
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
RewriteRuleSubtreeStream.cs | 39 : base(adaptor, elementDescription) { 44 : base(adaptor, elementDescription, oneElement) { 49 : base(adaptor, elementDescription, elements) {
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
RewriteRuleSubtreeStream.cs | 41 : base( adaptor, elementDescription ) 47 : base( adaptor, elementDescription, oneElement ) 53 : base( adaptor, elementDescription, elements )
|
/external/antlr/antlr-3.4/runtime/Python/tests/ |
t017parser.py | 9 def parserClass(self, base): 10 class TestParser(base): 12 base.__init__(self, *args, **kwargs)
|
/external/chromium/base/ |
global_descriptors_posix.cc | 5 #include "base/global_descriptors_posix.h" 10 #include "base/logging.h" 12 namespace base { namespace 16 typedef Singleton<base::GlobalDescriptors, 17 LeakySingletonTraits<base::GlobalDescriptors> > 62 } // namespace base
|
string16.cc | 5 #include "base/string16.h" 18 #include "base/utf_string_conversions.h" 20 namespace base { namespace 70 } // namespace base 72 template class std::basic_string<char16, base::string16_char_traits>; 74 namespace base { namespace
|
/external/chromium/chrome/browser/chromeos/ |
audio_mixer_alsa.h | 9 #include "base/basictypes.h" 10 #include "base/callback.h" 11 #include "base/memory/scoped_ptr.h" 12 #include "base/synchronization/lock.h" 13 #include "base/synchronization/waitable_event.h" 14 #include "base/threading/thread.h" 94 mutable base::Lock mixer_state_lock_; 103 base::WaitableEvent done_event_; 105 scoped_ptr<base::Thread> thread_;
|
network_state_notifier.cc | 7 #include "base/message_loop.h" 8 #include "base/time.h" 16 using base::Time; 17 using base::TimeDelta; 30 return base::Time::Now() - GetInstance()->offline_start_time_;
|
/external/chromium/chrome/browser/chromeos/status/ |
power_menu_button.h | 11 #include "ui/base/models/menu_model.h" 15 namespace base { namespace 82 base::TimeDelta battery_time_to_full_; 83 base::TimeDelta battery_time_to_empty_;
|
/external/chromium/chrome/browser/download/ |
download_safe_browsing_client.h | 9 #include "base/callback.h" 10 #include "base/memory/ref_counted.h" 11 #include "base/time.h" 33 public base::RefCountedThreadSafe<DownloadSBClient> { 78 friend class base::RefCountedThreadSafe<DownloadSBClient>; 105 base::TimeTicks start_time_;
|
/external/chromium/chrome/browser/history/ |
history_database.h | 144 virtual base::Time GetEarlyExpirationThreshold(); 145 virtual void UpdateEarlyExpirationThreshold(base::Time threshold); 174 base::Time cached_early_expiration_threshold_;
|
/external/chromium/chrome/browser/importer/ |
firefox_importer_utils_win.cc | 9 #include "base/file_util.h" 10 #include "base/win/registry.h" 31 base::win::RegKey reg_key(kFireFoxRegistryPaths[i], 48 base::win::RegKey reg_key(HKEY_LOCAL_MACHINE, registry_path.c_str(), 57 base::win::RegKey reg_key_directory(HKEY_LOCAL_MACHINE,
|
profile_writer.h | 11 #include "base/basictypes.h" 12 #include "base/memory/ref_counted.h" 13 #include "base/time.h" 32 class ProfileWriter : public base::RefCountedThreadSafe<ProfileWriter> { 58 base::Time creation_time; 119 friend class base::RefCountedThreadSafe<ProfileWriter>;
|
/external/chromium/chrome/browser/nacl_host/ |
nacl_process_host.cc | 13 #include "base/command_line.h" 14 #include "base/metrics/nacl_histogram.h" 15 #include "base/utf_string_conversions.h" 16 #include "base/win/windows_version.h" 59 running_on_wow64_ = (base::win::OSInfo::GetInstance()->wow64_status() == 60 base::win::OSInfo::WOW64_ENABLED); 162 base::environment_vector(), 169 void NaClProcessHost::OnProcessLaunchedByBroker(base::ProcessHandle handle) { 174 base::TerminationStatus NaClProcessHost::GetChildTerminationStatus( 177 return base::GetTerminationStatus(handle(), exit_code) [all...] |
/external/chromium/chrome/browser/net/ |
url_info.cc | 12 #include "base/format_macros.h" 13 #include "base/logging.h" 14 #include "base/metrics/histogram.h" 15 #include "base/string_util.h" 17 using base::Time; 18 using base::TimeDelta; 19 using base::TimeTicks; 123 static base::Histogram* histogram(NULL); 125 histogram = base::LinearHistogram::FactoryTimeGet( 127 base::Histogram::kUmaTargetedHistogramFlag) [all...] |
/external/chromium/chrome/browser/password_manager/ |
password_store_mac.h | 11 #include "base/memory/scoped_ptr.h" 12 #include "base/threading/thread.h" 44 virtual void RemoveLoginsCreatedBetweenImpl(const base::Time& delete_begin, 45 const base::Time& delete_end); 86 scoped_ptr<base::Thread> thread_;
|
/external/chromium/chrome/browser/printing/ |
print_dialog_gtk.h | 12 #include "base/file_path.h" 13 #include "base/memory/ref_counted.h" 14 #include "base/memory/scoped_ptr.h" 18 #include "ui/base/gtk/gtk_signal.h" 20 namespace base { namespace 33 public base::RefCountedThreadSafe<PrintDialogGtk, 90 scoped_ptr<base::WaitableEvent> save_document_event_;
|
printing_message_filter.h | 12 #include "base/shared_memory.h" 40 void OnDuplicateSection(base::SharedMemoryHandle renderer_handle, 41 base::SharedMemoryHandle* browser_handle); 47 void OnAllocateTempFileForPrinting(base::FileDescriptor* temp_file_fd,
|