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

<<21222324252627282930>>

  /external/freetype/include/freetype/internal/
ftvalid.h 82 const FT_Byte* base; /* address of table in memory */ member in struct:FT_ValidatorRec_
83 const FT_Byte* limit; /* `base' + sizeof(table) in memory */
97 const FT_Byte* base,
  /external/guava/src/com/google/common/util/concurrent/
AbstractExecutionThreadService.java 19 import com.google.common.base.Service;
20 import com.google.common.base.Throwables;
26 * Base class for services that can implement {@link #startUp}, {@link #run} and
AbstractService.java 19 import static com.google.common.base.Preconditions.checkNotNull;
20 import static com.google.common.base.Preconditions.checkState;
21 import com.google.common.base.Service;
22 import com.google.common.base.Service.State; // javadoc needs this
23 import com.google.common.base.Throwables;
33 * Base class for implementing services that can handle {@link #doStart} and
  /external/icu4c/common/unicode/
unifunct.h 28 * <code>UnicodeFunctor</code> is an abstract base class for objects
54 * that mix in UnicodeMatcher as a base class must override this.
66 * that mix in UnicodeReplacer as a base class must override this.
  /external/opencore/fileformats/mp4/parser/include/
initialobjectdescriptor.h 78 // ODID from base clase ObjectDescriptor (10)
79 // urlFlag from base class ObjectDescriptor (1)
81 // _reserved from base class - now ONLY (4) instead of (5)
  /external/opencore/fileformats/mp4/parser/src/
trackreferencetypeatom.cpp 48 uint32 base = getDefaultSize(); // Get size of base Atom class local
50 uint32 delta = actual - base;
  /external/opencore/oscl/oscl/osclbase/src/
pvlogger_accessories.h 30 * Base class for all message formatters. This class defines the interface to
61 * Base class for all message filters. This class defines the interface to
112 * Base class for all message appenders. This class defines the interface to
  /external/qemu/hw/
goldfish_interrupt.c 162 qemu_irq* goldfish_interrupt_init(uint32_t base, qemu_irq parent_irq, qemu_irq parent_fiq)
172 s->dev.base = base;
  /external/qemu/
kqemu.h 39 uint64_t base; member in struct:kqemu_segment_cache
52 struct kqemu_segment_cache gdt; /* only base and limit are used */
53 struct kqemu_segment_cache idt; /* only base and limit are used */
  /external/svox/pico/lib/
picokdbg.c 19 * debug support knowledge base
46 * <b> Pico Debug Support for knowledge base </b>\n
84 kdbg->phonesyms = this->base;
picoknow.h 29 * <b> Pico knowledge base </b>\n
49 /* base / tpp 1 - 7 */
173 picoos_uint8 * base; /* start address */ member in struct:picoknow_knowledge_base
  /external/webkit/WebCore/bindings/js/
JSStorageCustom.cpp 56 if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot))
73 Base::getOwnPropertyNames(exec, propertyNames, mode);
82 if (getStaticValueSlot<JSStorage, Base>(exec, s_info.propHashTable(exec), this, propertyName, slot))
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 166 OMX_COMPONENTTYPE *OMXComponentBase::MakeComponent(OMXComponentBase *base) {
174 result->pComponentPrivate = base;
196 base->setComponentHandle(result);
  /external/grub/docs/
kernel.c 46 static void itoa (char *buf, int base, int d);
171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
174 itoa (char *buf, int base, int d)
182 if (base == 'd' && d < 0)
188 else if (base == 'x')
kernel.c.texi 46 static void itoa (char *buf, int base, int d);
171 BASE is equal to 'd', interpret that D is decimal, and if BASE is
174 itoa (char *buf, int base, int d)
182 if (base == 'd' && d < 0)
188 else if (base == 'x')
  /external/webkit/JavaScriptCore/API/tests/
testapi.js 173 shouldBe("derived instanceof Base", true);
175 // base properties and functions return 1 when called/gotten; derived, 2
184 // base properties throw 1 when set; derived, 2
194 shouldBe("derived2 instanceof Base", true);
196 // base properties and functions return 1 when called/gotten; derived, 2
205 // base properties throw 1 when set; derived, 2
  /hardware/libhardware/modules/gralloc/
gralloc.cpp 79 base: {
137 intptr_t vaddr = intptr_t(m->framebuffer->base);
150 hnd->base = vaddr;
151 hnd->offset = vaddr - intptr_t(m->framebuffer->base);
258 int index = (hnd->base - m->framebuffer->base) / bufferSize;
  /bionic/libc/kernel/arch-x86/asm/
desc_32.h 63 #define GET_DESC_BASE(idx, gdt, base, lo_w, lo_b, hi_b) movb idx*8+4(gdt), lo_b; movb idx*8+7(gdt), hi_b; shll $16, base; movw idx*8+2(gdt), lo_w;
  /dalvik/libcore/security/src/main/java/java/security/interfaces/
DSAKeyPairGenerator.java 30 * q}), and base ({@code g}) values from the specified parameters.
48 * generate new prime ({@code p}), subprime ({@code q}), and base ({@code g})
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
CRLNumber.java 43 * Constructs the object on the base of the invalidity date value.
50 * Constructs the object on the base of its encoded form.
InhibitAnyPolicy.java 42 * Create the object on the base of SkipCerts value.
49 * Creates an object on the base of its encoded form.
InvalidityDate.java 41 * Constructs the object on the base of the invalidity date value.
48 * Constructs the object on the base of its encoded form.
SubjectKeyIdentifier.java 45 * Creates the object on the base of the value of key identifier.
52 * Creates an object on the base of its encoded form.
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
TransformerConfigurationException.java 47 * given <code>Exception</code> base cause of the error.
58 * given <code>Exception</code> base cause and detail message.
TransformerFactoryConfigurationError.java 62 * given <code>Exception</code> base cause of the error.
76 * given <code>Exception</code> base cause and detail message.

Completed in 221 milliseconds

<<21222324252627282930>>