HomeSort by relevance Sort by last modified time
    Searched full:used (Results 1051 - 1075 of 64207) sorted by null

<<41424344454647484950>>

  /external/smack/asmack-master/patch/beem/
README.txt 3 directory must be copied in the patch directory of asmack in order to be used.
  /external/smack/asmack-master/patch/oldpatch/
45-protected-xmpp-socket.patch 5 * The socket which is used for this connection.
  /external/smack/src/com/kenai/jbosh/
HTTPSender.java 20 * Interface used to represent code which can send a BOSH XML body over
34 * Dispose of all resources used to provide the required services. This
41 * Create a {@code Callable} instance which can be used to send the
50 * @return callable used to access the response
  /external/svox/pico/lang/
PicoLangDefaultInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
PicoLangEnUsInSystem.mk 6 # Note the destination path matches that used in external/svox/pico/tts/com_svox_picottsengine.cpp
  /external/wpa_supplicant_8/hostapd/
hostapd.accept 3 # MAC address if dynamic VLANs (hostapd.conf dynamic_vlan option) are used.
  /external/wpa_supplicant_8/src/common/
eapol_common.h 57 /* does not repeat within the life of the keying material used to
58 * encrypt the Key field; 64-bit NTP timestamp MAY be used here */
73 * MS-MPPE-Send-Key attribute to be used as the keying material;
74 * RC4 key used in encryption = Key-IV + MS-MPPE-Recv-Key */
  /external/wpa_supplicant_8/src/crypto/
crypto.h 9 * for wpa_supplicant and hostapd. When TLS is not used, internal
10 * implementation of MD5, SHA1, and AES is used and no external libraries are
12 * crypto library used by the TLS implementation is expected to be used for
151 * This function is only used with internal TLSv1 implementation
152 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
164 * This function is only used with internal TLSv1 implementation
165 * (CONFIG_TLS=internal). If that is not used, the crypto wrapper does not need
181 * was used for hash calculation.
183 * This function is only used with internal TLSv1 implementatio
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpabuf.c 39 wpa_printf(MSG_ERROR, "wpabuf %p (size=%lu used=%lu) overflow len=%lu",
40 buf, (unsigned long) buf->size, (unsigned long) buf->used,
69 if (buf->used + add_len > buf->size) {
72 nbuf = os_realloc(buf->buf, buf->used + add_len);
75 os_memset(nbuf + buf->used, 0, add_len);
81 buf->used + add_len);
87 sizeof(struct wpabuf) + buf->used, 0,
91 buf->used + add_len);
95 os_memset(nbuf + sizeof(struct wpabuf) + buf->used, 0,
101 buf->size = buf->used + add_len
    [all...]
  /external/yaffs2/yaffs2/
yaffs_packedtags1.h 1 // This is used to pack YAFFS1 tags, not YAFFS2 tags.
  /external/zlib/src/
inffast.h 6 /* WARNING: this file should *not* be used by applications. It is
  /external/zxing/qr_scanner/
project.properties 6 # To customize properties used by the Ant build system use,
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/api/
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/api/
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/api/
armVCM4P2_DCT_Table.h 14 * Description: Declares Tables used for DCT/IDCT module
armVCM4P2_ZigZag_Tables.h 14 * Description: Declares Tables used for Zigzag scan in MP4P2 codec.
  /frameworks/base/graphics/java/android/graphics/drawable/
package.html 4 display only, such as bitmaps and gradients. These elements are often used
  /frameworks/native/cmds/installd/
Android.mk 7 # Static library used in testing and executable
  /frameworks/support/v7/appcompat/
README.txt 3 This can be used by an Android project to provide
  /frameworks/support/v7/mediarouter/
README.txt 3 This can be used by an Android project to provide
  /libcore/dalvik/src/main/java/dalvik/annotation/
TestTargetNew.java 25 * Defines an annotation used be used within the TestInfo annotation. It
26 * specifies a single method target for the test (but can be used multiple
49 * not provided, the class identified in @TestTargetClass is used by the
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java 20 * Methods used to test calling into native code. The methods in this
21 * class are all effectively no-ops and may be used to test the mechanisms
53 * This is used to benchmark dalvik's inline natives.
59 * This is used to benchmark dalvik's inline natives.
  /libcore/luni/src/test/etc/loading-test-jar/
README.txt 3 files are used for testing the various class loaders.
  /libcore/luni/src/test/etc/loading-test2-jar/
README.txt 3 files are used for testing the various class loaders.
  /ndk/build/tools/
cleanup-apps.sh 3 # This is used to cleanup the project directories before making a commit or

Completed in 1631 milliseconds

<<41424344454647484950>>