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

<<31323334353637383940>>

  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
gsstruct.def 28 DEFGSSTRUCT(GSS_BASE, "base")
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
BackgroundThread.java 22 * base background thread class. The class provides a synchronous quit method
Panel.java 24 * Base class for our information panels.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
LocationPoint.java 20 * Base class for Location aware points.
  /sdk/eclipse/buildConfig/
buildUpdateSite.xml 6 <!-- buildDirectory - base directgory where build takes place -->
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
ResourceItem.java 20 * Base class representing a Resource Item, as returned by a {@link IResourceRepository}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
Resource.java 22 * Base class for file system resource items (Folders, Files).
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
IAbstractResource.java 20 * Base representation of a file system resource.<p/>
  /system/core/libacc/tests/
main.cpp 75 ACCvoid* base; local
78 accGetProgramBinary(script, &base, &length);
79 unsigned long* pBase = (unsigned long*) base;
80 unsigned long* pEnd = (unsigned long*) (((unsigned char*) base) + length);
  /system/core/nexus/
Android.mk 44 LOCAL_C_INCLUDES := $(KERNEL_HEADERS) -I../../../frameworks/base/include/
  /dalvik/libcore/luni/src/main/java/java/util/
TimSort.java 109 * address base[i] and extends for len[i] elements. It's always
491 * @param base the index of the first element in the range
502 private static <T> int gallopLeft(T key, T[] a, int base, int len, int hint,
507 if (c.compare(key, a[base + hint]) > 0) {
508 // Gallop right until a[base+hint+lastOfs] < key <= a[base+hint+ofs]
510 while (ofs < maxOfs && c.compare(key, a[base + hint + ofs]) > 0) {
519 // Make offsets relative to base
522 } else { // key <= a[base + hint]
523 // Gallop left until a[base+hint-ofs] < key <= a[base+hint-lastOfs
    [all...]
  /external/guava/src/com/google/common/base/
FinalizableReferenceQueue.java 17 package com.google.common.base;
96 = "com.google.common.base.internal.Finalizer";
263 * Gets URL for base of path containing Finalizer.class.
273 // Find URL pointing to base of class path.
283 /** Creates a class loader with the given base URL as its classpath. */
284 URLClassLoader newLoader(URL base) {
285 return new URLClassLoader(new URL[] { base });
  /external/icu4c/config/
mh-cygwin-msvc 118 LDFLAGSICUDT+= /base:"0x4ad00000" /NOENTRY# The NOENTRY option is required for creating a resource-only DLL.
119 LDFLAGSICUUC= /base:"0x4a800000"# in-uc = 1MB
120 LDFLAGSICUI18N= /base:"0x4a900000"# io-in = 2MB
121 LDFLAGSICUIO= /base:"0x4ab00000"# le-io = 1MB
122 LDFLAGSICULE= /base:"0x4ac00000"# lx-le = 512KB
123 LDFLAGSICULX= /base:"0x4ac80000"
125 LDFLAGSICUTOOLUTIL= /base:"0x4ac00000"# Same as layout. Layout and tools probably won't mix.
  /external/qemu/
charpipe.c 166 uint8_t* base; local
191 avail = cbuffer_read_peek( bip->cb, &base );
195 avail, ph, quote_bytes( base, avail ));
197 qemu_chr_read( peer->cs, base, avail );
355 uint8_t* base; local
362 avail = cbuffer_read_peek( bip->cb, &base );
371 size = qemu_chr_write( peer, base, avail );
  /external/qemu/hw/
goldfish_events_device.c 37 uint32_t base; member in struct:__anon4738
167 int offset = off; // - s->base;
180 int offset = off; // - s->base;
269 void events_dev_init(uint32_t base, qemu_irq irq)
384 cpu_register_physical_memory(base, 0xfff, iomemtype);
390 s->base = base;
  /packages/apps/Gallery/src/com/android/camera/
ImageViewTouchBase.java 34 // This is the base transformation which is used to show the image
51 // of the base matrix and the supplementary matrix.
146 // This function changes bitmap, reset base matrix according to the size
258 // Setup the base matrix so that the image is centered and scaled properly.
281 // Combine the base matrix and the supp matrix to make the final matrix.
283 // The final matrix is computed as the concatentation of the base matrix
292 // Sets the maximum zoom, which is a scale relative to the base matrix. It
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageViewTouchBase.java 34 // This is the base transformation which is used to show the image
51 // of the base matrix and the supplementary matrix.
135 // This function changes bitmap, reset base matrix according to the size
243 // Setup the base matrix so that the image is centered and scaled properly.
264 // Combine the base matrix and the supp matrix to make the final matrix.
266 // The final matrix is computed as the concatentation of the base matrix
275 // Sets the maximum zoom, which is a scale relative to the base matrix. It
  /sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java 219 // The createApk method uses mBaseName for the base name of the packages (resources
222 // debug: {base}[-{config}]-debug-unaligned.apk
223 // release: {base}[-{config}]-unsigned.apk
225 // of the default debug package to be {base}-debug.apk
227 // property. If this exist, then we generate {base}[-{config}]-debug-unaligned.apk
228 // otherwise we generate {base}[-{config}]-debug.apk
242 // Get the project base directory.
  /external/freetype/src/smooth/
ftgrays.c 849 gray_split_conic( FT_Vector* base )
854 base[4].x = base[2].x;
855 b = base[1].x;
856 a = base[3].x = ( base[2].x + b ) / 2;
857 b = base[1].x = ( base[0].x + b ) / 2;
858 base[2].x = ( a + b ) / 2;
860 base[4].y = base[2].y
    [all...]
  /external/guava/javadoc/com/google/common/util/concurrent/
Futures.html 136 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Futures.html#chain(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function)">chain</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;I&gt;&nbsp;input,
137 <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A>&lt;? super I,? extends <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;? extends O&gt;&gt;&nbsp;function)</CODE>
153 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Futures.html#chain(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function, java.util.concurrent.Executor)">chain</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;I&gt;&nbsp;input,
154 <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A>&lt;? super I,? extends <A HREF="../../../../../com/google/common/util/concurrent/ListenableFuture.html" title="interface in com.google.common.util.concurrent">ListenableFuture</A>&lt;? extends O&gt;&gt;&nbsp;function,
171 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Futures.html#compose(java.util.concurrent.Future, com.google.common.base.Function)">compose</A></B>(<A HREF="http://java.sun.com/javase/6/docs/api/java/util/concurrent/Future.html?is-external=true" title="class or interface in java.util.concurrent">Future</A>&lt;I&gt;&nbsp;future,
172 <A HREF="../../../../../com/google/common/base/Function.html" title="interface in com.google.common.base">Function</A>&lt;? super I,? extends O&gt;&nbsp;function)</CODE>
187 <TD><CODE><B><A HREF="../../../../../com/google/common/util/concurrent/Futures.html#compose(com.google.common.util.concurrent.ListenableFuture, com.google.common.base.Function)">compose</A></B>(<A HREF="../../../../../com/google/common/util/concurrent/ListenableFut (…)
    [all...]
  /external/icu4c/common/
ubidiwrt.c 171 * should be kept after their base characters,
186 * with their base characters.
199 /* collect code units for one base character */
202 /* copy this base character */
214 * We do need to keep combining characters with their base characters.
227 /* collect code units and modifier letters for one base character */
244 * keep combining characters with their base characters
276 /* collect code units for one base character */
279 /* collect modifier letters for this base character */
293 /* mirror only the base character *
    [all...]
  /external/opencore/codecs_v2/video/m4v_h263/enc/include/
cvei.h 145 /** Specifies whether base only (iNumLayer = 1) or base + enhancement layer
150 base layer and iFrameWidth[1] is for enhanced layer. */
154 base layer and iFrameHeight[1] is for enhanced layer. */
157 /** Specifies the cumulative bit rate in bit per second. IBitRate[0] is for base
158 layer and iBitRate[1] is for base+enhanced layer.*/
162 base layer and iFrameRate[1] is for base+enhanced layer. */
300 /** The number of layer encoded, 0 for base, 1 for enhanced. */
329 /** This class is the base class for codec specific interface class
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/file/
SDL_rwops.c 313 newpos = context->hidden.mem.base+offset;
325 if ( newpos < context->hidden.mem.base ) {
326 newpos = context->hidden.mem.base;
332 return(context->hidden.mem.here-context->hidden.mem.base);
498 rwops->hidden.mem.base = (Uint8 *)mem;
499 rwops->hidden.mem.here = rwops->hidden.mem.base;
500 rwops->hidden.mem.stop = rwops->hidden.mem.base+size;
515 rwops->hidden.mem.base = (Uint8 *)mem;
516 rwops->hidden.mem.here = rwops->hidden.mem.base;
517 rwops->hidden.mem.stop = rwops->hidden.mem.base+size
    [all...]
  /external/qemu/distrib/zlib-1.2.3/
inftrees.c 55 const unsigned short FAR *base; /* base value table to use */ local
57 int end; /* use base and extra for symbol > end */
60 static const unsigned short lbase[31] = { /* Length codes 257..285 base */
66 static const unsigned short dbase[32] = { /* Distance codes 0..29 base */
184 base = extra = work; /* dummy value--not used */
188 base = lbase;
189 base -= 257;
195 base = dbase;
225 this.val = base[work[sym]]
    [all...]
  /external/stlport/src/details/
fstream_win32io.cpp 585 void* base; local
601 base = MapViewOfFile(_M_view_id, FILE_MAP_READ, li.HighPart, li.LowPart,
608 if (base == 0 || _M_seek(offset + len, ios_base::beg) < 0) {
609 this->_M_unmap(base, len);
610 base = 0;
613 base = 0;
615 return base;
618 void _Filebuf_base::_M_unmap(void* base, streamoff len) {
620 if (base != NULL)
621 UnmapViewOfFile(base);
    [all...]

Completed in 454 milliseconds

<<31323334353637383940>>