HomeSort by relevance Sort by last modified time
    Searched refs:base (Results 276 - 300 of 2027) sorted by null

<<11121314151617181920>>

  /hardware/msm7k/libgralloc/
mapper.cpp 68 hnd->base = 0;
71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
75 *vaddr = (void*)hnd->base;
84 void* base = (void*)hnd->base; local
87 base = (void*)(intptr_t(base) - hnd->offset);
90 //LOGD("unmapping from %p, size=%d, flags=%08x", base, size, hnd->flags);
91 if (munmap(base, size) < 0) {
95 hnd->base = 0
216 void* base = va_arg(args, void*); local
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
FileTest.java 29 String base = System.getProperty("java.io.tmpdir"); local
30 File directory = new File(base, UUID.randomUUID().toString());
43 private static File createDeepStructure(File base) throws Exception {
49 File f = base;
60 File base = createTemporaryDirectory(); local
61 assertTrue(createDeepStructure(base).exists());
66 File base = createTemporaryDirectory(); local
67 File target = createDeepStructure(base);
68 File source = new File(base, "source");
157 File base = createTemporaryDirectory() local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
LatLongSphere.java 101 int base = i * lats + j; local
106 indices[iidx++] = (short) (base);
107 indices[iidx++] = (short) (base + 1);
108 indices[iidx++] = (short) (base + lats + 1);
110 indices[iidx++] = (short) (base + lats);
111 indices[iidx++] = (short) (base);
112 indices[iidx++] = (short) (base + lats + 1);
  /external/chromium/base/
worker_pool_linux.cc 5 #include "base/worker_pool.h"
6 #include "base/worker_pool_linux.h"
8 #include "base/lazy_instance.h"
9 #include "base/logging.h"
10 #include "base/platform_thread.h"
11 #include "base/ref_counted.h"
12 #include "base/string_util.h"
13 #include "base/task.h"
31 scoped_refptr<base::LinuxDynamicThreadPool> pool_;
35 : pool_(new base::LinuxDynamicThreadPool
93 namespace base { namespace
    [all...]
linux_versioninfo.scons 7 env = env.Clone(COMPONENT_NAME='base',
30 env.Dir('$SRC_DIR/base/..'),
123 env.Dir('$SRC_DIR/base/..'),
259 '$SRC_DIR/base',
270 '${SHARED_INTERMEDIATE_DIR}/base/file_version_info_linux.h']])
273 '$SRC_DIR/base',
284 '${SHARED_INTERMEDIATE_DIR}/base/file_version_info_linux.h']], 'Generating version information')
286 ['${SHARED_INTERMEDIATE_DIR}/base/file_version_info_linux.h'],
287 ['$SRC_DIR/base/file_version_info_linux.h.version',
288 '$SRC_DIR/base/../chrome/VERSION'
306 base = os.path.join(*base) variable
    [all...]
  /external/chromium/net/disk_cache/
disk_cache_test_util.cc 7 #include "base/logging.h"
8 #include "base/file_util.h"
9 #include "base/path_service.h"
14 using base::Time;
15 using base::TimeDelta;
21 PathService::Get(base::DIR_TEMP, &path); // Ignore return value;
61 int flags = base::PLATFORM_FILE_CREATE_ALWAYS |
62 base::PLATFORM_FILE_READ |
63 base::PLATFORM_FILE_WRITE;
66 base::CreatePlatformFile(name, flags, NULL)))
    [all...]
  /external/chromium/net/socket/
