/external/freetype/include/freetype/ |
ftrender.h | 139 /* set_mode :: A method used to pass additional parameters. */
|
/external/grub/ |
config.h | 10 /* Define if you don't want to pass the mem= option to Linux */
|
/external/gtest/test/ |
gtest_help_test.py | 79 flag: the command-line flag to pass to gtest_help_test_, or None.
|
/external/guava/src/com/google/common/io/ |
LineBuffer.java | 28 * to pass character data, and call {@link #finish} at the end of stream.
|
/external/guava/src/com/google/common/util/concurrent/ |
AbstractCheckedFuture.java | 35 /** The delegate, used to pass along all our methods. */
|
/external/icu4c/common/unicode/ |
unifunct.h | 105 * changed to pass data object pointers through the API.
|
/external/icu4c/tools/ctestfw/unicode/ |
testdata.h | 60 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
|
tstdtmod.h | 65 * @param info pass in a const DataMap pointer. If no info, it will be set to NULL
|
/external/iproute2/man/man8/ |
tc-cbq-details.8 | 111 amount of time that was calculated to pass between packets, and then 112 pass one packet, and throttle again. Due to timer resolution constraints, 335 idle time, and pass 1 packet. However, Unix kernels generally have a 337 throttle for a longer period, and then pass minburst packets in one
|
tc-cbq.8 | 92 amount of time that was calculated to pass between packets, and then 93 pass one packet, and throttle again. Due to timer resolution constraints, 252 idle time, and pass 1 packet. However, Unix kernels generally have a 254 throttle for a longer period, and then pass minburst packets in one
|
/external/iproute2/tc/ |
m_skbedit.c | 106 } else if (matches(*argv, "pass") == 0) {
|
/external/ipsec-tools/src/libipsec/ |
ipsec_strerror.3 | 53 which is used to pass an error code from the IPsec policy manipulation
|
/external/ipsec-tools/src/racoon/ |
admin.c | 449 if (rmconf->xauth->pass != NULL) { 450 vfree(rmconf->xauth->pass); 451 rmconf->xauth->pass = NULL; 455 rmconf->xauth->pass = key;
|
isakmp_xauth.h | 83 vchar_t *pass; /* xauth password */ member in struct:xauth_rmconf
|
/external/jpeg/ |
jfdctint.c | 66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that 72 * To avoid overflow of the 32-bit intermediate results in pass 2, we must 149 /* Pass 1: process rows. */ 213 /* Pass 2: process columns.
|
jidctint.c | 66 * The outputs of the first pass are scaled up by PASS1_BITS bits so that 72 * To avoid overflow of the 32-bit intermediate results in pass 2, we must 164 /* Pass 1: process columns from input, store into work array. */ 272 /* Pass 2: process rows from work array, store into output array. */
|
structure.doc | 265 1B. Per-pass control. This determines how many passes will be performed 267 appropriately at the beginning of each pass. End-of-pass processing, 305 unaware of the multi-pass behavior. 377 during each pass, and the coder must emit the appropriate subset of 384 and per-pass initialization of the other modules. 465 controller just calls the upsampler.) For two-pass quantization, this 503 and per-pass initialization of the other modules. This is subdivided into 541 extra display passes when data is arriving faster than the display pass 542 can run. Furthermore, it is possible to abort an output pass withou [all...] |
/external/libffi/src/x86/ |
ffi64.c | 126 CLASSES will be filled by the register class used to pass each word 174 /* If the struct is larger than 16 bytes, pass it on the stack. */ 395 /* Pass this argument in memory. */ 525 /* Pass this argument in memory. */
|
/external/opencore/codecs_v2/video/avc_h264/enc/src/ |
avcenc_int.h | 172 /* 0 : first pass */ 173 /* 1 : intermediate pass(quantization and VLC loop only) */ 174 /* 2 : final pass(de-quantization, idct, etc) */ 228 uint twoPass; /* flag for 2 pass encoding ( for future )*/
|
/external/opencore/fileformats/mp4/composer/include/ |
mediadataatom.h | 39 // 03/21/01 Pass the postfixed string to the obejct
|
/external/opencore/fileformats/mp4/parser/include/ |
freespaceatom.h | 49 void addData(); // Data doesn't matter so no need to pass in any value
|
mediabuffermanager.h | 27 to pass to the consumers of the media data - namesly PVServer and PVPlayer.
|
/external/opencore/nodes/streaming/streamingmanager/config/3gpp/ |
streamingmanager_payloadparser_registry.cpp | 89 // pass the registry to the media layer node
|
/external/opencore/protocols/rtsp_client_engine/src/ |
pvrtspenginenodeextensioninterface_impl.h | 66 // API to pass in Real related parameters
|
/external/openssl/apps/ |
apps.h | 278 const char *pass, ENGINE *e, const char *cert_descrip); 280 const char *pass, ENGINE *e, const char *key_descrip); 282 const char *pass, ENGINE *e, const char *key_descrip); 284 const char *pass, ENGINE *e, const char *cert_descrip);
|