HomeSort by relevance Sort by last modified time
    Searched full:base (Results 1801 - 1825 of 4489) sorted by null

<<71727374757677787980>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
float.h 38 /* Number of base-FLT_RADIX digits in the significand, p. */
167 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
float.h 35 /* Number of base-FLT_RADIX digits in the significand, p. */
164 /* Number of base-FLT_RADIX digits in the significand, p. */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
unwind.h 42 /* Level 1: Base ABI */
201 /* @@@ The following provide access to the base addresses for text
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
unwind.h 42 /* Level 1: Base ABI */
201 /* @@@ The following provide access to the base addresses for text
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
float.h 38 /* Number of base-FLT_RADIX digits in the significand, p. */
167 /* Number of base-FLT_RADIX digits in the significand, p. */
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
Archive.java 39 * A {@link Archive} is the base class for "something" that can be downloaded from
444 // to get the base
447 String base = repoXml.substring(0, pos + 1); local
449 link = base + link;
459 String base = link.substring(pos + 1); local
462 // temp folder (in the SDK base folder) and use the archive name for the
475 File tmpFile = new File(tmpFolder, base);
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/dom2dtm/
DOM2DTMdefaultNamespaceDeclarationNode.java 652 * The absolute base URI of this node or <code>null</code> if undefined.
654 * <code>Document</code> supports the feature "HTML" , the base URI is
655 * computed using first the value of the href attribute of the HTML BASE
660 * the properties [base URI] defined in . When the node is a
663 * properties [declaration base URI] in the . How will this be affected
670 * teleconference 30 May 2001).If the base HTML element is not yet
  /external/bluetooth/glib/glib/
