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

<<919293949596979899100>>

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/
SampleDescriptionBox.java 26 * The sample description table gives detailed information about the coding type used, and any initialization
31 * For video tracks, a VisualSampleEntry is used; for audio tracks, an AudioSampleEntry. Hint tracks use an
34 * used, and the format of the hint track. The definition of the sample description is specific to the protocol.
35 * Multiple descriptions may be used within a track.<br>
37 * compression format decoder to be used. A given protocol or codingname may have optional or required
  /external/proguard/src/proguard/classfile/editor/
VariableCleaner.java 51 // Figure out the local variables that are used by the code.
61 // Clean up local variables that aren't used.
71 // Clean up local variables that aren't used.
83 * used
111 * aren't used
  /external/qemu/docs/
ANDROID-TRACING.TXT 5 - virtual hardware i/o memory used by the goldfish kernel to send event information
6 to the emulator (e.g. context switches, forks, execs, etc...). Used by both -trace
58 - helper traceTicks(ticks): used to record that we executed 'ticks' simulated ARM CPU
61 - helper traceInsn(): used to record that we executed properly a single instruction.
65 - helper_traceBB32/traceBB64: used to record that we entered a given basic block at
  /external/skia/include/core/
SkGraphics.h 36 * Return the max number of bytes that should be used by the font cache.
43 * Specify the max number of bytes that should be used by the font cache.
52 * Return the number of bytes currently used by the font cache.
78 * Return the max number of bytes that should be used by the thread-local
91 * Specify the max number of bytes that should be used by the thread-local
SkPaintOptionsAndroid.h 21 The SkLanguage class represents a human written language, and is used by
86 /** Return the paint's language value used for drawing text.
87 @return the paint's language value used for drawing text.
91 /** Set the paint's language value used for drawing text.
106 @return the font variant used by this paint object
  /external/svox/pico/lib/
picoklex.h 45 /* to be used by picorsrc only */
70 /* nr of bytes used for pos and index, needs to fit in uint32, ie. max 4 */
72 /* nr of bytes used for index, needs to fit in uint32, ie. max 4 */
103 not returned directly (because they are used later and space can be
106 PICOKLEX_IND_SIZE bytes are used for the index, these ind bytes are
  /external/v8/src/
allocation.h 13 // contributors may be used to endorse or promote products derived
53 // A macro is used for defining the base class used for embedded instances.
104 // and free. Used as the default policy for lists.
113 // Used as an allocation policy for ScopeInfo when generating
  /external/wpa_supplicant_8/src/utils/
wpabuf.h 22 size_t used; /* length of data in the buffer */ member in struct:wpabuf
54 * Returns: Currently used length of the buffer
58 return buf->used;
68 return buf->size - buf->used;
154 buf->size = buf->used = len;
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_EncodeVLCZigzag_IntraDCVLC.c 46 * predDir - AC prediction direction, which is used to decide the zigzag
48 * - OMX_VC_NONE - AC prediction not used.
54 * pattern - block pattern which is used to decide whether this block is
57 * short_video_header; escape modes 0-3 are used if
58 * shortVideoHeader==0, and escape mode 4 is used when
  /frameworks/base/core/java/android/view/
ContextMenu.java 44 * @param titleRes The string resource identifier used for the title.
52 * @param title The character sequence used for the title.
61 * @param iconRes The resource identifier used for the icon.
70 * @param icon The {@link Drawable} used for the icon.
80 * @param view The {@link View} used for the header.
SubMenu.java 38 * @param titleRes The string resource identifier used for the title.
46 * @param title The character sequence used for the title.
55 * @param iconRes The resource identifier used for the icon.
64 * @param icon The {@link Drawable} used for the icon.
74 * @param view The {@link View} used for the header.
  /hardware/qcom/camera/QCamera2/stack/common/
mm_jpeg_interface.h 13 * contributors may be used to endorse or promote products derived
54 int index; /* index used to identify the buffers */
60 uint32_t buf_filled_len; /* used for output image. filled by the client */
116 /* this will be used only for bitstream */
119 /* this will be used only for bitstream */
  /libcore/luni/src/main/java/javax/crypto/
ExemptionMechanismSpi.java 84 * if the key cannot be used to initialize this mechanism.
100 * if the key cannot be used to initialize this mechanism.
102 * if the parameters cannot be used to initialize this
120 * if the key cannot be used to initialize this mechanism.
122 * the the parameters cannot be used to initialize this
  /libcore/luni/src/main/java/javax/net/ssl/
HandshakeCompletedEvent.java 66 * Returns the list of local certificates used during the handshake. These
69 * @return Returns the list of certificates used during the handshake with
71 * if no certificates were used during the handshake.
117 * Returns the {@code Principal} used to identify during the handshake.
119 * @return the {@code Principal} used to identify during the handshake.
  /libcore/luni/src/main/java/org/xml/sax/ext/
Locator2.java 36 * Returns the version of XML used for the entity. This will
41 * @return Identifier for the XML version being used to interpret
56 * <p>When an {@link org.xml.sax.InputSource InputSource} is used
66 * <p> Encoding names may be those used by the underlying JVM,
69 * @return Name of the character encoding being used to interpret
  /packages/apps/Camera2/src/com/android/camera/data/
LocalDataAdapter.java 34 * @param resolver {@link ContentResolver} used for data loading.
49 * @param context {@link Context} used to remove the data.
57 * @param resolver {@link ContentResolver} used to add the data.
65 * @param resolver {@link ContentResolver} used to add the data.
73 * @param resolver {@link ContentResolver} used to refresh the data.
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LastComposedWord.java 23 * committed already. This is used for resuming suggestion, and cancel auto-correction.
26 // COMMIT_TYPE_USER_TYPED_WORD is used when the word committed is the exact typed word, with
30 // COMMIT_TYPE_MANUAL_PICK is used when the user pressed a field in the suggestion strip.
32 // COMMIT_TYPE_DECIDED_WORD is used when the IME commits the word it decided was best
37 // COMMIT_TYPE_CANCEL_AUTO_CORRECT is used upon committing back the old word upon cancelling
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/
suggest.h 27 // - Distance: "Weighted" edit distance -- used both for spatial and language.
28 // - Compound Distance: Spatial Distance + Language Distance -- used for pruning and scoring
29 // - Cost: delta/diff for Distance -- used both for spatial and language
30 // - Length: "Non-weighted" -- used only for spatial
31 // - Probability: "Non-weighted" -- used only for language
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
stdarg.h 89 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
94 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
96 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
100 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/
stdarg.h 89 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
94 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
96 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
100 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/include/
stdarg.h 89 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
94 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
96 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
100 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include/
stdarg.h 89 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
94 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
96 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
100 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/
stdarg.h 92 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
97 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
99 /* The macro _VA_LIST is used in SCO Unix 3.2. */
101 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
103 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/
stdarg.h 92 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
97 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
99 /* The macro _VA_LIST is used in SCO Unix 3.2. */
101 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
103 /* The macro __va_list__ is used by BeOS. */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include/
stdarg.h 89 /* The macro _VA_LIST_ is the same thing used by this file in Ultrix.
94 /* The macro _VA_LIST_DEFINED is used in Windows NT 3.5 */
96 /* The macro _VA_LIST is used in SCO Unix 3.2. */
98 /* The macro _VA_LIST_T_H is used in the Bull dpx2 */
100 /* The macro __va_list__ is used by BeOS. */

Completed in 2538 milliseconds

<<919293949596979899100>>