HomeSort by relevance Sort by last modified time
    Searched refs:parameter (Results 101 - 125 of 603) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
OutputHLSL.cpp 1969 const TType &parameter = ctorParameters[0]; local
2017 const TType &parameter = ctorParameters[parameterIndex]; local
    [all...]
  /external/apache-http/src/org/apache/http/client/utils/
URLEncodedUtils.java 139 throw new IllegalArgumentException("bad parameter");
160 for (final NameValuePair parameter : parameters) {
161 final String encodedName = encode(parameter.getName(), encoding);
162 final String value = parameter.getValue();
  /external/webkit/Source/WebKit2/Scripts/webkit2/
messages.py 61 return itertools.chain((parameter for message in self.messages for parameter in message.parameters),
92 for parameter in parameters:
93 parameter.condition = condition
132 class Parameter(object):
140 return [Parameter(*type_and_name.rsplit(' ', 1)) for type_and_name in parameter_string.split(', ')]
198 arguments_type = '%s<%s>' % (arguments_type, ', '.join(parameter_type_function(parameter.type) for parameter in parameters))
306 for parameter in receiver.iterparameters():
307 type = parameter.typ
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateMetadata.java 72 private final List<Parameter> mParameters;
73 private final Map<String, Parameter> mParameterMap;
85 mParameters = new ArrayList<Parameter>(parameters.getLength());
86 mParameterMap = new HashMap<String, Parameter>(parameters.getLength());
89 Parameter parameter = new Parameter(this, element); local
90 mParameters.add(parameter);
91 if (parameter.id != null) {
92 mParameterMap.put(parameter.id, parameter)
345 Parameter parameter = mParameterMap.get(attribute.getName()); local
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
MimeUtility.java 174 * Returns the named parameter of a header field. If name is null the first
175 * parameter is returned, or if there are no additional parameters in the
176 * field the entire field is returned. Otherwise the named parameter is
177 * searched for in a case insensitive fashion and returned. If the parameter
189 * @return the entire header (if name=null), the found parameter, or null
206 String parameter = parameterParts[1].trim(); local
207 if (parameter.startsWith("\"") && parameter.endsWith("\"")) {
208 return parameter.substring(1, parameter.length() - 1)
    [all...]
  /system/core/adb/
Android.mk 78 LOCAL_CFLAGS += -O2 -g -DADB_HOST=1 -Wall -Wno-unused-parameter
122 LOCAL_CFLAGS := -O2 -g -DADB_HOST=0 -Wall -Wno-unused-parameter
170 -Wno-unused-parameter \
  /external/llvm/
llvm-host-build.mk 10 -Wno-unused-parameter \
  /external/nist-sip/java/gov/nist/javax/sip/address/
TelephoneNumber.java 64 /** delete the specified parameter.
160 /** set the specified parameter
200 * Returns the value of the named parameter, or null if it is not set. A
201 * zero-length String indicates flag parameter.
203 * @param name name of parameter to retrieve
205 * @return the value of specified parameter
222 * @return an Iterator over all the parameter names
229 public void removeParameter(String parameter) {
230 this.parameters.delete(parameter);
  /external/protobuf/src/google/protobuf/compiler/
command_line_interface.h 105 // Some generators accept extra parameters. You can specify this parameter
110 // "parameter".
126 // plugin [--out=OUTDIR] [--parameter=PARAMETER] PROTO_FILES < DESCRIPTORS
128 // parameter); if omitted, the current directory should be used. --parameter
129 // gives the generator parameter, if any was provided. The PROTO_FILES list
218 const string& parameter,
287 string parameter; member in struct:google::protobuf::compiler::CommandLineInterface::OutputDirective
  /external/webkit/Source/WebCore/bindings/v8/
ScriptState.cpp 91 void ScriptState::weakReferenceCallback(v8::Persistent<v8::Value> object, void* parameter)
93 ScriptState* scriptState = static_cast<ScriptState*>(parameter);
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_SetPredDir_s.s 28 ; * [in] pQpBuf pointer to the quantization parameter buffer
29 ; * [out]predQP quantization parameter of the predictor block
  /frameworks/rs/cpu_ref/
Android.mk 4 rs_base_CFLAGS := -Werror -Wall -Wno-unused-parameter -Wno-unused-variable
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 113 if gdb.parameter("verbose"):
117 if gdb.parameter("verbose"):
187 # separate parameter.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 113 if gdb.parameter("verbose"):
117 if gdb.parameter("verbose"):
187 # separate parameter.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/gdb/python/gdb/
printing.py 113 if gdb.parameter("verbose"):
117 if gdb.parameter("verbose"):
187 # separate parameter.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/gdb/python/gdb/
printing.py 113 if gdb.parameter("verbose"):
117 if gdb.parameter("verbose"):
187 # separate parameter.
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorV8.pm     [all...]
  /cts/tests/tests/media/src/android/media/cts/
BassBoostTest.java 101 fail("Bad parameter value");
103 fail("get parameter() rejected");
105 fail("get parameter() called in wrong state");
135 fail("Bad parameter value");
137 fail("get parameter() rejected");
139 fail("get parameter() called in wrong state");
243 //Test case 3.2: test parameter changed listener
263 assertEquals("parameter change not received",
313 public ListenerThread(boolean control, boolean enable, boolean parameter) {
317 mParameter = parameter;
    [all...]
PresetReverbTest.java 90 fail("Bad parameter value");
92 fail("get parameter() rejected");
94 fail("get parameter() called in wrong state");
114 fail("Bad parameter value");
116 fail("get parameter() rejected");
118 fail("get parameter() called in wrong state");
206 //Test case 3.2: test parameter changed listener
227 assertEquals("parameter change not received",
277 public ListenerThread(boolean control, boolean enable, boolean parameter) {
281 mParameter = parameter;
    [all...]
VirtualizerTest.java 99 fail("Bad parameter value");
101 fail("get parameter() rejected");
103 fail("get parameter() called in wrong state");
132 fail("Bad parameter value");
134 fail("get parameter() rejected");
136 fail("get parameter() called in wrong state");
237 //Test case 3.2: test parameter changed listener
258 assertEquals("parameter change not received",
308 public ListenerThread(boolean control, boolean enable, boolean parameter) {
312 mParameter = parameter;
    [all...]
  /external/ceres-solver/docs/
faq.tex 21 In most problems there is a natural parameter block structure, as there is a semantic meaning associated with groups of scalars -- mean vector of a distribution, color of a pixel etc. To group two scalar variables, ask yourself if residual blocks will always use these two variables together. If the answer is yes, then the two variables belong to the same parameter block.
28 While it is often the case that problems have a natural blocking of parameters into parameter blocks, it is not always clear what a good residual block structure is. One rule of thumb for non-linear least squares problems since they often come from data fitting problems is to create one residual block per observation. So if you are solving a Structure from Motion problem, one 2 dimensional residual block per 2d image projection is a good idea.
32 For example consider the following residual block of size 18 which depends on four parameter blocks of size 4 each. Shown below is the Jacobian structure of this residual block, the numbers in the columns indicate the size, and the numbers in the rows show a grouping of the matrix that best capture its sparsity structure. \texttt{X} indicates a non-zero block, the rest of the blocks are zero.
45 Notice that out of the 20 cells, only 8 are non-zero, in fact out of the 288 entries only 48 entries are non-zero, thus we are hiding substantial sparsity from the solver, and using up much more memory. It is much better to break this up into 5 residual blocks. One residual block of size 2 that depends on all four parameter block and four residual blocks of size 4 each that depend on one parameter block at a time.
49 Can I set part of a parameter block constant?
52 Yes, use \texttt{SubsetParameterization} as a local parameterization for the parameter block of interest. See \texttt{local\_parameterization.h} for more details.
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
RequestHeaders.java 67 @Override public void handle(String directive, String parameter) {
71 maxAgeSeconds = HeaderParser.parseSeconds(parameter);
73 maxStaleSeconds = HeaderParser.parseSeconds(parameter);
75 minFreshSeconds = HeaderParser.parseSeconds(parameter);
  /external/protobuf/src/google/protobuf/compiler/python/
python_plugin_unittest.cc 58 const string& parameter,
  /external/webkit/Source/WebCore/platform/
ContentType.cpp 38 String ContentType::parameter(const String& parameterName) const function in class:WebCore::ContentType

Completed in 1952 milliseconds

1 2 3 45 6 7 8 91011>>