/external/kernel-headers/original/asm-x86/ |
desc_32.h | 37 unsigned long base, unsigned long limit, unsigned char type, unsigned char flags) 39 *a = ((base & 0xffff) << 16) | (limit & 0xffff); 40 *b = (base & 0xff000000) | ((base & 0xff0000) >> 16) | 45 unsigned long base, unsigned short seg, unsigned char type, unsigned char flags) 47 *a = (seg << 16) | (base & 0xffff); 48 *b = (base & 0xffff0000) | ((type & 0xff) << 8) | (flags & 0xff); 212 unsigned long base; local 213 base = ((desc[0] >> 16) & 0x0000ffff) | 216 return base; [all...] |
/external/libsepol/include/sepol/ |
module.h | 57 sepol_module_package_t * base, 74 sepol_policydb_t * base, 79 sepol_policydb_t * base,
|
/external/libsepol/include/sepol/policydb/ |
expand.h | 34 * to expand base into itself (i.e. base == out); the typemap for 39 * base == out. If the neverallow rules are not expanded, they are 44 extern int expand_module_avrules(sepol_handle_t * handle, policydb_t * base, 50 * copied). It is not valid to expand base into itself. If check is non-zero, 54 policydb_t * base, policydb_t * out, 63 extern int role_set_expand(role_set_t * x, ebitmap_t * r, policydb_t * out, policydb_t * base, uint32_t * rolemap);
|
/external/oprofile/libutil++/ |
path_filter.cpp | 40 string const base = op_basename(str); local 43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base)); 48 cit = find_if(include.begin(), include.end(), fnmatcher(base));
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.h | 287 int base); 289 int base); 291 inline int32 strto32(const char *nptr, char **endptr, int base) { 293 return strtol(nptr, endptr, base); 295 return strto32_adaptor(nptr, endptr, base); 298 inline uint32 strtou32(const char *nptr, char **endptr, int base) { 300 return strtoul(nptr, endptr, base); 302 return strtou32_adaptor(nptr, endptr, base); 307 inline int64 strto64(const char *nptr, char **endptr, int base) { 310 return strtoll(nptr, endptr, base); [all...] |
/external/qemu/hw/ |
goldfish_memlog.c | 68 void goldfish_memlog_init(uint32_t base) 74 dev->base = base;
|
pxa.h | 66 qemu_irq *pxa2xx_pic_init(target_phys_addr_t base, CPUState *env); 69 void pxa25x_timer_init(target_phys_addr_t base, qemu_irq *irqs); 70 void pxa27x_timer_init(target_phys_addr_t base, qemu_irq *irqs, qemu_irq irq4); 74 PXA2xxGPIOInfo *pxa2xx_gpio_init(target_phys_addr_t base, 83 PXA2xxDMAState *pxa255_dma_init(target_phys_addr_t base, 85 PXA2xxDMAState *pxa27x_dma_init(target_phys_addr_t base, 91 PXA2xxLCDState *pxa2xx_lcdc_init(target_phys_addr_t base, 98 PXA2xxMMCIState *pxa2xx_mmci_init(target_phys_addr_t base, 105 PXA2xxPCMCIAState *pxa2xx_pcmcia_init(target_phys_addr_t base); 116 PXA2xxKeyPadState *pxa27x_keypad_init(target_phys_addr_t base, [all...] |
/external/skia/src/images/ |
bmpdecoderhelper.cpp | 95 int base = i * 3; local 96 colTab_[base + 2] = GetByte(); 97 colTab_[base + 1] = GetByte(); 98 colTab_[base] = GetByte(); 264 int base = ((y * width_) + x) * 3; local 266 output_[base] = colTab_[colBase]; 267 output_[base + 1] = colTab_[colBase + 1]; 268 output_[base + 2] = colTab_[colBase + 2]; 308 int base = col * 3; local 309 line[0] = colTab_[base]; [all...] |
/frameworks/base/core/java/android/view/ |
ContextThemeWrapper.java | 38 public ContextThemeWrapper(Context base, int themeres) { 39 super(base); 40 mBase = base;
|
/frameworks/base/telephony/java/android/telephony/ |
JapanesePhoneNumberFormatter.java | 186 int base = 0; local 193 short value = FORMAT_MAP[base + ch - '0']; 209 base = value;
|
/hardware/libhardware/modules/gralloc/ |
gralloc_priv.h | 38 gralloc_module_t base; member in struct:private_module_t 78 int base; member in struct:private_handle_t 88 base(0), pid(getpid())
|
/hardware/msm7k/libgralloc/ |
gralloc_priv.h | 38 gralloc_module_t base; member in struct:private_module_t 85 int base; member in struct:private_handle_t 96 base(0), pid(getpid())
|
/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 //ALOGD("unmapping from %p, size=%d", base, size); 91 if (munmap(base, size) < 0) { 95 hnd->base = 0 [all...] |
/hardware/ril/reference-ril/ |
at_tok.c | 94 * "base" is the same as the base param in strtol 97 static int at_tok_nextint_base(char **p_cur, int *p_out, int base, int uns) 114 l = strtoul(ret, &end, base); 116 l = strtol(ret, &end, base); 129 * Parses the next base 10 integer in the AT response line 140 * Parses the next base 16 integer in the AT response line
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_common.h | 86 #define TIME_DELTA(time, base) \ 87 ((TIME_SECONDS(time) - TIME_SECONDS(base)) * 1000000 + \ 88 (TIME_MICROSECONDS(time) - TIME_MICROSECONDS(base)))
|
/hardware/ti/omap4xxx/hwc/ |
hal_public.h | 46 native_handle_t base; member in struct:__anon18383 103 framebuffer_device_t base; member in struct:__anon18384 116 gralloc_module_t base; member in struct:IMG_gralloc_module_public_t
|
/external/doclava/src/com/google/doclava/ |
TypeInfo.java | 193 public void makeHDF(Data data, String base) { 194 makeHDFRecursive(data, base, false, false, new HashSet<String>()); 197 public void makeQualifiedHDF(Data data, String base) { 198 makeHDFRecursive(data, base, true, false, new HashSet<String>()); 201 public void makeHDF(Data data, String base, boolean isLastVararg, HashSet<String> typeVariables) { 202 makeHDFRecursive(data, base, false, isLastVararg, typeVariables); 205 public void makeQualifiedHDF(Data data, String base, HashSet<String> typeVariables) { 206 makeHDFRecursive(data, base, true, false, typeVariables); 209 private void makeHDFRecursive(Data data, String base, boolean qualified, boolean isLastVararg, 213 data.setValue(base + ".label", label) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/stdlib/ |
SDL_qsort.c | 155 * - I assume that if |((int)base&(sizeof(int)-1))==0| 223 first=base; \ 225 while (last!=base) { \ 228 if (first!=base) swapper(first,(char*)base); 232 last=((char*)base)+nmemb*size; \ 233 for (first=((char*)base)+size;first!=last;first+=size) { \ 302 static void qsort_nonaligned(void *base, size_t nmemb, size_t size, 312 first=(char*)base; last=first+(nmemb-1)*size; 333 static void qsort_aligned(void *base, size_t nmemb, size_t size [all...] |
/external/webkit/Source/JavaScriptCore/jit/ |
JSInterfaceJIT.h | 203 inline Address tagFor(int index, RegisterID base = callFrameRegister); 212 inline Address payloadFor(int index, RegisterID base = callFrameRegister); 213 inline Address intPayloadFor(int index, RegisterID base = callFrameRegister); 214 inline Address intTagFor(int index, RegisterID base = callFrameRegister); 215 inline Address addressFor(int index, RegisterID base = callFrameRegister); 244 inline JSInterfaceJIT::Address JSInterfaceJIT::tagFor(int virtualRegisterIndex, RegisterID base) 247 return Address(base, (static_cast<unsigned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.tag)); 250 inline JSInterfaceJIT::Address JSInterfaceJIT::payloadFor(int virtualRegisterIndex, RegisterID base) 253 return Address(base, (static_cast<unsigned>(virtualRegisterIndex) * sizeof(Register)) + OBJECT_OFFSETOF(JSValue, u.asBits.payload)); 256 inline JSInterfaceJIT::Address JSInterfaceJIT::intPayloadFor(int virtualRegisterIndex, RegisterID base) [all...] |
/frameworks/base/services/sensorservice/ |
mat.h | 126 typedef vec< vec<TYPE, R>, C > base; typedef in class:android::mat 141 mat(const mat& rhs) : base(rhs) { } 142 mat(const base& rhs) : base(rhs) { } 156 base::operator=(rhs); 160 mat& operator=(const base& rhs) { 161 base::operator=(rhs); 174 static_cast<const base&>(lhs), 175 static_cast<const base&>(rhs)); 179 static_cast<const base&>(lhs) 257 typedef vec<TYPE, R> base; typedef in class:android::mat [all...] |
/external/chromium/chrome/browser/net/websocket_experiment/ |
websocket_experiment_task.cc | 7 #include "base/hash_tables.h" 8 #include "base/metrics/histogram.h" 11 #include "net/base/host_resolver.h" 12 #include "net/base/load_flags.h" 13 #include "net/base/net_errors.h" 17 using base::Histogram; 18 using base::LinearHistogram; 96 static base::hash_map<std::string, Histogram*>* g_histogram_table; 137 g_histogram_table = new base::hash_map<std::string, Histogram*>; 168 base::hash_map<std::string, Histogram*>::iterator found [all...] |
/external/chromium/chrome/browser/automation/ |
automation_provider_observers.h | 15 #include "base/compiler_specific.h" 16 #include "base/memory/scoped_ptr.h" 17 #include "base/memory/weak_ptr.h" 89 base::WeakPtr<AutomationProvider> automation_; 91 base::TimeTicks init_time_; 110 base::WeakPtr<AutomationProvider> automation_; 128 base::WeakPtr<AutomationProvider> automation_; 149 base::WeakPtr<AutomationProvider> automation_; 174 base::WeakPtr<AutomationProvider> automation_; 198 base::WeakPtr<AutomationProvider> automation_ [all...] |
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_store_unittest.cc | 38 const base::Time now = base::Time::Now(); 120 const base::hash_set<int32> no_deletions; 131 const base::Time kNow = base::Time::Now(); 168 const base::hash_set<int32> no_deletions; 194 const base::Time kNow = base::Time::Now(); 231 const base::hash_set<int32> no_deletions; 232 base::hash_set<int32> add_deletions [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/preprocessor/ |
tokens.c | 336 InputSrc base; member in struct:TokenInputSrc 348 in->base.line++; 352 cpp->currentInput = in->base.prev; 363 in->base.name = name; 364 in->base.prev = cpp->currentInput; 365 in->base.scan = (int (*)(InputSrc *, yystypepp *))scan_token; 366 in->base.line = 1; 370 cpp->currentInput = &in->base; 375 InputSrc base; member in struct:UngotToken 384 cpp->currentInput = t->base.prev [all...] |
/packages/apps/Camera/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...] |