/hardware/ti/omap3/dspbridge/inc/ |
sync.h | 95 * Parameters: 113 * Parameters: 127 * Parameters: 142 * Parameters: 155 * Parameters: 168 * Parameters: 182 * Parameters: 196 * Parameters: 211 * Parameters: 244 * Parameters: [all...] |
memry.h | 70 * Parameters: 89 * Parameters: 105 * Parameters: 123 * Parameters: 136 * Parameters: 153 * Parameters 175 * Parameters: 195 * Parameters: 213 * Parameters: 228 * Parameters [all...] |
dynamic_loader.h | 79 * Parameters: 116 * Parameters: 148 * Parameters: 183 * PARAMETERS : 202 * PARAMETERS : 241 * PARAMETERS : 258 * PARAMETERS : 281 * PARAMETERS : 294 * PARAMETERS : 309 * PARAMETERS [all...] |
mem.h | 83 * Parameters: 108 * Parameters: 131 * Parameters: 153 * Parameters: 175 * Parameters: 188 * Parameters: 203 * Parameters: 222 * Parameters: 239 * Parameters: 258 * Parameters [all...] |
DSPProcessor.h | 70 * Parameters: 96 * Parameters: 111 * Parameters: 123 * DSP_EPOINTER: Parameters puNumNodes or puAllocated is not valid 141 * Parameters: 164 * Parameters: 185 * Parameters: 216 * Parameters: 238 * Parameters: 271 * Parameters [all...] |
/hardware/ti/omap3/dspbridge/libbridge/inc/ |
sync.h | 95 * Parameters: 113 * Parameters: 127 * Parameters: 142 * Parameters: 155 * Parameters: 168 * Parameters: 182 * Parameters: 196 * Parameters: 211 * Parameters: 244 * Parameters: [all...] |
memry.h | 70 * Parameters: 89 * Parameters: 105 * Parameters: 123 * Parameters: 136 * Parameters: 153 * Parameters 175 * Parameters: 195 * Parameters: 213 * Parameters: 228 * Parameters [all...] |
mem.h | 83 * Parameters: 108 * Parameters: 131 * Parameters: 153 * Parameters: 175 * Parameters: 188 * Parameters: 203 * Parameters: 222 * Parameters: 239 * Parameters: 258 * Parameters [all...] |
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x9/ |
X9Curve.java | 62 DERSequence parameters = (DERSequence)fieldID.getParameters(); local 63 int m = ((DERInteger)parameters.getObjectAt(0)).getValue(). 66 = (DERObjectIdentifier)parameters.getObjectAt(1); 74 k1 = ((DERInteger)parameters.getObjectAt(2)).getValue(). 81 = (DERSequence)parameters.getObjectAt(2);
|
/external/freetype/include/freetype/ |
ftrender.h | 139 /* set_mode :: A method used to pass additional parameters. */ 202 /* num_params :: The number of additional parameters. */ 204 /* parameters :: Additional parameters. */ 227 FT_Parameter* parameters );
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AddressParametersHeader.java | 29 import javax.sip.header.Parameters; 33 /** An abstract class for headers that take an address and parameters. 45 public abstract class AddressParametersHeader extends ParametersHeader implements Parameters { 99 if (other instanceof HeaderAddress && other instanceof Parameters) { 101 return this.getAddress().equals( o.getAddress() ) && this.equalParameters( (Parameters) o );
|
/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma/ExecutionContexts/ |
10.1.3-1.js | 30 parameters are supplied by the caller. If the caller supplies fewer 31 parameter values than there are formal parameters, the extra formal 32 parameters have value undefined. If two or more formal parameters share 48 var TITLE = "Variable Instantiation: Formal Parameters";
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_constants.h | 45 /****************Default Parameters********************/ 46 /*Preemptive ransac parameters*/ 51 /*Optimisation parameters*/ 56 /*Feature standard deviation parameters*/ 61 /*Front-end parameters*/
|
/system/media/mca/filterfw/java/android/filterfw/ |
FilterFunctionEnvironment.java | 58 * the given key-value list of parameters. Note, that this function uses the default shared 62 * @param parameters An argument list of alternating key-value filter parameters. 65 public FilterFunction createFunction(Class filterClass, Object... parameters) { 68 filter.initWithAssignmentList(parameters);
|
/external/webkit/Source/WebKit2/WebProcess/ |
WebProcess.cpp | 160 void WebProcess::initializeWebProcess(const WebProcessCreationParameters& parameters, CoreIPC::ArgumentDecoder* arguments) 164 platformInitializeWebProcess(parameters, arguments); 171 if (!parameters.injectedBundlePath.isEmpty()) { 172 m_injectedBundle = InjectedBundle::create(parameters.injectedBundlePath); 173 m_injectedBundle->setSandboxExtension(SandboxExtension::create(parameters.injectedBundlePathExtensionHandle)); 183 WebDatabaseManager::initialize(parameters.databaseDirectory); 187 m_iconDatabaseProxy.setEnabled(parameters.iconDatabaseEnabled); 191 StorageTracker::initializeTracker(parameters.localStorageDirectory); 192 m_localStorageDirectory = parameters.localStorageDirectory; 196 if (!parameters.applicationCacheDirectory.isEmpty() [all...] |
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/ |
SignatureSourcer.java | 32 * method parameters, class declarations, etc.. 38 * order, e.g. the signature is written as "(parameters)return-type" where we want to generate 39 * "return-type method-name (parameters)". To hanlde this case, the return-type and parameters 57 * Indicates if the signature is currently processing formal type parameters. 82 * {@link SignatureSourcer}s for each parameters generated when parsing the method parameters 122 * Will be non-empty if a parameters were processed 130 * True if the signature contains formal type parameters, which are available 270 * Ends the formal type parameters section of the signature [all...] |
/hardware/libhardware/include/hardware/ |
audio.h | 47 * standard audio parameters that the HAL may need to handle 51 * audio device parameters 54 /* BT SCO Noise Reduction + Echo Cancellation parameters */ 67 * audio stream parameters 78 /* common audio stream parameters and operations */ 125 * set/get audio stream parameters. The function accepts a list of 128 * Some keys are reserved for standard parameters (See AudioParameter class) 285 /* set/get global audio parameters */ 295 /* Returns audio input buffer size according to parameters passed or 296 * 0 if one of the parameters is not supporte [all...] |
/libcore/luni/src/main/java/java/security/ |
AlgorithmParameters.java | 28 * parameters. 200 * byte[]} using the default decoding format for parameters. The default 204 * the encoded parameters. 222 * the encoded parameters. 243 * parameters should be converted. 248 * initialized, or if this parameters could not be converted to 263 * @return the encoded parameters. 266 * initialized, or if this parameters could not be encoded. 281 * @return the encoded parameters. 284 * initialized, or if this parameters could not be encoded [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
CertStore2Test.java | 42 CertStoreParameters parameters = new MyCertStoreParameters(); local 44 parameters); 47 assertNotSame(parameters, certStore.getCertStoreParameters()); 86 CertStoreParameters parameters = new MyCertStoreParameters(); local 88 parameters, CERT_STORE_PROVIDER_NAME); 91 assertNotSame(parameters, certStore.getCertStoreParameters()); 157 CertStoreParameters parameters = new MyCertStoreParameters(); local 159 parameters, provider); 162 assertNotSame(parameters, certStore.getCertStoreParameters()); 349 "invalid parameters"); [all...] |
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/ |
BodyDescriptor.java | 39 private Map<String, String> parameters = new HashMap<String, String>();
field in class:BodyDescriptor 142 * Add all other parameters to parameters.
144 parameters.putAll(params);
145 parameters.remove("");
146 parameters.remove("boundary");
147 parameters.remove("charset");
154 // split main value and parameters
361 * Return all parameters for the BodyDescriptor
364 return parameters;
[all...] |
/libcore/luni/src/main/java/java/util/logging/ |
LogRecord.java | 134 // The parameters. 135 private transient Object[] parameters; field in class:LogRecord 176 this.parameters = null; 266 * Gets the parameters. 268 * @return the array of parameters or {@code null} if there are no 269 * parameters. 272 return parameters; 276 * Sets the parameters. 278 * @param parameters 279 * the array of parameters to set, may be {@code null} [all...] |
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
ServerHandshakeImpl.java | 140 if (parameters.getNeedClientAuth()) { 147 parameters.getTrustManager().checkClientTrusted( 163 // parameters 196 || (clientCert == null && parameters.getNeedClientAuth())) { 217 parameters.getSecureRandom().nextBytes( 232 // client cert. contains fixed DH parameters 266 session.context = parameters.getServerSessionContext(); 267 parameters.getServerSessionContext().putSession(session); 360 if (!parameters.getEnableSessionCreation()) { 395 if (!parameters.getEnableSessionCreation()) [all...] |
/external/clang/tools/scan-view/ |
Reporter.py | 109 def fileReport(self, report, parameters): 117 if not parameters.get('To'): 119 if not parameters.get('From'): 124 # FIXME: Get config parameters 125 msg['To'] = parameters.get('To') 126 msg['From'] = parameters.get('From') 134 s = smtplib.SMTP(host=parameters.get('SMTP Server'), 135 port=parameters.get('SMTP Port')) 150 def fileReport(self, report, parameters): 196 def fileReport(self, report, parameters) [all...] |
/external/webkit/Source/WebCore/platform/graphics/ca/win/ |
LegacyCACFLayerTreeHost.cpp | 65 D3DPRESENT_PARAMETERS parameters = {0}; local 66 parameters.Windowed = TRUE; 67 parameters.SwapEffect = D3DSWAPEFFECT_COPY; 68 parameters.BackBufferCount = 1; 69 parameters.BackBufferFormat = D3DFMT_A8R8G8B8; 70 parameters.MultiSampleType = D3DMULTISAMPLE_NONE; 72 return parameters; 131 D3DPRESENT_PARAMETERS parameters = initialPresentationParameters(); local 143 parameters.BackBufferWidth = 1; 144 parameters.BackBufferHeight = 1 388 D3DPRESENT_PARAMETERS parameters = initialPresentationParameters(); local [all...] |
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Control.c | 44 /* Request the N-Band equaliser parameters. The current parameter set is returned via */ 47 /* PARAMETERS: */ 88 /* PARAMETERS: */ 125 /* PARAMETERS: */ 127 /* pParams Initialisation parameters */ 208 /* PARAMETERS: */ 210 /* pParams Initialisation parameters */ 287 /* PARAMETERS: */ 315 /* Sets or changes the LifeVibes module parameters. */ 317 /* PARAMETERS: * [all...] |