HomeSort by relevance Sort by last modified time
    Searched full:parameter (Results 1176 - 1200 of 8695) sorted by null

<<41424344454647484950>>

  /cts/tests/tests/media/src/android/media/cts/
AudioEffectTest.java 127 fail("AudioRecord invalid parameter");
446 assertEquals("get/set Parameter failed", preset,
450 fail("Bad parameter value");
481 fail("Bad parameter value");
507 assertEquals("get/set Parameter failed", preset, value[0]);
510 fail("Bad parameter value");
543 fail("Bad parameter value");
576 fail("Bad parameter value");
605 assertEquals("get/set Parameter failed", preset[0], value[0]);
608 fail("Bad parameter value")
    [all...]
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 165 * Obtains the parameter with the given index.
167 * @param index the index of the parameter, 0-based
169 * @return the parameter with the given index
178 * Returns parameter with the given name, if found. Otherwise null
182 * @return NameValuePair parameter with the given name
  /external/blktrace/doc/
btrecord.8 69 This option requires a single parameter providing the directory
79 This option requires a single parameter providing the directory
112 The \fI\-m\fR option requires a single parameter which specifies an
127 The \fI\-M\fR option requires a single parameter which specifies the
149 This option requires a single parameter that will override the default name
  /external/ceres-solver/include/ceres/
gradient_checker.h 58 // How to use: Fill in an array of pointers to parameter blocks for your
75 // parameter and residual block sizes. Each vector's length will
77 // Jacobian of the residual with respect to the corresponding parameter
92 // probe_point: The parameter values at which to probe.
126 << "than 5 parameter blocks";
  /external/ceres-solver/internal/ceres/
block_jacobian_writer.cc 47 // per-parameter jacobian goes where in the overall program jacobian.
51 // the first num_eliminate_blocks parameter blocks as indicated by the parameter
52 // block ordering. The remaining parameter blocks are the F blocks.
54 // TODO(keir): Consider if we should use a boolean for each parameter block
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
common.py 164 # - Parameter names must be unique
201 raise ExtensionParsingException('No valid parameter name found')
218 'No valid parameter value found on the right-hand side of '
219 'parameter %r' % param_name)
243 'Failed to parse parameter for %r (%r)' %
  /external/eigen/doc/
I16_TemplateKeyword.dox 53 <tt>mat.topLeftCorner(3,3)</tt> as the parameter \c src, then this is copied into a temporary variable of type
81 parameter. Another possibility would be that <tt>dst.triangularPart</tt> is a member variable with the &lt;
88 - A <em>dependent name</em> is name that depends (directly or indirectly) on a template parameter. In the
90 on the template parameter \c Derived1.
110 If \c SparseMatrixType depends on a template parameter, then the \c typename keyword is required:
  /external/expat/lib/
expat.h 160 generate multiple calls to this handler. The "default" parameter
162 keyword. The "isrequired" parameter will be true and the default
180 parameter will be NULL for text declarations. The encoding
181 parameter may be NULL for XML declarations. The standalone
182 parameter will be -1, 0, or 1 indicating respectively that there
183 was no standalone parameter in the declaration, that it was given
312 argument will be non-zero if the entity is a parameter entity, zero
388 external subset or a reference to a parameter entity, but does not
392 If parameter entity parsing is enabled, then in addition to the
422 context is NULL only when the entity is a parameter entity
    [all...]
  /external/llvm/lib/MC/MCDisassembler/
Disassembler.cpp 31 // parameter and specifying the TagType and callback functions as described in
135 // disassembler context specified in the parameter DC. The bytes of the
136 // instruction are specified in the parameter Bytes, and contains at least
138 // the PC parameter. If a valid instruction can be disassembled its string is
140 // parameter OutStringSize. This function returns the number of bytes in the
  /external/mockito/src/org/mockito/
AdditionalAnswers.java 17 * <p>Currently offer answers that can return the parameter of an invocation at a certain position.
31 * Returns the first parameter of an invocation.
51 * Returns the second parameter of an invocation.
71 * Returns the last parameter of an invocation.
91 * Returns the parameter of an invocation at the given position.
  /external/proguard/src/proguard/evaluation/
BasicInvocationUnit.java 103 // Set up the variables corresponding to the parameter types and values.
113 // Get the parameter value.
291 * Sets the value of the specified method parameter.
298 // We don't care about the parameter value.
303 * Returns the value of the specified method parameter.
  /external/qemu/android/