client_socket_handle.h 10 #include "base/logging.h"
11 #include "base/ref_counted.h"
12 #include "base/scoped_ptr.h"
13 #include "base/time.h"
14 #include "net/base/completion_callback.h"
15 #include "net/base/load_states.h"
16 #include "net/base/net_errors.h"
17 #include "net/base/request_priority.h"
86 base::TimeTicks init_time() const { return init_time_; }
91 void set_idle_time(base::TimeDelta idle_time) { idle_time_ = idle_time;
    [all...]
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.cc 28 const base::StringPiece& key, BalsaHeaders* headers) {
57 const base::StringPiece& new_last_token = tokens[tokens.size() - 2];
68 const base::StringPiece& key,
69 const base::StringPiece& token) {
94 const base::StringPiece& key,
132 tokens->push_back(base::StringPiece(nws, start - nws));
137 tokens->push_back(base::StringPiece(nws, start - nws));
balsa_headers.cc 15 #include "base/logging.h"
16 #include "base/port.h"
17 #include "base/string_piece.h"
18 #include "base/string_util.h"
22 #include "third_party/tcmalloc/chromium/src/base/googleinit.h"
32 __gnu_cxx::hash_set<base::StringPiece,
175 void BalsaHeaders::AddAndMakeDescription(const base::StringPiece& key,
176 const base::StringPiece& value,
201 const base::StringPiece& key,
202 const base::StringPiece& value
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/shared/
bcmwifi.c 34 #define strtoul(nptr, endptr, base) bcm_strtoul((nptr), (endptr), (base))
150 uint base; local
164 base = start_factor / 2;
167 if ((freq < base) || (freq > base + 1000))
170 offset = freq - base;
  /build/tools/droiddoc/src/
AttrTagInfo.java 45 AttrTagInfo(String name, String kind, String text, ContainerInfo base,
49 mBase = base;
51 parse(text, base, position);
54 void parse(String text, ContainerInfo base, SourcePositionInfo position) {
91 mDescrComment = new Comment(more, base, position);
112 public void makeHDF(HDF data, String base)
114 super.makeHDF(data, base);
121 public static void makeReferenceHDF(HDF data, String base, AttrTagInfo[] tags)
134 data.setValue(base + "." + i + ".name", t.mAttrInfo.name());
135 data.setValue(base + "." + i + ".href", t.mAttrInfo.htmlPage())
    [all...]
  /external/qemu/hw/
goldfish_device.c 52 if(dev->base == 0) {
53 dev->base = goldfish_free_base;
60 //printf("goldfish_add_device: %s, base %x %x, irq %d %d\n",
61 // dev->name, dev->base, dev->size, dev->irq, dev->irq_count);
81 cpu_register_physical_memory(dev->base, dev->size, iomemtype);
112 return s->current ? s->current->base : 0;
176 .base = 0x10001000,
183 void goldfish_device_init(qemu_irq *pic, uint32_t base, uint32_t size, uint32_t irq, uint32_t irq_count)
186 goldfish_free_base = base;
190 int goldfish_device_bus_init(uint32_t base, uint32_t irq
    [all...]
  /external/chromium/net/base/
io_buffer.h 10 #include "base/pickle.h"
11 #include "base/ref_counted.h"
12 #include "base/scoped_ptr.h"
18 class IOBuffer : public base::RefCountedThreadSafe<IOBuffer> {
26 friend class base::RefCountedThreadSafe<IOBuffer>;
69 // We haven't allocated the buffer, so remove it before the base class
81 DrainableIOBuffer(IOBuffer* base, int size)
82 : IOBuffer(base->data()), base_(base), size_(size), used_(0) {}
file_stream_unittest.cc 5 #include "base/file_util.h"
6 #include "base/path_service.h"
7 #include "base/platform_file.h"
8 #include "net/base/file_stream.h"
9 #include "net/base/net_errors.h"
10 #include "net/base/test_completion_callback.h"
40 base::PLATFORM_FILE_OPEN | base::PLATFORM_FILE_READ);
51 int flags = base::PLATFORM_FILE_OPEN_ALWAYS | base::PLATFORM_FILE_READ
    [all...]
transport_security_state.cc 5 #include "net/base/transport_security_state.h"
7 #include "base/base64.h"
8 #include "base/json/json_reader.h"
9 #include "base/json/json_writer.h"
10 #include "base/logging.h"
11 #include "base/scoped_ptr.h"
12 #include "base/sha2.h"
13 #include "base/string_tokenizer.h"
14 #include "base/string_util.h"
15 #include "base/values.h
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon3178
61 /* base-1, or base if cp is does not represent a value. */
66 cp - 97 < 26 ? cp - 97 : base;
71 /* the range 0 to base-1. The lowercase form is used unless flag is */
117 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
118 delta /= base - tmin;
121 return k + (base - tmin + 1) * delta / (delta + skew);
190 for (q = delta, k = base; ; k += base)
    [all...]
  /external/icu4c/test/intltest/
punyref.c 49 enum { base = 36, tmin = 1, tmax = 26, skew = 38, damp = 700, enumerator in enum:__anon4247
61 /* base-1, or base if cp is does not represent a value. */
66 cp - 97 < 26 ? cp - 97 : base;
71 /* the range 0 to base-1. The lowercase form is used unless flag is */
117 for (k = 0; delta > ((base - tmin) * tmax) / 2; k += base) {
118 delta /= base - tmin;
121 return k + (base - tmin + 1) * delta / (delta + skew);
190 for (q = delta, k = base; ; k += base)
    [all...]
  /hardware/msm7k/libgralloc-qsd8k/
mapper.cpp 68 hnd->base = 0;
71 hnd->base = intptr_t(mappedAddress) + hnd->offset;
75 *vaddr = (void*)hnd->base;
84 void* base = (void*)hnd->base; local
87 base = (void*)(intptr_t(base) - hnd->offset);
90 //LOGD("unmapping from %p, size=%d", base, size);
91 if (munmap(base, size) < 0) {
95 hnd->base = 0
332 void* base = va_arg(args, void*); local
    [all...]
  /external/chromium/net/
net_unittests.scons 99 'base',
265 'base',
397 'base/address_list_unittest.cc',
398 'base/base64_unittest.cc',
399 'base/bzip2_filter_unittest.cc',
400 'base/cookie_monster_unittest.cc',
401 'base/cookie_policy_unittest.cc',
402 'base/data_url_unittest.cc',
403 'base/directory_lister_unittest.cc',
404 'base/dns_util_unittest.cc'
500 base = os.path.join(*base) variable
    [all...]
  /external/chromium/third_party/libevent/test/
regress_rpc.c 133 struct evrpc_base *base = NULL; local
136 base = evrpc_init(http);
138 EVRPC_REGISTER(base, Message, msg, kill, MessageCb, NULL);
139 EVRPC_REGISTER(base, NeverReply, msg, kill, NeverReplyCb, NULL);
143 *pbase = base;
150 rpc_teardown(struct evrpc_base *base)
152 assert(EVRPC_UNREGISTER(base, Message) == 0);
153 assert(EVRPC_UNREGISTER(base, NeverReply) == 0);
155 evrpc_free(base);
180 struct evrpc_base *base = NULL local
263 struct evrpc_base *base = NULL; local
441 struct evrpc_base *base = NULL; local
512 struct evrpc_base *base = NULL; local
577 struct evrpc_base *base = NULL; local
    [all...]
  /device/htc/passion-common/
passion.mk 23 frameworks/base/data/etc/handheld_core_hardware.xml:system/etc/permissions/handheld_core_hardware.xml \
24 frameworks/base/data/etc/android.hardware.camera.flash-autofocus.xml:system/etc/permissions/android.hardware.camera.flash-autofocus.xml \
25 frameworks/base/data/etc/android.hardware.telephony.gsm.xml:system/etc/permissions/android.hardware.telephony.gsm.xml \
26 frameworks/base/data/etc/android.hardware.location.gps.xml:system/etc/permissions/android.hardware.location.gps.xml \
27 frameworks/base/data/etc/android.hardware.wifi.xml:system/etc/permissions/android.hardware.wifi.xml \
28 frameworks/base/data/etc/android.hardware.sensor.proximity.xml:system/etc/permissions/android.hardware.sensor.proximity.xml \
29 frameworks/base/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
30 frameworks/base/data/etc/android.software.sip.voip.xml:system/etc/permissions/android.software.sip.voip.xml \
31 frameworks/base/data/etc/android.hardware.touchscreen.multitouch.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.xml
  /external/chromium/base/test/
test_suite.h 12 #include "base/at_exit.h"
13 #include "base/base_paths.h"
14 #include "base/debug_on_start.h"
15 #include "base/i18n/icu_util.h"
16 #include "base/multiprocess_test.h"
17 #include "base/nss_util.h"
18 #include "base/path_service.h"
19 #include "base/process_util.h"
20 #include "base/scoped_nsautorelease_pool.h"
21 #include "base/scoped_ptr.h
    [all...]
  /external/iproute2/include/
utils.h 79 extern int get_integer(int *val, const char *arg, int base);
80 extern int get_unsigned(unsigned *val, const char *arg, int base);
81 extern int get_jiffies(unsigned *val, const char *arg, int base, int *raw);
85 extern int get_u64(__u64 *val, const char *arg, int base);
86 extern int get_u32(__u32 *val, const char *arg, int base);
87 extern int get_u16(__u16 *val, const char *arg, int base);
88 extern int get_s16(__s16 *val, const char *arg, int base);
89 extern int get_u8(__u8 *val, const char *arg, int base);
90 extern int get_s8(__s8 *val, const char *arg, int base);
  /external/webkit/WebCore/platform/
LinkHash.cpp 155 void visitedURL(const KURL& base, const AtomicString& attributeURL, Vector<UChar, 512>& buffer)
191 buffer.append(base.string().characters(), base.pathStart());
194 buffer.append(base.string().characters(), base.pathEnd());
197 buffer.append(base.string().characters(), base.pathAfterLastSlash());
211 LinkHash visitedLinkHash(const KURL& base, const AtomicString& attributeURL)
214 visitedURL(base, attributeURL, url);
  /frameworks/base/libs/ui/
GraphicBufferMapper.cpp 159 void* base = mmap(0, size, prot, MAP_SHARED, fd, 0); local
160 if (base == MAP_FAILED) {
170 hnd->base = intptr_t(base);
180 if (hnd->base) {
181 munmap((void*)hnd->base, hnd->size);
193 void* base = mmap(0, hnd->size, hnd->prot, MAP_SHARED, hnd->fd, 0); local
194 if (base == MAP_FAILED) {
199 hnd->base = intptr_t(base);
    [all...]

Completed in 1070 milliseconds

<<11121314151617181920>>