/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PCalledPartyID.java | 80 if (!parameters.isEmpty()) 81 retval.append(SEMICOLON + this.parameters.encode());
|
PCalledPartyIDHeader.java | 35 import javax.sip.header.Parameters; 60 public interface PCalledPartyIDHeader extends HeaderAddress, Parameters, Header {
|
PProfileKey.java | 64 if (!parameters.isEmpty()) 65 retval.append(SEMICOLON + this.parameters.encode());
|
PUserDatabase.java | 81 if (!parameters.isEmpty()) 82 retval.append(SEMICOLON + this.parameters.encode());
|
Path.java | 79 if (!parameters.isEmpty()) 80 retval.append(SEMICOLON + this.parameters.encode());
|
ServiceRoute.java | 80 if (!parameters.isEmpty()) 81 retval.append(SEMICOLON + this.parameters.encode());
|
/external/proguard/src/proguard/classfile/visitor/ |
package.html | 31 Also, the visitor methods always have the same parameters and return values, as 32 specified by the visitor interfaces. Passing additional parameters is done by
|
/external/srec/srec/include/ |
frontapi.h | 131 * hFrontpars Handle to valid front-end input parameters object 232 * Params hFrontpar Handle to valid front-end input parameters object 261 * basename Forename of .cmn and .tmn files that store the parameters 271 * Loads CMS parameters from file. Sets up the CMS calculations 283 * to store the parameters 411 * CMS parameters must have been loaded and attached to the wave. 644 * The 'offset' and 'gain' parameters are applied to the current 802 * The 'offset' and 'gain' parameters are applied to the current 915 * To load the front-end parameters from a par file 917 * This object holds input parameters (objtained from an ASCI [all...] |
/external/webkit/Source/JavaScriptCore/parser/ |
Parser.cpp | 36 void Parser::parse(JSGlobalData* globalData, FunctionParameters* parameters, JSParserStrictness strictness, JSParserMode mode, int* errLine, UString* errMsg) 58 const char* parseError = jsParse(globalData, parameters, strictness, mode, m_source);
|
/external/webkit/Source/JavaScriptCore/runtime/ |
Executable.cpp | 75 FunctionExecutable::FunctionExecutable(JSGlobalData* globalData, const Identifier& name, const SourceCode& source, bool forceUsesArguments, FunctionParameters* parameters, bool inStrictContext, int firstLine, int lastLine) 79 , m_parameters(parameters) 87 FunctionExecutable::FunctionExecutable(ExecState* exec, const Identifier& name, const SourceCode& source, bool forceUsesArguments, FunctionParameters* parameters, bool inStrictContext, int firstLine, int lastLine) 91 , m_parameters(parameters) 364 return FunctionExecutable::create(&exec->globalData(), functionName, body->source(), body->usesArguments(), body->parameters(), body->isStrictMode(), body->lineNo(), body->lastLine()); 369 FunctionParameters& parameters = *m_parameters; local 371 for (size_t pos = 0; pos < parameters.size(); ++pos) { 374 builder.append(parameters[pos].ustring());
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
OutputHLSL.h | 55 void addConstructor(const TType &type, const TString &name, const TIntermSequence *parameters); 75 // Parameters determining what goes in the header output
|
/external/webkit/Source/WebCore/bindings/v8/ |
V8WorkerContextErrorHandler.cpp | 56 v8::Handle<v8::Value> parameters[3] = { v8String(errorEvent->message()), v8String(errorEvent->filename()), v8::Integer::New(errorEvent->lineno()) }; local 57 returnValue = callFunction->Call(thisValue, 3, parameters);
|
/external/webkit/Source/WebCore/manual-tests/ |
liveconnect-applet-array-parameters.html | 3 <title>Array parameters Applet</title> 7 This page calls a Java method which takes Arrays as parameters. On successful calling of the function, the passed in values are printed
|
/external/webkit/Source/WebCore/webaudio/ |
BiquadDSPKernel.cpp | 39 // Recompute filter coefficients if any of the parameters have changed. 50 // Configure the biquad with the new filter parameters for the appropriate type of filter.
|
/external/webkit/Source/WebKit/mac/Carbon/ |
HIWebView.h | 56 * Parameters: 80 * Parameters:
|
/external/webrtc/src/modules/audio_processing/ns/main/source/ |
defines.h | 35 //PARAMETERS FOR NEW METHOD 49 #define HIST_PAR_EST 1000 // histogram size for estimation of parameters
|
/frameworks/base/core/java/android/speech/ |
IRecognitionListener.aidl | 31 * @param params parameters set by the recognition service. Reserved for future use. 84 * @param params a Bundle containing the passed parameters
|
/frameworks/base/drm/java/android/drm/ |
DrmErrorEvent.java | 64 * Creates a <code>DrmErrorEvent</code> object with the specified parameters. 75 * Creates a <code>DrmErrorEvent</code> object with the specified parameters.
|
DrmInfoEvent.java | 54 * Creates a <code>DrmInfoEvent</code> object with the specified parameters. 65 * Creates a <code>DrmInfoEvent</code> object with the specified parameters.
|
/frameworks/base/include/media/stagefright/ |
VideoSourceDownSampler.h | 79 // height parameters. 82 // Computes the offset, skip parameters for downsampling the original frame
|
/frameworks/base/include/private/media/ |
AudioEffectShared.h | 29 // Size of buffer used to exchange parameters between application and mediaserver processes. 33 // Shared memory area used to exchange parameters between application and mediaserver
|
/frameworks/base/media/libeffects/lvm/lib/Common/src/ |
LVC_Mixer_SetTarget.c | 27 /* This function updates the private instance parameters: Shift,Target,*/ 37 /* PARAMETERS: */
|
/frameworks/base/media/libeffects/lvm/lib/Eq/src/ |
LVEQNB_Private.h | 81 /* Public parameters */ 83 LVEQNB_Params_t Params; /* Instance parameters */
|
/frameworks/base/media/libeffects/lvm/lib/Reverb/src/ |
LVREV_GetInstanceHandle.c | 33 /* instance handle through phInstance. All parameters are set to their default, */ 36 /* PARAMETERS: */ 39 /* pInstanceParams Pointer to the instance parameters */ 84 * Check all instance parameters are in range 209 * Save the instance parameters in the instance structure 215 * Set the parameters to invalid 227 * Set mixer parameters 248 * Set the output gain mixer parameters
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p10/src/ |
omxVCM4P10_InterpolateChroma.c | 32 * Parameters: 40 * [in] roi Dimension of the interpolation region;the parameters roi.width and roi.height must
|