cmdline-options.h 24 /* Some options acts like flags, while others must be followed by a parameter
45 * used to define a non-config parameter option
47 * * "<param>" is a template for the parameter displayed by the help
49 * to the parameter string, if any, or will be NULL otherwise.
55 * used to define a configuration-specific parameter option.
  /external/smali/dexlib/src/main/java/org/jf/dexlib/
ProtoIdItem.java 53 * @param parameters a <code>TypeListItem</code> containing a list of the parameter types
72 * @param parameters a <code>TypeListItem</code> containing a list of the parameter types
86 * @param parameters a <code>TypeListItem</code> containing a list of the parameter types
156 * @return a string in the format (TTTT..)R where TTTT.. are the parameter types and R is the return type
180 * @return a <code>TypeListItem</code> containing the method parameter types
  /external/webkit/Source/JavaScriptCore/parser/
Nodes.cpp 153 for (ParameterNode* parameter = firstParameter; parameter; parameter = parameter->nextParam())
154 append(parameter->ident());
  /external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/ExecutionContexts/
10.1.3-1.js 38 * SUMMARY: Testing functions having duplicate formal parameter names
48 var summary = 'Testing functions having duplicate formal parameter names';
88 * If the value of the last duplicate parameter is not provided by
89 * the function caller, the value of this parameter is undefined
102 * f.toString() should preserve any duplicate formal parameter names that exist
  /frameworks/av/libvideoeditor/vss/common/inc/
M4AD_Common.h 154 * @return M4ERR_PARAMETER at least one parameter is not properly set (in DEBUG only)
190 * @return M4ERR_PARAMETER at least one parameter is not properly set
224 * @return M4ERR_PARAMETER at least one parameter is not properly set (in DEBUG only)
252 * @return M4ERR_PARAMETER at least one parameter is not properly set
269 * @return M4ERR_PARAMETER at least one parameter is not properly set
  /frameworks/av/media/libeffects/lvm/lib/StereoWidening/lib/
LVCS.h 198 /* Concert Sound parameter structure */
314 /* Request the Concert Sound parameters. The current parameter set is returned */
315 /* via the parameter pointer. */
319 /* pParams Pointer to an empty parameter structure */
342 /* pParams Pointer to a parameter structure */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
omxVCM4P2_TransRecBlockCoef_intra.c 62 * curQp - quantization parameter of the macroblock to which the current
64 * pQpBuf - pointer to a 2-element quantization parameter buffer; pQpBuf[0]
65 * contains the quantization parameter associated with the 8x8
67 * the quantization parameter associated with the 8x8 block above
89 * pPreACPredict - if prediction is enabled, the parameter points to the
  /frameworks/base/test-runner/src/android/test/
ProviderTestCase2.java 111 * @return T An instance of the provider class given as a parameter to the test case class.
181 * with an authority name set to the authority parameter, and using an SQLite database as
182 * the underlying data source. The SQL statement parameter is used to create the database.
187 * that uses the targetContext parameter for file operations and a {@link MockContext}
188 * for everything else. The IsolatedContext prepends the filenamePrefix parameter to
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConstants.java 117 // Note: Both vCard specs does not mention anything about the requirement for this parameter,
142 // Parser passes these when "X-" is added to the parameter or not.
159 // SORT-AS parameter introduced in vCard 4.0 (as of rev.13)
168 // Some device emits this "X-" parameter for expressing Google Talk,
176 // DoCoMo specific type parameter. Used with "SOUND" property, which is alternate of
  /frameworks/testing/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
RunTestCommand.java 70 System.err.println("Incomplete '-c' parameter.");
74 System.err.println("Incomplete '-e' parameter.");
78 System.err.println("Unsupported standalone parameter.");
99 // key is "class", parameter is passed onto JUnit as class name to run
100 // key is "debug", parameter will determine whether to wait for debugger
  /hardware/samsung_slsi/exynos5/mobicore/include/Public/
mc_linux.h 90 * We use the third parameter, void *offset, to distinguish between some cases
163 * ioctl parameter to send the YIELD command to the SWD.
169 * ioctl parameter to send the NSIQ signal to the SWD.
176 * command. The parameter must be this mmaped address.
187 * Parameter: mc_ioctl_app_reg_wsm_l2_params
  /external/chromium/base/
bind_internal.h 86 // Target type for each bound parameter.
97 // Target type for each bound parameter.
107 // Target type for each bound parameter.
118 // Target type for each bound parameter.
130 // Target type for each bound parameter.
141 // Target type for each bound parameter.
153 // Target type for each bound parameter.
166 // Target type for each bound parameter.
178 // Target type for each bound parameter.
191 // Target type for each bound parameter
    [all...]
  /external/bluetooth/bluedroid/stack/include/
gatt_api.h 681 ** Parameter p_hndl_range: pointer to allocated handles information
697 ** Parameter p_cb_info : callback informaiton
713 ** Parameter gatt_if : application if
732 ** Parameter service_handle : To which service this included service is added to.
752 ** Parameter service_handle : To which service this included service is added to.
773 ** Parameter service_handle : To which service this characteristic descriptor
792 ** Parameter gatt_if : application interface
807 ** Parameter gatt_if : service handle.
824 ** Parameter service_handle : this is the start handle of a service
838 ** Parameter conn_id: connection identifier
    [all...]
  /external/chromium/chrome/common/extensions/docs/
experimental.contentSettings.misc.html 62 Description of this parameter from the json schema.
65 This parameter was added in version
67 You must omit this parameter in earlier versions,
69 parameter, the manifest key
370 This parameter was added in version
372 You must omit this parameter in earlier versions,
374 parameter, the manifest key
444 This parameter was added in version
446 You must omit this parameter in earlier versions,
448 parameter, the manifest ke
    [all...]

Completed in 1697 milliseconds

<<41424344454647484950>>