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

<<101102103104105106107108109110>>

  /external/svox/pico/lib/
picokfst.h 64 PICOKFST_PLANE_ASCII = 1, /* "ascii" plane (values > 127 may be used internally) */
72 /* to be used as bit set, e.g.
84 /* to be used by knowledge layer (picorsrc) only */
118 such pairs exist at all; '*searchState' returns a search state to be used in
119 subsequent calls to function 'picokfst_kfstGetNextPair', which must be used
139 FST transitions starting in state 'startState'; to be used for fast
142 if so, '*searchState' returns a search state to be used in subsequent calls
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 7 # in unicode) if it is used for MSCHAP or MSCHAPv2 authentication. This means
12 # [2] flag in the end of the line can be used to mark users for tunneled phase
14 # identity can be used in the unencrypted phase 1 and the real user identity
25 # * can be used as a wildcard to match any user identity. The main purposes for
28 # first matching entry is selected, so * should be used as the last phase 1
31 # "prefix"* can be used to match the given prefix and anything after this. The
40 # [ver=0] and [ver=1] flags after EAP type PEAP can be used to force PEAP
  /external/wpa_supplicant_8/src/tls/
pkcs8.c 34 "header (SEQUENCE); assume PKCS #8 not used");
44 "class %d tag 0x%x; assume PKCS #8 not used",
63 "PKCS #8 not used");
76 "assume PKCS #8 not used",
83 "(algorithm); assume PKCS #8 not used");
147 "used");
159 "assume encrypted PKCS #8 not used",
  /external/wpa_supplicant_8/wpa_supplicant/
android.config 3 # This file lists the configuration options that are used when building the
20 # used to fix build issues on such systems (krb5.h not found).
163 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
178 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
181 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
214 # PKCS#12 (PFX) support (used to read private key and certificate file from
251 # Include internal line edit mode in wpa_cli. This can be used as a replacement
256 # This can be used to reduce the size of the wpa_supplicant considerably
266 # This option can be used to reduce code size by removing support for
273 # This can be used if ap_scan=1 mode is never enabled
    [all...]
defconfig 3 # This file lists the configuration options that are used when building the
20 # used to fix build issues on such systems (krb5.h not found).
162 # EAP-SIM (enable CONFIG_PCSC, if EAP-SIM is used)
177 # EAP-AKA (enable CONFIG_PCSC, if EAP-AKA is used)
180 # EAP-AKA' (enable CONFIG_PCSC, if EAP-AKA' is used).
216 # PKCS#12 (PFX) support (used to read private key and certificate file from
253 # Include internal line edit mode in wpa_cli. This can be used as a replacement
258 # This can be used to reduce the size of the wpa_supplicant considerably
268 # This option can be used to reduce code size by removing support for
275 # This can be used if ap_scan=1 mode is never enabled
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
rate_control.h 37 Int Rc; /*bits used for the current frame. It is the bit count obtained after encoding. */
45 Int Qc; /*quantization level used for the current frame. */
49 Int T; /*target bit to be used for the current frame.*/
50 Int S; /*number of bits used for encoding the previous frame.*/
51 Int Hc; /*header and motion vector bits used in the current frame. It includes all the information except to the residual information.*/
52 Int Hp; /*header and motion vector bits used in the previous frame. It includes all the information except to the residual information.*/
53 Int Ql; /*quantization level used in the previous frame */
  /frameworks/base/core/java/android/webkit/
UrlInterceptRegistry.java 29 * @deprecated This class was intended to be used by Gears. Since Gears was
53 * @deprecated This class was intended to be used by Gears. Since Gears was
67 * @deprecated This class was intended to be used by Gears. Since Gears was
83 * @deprecated This class was intended to be used by Gears. Since Gears was
104 * @deprecated This class was intended to be used by Gears. Since Gears was
120 * @deprecated This class was intended to be used by Gears. Since Gears was
148 * @deprecated This class was intended to be used by Gears. Since Gears was
  /frameworks/native/include/gui/
BufferQueue.h 79 // BufferQueue manages a pool of gralloc memory slots to be used by
80 // producers and consumers. allocator is used to allocate all the
138 // default values specified by setDefaultBufferSize() are used instead.
142 // will be used.
172 // operations have completed. Alternatively, NO_FENCE may be used,
232 // in use. frameNumber is used to indentify the exact buffer returned.
268 // setDefaultBufferSize is used to set the size of buffers returned by
281 // disableAsyncBuffer disables the extra buffer used in async mode
293 // setConsumerName sets the name used in logging
307 // setTransformHint bakes in rotation to buffers so overlays can be used
    [all...]
  /frameworks/native/services/surfaceflinger/
DispSync.h 71 // The beginResync, addResyncSample, and endResync methods are used to re-
87 // value. This should be used to prime the model when a display is first
88 // turned on. It should NOT be used after that.
126 // These member variables are the state used during the resynchronization
127 // process to store information about the hardware vsync event times used
134 // These member variables store information about the present fences used
143 // mMutex is used to protect access to all member variables.
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcifcfunc.h 19 * 3. The name of the author may not be used to endorse or promote
45 * @attention This function shall not be used directly. Use N_Siq() or Yield() instead.
62 * This structure is used as a "wrapper" return value for functions that
75 * @attention This function shall not be used directly.
85 * @attention This function shall not be used directly.
98 * The FcMc4init FastCall shall be used to set up the MCI. The function passes the message buffers used in the MCI to the MC4 system.
  /libcore/dalvik/src/main/java/dalvik/system/
