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

<<71727374757677787980>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
DESedeEngine.java 45 throw new IllegalArgumentException("invalid parameter passed to DESede init - " + params.getClass().getName());
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
KeyPairGeneratorSpi.java 54 throw new InvalidAlgorithmParameterException("parameter object not a DHParameterSpec");
  /external/ceres-solver/data/nist/
Chwirut2.dat 40 Start 1 Start 2 Parameter Standard Deviation
Eckerle4.dat 40 Start 1 Start 2 Parameter Standard Deviation
MGH09.dat 40 Start 1 Start 2 Parameter Standard Deviation
MGH10.dat 40 Start 1 Start 2 Parameter Standard Deviation
Thurber.dat 40 Start 1 Start 2 Parameter Standard Deviation
  /external/chromium/base/
path_service_unittest.cc 19 // Returns true if PathService::Get returns true and sets the path parameter
  /external/chromium/chrome/browser/chromeos/login/
user_image_downloader.h 49 // If succeeded, returns true and stores the url in |image_url| parameter.
  /external/chromium/chrome/browser/chromeos/notifications/
desktop_notifications_unittest.h 87 // Constructs a notification parameter structure for use in tests.
  /external/chromium/chrome/browser/debugger/
devtools_remote_message.h 33 // Use this as the second parameter in a |GetHeader| call to use
  /external/chromium/chrome/browser/extensions/
external_extension_provider_interface.h 61 // if they are not NULL. If an output parameter is not specified by the
  /external/chromium/chrome/browser/history/
history_indexer.idl 28 // the format specified by the "thumbnail_format" parameter.
top_sites_backend.h 35 // The boolean parameter indicates if the DB existed on disk or needs to be
  /external/chromium/chrome/browser/prefs/
scoped_user_pref_update.h 27 // that do not depend on ScopedUserPrefUpdateTemplate's template parameter.
  /external/chromium/chrome/browser/search_engines/
template_url.h 45 // parameter. Most callers aren't using Suggest capabilities and should just
182 // Parses the parameter in url at the specified offset. start/end specify the
183 // range of the parameter in the url, including the braces. If the parameter
184 // is valid, url is updated to reflect the appropriate parameter. If
185 // the parameter is one of the known parameters an element is added to
187 // parameter is erased from the url.
189 // If the parameter is not a known parameter, it's not erased and false is
  /external/chromium/chrome/browser/ui/app_modal_dialogs/
app_modal_dialog.h 21 // show. |tab_contents| parameter is optional, if provided that tab will be
  /external/chromium/chrome/browser/ui/views/tab_contents/
native_tab_contents_view_win.h 66 // Backend for all scroll messages, the |message| parameter indicates which
  /external/chromium/chrome/browser/webdata/
autofill_table.h 121 // is returned in the changes out parameter.
127 // parameter.
144 // changes out parameter.
158 // |was_removed| out parameter to true if the count becomes 0.
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/oauth2/
__init__.py 214 raise ValueError("Invalid parameter string.")
218 raise ValueError("Invalid parameter string.")
360 def get_parameter(self, parameter):
361 ret = self.get(parameter)
363 raise Error('Parameter not found: %s' % parameter)
395 """Set the signature parameter to the result of sign."""
419 """Combines multiple parameter sources."""
495 # Ignore realm parameter.
  /external/chromium/chrome/common/extensions/docs/static/
i18n-messages.html 184 (strings specified using the <em>substitutions</em> parameter of
270 <em>substitutions</em> parameter.
278 strings specified by the <em>substitutions</em> parameter.
283 <th> <em>substitutions</em> parameter </th>
  /external/chromium/crypto/
scoped_capi_types.h 31 // a second DWORD parameter indicating flags to use when closing or releasing.
  /external/chromium/sdch/open-vcdiff/man/
vcdiff.1 71 the buffer will match the file size. This parameter does not usually
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 350 // Stores a parameter value and later creates tests parameterized with that
356 explicit ParameterizedTestFactory(ParamType parameter) :
357 parameter_(parameter) {}
378 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) = 0;
387 // it for each Test/Parameter value combination. Thus it needs meta factory
397 virtual TestFactoryBase* CreateTestFactory(ParamType parameter) {
398 return new ParameterizedTestFactory<TestCase>(parameter);
464 // parameter index. For the test SequenceA/FooTest.DoBar/1 FooTest is
511 NULL, // No type parameter.
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
bench_wsh.py 51 raise ValueError('Bad parameter format')

Completed in 475 milliseconds

<<71727374757677787980>>