HomeSort by relevance Sort by last modified time
    Searched full:low (Results 501 - 525 of 2034) sorted by null

<<21222324252627282930>>

  /dalvik/libcore/luni/src/main/java/java/io/
DataOutput.java 100 * Writes the low order 8-bit bytes from the specified string.
FilterOutputStream.java 148 * Writes one byte to the target stream. Only the low order byte of the
  /dalvik/libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 530 char low = value[i + 1]; local
531 if (low >= 0xdc00 && low <= 0xdfff) {
532 newData[--end] = low;
  /dalvik/libcore/luni/src/main/java/java/net/
SocketOptions.java 52 * a side-effect though, this could lead to a low packet efficiency. The
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/
OrderedTable.java 10 * practice the element count is typically very low, we just use a
  /dalvik/libcore/support/src/test/java/tests/support/
Support_StringWriter.java 127 * StringWriter. This implementation writes the low order two bytes to the
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
WriterToASCI.java 81 * the 16 low-order bits of the given integer value; the 16 high-order bits
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 146 sarl $28, %ebx # %ebx<- SRRR (low 4 bits)
  /dalvik/vm/compiler/
CompilerIR.h 41 s2 sRegLow; // SSA name for low Dalvik word
  /development/cmds/monkey/
README.NETWORK.txt 4 low-level way to programmability inject KeyEvents and MotionEvents
  /external/apache-http/src/org/apache/http/conn/routing/
BasicRouteDirector.java 113 // If the security is too low, we could now suggest to layer
  /external/bluetooth/bluez/tools/
hcitool.1 
  /external/bzip2/
bzlib.h 98 /*-- Core (low-level) library functions --*/
  /external/dbus/dbus/
dbus-shared.h 2 /* dbus-shared.h Stuff used by both dbus/dbus.h low-level and C/C++ binding APIs
  /external/dnsmasq/
doc.html 19 1000 clients is known to work) where low
  /external/dropbear/libtommath/
bn_mp_invmod_slow.c 151 /* if its too low */
  /external/e2fsprogs/lib/et/
et_h.awk 85 # We start playing *_high, *low games here because the some
  /external/e2fsprogs/lib/ext2fs/
ext3_extents.h 75 __u32 ee_start; /* low 32 bigs of physical block */
tdb.h 195 /* Low level locking functions: use with care */
  /external/elfutils/
TODO 41 ** Low level macro information operations
  /external/freetype/include/freetype/
fterrdef.h 46 "module version is too low" )
ftlcdfil.h 47 * The @FT_Library_SetLcdFilter API can be used to specify a low-pass
ftsystem.h 5 /* FreeType low-level system interface definition (specification). */
  /external/gtest/samples/
sample8_unittest.cc 47 // appropriate under the circumstances. But in low memory conditions, it can be
  /external/icu4c/common/
locmap.c 831 uint32_t low = 0; local
849 while (high > low) /*binary search*/{
851 mid = (high+low) >> 1; /*Finds median*/
861 low = mid;

Completed in 88 milliseconds

<<21222324252627282930>>