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

<<41424344454647484950>>

  /dalvik/libcore/nio/src/main/java/java/nio/
DirectByteBuffer.java 51 // This is a wrapped reference to the base address of the buffer memory.
54 // This is the offset from the base address at which this buffer logically
241 * Returns the base address of the buffer (i.e. before offset).
  /dalvik/libcore/security/src/main/java/org/bouncycastle/util/encoders/
Base64Encoder.java 46 * encode the input data producing a base 64 output stream.
118 * decode the base 64 encoded byte data writing it to the given output stream,
190 * decode the base 64 encoded String data writing it to the given output stream,
  /external/blktrace/doc/
btreplay.8 98 \-\-input\-base=<\fIbasename\fR>
100 Set base name for input files.
106 \fIbtrecord\fR base name \(em by default ``replay''.
  /external/bluetooth/glib/tests/gobject/
ifaceinit.c 347 /* No interface base init functions should have been called yet
359 /* At this point, the base init functions for all interfaces that have
403 /* All base and interface init functions should have been called
  /external/dbus/dbus/
dbus-server-debug-pipe.c 57 DBusServer base; /**< Parent class members. */ member in struct:DBusServerDebugPipe
167 if (!_dbus_server_init_base (&debug_server->base,
183 _dbus_server_finalize_base (&debug_server->base);
  /external/expat/lib/
expat.h 335 const XML_Char *base,
349 The base argument is whatever was set by XML_SetBase. The
356 const XML_Char *base,
361 /* This is called for a declaration of notation. The base argument is
368 const XML_Char *base,
409 The base argument is the system identifier that should be used as
410 the base for resolving systemId if systemId was relative; this is
435 const XML_Char *base,
714 /* Sets the base to be used for resolving relative URIs in system
717 base argument to the XML_ExternalEntityRefHandler
    [all...]
  /external/freetype/include/freetype/internal/
ftdriver.h 172 /* scaling done in the base layer suffices. */
177 /* to 0 if the scaling done in the base layer */
225 * Implementation is in `src/base/ftobjs.c'.
  /external/guava/src/com/google/common/base/
Functions.java 17 package com.google.common.base;
20 import static com.google.common.base.Preconditions.checkArgument;
21 import static com.google.common.base.Preconditions.checkNotNull;
  /external/guava/src/com/google/common/collect/
AbstractMultiset.java 20 import com.google.common.base.Objects;
31 import static com.google.common.base.Preconditions.checkNotNull;
32 import static com.google.common.base.Preconditions.checkState;
  /external/icu4c/config/
Makefile.inc 10 # 1). Base configuration information and linkage
20 # *1* base configuration information and linkage
23 # The PREFIX is the base of where ICU is installed.
  /external/icu4c/test/intltest/
fldset.h 93 * Base implementation is to lookup the enum value using udbg_* utilities, or else as an integer if
108 * Base implementation is to call parseValueDefault(...)
119 * Base implementation is to parse a decimal integer value, or inherit from inheritFrom if the string is 0-length.
  /external/opencore/nodes/pvcommsionode/src/
pv_comms_io_node.h 176 //need to override base construct routine due to additional parameter.
183 //need to override base copy routine due to additional parameter
193 //define a synonym for the base class.
  /external/opencore/nodes/pvmediainputnode/src/
pvmf_media_input_node.h 98 //need to override base construct routine due to additional parameter.
104 //need to override base copy routine due to additional parameter
113 //define a synonym for the base class.
  /external/quake/quake/src/QW/client/
skin.c 23 cvar_t baseskin = CVAR2("baseskin", "base");
58 strcpy (name, "base");
105 return NULL; // use base until downloaded
  /external/srec/portable/include/
ptypes.h 456 * Log of 2 in base 10.
463 * base 10. The +1 is for taking into account the fact that the fractional
469 * Maximum number of digits used to represent an int as a string in base 10.
  /external/v8/tools/
presubmit.py 254 base = basename(name)
255 if not base in SourceProcessor.IGNORE_TABS:
259 if not base in SourceProcessor.IGNORE_COPYRIGHTS:
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Object/
regress-137000.js 108 * the parameter to both the Base and Child constructors,
110 function Base(id)
118 Child.prototype=Base;
  /external/webkit/SunSpider/tests/sunspider-0.9/
crypto-sha1.js 15 var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */
20 * They take string arguments and return either hex or base-64 encoded strings
184 * Convert an array of big-endian words to a base-64 string
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
crypto-sha1.js 15 var b64pad = ""; /* base-64 pad character. "=" for strict RFC compliance */
20 * They take string arguments and return either hex or base-64 encoded strings
184 * Convert an array of big-endian words to a base-64 string
  /external/webkit/WebCore/bindings/js/
JSDOMWindowCustom.cpp 98 Base::markChildren(markStack);
297 return Base::getOwnPropertySlot(exec, propertyName, slot);
369 return Base::getOwnPropertyDescriptor(exec, propertyName, descriptor);
388 Base::put(exec, propertyName, value, slot);
396 return Base::deleteProperty(exec, propertyName);
404 Base::getPropertyNames(exec, propertyNames, mode);
412 Base::getOwnPropertyNames(exec, propertyNames, mode);
425 Base::defineGetter(exec, propertyName, getterFunction, attributes);
433 Base::defineSetter(exec, propertyName, setterFunction, attributes);
441 return Base::defineOwnProperty(exec, propertyName, descriptor, shouldThrow)
    [all...]
  /external/webkit/WebCore/page/
Navigator.cpp 225 // the "%s" token and prepending the base url, does not resolve.
229 KURL base(ParsedURLString, baseURL);
230 KURL kurl(base, newURL);
  /external/webkit/WebCore/xml/
XSLStyleSheetLibxslt.cpp 283 xmlChar* base = xmlNodeGetBase(parentDoc, (xmlNodePtr)parentDoc); local
284 xmlChar* childURI = xmlBuildURI((const xmlChar*)importHref.data(), base);
286 xmlFree(base);
  /frameworks/base/libs/ui/
GraphicBuffer.cpp 40 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
53 : BASE(), mOwner(ownData), mBufferMapper(GraphicBufferMapper::get()),
68 : BASE(), mOwner(keepOwnership ? ownHandle : ownNone),
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
AddOnTarget.java 141 // this is always defined by the base platform
259 // base platform already.
328 // we mix the add-on and base platform skins
  /bionic/libc/bionic/
basename_r.c 59 /* Find the start of the base */

Completed in 156 milliseconds

<<41424344454647484950>>