CloseGuard.java 90 * When used in a constructor calls to {@code open} should occur at
93 * not have a reference to the object to cleanup explicitly. When used
108 * Instance used when CloseGuard is disabled to avoid allocation.
126 * #open(String)} can be used to set up the instance to warn on
138 * Used to enable or disable CloseGuard. Note that CloseGuard only
146 * Used to replace default Reporter used to warn of CloseGuard
  /libcore/luni/src/main/java/java/security/
AlgorithmParameterGenerator.java 32 // Used to access common engine functionality
38 // Store used provider
41 // Store used AlgorithmParameterGeneratorSpi implementation
44 //Store used algorithm
173 * will be used.
185 * used.
199 * used.
  /ndk/build/core/
default-build-commands.mk 1 # The following definitions are the defaults used by all toolchains.
7 # These flags are used to ensure that a binary doesn't reference undefined
17 # libraries. This ensures that any libgcc function used by the final
36 # These flags are used to enforce the NX (no execute) security feature in the
47 # These flags are used to mark certain regions of the resulting
56 # This flag are used to provide compiler protection against format
98 # The strip command is only used for shared libraries and executables.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 2 additional tree codes used in the GNU C++ compiler (see tree.def
26 /* An OFFSET_REF is used in two situations:
37 This form is only used during the parsing phase; once semantic
103 base used to name the functions.
112 although there are other macros in cp-tree.h that should be used for
124 (e.g., FUNCTION_DECL with tmpl parms used)
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
167 It is used without template arguments like TT in C<TT>,
191 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments
235 be used as if it were a zero-argument function. We handle th
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 2 additional tree codes used in the GNU C++ compiler (see tree.def
26 /* An OFFSET_REF is used in two situations:
37 This form is only used during the parsing phase; once semantic
103 base used to name the functions.
112 although there are other macros in cp-tree.h that should be used for
124 (e.g., FUNCTION_DECL with tmpl parms used)
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
167 It is used without template arguments like TT in C<TT>,
191 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments
235 be used as if it were a zero-argument function. We handle th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
cp-tree.def 2 additional tree codes used in the GNU C++ compiler (see tree.def
26 /* An OFFSET_REF is used in two situations:
37 This form is only used during the parsing phase; once semantic
103 base used to name the functions.
112 although there are other macros in cp-tree.h that should be used for
124 (e.g., FUNCTION_DECL with tmpl parms used)
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
167 It is used without template arguments like TT in C<TT>,
191 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments
235 be used as if it were a zero-argument function. We handle th
    [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
cp-tree.def 2 additional tree codes used in the GNU C++ compiler (see tree.def
26 /* An OFFSET_REF is used in two situations:
37 This form is only used during the parsing phase; once semantic
103 base used to name the functions.
112 although there are other macros in cp-tree.h that should be used for
124 (e.g., FUNCTION_DECL with tmpl parms used)
144 its LEVEL will be one less. The TREE_CHAIN field is used to chain
167 It is used without template arguments like TT in C<TT>,
191 /* Like TEMPLATE_TEMPLATE_PARM it is used with bound template arguments
235 be used as if it were a zero-argument function. We handle th
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
user_32.h 16 is currently not used by gdb, but it may come in useful at some point.
73 * is still the layout used by user mode (the new
88 this will be used by gdb to figure out where the data and stack segments
95 int u_fpvalid; /* True if math co-processor being used. */
96 /* for this mess. Not yet used. */
108 int reserved; /* No longer used */
109 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
ptrace.h 73 /* Get all general purpose registers used by a processes.
78 /* Set all general purpose registers used by a processes.
83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
161 appear (those that are used for the particular request) as:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sysexits.h 14 * may be used to endorse or promote products derived from this software
47 * EX_USAGE -- The command was used incorrectly, e.g., with
51 * This should only be used for user's data & not
58 * be used for mail addresses or remote logins.
59 * EX_NOHOST -- The host specified did not exist. This is used
63 * can also be used as a catchall message when something
70 * This is intended to be used for such things as "cannot
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/
user_32.h 16 is currently not used by gdb, but it may come in useful at some point.
73 * is still the layout used by user mode (the new
88 this will be used by gdb to figure out where the data and stack segments
95 int u_fpvalid; /* True if math co-processor being used. */
96 /* for this mess. Not yet used. */
108 int reserved; /* No longer used */
109 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 73 /* Get all general purpose registers used by a processes.
78 /* Set all general purpose registers used by a processes.
83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
161 appear (those that are used for the particular request) as:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sysexits.h 14 * may be used to endorse or promote products derived from this software
47 * EX_USAGE -- The command was used incorrectly, e.g., with
51 * This should only be used for user's data & not
58 * be used for mail addresses or remote logins.
59 * EX_NOHOST -- The host specified did not exist. This is used
63 * can also be used as a catchall message when something
70 * This is intended to be used for such things as "cannot
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/
user_32.h 16 is currently not used by gdb, but it may come in useful at some point.
73 * is still the layout used by user mode (the new
88 this will be used by gdb to figure out where the data and stack segments
95 int u_fpvalid; /* True if math co-processor being used. */
96 /* for this mess. Not yet used. */
108 int reserved; /* No longer used */
109 struct user_pt_regs * u_ar0; /* Used by gdb to help find the values for */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
ptrace.h 73 /* Get all general purpose registers used by a processes.
78 /* Set all general purpose registers used by a processes.
83 /* Get all floating point registers used by a processes.
88 /* Set all floating point registers used by a processes.
101 /* Get all extended floating point registers used by a processes.
106 /* Set all extended floating point registers used by a processes.
161 appear (those that are used for the particular request) as:

Completed in 1793 milliseconds

<<101102103104105106107108109110>>