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

<<61626364656667686970>>

  /external/webkit/JavaScriptCore/jit/
JITOpcodes.cpp 1170 int base = currentInstruction[2].u.operand; local
1210 int base = currentInstruction[2].u.operand; local
    [all...]
  /external/webkit/WebCore/xml/
XSLTProcessorLibxslt.cpp 113 xmlChar* base = xmlNodeGetBase(context->document->doc, context->node); local
114 KURL url(KURL(ParsedURLString, reinterpret_cast<const char*>(base)), reinterpret_cast<const char*>(uri));
115 xmlFree(base);
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
tlsv1_cred.c 280 * base INTEGER, -- g
317 /* base INTEGER */
328 wpa_hexdump(MSG_MSGDUMP, "DH: base (g)", hdr.payload, hdr.length);
  /frameworks/base/libs/surfaceflinger/
LayerBase.h 72 static T dynamicCast(LayerBase* base) {
73 uint32_t mostDerivedInfo = base->getTypeInfo();
76 return static_cast<T>(base);
  /frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
uiterator.h 89 inline Iterator base (void) const { return (m_i); } function in class:ustl::reverse_iterator
194 inline IndexIterator base (void) const { return (m_i); } function in class:ustl::index_iterate
219 /// Converts the indexes in \p xc to iterators in \p ic of base \p ibase.
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
ggc.h 68 In an array, terminated by having base == NULL. */
70 void *base; member in struct:ggc_root_tab
86 struct htab * *base; member in struct:ggc_cache_tab
  /system/core/fastboot/
usb_linux.c 196 static usb_handle *find_usb_device(const char *base, ifc_match_func callback)
208 busdir = opendir(base);
214 sprintf(busname, "%s/%s", base, de->d_name);
  /external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
SDL_fbvideo.c 141 static int FB_InitHWSurfaces(_THIS, SDL_Surface *screen, char *base, int size);
1083 printf(" Base Size\n");
1085 printf("Bucket: %p, %d (%s)\n", bucket->base, bucket->size, bucket->used ? "used" : "free");
1087 if ( bucket->base != bucket->prev->base+bucket->prev->size ) {
1096 if ( bucket->next->base != bucket->base+bucket->size ) {
1105 static int FB_InitHWSurfaces(_THIS, SDL_Surface *screen, char *base, int size)
1121 bucket->base = base;
    [all...]
  /bionic/libc/include/sys/
_types.h 47 typedef __uint32_t __in_addr_t; /* base type for internet address */
  /bionic/libc/kernel/common/linux/
kd.h 128 unsigned char diacr, base, result; member in struct:kbdiacr
  /bionic/libc/private/
bionic_tls.h 108 /* return the stack base and size, used by our malloc debugger */
  /bionic/libm/src/
e_log10.c 19 * Return the base 10 logarithm of x
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 306 var base = linkObj.getAttribute("id");
307 var list = document.getElementById(base + "-list");
308 var summary = document.getElementById(base + "-summary");
309 var trigger = document.getElementById(base + "-trigger");
  /cts/tests/tests/widget/src/android/widget/cts/
ExpandableListViewBasicTest.java 139 assertTrue("Adapter is not an instance of the base adapter",
  /dalvik/hit/src/com/android/hit/
Heap.java 142 System.out.println(theClass + ": base " + theClass.getSize()
  /dalvik/libcore/nio/src/main/java/java/nio/
NIOAccess.java 32 * different than what the Harmony implementation calls a "base
  /dalvik/libcore/security/src/main/java/java/security/
PermissionCollection.java 26 * {@code PermissionCollection} is the common base class for all collections
  /dalvik/libcore/security/src/main/java/java/security/cert/
X509CRLEntry.java 29 * Abstract base class for entries in a certificate revocation list (CRL).
  /dalvik/libcore/security/src/main/java/org/apache/harmony/security/x509/
AlternativeName.java 53 * Creates the extension object on the base of its encoded form.
KeyUsage.java 74 * Creates the extension object on the base of its encoded form.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
DERGeneralizedTime.java 69 * base constructer from a java.util.date object
DERUTCTime.java 70 * base constructer from a java.util.date object
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
PBEParametersGenerator.java 13 * base constructor.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/macs/
HMac.java 73 * Base constructor for one of the standard digest algorithms that the
  /dalvik/libcore/sql/src/main/java/org/apache/harmony/sql/internal/nls/
messages.properties 27 sql.10=Cannot instantiate a SerialRef object that returns a null base type name

Completed in 433 milliseconds

<<61626364656667686970>>