/sdk/common/src/com/android/utils/ |
XmlUtils.java | 132 String base = prefix; local 134 prefix = base + Integer.toString(i);
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
SdkStats.java | 117 public PlatformStat(PlatformStatBase base, float accumShare) { 118 super(base.getApiLevel(), 119 base.getVersionName(), 120 base.getCodeName(), 121 base.getShare());
|
/system/core/libpixelflinger/codeflinger/ |
CodeCache.cpp | 136 uint32_t* Assembly::base() const 205 const long base = long(assembly->base()); local 206 const long curr = base + long(assembly->size()); 207 err = cacheflush(base, curr, 0);
|
/bionic/libc/tools/zoneinfo/ |
ZoneInfo.java | 56 int base = 44; local 60 transitions[i] = read4(data, base + 4 * i); 61 base += 4 * ntransition; 65 type[i] = data[base + i]; 66 base += ntransition; 72 gmtoff[i] = read4(data, base + 6 * i); 73 isdst[i] = data[base + 6 * i + 4]; 74 abbrev[i] = data[base + 6 * i + 5]; 77 base += 6 * ngmtoff; 79 return new ZoneInfo(name, transitions, type, gmtoff, isdst, abbrev, data, base); [all...] |
/dalvik/vm/alloc/TEST/HeapBitmapTest/ |
main.c | 35 assert(hb.base == (uintptr_t)HEAP_BASE); 36 assert(hb.max < hb.base); 55 assert(hb.base == 0); 82 assert(hb->base == (uintptr_t)HEAP_BASE); 83 assert(hb->max < hb->base); 353 uintptr_t base; local 356 base = (uintptr_t)HEAP_BASE + offset; 358 base = (uintptr_t)HEAP_BASE + (uintptr_t)HEAP_SIZE + offset; 360 if (base < (uintptr_t)HEAP_BASE) { 361 base = (uintptr_t)HEAP_BASE [all...] |
/development/tools/emulator/opengl/shared/OpenglCodecCommon/ |
GLSharedGroup.h | 50 GLint base; member in struct:ProgramData::_IndexInfo 75 void setIndexInfo(GLuint index, GLint base, GLint size, GLenum type); 126 void setProgramIndexInfo(GLuint program, GLuint index, GLint base, GLint size, GLenum type, const char* name);
|
/device/samsung/manta/power/ |
power_manta.c | 35 struct power_module base; member in struct:manta_power_module 197 base: {
|
/external/bison/src/ |
files.c | 181 /* Decompose FILE_NAME in four parts: *BASE, *TAB, and *EXT, the fourth 183 *BASE, so we don't need an additional parameter. 189 cannot be equal to *BASE. 194 '/tmp/foo.tab.c' -> *BASE = 'foo.tab.c', *TAB = '.tab.c', *EXT = 197 'foo.c' -> *BASE = 'foo.c', *TAB = NULL, *EXT = '.c' 199 'tab.c' -> *BASE = 'tab.c', *TAB = NULL, *EXT = '.c' 201 '.tab.c' -> *BASE = '.tab.c', *TAB = NULL, *EXT = '.c' 203 'foo.tab' -> *BASE = 'foo.tab', *TAB = NULL, *EXT = '.tab' 205 'foo_tab' -> *BASE = 'foo_tab', *TAB = NULL, *EXT = NULL 207 'foo' -> *BASE = 'foo', *TAB = NULL, *EXT = NULL. * 234 const char *base, *tab, *ext; local [all...] |
/external/blktrace/btt/ |
btt_plot.py | 386 base = get_base(file) variable 387 title_str = 'Block Numbers Accessed: %s' % base 388 output_file = 'bnos_%s.png' % base
|
/external/bluetooth/bluedroid/stack/a2dp/ |
a2d_sbc.c | 103 UINT8 base; member in struct:__anon2525 132 a2d_sbc_ds_cb.base = 6 + num_chnl*num_subband/2; 133 /*printf("base: %d\n", a2d_sbc_ds_cb.base); 172 p_pkt = &p_pkt[a2d_sbc_ds_cb.base]; 173 if((idx&1) && (len > (a2d_sbc_ds_cb.base+(idx<<1)))) 192 (a2d_sbc_ds_cb.base+(idx<<1)));
|
/external/chromium/base/allocator/ |
allocator_shim.cc | 5 #include "base/allocator/allocator_shim.h" 281 namespace base { namespace 304 } // namespace base.
|
/external/chromium/base/ |
callback_unittest.cc | 5 #include "base/callback.h" 6 #include "base/callback_internal.h" 7 #include "base/memory/scoped_ptr.h" 11 namespace base { namespace 130 } // namespace base
|
cpu.h | 11 #include "base/base_api.h" 13 namespace base { namespace 57 } // namespace base
|
linux_util.cc | 5 #include "base/linux_util.h" 18 #include "base/command_line.h" 19 #include "base/file_util.h" 20 #include "base/memory/scoped_ptr.h" 21 #include "base/memory/singleton.h" 22 #include "base/path_service.h" 23 #include "base/process_util.h" 24 #include "base/string_util.h" 25 #include "base/synchronization/lock.h" 54 base::AutoLock scoped_lock(lock_) 126 namespace base { namespace [all...] |
mach_ipc_mac.h | 16 #include "base/basictypes.h" 30 // and are used instead of MachMessage which is an abstract base class 74 namespace base { namespace 183 // Consider this an abstract base class - must create an actual instance 311 } // namespace base
|
message_pump_glib_x.cc | 5 #include "base/message_pump_glib_x.h" 14 #include "base/message_pump_glib_x_dispatch.h" 31 base::MessagePumpGlibX* msgpump = static_cast<base::MessagePumpGlibX*>(data); 55 void SetupGtkWidgetRealizeNotifier(base::MessagePumpGlibX* msgpump) { 77 namespace base { namespace 79 MessagePumpGlibX::MessagePumpGlibX() : base::MessagePumpForUI(), 312 } // namespace base
|
message_pump_libevent.h | 9 #include "base/basictypes.h" 10 #include "base/message_pump.h" 11 #include "base/observer_list.h" 12 #include "base/time.h" 18 namespace base { namespace 164 } // namespace base
|
message_pump_mac.h | 34 #include "base/message_pump.h" 53 namespace base { namespace 262 } // namespace base
|
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...] |
/external/chromium/base/debug/ |
trace_event_win_unittest.cc | 5 #include "base/debug/trace_event.h" 9 #include "base/at_exit.h" 10 #include "base/basictypes.h" 11 #include "base/file_util.h" 12 #include "base/win/event_trace_consumer.h" 13 #include "base/win/event_trace_controller.h" 14 #include "base/win/windows_version.h" 19 namespace base { namespace 31 using base::win::EtwEventType; 32 using base::win::EtwTraceConsumerBase [all...] |
/external/chromium/base/i18n/ |
rtl.cc | 5 #include "base/i18n/rtl.h" 7 #include "base/file_path.h" 8 #include "base/logging.h" 9 #include "base/string_util.h" 10 #include "base/utf_string_conversions.h" 11 #include "base/sys_string_conversions.h" 41 namespace base { namespace 331 std::wstring wide_path = base::SysNativeMBToWide(path.value()); 363 } // namespace base
|
/external/chromium/base/memory/ |
ref_counted.h | 9 #include "base/atomic_ref_count.h" 10 #include "base/base_api.h" 11 #include "base/threading/thread_collision_warner.h" 13 namespace base { namespace 70 // A base class for reference counted classes. Otherwise, known as a cheap 74 // class MyFoo : public base::RefCounted<MyFoo> { 77 // friend class base::RefCounted<MyFoo>; 122 // class MyFoo : public base::RefCountedThreadSafe<MyFoo> { 129 // friend class base::RefCountedThreadSafe<MyFoo>; 159 class RefCountedData : public base::RefCounted< base::RefCountedData<T> > [all...] |
/external/chromium/base/metrics/ |
field_trial.cc | 5 #include "base/metrics/field_trial.h" 7 #include "base/logging.h" 8 #include "base/rand_util.h" 9 #include "base/stringprintf.h" 10 #include "base/utf_string_conversions.h" 12 namespace base { namespace 40 random_(static_cast<Probability>(divisor_ * base::RandDouble())), 54 base::Time::Exploded exploded; 64 base::Time expiration_time = Time::FromLocalExploded(exploded); 83 base::StringAppendF(&group_name_, "%d", group_) [all...] |
field_trial_unittest.cc | 7 #include "base/metrics/field_trial.h" 9 #include "base/stringprintf.h" 12 namespace base { namespace 129 std::string name = base::StringPrintf("FiftyFifty%d", ++counter); 130 std::string default_group_name = base::StringPrintf("Default FiftyFifty%d", 298 } // namespace base
|
stats_table_unittest.cc | 5 #include "base/metrics/stats_counters.h" 6 #include "base/metrics/stats_table.h" 7 #include "base/shared_memory.h" 8 #include "base/string_piece.h" 9 #include "base/string_util.h" 10 #include "base/test/multiprocess_test.h" 11 #include "base/threading/platform_thread.h" 12 #include "base/threading/simple_thread.h" 13 #include "base/utf_string_conversions.h" 17 namespace base { namespace [all...] |