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

<<41424344454647484950>>

  /bionic/libc/inet/
inet_ntoa.c 33 * to base 256 d.d.d.d representation.
  /bionic/libc/kernel/common/asm-generic/
errno.h 15 #include <asm-generic/errno-base.h>
  /bionic/libc/kernel/tools/
update_all.py 47 base, ext = os.path.splitext(file)
  /bionic/libc/stdlib/
wchar.c 372 long int wcstol(const wchar_t *nptr, wchar_t **endptr, int base)
374 return strtol( (const char*)nptr, (char**)endptr, base );
377 unsigned long int wcstoul(const wchar_t *nptr, wchar_t **endptr, int base)
379 return strtoul( (const char*)nptr, (char**)endptr, base );
  /bionic/linker/
ba.h 39 unsigned long base; member in struct:ba
  /cts/tests/tests/dpi/src/android/dpi/cts/
DefaultManifestAttributesTest.java 26 * This the base class for verifying that the correct defaults are
  /cts/tools/cts-reference-app-lib/src/android/cts/refapp/
ReferenceAppTestCase.java 27 * Base Class that provides common functionality for all Reference Application Tests.
  /cts/tools/test-progress-new/etc/
test-progress 235 ${INPUT}/frameworks/base/core/java:\
236 ${INPUT}/frameworks/base/graphics/java:\
237 ${INPUT}/frameworks/base/location/java:\
238 ${INPUT}/frameworks/base/media/java:\
239 ${INPUT}/frameworks/base/opengl/java:\
240 ${INPUT}/frameworks/base/sax/java:\
241 ${INPUT}/frameworks/base/telephony/java:\
242 ${INPUT}/frameworks/base/wifi/java:\
265 ${INPUT}/frameworks/base/test-runner:\
  /dalvik/dx/src/com/android/dx/command/dump/
ClassDumper.java 36 * @param filePath the file path for the class, excluding any base
  /dalvik/dx/src/com/android/dx/dex/code/
FixedSizeInsn.java 24 * Base class for instructions which are of a fixed code size and
  /dalvik/dx/src/com/android/dx/dex/file/
Item.java 22 * Base class for any structurally-significant and (potentially)
  /dalvik/libcore/luni/src/main/java/java/lang/
Number.java 22 * The abstract superclass of the classes which represent numeric base types
  /dalvik/libcore/security/src/main/java/java/security/spec/
ECFieldF2m.java 73 * the base of the reduction polynomial with the n-th bit
119 * the base of the reduction polynomial with coefficients
246 * Returns the base of the reduction polynomial with the n-th bit
250 * @return the base of the reduction polynomial with the n-th bit
  /dalvik/libcore/security/src/main/java/org/bouncycastle/crypto/
BufferedAsymmetricBlockCipher.java 15 * base constructor.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
StylesheetHandler.java 269 * Set the base ID (URL or system ID) for the stylesheet
273 * @param baseID Base URL for this stylesheet.
281 * Get the base ID (URI or system ID) from where relative
1420 String base = (String) (m_baseIdentifiers.isEmpty() local
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
output_html.properties 22 # as a base.
output_xml.properties 21 # Specify defaults when method="xml". These defaults serve as a base for
  /dalvik/libcore/xml/src/main/java/org/xml/sax/
XMLFilter.java 25 * <p>The XMLFilterImpl helper class provides a convenient base
  /dalvik/libdex/
Leb128.c 18 * Functions for interpreting LEB128 (little endian base 128) values
  /dalvik/tests/021-string2/src/
Main.java 44 /* same base, one is a substring */
  /dalvik/vm/mterp/x86/
OP_INVOKE_VIRTUAL.S 40 * eax = resolved base method
  /dalvik/vm/mterp/x86-atom/
entry.S 34 movl %ebp, -4(%esp) # save caller base pointer
38 lea -40(%esp), %ebp # set callee base pointer
53 #movl 36(%ebp), %ebp # restore caller base pointer
60 movl -4(%esp), %ebp # restore caller base pointer
  /development/tools/findunused/
findunusedtranslations 9 print STDERR "base strings file.\n";
  /device/htc/dream/
trout-keypad-qwertz.kcm 3 # keycode display number base caps fn caps_fn
trout-keypad-v2.kcm 3 # keycode display number base caps fn caps_fn

Completed in 419 milliseconds

<<41424344454647484950>>