/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar | |
org.eclipse.equinox.p2.directorywatcher_1.0.203.R36x_v20101027.jar | |
org.eclipse.update.configurator_3.3.100.v20100512.jar | |
/prebuilts/tools/common/eclipse/ |
org.eclipse.equinox.common_3.6.0.v20100503.jar | |
/bionic/libc/kernel/arch-mips/asm/pci/ |
bridge.h | 666 bridge_t *base; member in struct:bridge_controller
|
/bionic/libc/upstream-dlmalloc/ |
malloc.c | 71 guarantees not to modify any memory locations below the base of 119 base functionality but may be needed in layered extensions). 2470 char* base; \/* base address *\/ member in struct:malloc_segment 4112 char* base = (char*)CALL_MORECORE(0); local 4276 char* base = sp->base; local 5503 char* base = sp->base; local [all...] |
/development/ndk/platforms/android-3/include/linux/ |
videodev2.h | 298 void* base; member in struct:v4l2_framebuffer
|
/development/ndk/platforms/android-9/arch-mips/include/asm/pci/ |
bridge.h | 666 bridge_t *base; member in struct:bridge_controller
|
/external/clang/include/clang-c/ |
Index.h | 5065 const CXIdxEntityInfo *base; member in struct:__anon4988 [all...] |
/external/clang/lib/AST/ |
ASTContext.cpp | 5114 CXXRecordDecl *base = BI->getType()->getAsCXXRecordDecl(); local 5137 CXXRecordDecl *base = BI->getType()->getAsCXXRecordDecl(); local [all...] |
/external/expat/lib/ |
xmlparse.c | 197 const XML_Char *base; member in struct:__anon6933 [all...] |
/external/guava/guava-tests/lib/ |
libtruth.jar | |
/external/icu4c/test/cintltst/ |
cmsccoll.c | 5849 UChar base[] = { 0x03b1 }; \/* base *\/ local [all...] |
/external/kernel-headers/original/asm-mips/pci/ |
bridge.h | 838 bridge_t *base; member in struct:bridge_controller
|
/external/kernel-headers/original/linux/ |
fb.h | 898 resource_size_t base; member in struct:fb_info::apertures_struct::aperture [all...] |
/external/libffi/src/ |
dlmalloc.c | 72 guarantees not to modify any memory locations below the base of 1879 char* base; \/* base address *\/ member in struct:malloc_segment 3397 char* base = (char*)CALL_MORECORE(0); local 3558 char* base = sp->base; local 4465 char* base = sp->base; local [all...] |
/external/libxml2/ |
relaxng.c | 7027 xmlChar *href, *ns, *base, *URL; local 7113 xmlChar *href, *ns, *base, *URL; local 10147 int base, j; local [all...] |
trio.c | 297 /* The maximal number of digits is for base 2 */ 641 /* The base qualifier */ 642 int base; member in struct:__anon9884 1048 * Calculate pow(base, exponent), where number and exponent are integers. 1111 TRIO_ARGS2((number, base), 1113 int base) 1124 if (base == 10) 1130 result = log10(number) / log10((double)base); 1141 TRIO_ARGS1((base), 1142 int base) 1180 int base; local 3081 int base; local 6047 int base; local [all...] |
/external/mksh/src/ |
edit.c | 365 int base; member in struct:path_order_info 377 t = strcmp(a->word + a->base, b->word + b->base); 422 info[i].base = x_basename(words[i], NULL); 423 if (!last_info || info[i].base != last_info->base || 424 strncmp(words[i], last_info->word, info[i].base) != 0) { [all...] |
/external/qemu/distrib/sdl-1.2.15/src/stdlib/ |
SDL_malloc.c | 108 guarantees not to modify any memory locations below the base of 1925 char* base; \/* base address *\/ member in struct:malloc_segment 3409 char* base = (char*)CALL_MORECORE(0); local 3568 char* base = sp->base; local 4475 char* base = sp->base; local [all...] |
/external/qemu/ |
i386-dis.c | 118 /* index_base_byte.base for no base register addressing */ 135 /* High extension to base field of modrm or SIB, or reg field of opcode. */ 4968 int base; local [all...] |
/external/qemu/target-i386/ |
cpu.h | 137 /* zero base for DS, ES and SS : can be '0' only in 32 bit CS segment */ 509 target_ulong base; member in struct:SegmentCache 587 SegmentCache gdt; /* only base and limit are used */ 588 SegmentCache idt; /* only base and limit are used */ 681 uint64_t base; member in struct:CPUX86State::__anon12643 717 target_ulong base, 726 sc->base = base; 751 /* zero base assumed for DS, ES and SS in long mode */ 757 'base' and 'selector' fields of the segment cache to g [all...] |
/external/qemu-pc-bios/bochs/bios/ |
rombios32.c | 241 int base, len, neg; local 301 base = 0; 312 base = 10; 316 base = 8; 321 base = 16; 325 base = 16; 343 if (base != 0) { 347 *--str = hexchars[val % base]; 348 val = val / base; [all...] |
/external/valgrind/main/VEX/switchback/ |
test_bzip2.c | 773 Int32 base [BZ_N_GROUPS][BZ_MAX_ALPHA_SIZE]; member in struct:__anon15001 1053 * BASE is the base. 1058 myvprintf_int64 ( void(*send)(HChar), Int flags, Int base, Int width, ULong pL) 1068 if (base < 2 || base > 16) 1080 if ((flags & VG_MSG_COMMA) && 10 == base && 1086 buf[ind++] = digits[p % base]; 1087 p /= base; [all...] |