/external/bluetooth/bluez/common/ |
textfile.c | 167 off_t size, pos; size_t base; local 212 base = off - map; 230 if (ftruncate(fd, base) < 0) { 234 pos = lseek(fd, base, SEEK_SET); 255 if (ftruncate(fd, base) < 0) { 260 pos = lseek(fd, base, SEEK_SET);
|
/external/grub/netboot/ |
3c509.h | 58 #define BASE (eth_nic_base) 76 #define GO_WINDOW(x) outw(WINDOW_SELECT|(x), BASE+EP_COMMAND) 93 #define EEPROM_ADDR_CFG 0x8 /* Base addr */ 105 #define EP_COMMAND 0x0e /* Write. BASE+0x0e is always a 107 #define EP_STATUS 0x0e /* Read. BASE+0x0e is always status 109 #define EP_WINDOW 0x0f /* Read. BASE+0x0f is always window
|
/external/guava/src/com/google/common/collect/ |
Collections2.java | 20 import com.google.common.base.Function; 21 import com.google.common.base.Joiner; 22 import com.google.common.base.Predicate; 23 import com.google.common.base.Predicates; 32 import static com.google.common.base.Preconditions.checkArgument; 33 import static com.google.common.base.Preconditions.checkNotNull;
|
/external/icu4c/common/unicode/ |
uobject.h | 26 * \brief C++ API: Common ICU base class UObject. 84 * UMemory is the common ICU base class. 88 * C++ memory management by adding new/delete operators to this base class. 204 * defined on the service's C++ base class, and all subclasses within that 205 * service class tree return a pointer to the service base class 255 // clone() commented out from the base class:
|
/external/icu4c/layout/ |
OpenTypeLayoutEngine.cpp | 387 for (le_int32 base = i; base >= 0; base = adjustments->getBaseOffset(base)) { 388 xPlacement += adjustments->getXPlacement(base); 389 yPlacement += adjustments->getYPlacement(base);
|
/external/icu4c/test/intltest/ |
idnaconf.cpp | 43 base = NULL; 52 delete [] base; 122 base = dest; 136 UChar c = base[curOffset]; 138 if ( c == CR && curOffset + 1 < len && base[curOffset + 1] == LF){ 168 UChar c = base[curOffset];
|
/ndk/samples/bitmap-plasma/jni/ |
plasma.c | 202 Fixed base = fixed_sin(yt1) + fixed_sin(yt2); local 220 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 230 Fixed i1 = base + fixed_sin(xt1) + fixed_sin(xt2); 234 Fixed i2 = base + fixed_sin(xt1) + fixed_sin(xt2); 246 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2); 255 Fixed ii = base + fixed_sin(xt1) + fixed_sin(xt2);
|
/external/icu4c/i18n/unicode/ |
rbnf.h | 98 * <p>In these rules, the <em>base value</em> is spelled out explicitly and set off from the 100 * to all numbers from its own base value to one less than the next rule's base value. The 116 * both substitutions depends on the rule's base value. The base value determines the rule's <em>divisor,</em> 117 * which is the highest power of 10 that is less than or equal to the base value (the user 131 * base value is a higher power of 10, changing the rule's divisor. This rule can actually be 139 * <p>Commas, periods, and spaces can be used in the base values to improve legibility and 141 * "overflow rule," applying to everything from its base value on up, and often (as 153 * <td>[the rule whose base value is 1,000 is applicable to 25,340]</td [all...] |
vtzone.h | 303 * Gets the first time zone transition after the base time. 304 * @param base The base time. 305 * @param inclusive Whether the base time is inclusive or not. 306 * @param result Receives the first transition after the base time. 310 virtual UBool getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/; 313 * Gets the most recent time zone transition before the base time. 314 * @param base The base time. 315 * @param inclusive Whether the base time is inclusive or not [all...] |
/external/freetype/src/psaux/ |
t1decode.c | 176 /* bchar :: The base character's StandardEncoding charcode. */ 195 FT_Outline* base = decoder->builder.base; 264 /* subglyph 0 = base character */ 280 glyph->subglyphs = loader->base.subglyphs; 299 /* save the left bearing and width of the base character */ 312 /* the base outline */ 322 /* advance width of the base character */ 346 /* charstring_base :: The base address of the charstring stream. */ 416 zone->base = charstring_base [all...] |
/external/qemu/distrib/sdl-1.2.12/src/video/dga/ |
SDL_dgavideo.c | 61 static int DGA_InitHWSurfaces(_THIS, SDL_Surface *screen, Uint8 *base, int size); 599 printf(" Base Size\n"); 601 printf("Bucket: %p, %d (%s)\n", bucket->base, bucket->size, bucket->used ? "used" : "free"); 603 if ( bucket->base != bucket->prev->base+bucket->prev->size ) { 612 if ( bucket->next->base != bucket->base+bucket->size ) { 621 static int DGA_InitHWSurfaces(_THIS, SDL_Surface *screen, Uint8 *base, int size) 637 bucket->base = base; [all...] |
/external/bluetooth/glib/glib/ |
gutils.c | 705 register gchar *base; local 709 base = strrchr (file_name, G_DIR_SEPARATOR); 714 if (base == NULL || (q != NULL && q > base)) 715 base = q; 719 if (base) 720 return base + 1; 746 register gssize base; local 772 base = last_nonslash; 774 while (base >=0 && !G_IS_DIR_SEPARATOR (file_name [base]) 897 register gchar *base; local [all...] |
/external/guava/javadoc/com/google/common/base/ |
Defaults.html | 58 <A HREF="../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><B>PREV CLASS</B></A> 59 <A HREF="../../../../com/google/common/base/FinalizablePhantomReference.html" title="class in com.google.common.base"><B>NEXT CLASS</B></A></FONT></TD> 61 <A HREF="../../../../index.html?com/google/common/base/Defaults.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.Defaults</B> 134 <TD><CODE><B><A HREF="../../../../com/google/common/base/Defaults.html#defaultValue(java.lang.Class)">defaultValue</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/lang/Class.html?is-external=true" title="class or interface in java.lang">Class</A><T> type)</CODE> 206 <A HREF="../../../../com/google/common/base/Charsets.html" title="class in com.google.common.base"><B>PREV CLASS</B></A>  [all...] |
/external/ipsec-tools/src/libipsec/ |
key_debug.c | 107 kdebug_sadb(base) 108 struct sadb_msg *base; 114 if (base == NULL) 118 base->sadb_msg_version, base->sadb_msg_type, 119 base->sadb_msg_errno, base->sadb_msg_satype); 121 base->sadb_msg_len, base->sadb_msg_reserved, 122 base->sadb_msg_seq, base->sadb_msg_pid) [all...] |
/external/libxml2/ |
entities.c | 882 const xmlChar * base, *cur; local 885 base = cur = content; 888 if (base != cur) 889 xmlBufferAdd(buf, base, cur - base); 892 base = cur; 894 if (base != cur) 895 xmlBufferAdd(buf, base, cur - base); 898 base = cur [all...] |
/external/webkit/WebKitTools/android/flex-2.5.4a/ |
tblcmp.c | 490 base[jamstate] = jambase; 498 /* mkentry - create base/def and nxt/chk entries for transition array 505 * is the offset to be used into the base/def tables, and "deflink" is the 527 base[statenum] = JAMSTATE; 529 base[statenum] = 0; 561 * have a valid base address (i.e., non-negative). Note that 562 * negative base addresses dangerous at run-time (because indexing 575 /* Using baseaddr would result in a negative base 609 /* Ensure that the base address we eventually generate is 621 base[statenum] = tblbase [all...] |
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
Helpers.java | 131 // Split filename between base and extension 147 File base = null; local 156 base = Environment.getDownloadCacheDirectory(); 157 stat = new StatFs(base.getPath()); 177 stat.restat(base.getPath()); 199 base = new File(root + Constants.DEFAULT_DL_SUBDIR); 200 if (!base.isDirectory() && !base.mkdir()) { 204 Log.d(Constants.TAG, "download aborted - can't create base directory " 205 + base.getPath()) [all...] |
/build/tools/apriori/ |
source.h | 106 unsigned base; member in struct:source_t 110 must match the value of base that we choose. */
|
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 223 base = uri.substring(uri.indexOf('intl/')+5,uri.length); 224 base = base.substring(base.indexOf('/')+1, base.length); 225 //alert("intl, returning base url: /" + base); 226 return ("/" + base);
|
/cts/tests/tests/content/src/android/content/res/cts/ |
FractionTest.java | 76 private void tryFraction(final int resid, final float base, final float pbase, 79 float res = mValue.getFraction(base, pbase);
|
/dalvik/libcore/logging/src/main/java/java/util/logging/ |
Formatter.java | 94 * Gets the head string used to wrap a set of log records. This base class 107 * Gets the tail string used to wrap a set of log records. This base class
|
/dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/ |
BasicConstraints.java | 53 * Creates the extension object on the base of the values of 62 * Creates the extension object on the base of its encoded form.
|
CertificateIssuer.java | 46 * Creates an object on the base of GeneralName structure. 53 * Creates an object on the base of its encoded form.
|
ExtendedKeyUsage.java | 49 * Creates an object on the base of list of integer arrays representing 57 * Creates the extension object on the base of its encoded form.
|
/dalvik/libcore/xml/src/main/java/javax/xml/parsers/ |
FactoryConfigurationError.java | 64 * given <code>Exception</code> base cause of the error. 77 * given <code>Exception</code> base cause and detail message.
|