gstrfuncs.c 689 guint base,
715 if (base == 1 || base > 36)
741 /* Recognize number prefix and if BASE is zero, figure it out ourselves. */
744 if ((base == 0 || base == 16) && TOUPPER (s[1]) == 'X')
747 base = 16;
749 else if (base == 0)
750 base = 8;
752 else if (base == 0
    [all...]
  /external/grub/netboot/
3c90x.txt 180 0 10Base-T
182 3 10Base-2 (thinnet/coax)
183 4 100Base-TX
184 5 100Base-FX
186 8 Auto-negotiation 10Base-T / 100Base-TX (usually the default)
  /external/guava/javadoc/com/google/common/util/concurrent/
package-summary.html 128 <TD>Base class for services that can implement <A HREF="../../../../../com/google/common/util/concurrent/AbstractExecutionThreadService.html#startUp()"><CODE>AbstractExecutionThreadService.startUp()</CODE></A>, <A HREF="../../../../../com/google/common/util/concurrent/AbstractExecutionThreadService.html#run()"><CODE>AbstractExecutionThreadService.run()</CODE></A> and
137 <TD>Base class for services that do not need a thread while "running"
142 <TD>An abstract base implementation of the listener support provided by
147 <TD>Base class for implementing services that can handle <A HREF="../../../../../com/google/common/util/concurrent/AbstractService.html#doStart()"><CODE>AbstractService.doStart()</CODE></A> and
180 <TD>A <A HREF="../../../../../com/google/common/base/Service.html" title="interface in com.google.common.base"><CODE>Service</CODE></A> that forwards all method calls to another service.</TD>
  /external/guava/src/com/google/common/collect/
Iterables.java 21 import com.google.common.base.Function;
22 import com.google.common.base.Objects;
23 import com.google.common.base.Preconditions;
24 import com.google.common.base.Predicate;
40 import static com.google.common.base.Preconditions.checkArgument;
41 import static com.google.common.base.Preconditions.checkNotNull;
  /external/icu4c/common/
ucnvmbcs.h 118 * will be able to use the base table and ignore the extension.
120 * The unicodeMask in the static data is part of the base table data structure.
123 * The static data unicodeMask refers only to the base table's properties if
124 * a base table is included.
170 * -- base table name for extension-only table
175 * -- normal base table with optional extension
  /external/ipsec-tools/src/racoon/
strnames.c 117 return "base I msg1";
119 return "base I msg2";
126 return "base R msg1";
128 return "base R msg2";
222 { ISAKMP_ETYPE_BASE, "Base", NULL },
984 return "base";
  /external/libxml2/
error.c 175 const xmlChar *cur, *base; local
182 base = input->base;
184 while ((cur > base) && ((*(cur) == '\n') || (*(cur) == '\r'))) {
189 while ((n++ < (sizeof(content)-1)) && (cur > base) &&
546 * of the usual "base" (doc->URL) for the node (bug 152623).
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 36 ATTRIBUTE Ascend-User-Acct-Base 142 integer
66 ATTRIBUTE Ascend-Base-Channel-Count 172 integer
280 VALUE Ascend-User-Acct-Base Base-10 0
281 VALUE Ascend-User-Acct-Base Base-16 1
  /external/quake/quake/src/QW/client/
pmove.c 737 vec3_t base; local
742 VectorCopy (pmove.origin, base);
759 pmove.origin[0] = base[0] + (sign[x] * 1.0/8);
760 pmove.origin[1] = base[1] + (sign[y] * 1.0/8);
761 pmove.origin[2] = base[2] + (sign[z] * 1.0/8);
767 VectorCopy (base, pmove.origin);
  /external/stlport/test/unit/
codecvt_test.cpp 56 typedef codecvt<char,char,mbstate_t> base; typedef in struct:eater_codecvt
58 explicit eater_codecvt(size_t refs = 0) : base(refs) {}
61 virtual base::result
149 typedef codecvt<char,char,mbstate_t> base; typedef in struct:generator_codecvt
151 explicit generator_codecvt(size_t refs = 0) : base(refs) {}
154 virtual base::result
  /frameworks/base/core/java/android/os/
Handler.java 254 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
259 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
276 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
281 * using the {@link android.os.SystemClock#uptimeMillis} time-base.
436 * <b>The time-base is {@link android.os.SystemClock#uptimeMillis}.</b>
442 * {@link android.os.SystemClock#uptimeMillis} time-base.
  /frameworks/base/opengl/libagl/
state.cpp 71 void* const base = malloc(extra + sizeof(ogles_context_t) + 32); local
72 if (!base) return 0;
75 (ogles_context_t *)((ptrdiff_t(base) + extra + 31) & ~0x1FL);
94 c->rasterizer.base = base;
146 free(c->rasterizer.base);
  /hardware/broadcom/wlan/bcm4329/src/shared/
sbutils.c 961 uint32 base; local
967 base = 0;
970 base = admatch & SBAM_BASE0_MASK;
973 base = admatch & SBAM_BASE1_MASK;
976 base = admatch & SBAM_BASE2_MASK;
979 return (base);
  /packages/apps/SoundRecorder/src/com/android/soundrecorder/
SoundRecorder.java 446 * If we have just recorded a smaple, this adds it to the media data base
528 final int base = cur.getInt(0); local
531 values.put(MediaStore.Audio.Playlists.Members.PLAY_ORDER, Integer.valueOf(base + audioId));
605 Uri base = MediaStore.Audio.Media.EXTERNAL_CONTENT_URI; local
606 Log.d(TAG, "ContentURI: " + base);
607 Uri result = resolver.insert(base, cv);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidEditor.java 167 * Called by the base class {@link AndroidEditor} once all pages (custom form pages
172 // Nothing in the base class.
185 * The base implementation is empty.
193 // ---- Base Class Overrides, Interfaces Implemented ----
821 * model's ID or base Location. A typical use might be if a client might
867 * new info for id and base location.
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-repository-1.xsd 228 <xsd:restriction base="xsd:token">
270 <xsd:extension base="xsd:string">
335 <xsd:restriction base="xsd:token">
345 <xsd:restriction base="xsd:token">
365 <xsd:restriction base="xsd:string">
375 <xsd:extension base="sdk:sha1Number">
sdk-repository-2.xsd 284 <xsd:restriction base="xsd:token">
330 <xsd:extension base="xsd:string">
391 <xsd:restriction base="xsd:token">
401 <xsd:restriction base="xsd:token">
421 <xsd:restriction base="xsd:string">
431 <xsd:extension base="sr2:sha1Number">
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c 134 struct timeval base; variable in typeref:struct:timeval
229 base.tv_sec = newer.tv_sec;
230 base.tv_usec = newer.tv_usec;
232 /*printf("base.tv_sec = %ld, base.tv_usec %ld\n", base.tv_sec, base.tv_usec);*/
233 nFrameTime = (newer.tv_sec-base.tv_sec) * 1000000 + (newer.tv_usec-base.tv_usec);
867 /* LOAD BASE IMAGE FIRST TIME *
    [all...]

Completed in 950 milliseconds

<<71727374757677787980>>