/external/guava/javadoc/com/google/common/base/ |
Preconditions.html | 58 <A HREF="../../../../com/google/common/base/Objects.ToStringHelper.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/Predicate.html" title="interface in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Preconditions.html" target="_top"><B>FRAMES</B></A> 91 com.google.common.base</FONT> 96 <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.google.common.base.Preconditions</B> 154 <TD><CODE><B><A HREF="../../../../com/google/common/base/Preconditions.html#checkArgument(boolean)">checkArgument</A></B>(boolean expression)</CODE> 163 <TD><CODE><B><A HREF="../../../../com/google/common/base/Preconditions.html#checkArgument(boolean, java.lang.Object)">checkArgument</A></B>(boolean expression, 173 <TD><CODE><B><A HREF="../../../../com/google/common/base/Preconditions.html#checkArgument(boolean, java.lang.String, java.lang.Object...)">checkArgument</A (…) [all...] |
/build/tools/droiddoc/src/ |
Converter.java | 117 ContainerInfo base) 121 tag.exceptionComment(), base, 126 ContainerInfo base) 131 base, 135 private static SeeTagInfo convertSeeTag(SeeTag tag, ContainerInfo base) 137 return new SeeTagInfo(tag.name(), tag.kind(), tag.text(), base, 150 public static TagInfo[] convertTags(Tag[] tags, ContainerInfo base) 161 out[i] = Converter.convertSeeTag((SeeTag)t, base); 164 out[i] = Converter.convertThrowsTag((ThrowsTag)t, base); 167 out[i] = Converter.convertParamTag((ParamTag)t, base); [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/grub/ |
depcomp | 287 base=`echo "$object" | sed -e 's|^.*/||' -e 's/\.o$//' -e 's/\.lo$//'` 291 # With libtool 1.5 they are output both in $dir.libs/$base.o.d 292 # and in $dir.libs/$base.o.d and $dir$base.o.d. We process the 295 tmpdepfile1="$dir.libs/$base.lo.d" 296 tmpdepfile2="$dir$base.o.d" 297 tmpdepfile3="$dir.libs/$base.d" 300 tmpdepfile1="$dir$base.o.d" 301 tmpdepfile2="$dir$base.d" 302 tmpdepfile3="$dir$base.d [all...] |
/external/grub/netboot/ |
3c90x.c | 427 /** enable DC converter for 10-Base-T **/ 697 case 0x9000: /** 10 Base TPO **/ 700 case 0x9051: /** 10 Base Combo **/ 704 case 0x9004: /** 10 Base TPO **/ 705 case 0x9005: /** 10 Base Combo **/ 706 case 0x9006: /** 10 Base TPO and Base2 **/ 707 case 0x900A: /** 10 Base FL **/ 710 case 0x905A: /** 10 Base FX **/ 829 printf("%s10Base-T / 100Base-TX",(c++)?", ":""); 872 /** enable DC converter for 10-Base-T ** [all...] |
cs89x0.c | 196 /* If connected to another full duplex capable 10-Base-T card 199 will be cleared whilst testing the 10-Base-T interface. 480 printf("\ncs: cs89%c0%s rev %c, base %#hX", 510 /* store the initial memory base address */ 583 printf("10Base-T (RJ-45%s", 594 printf("10Base-5 (AUI%s", 605 printf("10Base-2 (BNC%s", 630 case A_CNF_MEDIA_10B_T: printf("using 10Base-T (RJ-45)\n"); 632 case A_CNF_MEDIA_AUI: printf("using 10Base-5 (AUI)\n"); 634 case A_CNF_MEDIA_10B_2: printf("using 10Base-2 (BNC)\n") [all...] |
/external/icu4c/common/ |
uset.cpp | 445 int32_t base = set->bmpLength; local 447 int32_t hi = set->length - 2 - base; 448 if (high < array[base] || (high==array[base] && low<array[base+1])) { 450 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) { 453 int32_t iabs = i + base; 466 return (UBool)(((hi+(base<<1))&2)!=0) [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xxf86dga/ |
XF86DGA2.c | 794 unsigned char* base, /* physical memory */ 817 result = DGAMapPhysical(screen, name, base, size, offset, extra, pMap); 860 unsigned char* base, /* physical memory */ 874 base += offset; 877 pMap->physical = base; 884 mloc.physaddr = (char *)base; 913 pmap.a.phys = base; 925 pMap->virtual = smem_create("XF86DGA", (char*)base, size, SM_READ|SM_WRITE); 952 base = 0; 959 MAP_FILE | MAP_SHARED, pMap->fd, (off_t)base); [all...] |
/frameworks/base/core/java/com/android/internal/util/ |
XmlUtils.java | 94 int base = 10; local 110 base = 16; 113 base = 8; 119 base = 16; 122 return Integer.parseInt(nm.substring(index), base) * sign; 142 int base = 10; local 153 base = 16; 156 base = 8; 160 base = 16; 163 return (int) Long.parseLong(value.substring(index), base); [all...] |
/external/icu4c/layout/ |
IndicReordering.cpp | 759 // consonants with nuktas never have below- or post-base forms 787 // write any pre-base consonants 828 // note the base consonant for post-GSUB fixups 831 // write base consonant 843 // write below-base consonants 850 // write halant that was after base consonant 872 // write post-base consonants 873 // FIXME: does this put the right tags on post-base consonants? 880 // write halant that was after base consonant [all...] |
/external/openssl/crypto/ec/ |
ec_asn1.c | 176 ASN1_OCTET_STRING *base; member in struct:ec_parameters_st 247 ASN1_SIMPLE(ECPARAMETERS, base, ASN1_OCTET_STRING), 365 /* set base type OID */ 609 /* set the base point */ 634 if (ret->base == NULL && (ret->base = ASN1_OCTET_STRING_new()) == NULL) 639 if (!ASN1_OCTET_STRING_set(ret->base, buffer, len)) 798 /* get the base type */ 925 if (!params->order || !params->base || !params->base->data [all...] |
/external/icu4c/i18n/ |
nfrule.cpp | 131 // base value is an even multiple of its divisor (or it's one 140 // set, they both have the same base value; otherwise, 141 // increment the original rule's base value ("rule1" actually 210 * This function parses the rule's rule descriptor (i.e., the base 212 * in the description) and sets the rule's base value, radix, and 215 * default values and the rule set sets the rule's real base value). 226 // it's omitted, just set the base value to 0. 244 // for one of the special rules. If it does, set the base 291 // we have the base value, so set it 459 * Sets the rule's base value, and causes the radix and exponen [all...] |
/external/v8/src/arm/ |
assembler-arm.cc | 305 W = 1 << 21, // writeback base register (or leave unchanged) 723 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback 763 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback 790 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback [all...] |
assembler-thumb2.cc | 285 W = 1 << 21, // writeback base register (or leave unchanged) 703 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback 743 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback 770 ASSERT((am & (P|W)) == P || !x.rn_.is(pc)); // no pc base with writeback [all...] |
assembler-arm.h | 360 Offset = (8|4|0) << 21, // offset (without writeback to base) 363 NegOffset = (8|0|0) << 21, // negative offset (without writeback to base) 376 da_w = (0|0|1) << 21, // decrement after with writeback to base 377 ia_w = (0|4|1) << 21, // increment after with writeback to base 378 db_w = (8|0|1) << 21, // decrement before with writeback to base 379 ib_w = (8|4|1) << 21 // increment before with writeback to base 452 Register rn_; // base 735 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al); 736 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al); 739 void swp(Register dst, Register src, Register base, Condition cond = al) [all...] |
assembler-thumb2.h | 360 Offset = (8|4|0) << 21, // offset (without writeback to base) 363 NegOffset = (8|0|0) << 21, // negative offset (without writeback to base) 376 da_w = (0|0|1) << 21, // decrement after with writeback to base 377 ia_w = (0|4|1) << 21, // increment after with writeback to base 378 db_w = (8|0|1) << 21, // decrement before with writeback to base 379 ib_w = (8|4|1) << 21 // increment before with writeback to base 452 Register rn_; // base 735 void ldm(BlockAddrMode am, Register base, RegList dst, Condition cond = al); 736 void stm(BlockAddrMode am, Register base, RegList src, Condition cond = al); 739 void swp(Register dst, Register src, Register base, Condition cond = al) [all...] |
/bionic/linker/ |
linker_format.c | 350 * digits of at least 'base' values. 353 format_number(char *buffer, size_t bufsize, uint64_t value, int base, const char *digits) 360 unsigned d = value % base; 361 value /= base; 389 format_integer(char *buffer, size_t buffsize, uint64_t value, int base, int isSigned) 398 format_number(buffer, buffsize, value, base, "0123456789");
|
/cts/tools/dx-tests/etc/ |
starttests | 66 base=$OUT 67 framework=$base/system/framework 71 export ANDROID_ROOT=$base/system 72 export LD_LIBRARY_PATH=$base/system/lib 73 export DYLD_LIBRARY_PATH=$base/system/lib 75 exe=$base/system/bin/dalvikvm
|
/external/elfcopy/ |
fixdwarf.c | 433 int base, int begin, int end) 435 shdr_info_t *shdr = find_section(base + begin); 440 base, 449 base, 457 shdr_info_t *end_shdr = find_section(base + end - 1); 460 base,
|
/external/kernel-headers/original/asm-x86/ |
pgtable_32.h | 483 void native_pagetable_setup_start(pgd_t *base); 484 void native_pagetable_setup_done(pgd_t *base); 487 static inline void paravirt_pagetable_setup_start(pgd_t *base) 489 native_pagetable_setup_start(base); 492 static inline void paravirt_pagetable_setup_done(pgd_t *base) 494 native_pagetable_setup_done(base);
|
/external/qemu/target-arm/ |
cpu.h | 113 uint32_t c2_base0; /* MMU translation table base 0. */ 114 uint32_t c2_base1; /* MMU translation table base 1. */ 115 uint32_t c2_control; /* MMU translation table base control. */ 116 uint32_t c2_mask; /* MMU translation table base selection mask. */ 117 uint32_t c2_base_mask; /* MMU translation table base 0 mask. */ 124 uint32_t c6_region[8]; /* MPU base/size registers. */
|
/external/v8/src/ia32/ |
assembler-ia32.cc | 207 Operand::Operand(Register base, int32_t disp, RelocInfo::Mode rmode) { 208 // [base + disp/r] 209 if (disp == 0 && rmode == RelocInfo::NONE && !base.is(ebp)) { 210 // [base] 211 set_modrm(0, base); 212 if (base.is(esp)) set_sib(times_1, esp, base); 214 // [base + disp8] 215 set_modrm(1, base); 216 if (base.is(esp)) set_sib(times_1, esp, base) [all...] |
/bionic/libm/man/ |
exp.3 | 92 functions compute the base 101 functions compute the base 2 exponential of the given argument 124 to base 10.
|
/dalvik/dx/src/com/android/dx/command/dump/ |
BaseDumper.java | 33 * Base class for the various human-friendly dumpers. 50 * {@code non-null;} the file path for the class, excluding any base 79 * @param filePath the file path for the class, excluding any base
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
FutureTask.java | 11 * A cancellable asynchronous computation. This class provides a base 195 * Implements AQS base acquire to succeed if ran or cancelled 202 * Implements AQS base release to always signal after setting
|