/external/iproute2/man/man8/ |
tc.8 | 13 [ qdisc specific parameters ] 22 [ qdisc specific parameters ] 33 [ filtertype specific parameters ] 159 QDISC QDISC-PARAMETERS 258 All parameters accept a floating point number, possibly followed by a unit.
|
/external/kernel-headers/original/linux/ |
fd.h | 43 /* clear user-defined parameters */ 47 /* set user-defined parameters for current media */ 53 /* set/get disk parameters */ 118 * Drive parameters (user modifiable) 187 /* set/get drive parameters */
|
/external/libnfc-nxp/src/ |
phFriNfc_Llcp.h | 138 * \name Masks used with parameters value. 150 * \name Type codes for parameters in TLV. 165 * \name Fixed Value length for parameters in TLV. 295 /**< Local link parameters*/ 298 /**< Remote link parameters*/
|
/external/opencv/cvaux/include/ |
cvaux.h | 355 // Parameters: 392 // Parameters: 444 #define CV_UNDEF_SC_PARAM 12345 //default value of parameters 461 // Parameters: 467 // param1, param2, param3, param4, param5 - parameters of algorithm 512 float matrix[9]; /* intinsic camera parameters: [ fx 0 cx; 0 fy cy; 0 0 1 ] */ 523 CvCamera* camera[2]; /* two individual camera parameters */ [all...] |
/external/oprofile/doc/ |
op-jit-devel.xml | 138 <title>Parameters</title> 166 <title>Parameters</title> 199 <title>Parameters</title> 256 <title>Parameters</title> 297 <title>Parameters</title>
|
/external/qemu/android/protocol/ |
core-commands-impl.c | 36 /* The reader is waiting on command parameters. */ 64 /* A small preallocated buffer for command parameters. */ 67 /* Buffer to use for reading command parameters. Depending on expected size 68 * of the parameters this buffer can point to cmd_param field of this 82 * the expected command parameters.
|
/external/qemu/distrib/sdl-1.2.12/src/audio/nto/ |
SDL_nto_audio.c | 44 /* default channel communication parameters */ 117 /* PCM transfer channel parameters initialize function */ 363 /* initialize channel transfer parameters to default */ 446 /* Setup the transfer parameters according to cparams */ 464 /* Calculate the final parameters for this audio specification */
|
/external/skia/include/core/ |
SkShader.h | 114 * Return true if your shader supports these parameters, or false if not. 165 Also determines number and interpretation of "extra" parameters returned 187 // Three extra parameters are returned: 199 ignores the out parameters. 219 * the relevant (see below) parameters for the gradient. fColorCount
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_synth.h | 101 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 196 /* use static channel parameters to reduce MIPs */ 197 /* parameters shared by multiple voices assigned to same channel */ 220 /* the following parameters are controlled by RPNs */ 271 /* These parameters are common to both wavetable and FM
|
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_synth.h | 101 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 196 /* use static channel parameters to reduce MIPs */ 197 /* parameters shared by multiple voices assigned to same channel */ 220 /* the following parameters are controlled by RPNs */ 271 /* These parameters are common to both wavetable and FM
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_synth.h | 101 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 196 /* use static channel parameters to reduce MIPs */ 197 /* parameters shared by multiple voices assigned to same channel */ 220 /* the following parameters are controlled by RPNs */ 271 /* These parameters are common to both wavetable and FM
|
/external/webkit/Source/WebCore/xml/ |
XSLTProcessorLibxslt.cpp | 216 static const char** xsltParamArrayFromParameterMap(XSLTProcessor::ParameterMap& parameters) 218 if (parameters.isEmpty()) 221 const char** parameterArray = (const char**)fastMalloc(((parameters.size() * 2) + 1) * sizeof(char*)); 223 XSLTProcessor::ParameterMap::iterator end = parameters.end(); 225 for (XSLTProcessor::ParameterMap::iterator it = parameters.begin(); it != end; ++it) {
|
/frameworks/base/docs/html/training/camera/ |
cameradirect.jd | 173 // Now that the size is known, set up the camera parameters and begin 175 Camera.Parameters parameters = mCamera.getParameters(); 176 parameters.setPreviewSize(mPreviewSize.width, mPreviewSize.height); 178 mCamera.setParameters(parameters);
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_MCReconBlock.c | 32 * Parameters: 74 * Parameters: 119 * Parameters: 168 * Parameters: 210 * Parameters:
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
MediaRecorderTest.java | 251 Camera.Parameters parameters = mCamera.getParameters(); local 252 parameters.setPreviewSize(352, 288); 253 parameters.set("orientation", "portrait"); 254 mCamera.setParameters(parameters);
|
/hardware/libhardware/include/hardware/ |
audio_policy.h | 130 * parameters */ 156 * supplied parameters. */ 176 /* initialises stream volume conversion parameters by specifying volume 230 /* Opens an audio output with the requested parameters. 239 * The audio policy manager can check if the proposed parameters are
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
AudioPolicyInterface.h | 92 // request an output appriate for playback of the supplied stream type and parameters 109 // request an input appriate for record from the supplied device with supplied parameters. 126 // initialises stream volume conversion parameters by specifying volume index range. 169 // opens an audio output with the requested parameters. The parameter values can indicate to use the default values 172 // The audio policy manager can check if the proposed parameters are suitable or not and act accordingly.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
fd.h | 42 /* clear user-defined parameters */ 46 /* set user-defined parameters for current media */ 52 /* set/get disk parameters */ 117 * Drive parameters (user modifiable) 186 /* set/get drive parameters */
|
/system/media/wilhelm/src/itf/ |
IDynamicInterfaceManagement.c | 28 // validate input parameters 110 // validate input parameters 206 // validate input parameters 284 // validate input parameters 358 // validate input parameters
|
/external/chromium/chrome/browser/printing/ |
print_dialog_cloud.cc | 63 // print data and getting any page setup parameters that the dialog 115 // parameters. 117 PrintMsg_Print_Params& parameters) { 127 result &= GetDoubleOrInt(*params, "dpi", ¶meters.dpi); 128 result &= GetDoubleOrInt(*params, "min_shrink", ¶meters.min_shrink); 129 result &= GetDoubleOrInt(*params, "max_shrink", ¶meters.max_shrink); 130 result &= params->GetBoolean("selection_only", ¶meters.selection_only); 263 // UI JS to use. Needed: Call to update page setup parameters. 339 // setup parameters becomes asynchronous and may be set while some 389 // renderer thread with these new parameters in order to get it t [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/ |
popup.html | 202 * Urlencodes a JSON object of key/value query parameters. 203 * @param {Object} parameters Key value pairs representing URL parameters. 204 * @return {string} query parameters concatenated together. 206 util.stringify = function(parameters) { 208 for(var p in parameters) { 210 encodeURIComponent(parameters[p])); 219 * @return {Object} The query parameters as key/value pairs. 387 'parameters': {'alt': 'json'}, 542 params['parameters'] = [all...] |
/external/chromium/testing/gtest/include/gtest/ |
gtest-param-test.h.pump | 45 // parameters without writing multiple copies of the same test. 79 // case with any set of parameters you want. Google Test defines a number 80 // of functions for generating test parameters. They return what we call 139 // Please also note that generator expressions (including parameters to the 141 // This allows the user on one hand, to adjust generator parameters in order 200 // Google Test uses these generators to produce parameters for value- 251 // ValuesIn() function allows generation of tests with parameters coming from 329 // parameters. 345 // Currently, Values() supports from 1 to $n parameters. 358 // Bool() allows generating tests with parameters in a set of (false, true) [all...] |
/external/valgrind/unittest/ |
bigtest.cc | 102 std::vector<double*> parameters; member in class:GoalStats 157 // int param_id = parameters.size(); 158 parameters.push_back(param); 167 int param_id = v_find(parameters, param); 179 CHECK(params.GetSize() == parameters.size()); 186 printf("Parameters (estimated in %d steps) :\n", iterations); 187 for (int i = 0; i < parameters.size(); i++) { 189 *(parameters[i]) = params[i]; 318 // TODO: make these constants as parameters 573 // TODO: parameters [all...] |
/frameworks/base/tools/aidl/ |
generate_java.cpp | 110 onTransact->parameters.push_back(this->transact_code); 111 onTransact->parameters.push_back(this->transact_data); 112 onTransact->parameters.push_back(this->transact_reply); 113 onTransact->parameters.push_back(this->transact_flags); 143 m->parameters.push_back(obj); 215 ctor->parameters.push_back(remote); 344 decl->parameters.push_back(new Variable( 427 // out parameters 458 proxy->parameters.push_back(new Variable( 495 // the parameters [all...] |
/hardware/ti/omap3/dspbridge/inc/ |
qosregistry.h | 363 Parameters
392 Parameters
424 Parameters
461 Parameters
493 Parameters
528 Parameters
562 Parameters
594 Parameters
623 Parameters
649 Parameters
[all...] |