/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...] |
/bionic/libc/tzcode/ |
strftime.c | 464 int base; local 470 base = TM_YEAR_BASE; 478 len = isleap_sum(year, base) ? 497 ++base; 506 --base; 507 yday += isleap_sum(year, base) ? 528 pt = _yconv(year, base, 0, 1, 530 } else pt = _yconv(year, base, 1, 1,
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
Prototype.java | 166 Prototype base = intern(descriptor); local 169 return base; 176 return base.withFirstParameter(definer);
|
/dalvik/dx/src/com/android/dx/rop/type/ |
Prototype.java | 170 Prototype base = intern(descriptor); local 173 return base; 180 return base.withFirstParameter(definer);
|
/device/samsung/crespo/include/ |
s5p_fimc.h | 85 dma_addr_t base[3]; member in struct:fimc_buf 122 unsigned int buf_addr_phy_rgb_y; // Base Address of the Source Image (RGB or Y): Physical Address 123 unsigned int buf_addr_phy_cb; // Base Address of the Source Image (CB Component) : Physical Address 124 unsigned int buf_addr_phy_cr; // Base Address of the Source Image (CR Component) : Physical Address
|
/device/samsung/crespo/libhwcomposer/ |
SecHWCUtils.h | 67 uint32_t base; member in struct:sec_img
|
/external/aac/libSBRenc/src/ |
sbrenc_freq_sca.cpp | 545 FIXP_DBL base, exp, tmp; local 550 base = fDivNorm((FIXP_DBL)stop, (FIXP_DBL)start, &qb); 552 tmp = fPow(base, qb, exp, qe, &qtmp);
|
/external/apache-harmony/math/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerModPowTest.java | 106 BigInteger[] base = new BigInteger[] {new BigInteger("-1"), new BigInteger("0"), new BigInteger("1")}; local 109 for (int i = 0; i < base.length; ++i) { 111 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j] 113 base[i].modPow(exp, mod[j])); 118 for (int i = 0; i < base.length; ++i) { 120 assertEquals(base[i] + " modePow(" + exp + ", " + mod[j] 122 base[i].modPow(exp, mod[j]));
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
ProcessorInclude.java | 57 * The base URL of the XSL document. 63 * Get the base identifier with which this stylesheet is associated. 74 * Get the base identifier with which this stylesheet is associated. 200 // The base identifier, an aboslute URI 204 // base ID onto the stack. 355 String base = handler.getBaseIdentifier(); local 356 s = uriresolver.resolve(href,base); 363 * Get the base URI of the included or imported stylesheet, 367 * using the SysteIDResolver to figure out the base URI. 382 // and the system ID is set on it, so return that as the base UR [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
FuncDocument.java | 81 String base = ""; local 87 // The URI reference may be relative. The base URI (see [3.2 Base URI]) 89 // order is used as the base URI for resolving the 107 base = baseDTM.getDocumentBaseURI(); 116 // // base = ((Stylesheet)baseDoc).getBaseIdentifier(); 117 // base = xctxt.getNamespaceContext().getBaseIdentifier(); 120 // base = xctxt.getSourceTreeManager().findURIFromDoc(baseDoc); 141 base = xctxt.getNamespaceContext().getBaseIdentifier(); 155 // The first and only argument was a nodeset, the base in tha [all...] |
/external/astl/src/ |
string.cpp | 537 char *base = iter.base(); local 539 if (base < mData || base > mData + mLength || new_len < mLength) { 543 const size_type pos = base - mData; 550 // At this point 'iter' and 'base' are not valid anymore since 552 base = mData + pos; 553 std::memmove(base + 1, base, mLength - pos); 554 *base = c [all...] |
/external/bluetooth/glib/glib/gnulib/ |
vasnprintf.c | 92 int base; local 114 base = 8; 119 base = 16; 124 base = 16; 129 base = 10; 142 *pointer-- = digits[number % base]; 143 number /= base; 165 switch (base) 203 switch (base) 214 } /* switch base */ [all...] |
/external/chromium/base/ |
basictypes.h | 13 #include "base/port.h" // Types that only need exist on certain systems 89 // NOTE: The usage of this macro was baned from our code base, but some 354 // the base::LINKER_INITIALIZED argument. Normally, it is unsafe to declare a 360 // explicit MyClass(base::LinkerInitialized x) {} 362 // static MyClass my_variable_name(base::LINKER_INITIALIZED); 363 namespace base { namespace 365 } // base
|
bind_internal.h | 15 #include "base/bind_helpers.h" 16 #include "base/callback_internal.h" 17 #include "base/template_util.h" 21 #include "base/bind_internal_win.h" 24 namespace base { namespace 385 static R DoInvoke(InvokerStorageBase* base) { 386 StorageType* invoker = static_cast<StorageType*>(base); 394 static R DoInvoke(InvokerStorageBase* base, 396 StorageType* invoker = static_cast<StorageType*>(base); 404 static R DoInvoke(InvokerStorageBase* base, [all...] |
file_util.h | 29 #include "base/base_api.h" 30 #include "base/basictypes.h" 31 #include "base/file_path.h" 32 #include "base/memory/scoped_ptr.h" 33 #include "base/platform_file.h" 34 #include "base/string16.h" 37 #include "base/eintr_wrapper.h" 38 #include "base/file_descriptor_posix.h" 39 #include "base/logging.h" 42 namespace base { namespace [all...] |
message_pump_glib.cc | 5 #include "base/message_pump_glib.h" 13 #include "base/eintr_wrapper.h" 14 #include "base/logging.h" 15 #include "base/threading/platform_thread.h" 24 int GetTimeIntervalMilliseconds(const base::TimeTicks& from) { 32 ceil((from - base::TimeTicks::Now()).InMillisecondsF())); 88 base::MessagePumpForUI* pump; 125 namespace base { namespace 180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId() [all...] |
message_pump_libevent.cc | 5 #include "base/message_pump_libevent.h" 10 #include "base/auto_reset.h" 11 #include "base/eintr_wrapper.h" 12 #include "base/logging.h" 13 #include "base/mac/scoped_nsautorelease_pool.h" 14 #include "base/memory/scoped_ptr.h" 15 #include "base/observer_list.h" 16 #include "base/time.h" 41 namespace base { namespace 343 base::MessagePumpLibevent* that [all...] |
message_pump_win.cc | 5 #include "base/message_pump_win.h" 9 #include "base/message_loop.h" 10 #include "base/metrics/histogram.h" 11 #include "base/win/wrapped_window_proc.h" 13 namespace base { namespace 237 wc.lpfnWndProc = base::win::WrappedWindowProc<WndProcThunk>; 583 } // namespace base
|
message_pump_win.h | 13 #include "base/base_api.h" 14 #include "base/basictypes.h" 15 #include "base/message_pump.h" 16 #include "base/observer_list.h" 17 #include "base/time.h" 18 #include "base/win/scoped_handle.h" 20 namespace base { namespace 22 // MessagePumpWin serves as the base for specialized versions of the MessagePump 303 // The extended context that should be used as the base structure on every 368 } // namespace base [all...] |
platform_file.h | 16 #include "base/base_api.h" 17 #include "base/basictypes.h" 18 #include "base/file_path.h" 19 #include "base/time.h" 21 namespace base { namespace 74 // too, and the ParamTraits<base::PlatformFileInfo> implementation in 90 base::Time last_modified; 93 base::Time last_accessed; 96 base::Time creation_time; 174 } // namespace base [all...] |
/external/chromium/base/files/ |
file_path_watcher_browsertest.cc | 5 #include "base/files/file_path_watcher.h" 16 #include "base/basictypes.h" 17 #include "base/compiler_specific.h" 18 #include "base/file_path.h" 19 #include "base/file_util.h" 20 #include "base/memory/scoped_temp_dir.h" 21 #include "base/message_loop.h" 22 #include "base/message_loop_proxy.h" 23 #include "base/path_service.h" 24 #include "base/string_util.h 31 namespace base { namespace [all...] |
file_path_watcher_linux.cc | 5 #include "base/files/file_path_watcher.h" 19 #include "base/eintr_wrapper.h" 20 #include "base/file_path.h" 21 #include "base/file_util.h" 22 #include "base/hash_tables.h" 23 #include "base/lazy_instance.h" 24 #include "base/logging.h" 25 #include "base/memory/scoped_ptr.h" 26 #include "base/message_loop.h" 27 #include "base/message_loop_proxy.h 32 namespace base { namespace [all...] |
file_path_watcher_mac.cc | 5 #include "base/files/file_path_watcher.h" 13 #include "base/file_util.h" 14 #include "base/message_loop.h" 15 #include "base/message_loop_proxy.h" 16 #include "base/stringprintf.h" 18 namespace base { namespace 129 scoped_refptr<base::MessageLoopProxy> io_message_loop_; 226 path_name = base::StringPrintf( 430 io_message_loop_ = base::MessageLoopProxy::CreateForCurrentThread(); 459 base::MessageLoopProxy* proxy = io_message_loop_.get() [all...] |
/external/chromium/base/json/ |
json_reader.cc | 5 #include "base/json/json_reader.h" 7 #include "base/float_util.h" 8 #include "base/logging.h" 9 #include "base/memory/scoped_ptr.h" 10 #include "base/string_number_conversions.h" 11 #include "base/string_util.h" 12 #include "base/utf_string_conversions.h" 13 #include "base/values.h" 15 namespace base { namespace 398 base::IsFinite(num_double) [all...] |
json_reader.h | 6 // base/values.h). 37 #include "base/base_api.h" 38 #include "base/basictypes.h" 48 namespace base { namespace 219 } // namespace base
|