/external/icu4c/samples/cal/ |
uprint.c | 39 /* set up the conversion parameters */ 65 /* update the conversion parameters*/
|
/external/icu4c/samples/date/ |
uprint.c | 40 /* set up the conversion parameters */ 66 /* update the conversion parameters*/
|
/external/nist-sip/java/gov/nist/javax/sip/header/extensions/ |
References.java | 75 if ( super.parameters.isEmpty()) { 78 return callId + ";" + super.parameters.encode();
|
ReplacesHeader.java | 21 import javax.sip.header.Parameters; 23 public interface ReplacesHeader extends Header, Parameters {
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PathHeader.java | 34 import javax.sip.header.Parameters; 50 public interface PathHeader extends HeaderAddress, Parameters, Header {
|
ServiceRouteHeader.java | 33 import javax.sip.header.Parameters; 43 public interface ServiceRouteHeader extends HeaderAddress, Parameters, Header {
|
/external/oprofile/libop/ |
op_mangle.h | 33 * Temporary structure for passing parameters to 53 * @param values parameters to use as mangling input
|
/external/proguard/src/proguard/optimize/info/ |
MethodOptimizationInfo.java | 47 private Value[] parameters; field in class:MethodOptimizationInfo 57 // passed parameters. 68 parameters = new Value[parameterCount]; 231 parameters[parameterIndex] = parameters[parameterIndex] != null ? 232 parameters[parameterIndex].generalize(parameter) : 239 return parameters != null ? 240 parameters[parameterIndex] :
|
/external/qemu/distrib/sdl-1.2.12/src/audio/dart/ |
SDL_dart.h | 57 MCI_BUFFER_PARMS BufferParms; // Sound buffer parameters 59 MCI_MIXSETUP_PARMS MixSetupParms; // Mixer setup parameters
|
/frameworks/base/core/java/android/net/dhcp/ |
DhcpDeclinePacket.java | 27 * Generates a DECLINE packet with the specified parameters. 53 * Adds optional parameters to the DECLINE packet.
|
/frameworks/base/media/libeffects/lvm/lib/SpectrumAnalyzer/src/ |
LVPSA_Init.c | 30 /* PARAMETERS: */ 32 /* InitParams Init parameters structure */ 33 /* ControlParams Control parameters structure */ 39 /* otherwise Error due to bad parameters */ 59 /* Check parameters */ 115 /* Initialize module's internal parameters */ 158 /* Copy filters parameters in the private instance */ 172 /* Initialize control dependant internal parameters */
|
LVPSA_Private.h | 87 LVM_CHAR bControlPending; /* Flag incating a change of the control parameters */ 91 LVPSA_ControlParams_t CurrentParams; /* Current control parameters of the module */ 92 LVPSA_ControlParams_t NewParams; /* New control parameters given by the user */ 102 LVPSA_FilterParam_t *pFiltersParams; /* Copy of the filters parameters from the input parameters */ 135 /* Reinitialize some parameters and changes filters' coefficients if */ 136 /* some control parameters have changed. */ 138 /* PARAMETERS: */
|
LVPSA_QPD.h | 55 /* PARAMETERS: */ 72 /* PARAMETERS: */
|
/frameworks/base/media/libeffects/testlibs/ |
AudioShelvingFilter.h | 29 // in the output, even when changing parameters abruptly. 30 // Parameters can be set to any value - this class will make sure to clip them 34 // This class uses an underlying biquad filter whose parameters are determined 37 // All is left for this class to do is mapping between high-level parameters to 59 // Resets the filter parameters to the following values: 86 // If the filter is disabled, the new parameters will take place when it is 135 // A coefficient interpolator, used for mapping the high level parameters to 138 // A coefficient interpolator, used for mapping the high level parameters to
|
/frameworks/base/media/libstagefright/codecs/aacenc/inc/ |
adj_thr_data.h | 50 /* parameters for bitreservoir control */ 54 /* avoid hole parameters */
|
/libcore/luni/src/main/java/java/security/interfaces/ |
DSAKey.java | 28 * Returns the DSA key parameters. 30 * @return the DSA key parameters.
|
ECKey.java | 28 * Returns the EC key parameters. 30 * @return the EC key parameters.
|
/libcore/luni/src/main/java/java/security/spec/ |
ECGenParameterSpec.java | 21 * The parameter specification used to generate elliptic curve domain parameters. 25 // parameters to be generated
|
/libcore/luni/src/main/java/javax/crypto/interfaces/ |
DHKey.java | 28 * Returns the parameters for this key. 30 * @return the parameters for this key.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
elf.h | 37 * These are used to set parameters in the core dumps. 67 * These are used to set parameters in the core dumps.
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm_zatm.h | 23 /* set pool parameters */ 27 int low_water,high_water; /* refill parameters */
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
sgtty.h | 32 /* Fill in *PARAMS with terminal parameters associated with FD. */ 35 /* Set the terminal parameters associated with FD to *PARAMS. */
|
/sdk/eclipse/scripts/ |
build_update_site.sh | 4 # Input parameters: 19 # parse input parameters
|
/system/media/mca/filterfw/native/core/ |
gl_frame.h | 111 // Reset any modifed texture parameters. 162 // Update the texture parameters to the user specified parameters 165 // Returns true if the current texture parameters are not the GLES2 166 // default parameters. 169 // Sets the current texture parameters to the GLES2 default 170 // parameters. This still requires a call to UpdateTexParameters() 206 // Set of current texture parameters
|
/development/samples/ToyVpn/server/linux/ |
ToyVpnServer.cpp | 35 // the parameters when necessary. 125 static void build_parameters(char *parameters, int size, int argc, char **argv) 143 puts("Parameters are too large"); 148 parameters[offset] = delimiter; 149 memcpy(¶meters[offset + 1], parameter, length); 154 memset(¶meters[offset], ' ', size - offset); 157 parameters[0] = 0; 180 // Parse the arguments and set the parameters. 181 char parameters[1024]; local 182 build_parameters(parameters, sizeof(parameters), argc, argv) [all...] |