/external/libpcap/ |
pcap-enet.c | 172 /* Get operating parameters. */ 179 /* Set operating parameters. */ 196 the operating parameters and we otherwise might
|
/external/libvpx/vp8/common/arm/neon/ |
bilinearpredict4x4_neon.asm | 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack 77 vdup.8 d0, d31[0] ;second_pass filter parameters (d0-d5)
|
bilinearpredict8x4_neon.asm | 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack 82 vdup.8 d0, d31[0] ;second_pass filter parameters (d0 d1)
|
bilinearpredict8x8_neon.asm | 29 ldr r4, [sp, #8] ;load parameters from stack 30 ldr lr, [sp, #12] ;load parameters from stack 108 vdup.8 d0, d31[0] ;second_pass filter parameters (d0 d1)
|
/external/llvm/include/llvm/Target/ |
TargetSelectionDAGInfo.h | 45 /// that don't fit the target's parameters for simple loads/stores and can be 69 /// that don't fit the target's parameters for simple loads/stores and can be 85 /// that don't fit the target's parameters for simple stores and can be more
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Accept.java | 98 if (parameters != null && !parameters.isEmpty()) { 100 parameters.encode(buffer);
|
AcceptLanguage.java | 79 if (!parameters.isEmpty()) { 80 encoding.append(SEMICOLON).append(parameters.encode()); 100 return ((Float) parameters.getValue("q")).floatValue();
|
/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PAccessNetworkInfo.java | 61 parameters.setSeparator(SEMICOLON); 255 if (!parameters.isEmpty()) { 256 encoding.append(SEMICOLON + SP + this.parameters.encode());
|
/external/openssl/apps/ |
pkeyparam.c | 134 BIO_printf(bio_err, "-text print parameters as text\n"); 135 BIO_printf(bio_err, "-noout don't output encoded parameters\n"); 181 BIO_printf(bio_err, "Error reading parameters\n");
|
/external/protobuf/gtest/samples/ |
sample8_unittest.cc | 91 // accept different combinations of parameters for instantiating a 149 // or bind them to a list of values which will be used as test parameters. 153 // Here, we instantiate our tests with a list of parameters. We must combine
|
/external/protobuf/src/google/protobuf/io/ |
printer.h | 78 // Like the first Print(), except the substitutions are given as parameters. 80 // Like the first Print(), except the substitutions are given as parameters. 82 // Like the first Print(), except the substitutions are given as parameters.
|
/external/qemu/android/protocol/ |
ui-commands-proxy.c | 81 // If there are command parameters, send them too. 148 // Calculate size of the command parameters. 150 // Allocate and initialize parameters.
|
user-events-proxy.c | 38 * Parameters: 40 * event_param - Event parameters. 41 * size - Byte size of the event parameters buffer.
|
/external/skia/gpu/include/ |
GrSamplerState.h | 55 * The matrix specifies the radial gradient parameters. 193 * Sets the parameters for kRadial2_SampleMode. The texture 196 * The additional parameters to define the gradient are specified by this
|
/external/sonivox/arm-fm-22k/lib_src/ |
eas_reverbdata.h | 55 /* reverb parameters are updated every 2^(REVERB_UPDATE_PERIOD_IN_BITS) samples */ 96 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 105 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SECONDS seconds */ 108 // xfade parameters 124 by default, we always want to update ALL channel parameters 174 /* parameters for each allpass */ 186 /* parameters for each allpass */ 260 /* parameters for each reverb */ 287 // reverb delay line offsets, allpass parameters, etc: 377 * Update the xfade parameters as require [all...] |
/external/sonivox/arm-hybrid-22k/lib_src/ |
eas_reverbdata.h | 55 /* reverb parameters are updated every 2^(REVERB_UPDATE_PERIOD_IN_BITS) samples */ 96 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 105 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SECONDS seconds */ 108 // xfade parameters 124 by default, we always want to update ALL channel parameters 174 /* parameters for each allpass */ 186 /* parameters for each allpass */ 260 /* parameters for each reverb */ 287 // reverb delay line offsets, allpass parameters, etc: 377 * Update the xfade parameters as require [all...] |
/external/sonivox/arm-wt-22k/lib_src/ |
eas_reverbdata.h | 55 /* reverb parameters are updated every 2^(REVERB_UPDATE_PERIOD_IN_BITS) samples */ 96 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SAMPLES */ 105 /* synth parameters are updated every SYNTH_UPDATE_PERIOD_IN_SECONDS seconds */ 108 // xfade parameters 124 by default, we always want to update ALL channel parameters 174 /* parameters for each allpass */ 186 /* parameters for each allpass */ 260 /* parameters for each reverb */ 287 // reverb delay line offsets, allpass parameters, etc: 377 * Update the xfade parameters as require [all...] |
/external/webkit/Source/WebCore/webaudio/ |
BiquadProcessor.cpp | 46 // Highpass and lowpass share the same parameters and only differ in filter type. 98 // Deal with smoothing / de-zippering. Start out assuming filter parameters are not changing. 110 // Smooth all of the filter parameters. If they haven't yet converged to their target value then mark coefficients as dirty.
|
/external/webkit/Source/WebKit2/PluginProcess/ |
PluginProcess.cpp | 131 void PluginProcess::initializePluginProcess(const PluginProcessCreationParameters& parameters) 135 m_pluginPath = parameters.pluginPath; 137 platformInitialize(parameters);
|
WebProcessConnection.cpp | 164 void WebProcessConnection::createPlugin(uint64_t pluginInstanceID, const Plugin::Parameters& parameters, const String& userAgent, bool isPrivateBrowsingEnabled, bool isAcceleratedCompositingEnabled, bool& result, uint32_t& remoteLayerClientID) 175 result = pluginControllerProxyPtr->initialize(parameters);
|
/external/webkit/Source/WebKit2/UIProcess/Plugins/mac/ |
PluginProcessProxyMac.mm | 62 void PluginProcessProxy::platformInitializePluginProcess(PluginProcessCreationParameters& parameters) 65 parameters.parentProcessName = [[NSProcessInfo processInfo] processName]; 68 parameters.acceleratedCompositingPort = CoreIPC::MachPort(renderServerPort, MACH_MSG_TYPE_COPY_SEND);
|
/external/webkit/Tools/Scripts/webkitpy/style/ |
filereader_unittest.py | 44 This processor simply records the parameters passed to its process() 51 """The parameters passed for all calls to the process() method.""" 82 """Return the parameters passed to MockProcessor.process()."""
|
/frameworks/base/core/java/android/net/ |
MailTo.java | 28 * the parsed parameters. This implements RFC 2368. 59 * RFC 2368. The returned object can be queried for the parsed parameters. 76 // Parse out the query parameters
|
/frameworks/base/core/java/com/android/internal/http/multipart/ |
StringPart.java | 55 /** Default content encoding of string parameters. */ 58 /** Default charset of string parameters*/ 61 /** Default transfer encoding of string parameters*/
|
/frameworks/base/docs/html/reference/renderscript/ |
rs__quaternion_8rsh.html | 79 <dl><dt><b>Parameters:</b></dt><dd> 106 <dl><dt><b>Parameters:</b></dt><dd> 142 <dl><dt><b>Parameters:</b></dt><dd> 180 <dl><dt><b>Parameters:</b></dt><dd> 235 <dl><dt><b>Parameters:</b></dt><dd> 293 <dl><dt><b>Parameters:</b></dt><dd> 333 <dl><dt><b>Parameters:</b></dt><dd> 370 <dl><dt><b>Parameters:</b></dt><dd> 397 <dl><dt><b>Parameters:</b></dt><dd> 451 <dl><dt><b>Parameters:</b></dt><dd [all...] |