HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 251 - 275 of 4325) sorted by null

<<11121314151617181920>>

  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapFactoryTest.java 29 import android.graphics.BitmapFactory.Options;
48 private BitmapFactory.Options mOpt1;
50 private BitmapFactory.Options mOpt2;
71 // Configurations for BitmapFactory.Options
99 mOpt1 = new BitmapFactory.Options();
101 mOpt2 = new BitmapFactory.Options();
194 BitmapFactory.Options options = new BitmapFactory.Options(); local
196 options.inPreferredConfig = COLOR_CONFIGS[k]
307 BitmapFactory.Options options = new BitmapFactory.Options(); local
331 BitmapFactory.Options options = new BitmapFactory.Options(); local
341 BitmapFactory.Options options = new BitmapFactory.Options(); local
357 BitmapFactory.Options options = new BitmapFactory.Options(); local
374 BitmapFactory.Options options = new BitmapFactory.Options(); local
395 BitmapFactory.Options options = new BitmapFactory.Options(); local
419 BitmapFactory.Options options = new BitmapFactory.Options(); local
439 BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /external/protobuf/src/google/protobuf/compiler/javamicro/
javamicro_generator.cc 52 if (file->options().has_java_outer_classname()) {
54 file->name(), file->options().java_outer_classname());
56 if (file->options().has_java_package()) {
58 file->name(), file->options().java_package());
60 if (file->options().has_java_multiple_files()) {
62 file->name(), file->options().java_multiple_files());
79 vector<pair<string, string> > options; local
86 ParseGeneratorParameter(parameter, &options);
89 // parse generator options
99 // Replace any existing options with ones from command lin
    [all...]
  /external/ceres-solver/internal/ceres/
solver_impl_test.cc 286 Solver::Options options; local
287 options.linear_solver_type = DENSE_SCHUR;
288 options.linear_solver_ordering = ordering;
348 Solver::Options options; local
349 options.linear_solver_type = DENSE_SCHUR;
350 options.linear_solver_ordering = ordering;
356 SolverImpl::CreateReducedProgram(&options, &problem, NULL, &error));
417 Solver::Options options local
500 Solver::Options options; local
510 Solver::Options options; local
521 Solver::Options options; local
532 Solver::Options options; local
543 Solver::Options options; local
563 Solver::Options options; local
578 Solver::Options options; local
668 Solver::Options options; local
738 Solver::Options options; local
760 Solver::Options options; local
769 Solver::Options options; local
781 Solver::Options options; local
793 Solver::Options options; local
    [all...]
sparse_normal_cholesky_solver.h 53 explicit SparseNormalCholeskySolver(const LinearSolver::Options& options);
60 const LinearSolver::PerSolveOptions& options,
66 const LinearSolver::PerSolveOptions& options,
73 const LinearSolver::PerSolveOptions& options,
84 const LinearSolver::Options options_;
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/module/
LdapLoginModuleTest.java 41 // module options
42 private HashMap<String, String> options = new HashMap<String, String>(); field in class:LdapLoginModuleTest
47 options.put("userProvider", USER_PROVIDER_URL);
48 options.put("useSSL", "false");
53 options.clear();
69 jlm.initialize(subject, null, null, options);
77 jlm.initialize(subject, new FaultCallbackHandler(), null, options);
86 options.put("authIdentity","cn=Manager,dc=my-domain,dc=com");
87 jlm.initialize(subject, new MockCallbackHandler(), null, options);
99 options.put("authIdentity","cn=Manager,dc=my-domain,dc=com")
    [all...]
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/login/
AppConfigurationEntryTest.java 41 Map<String, Object> options = new HashMap<String, Object>(); field in class:AppConfigurationEntryTest
45 options.put("debug", "true");
46 options.put("testing", "false");
56 AppConfigurationEntry.LoginModuleControlFlag.REQUIRED, options);
60 AppConfigurationEntry.LoginModuleControlFlag.REQUISITE, options);
63 AppConfigurationEntry.LoginModuleControlFlag.OPTIONAL, options);
67 options);
73 * or an empty, if the control flag or options is null then must be throw IAE
80 options);
87 options);
    [all...]
  /external/bison/lib/
waitpid.c 27 waitpid (pid_t pid, int *statusp, int options)
  /external/chromium_org/base/json/
json_string_value_serializer.cc 29 int options = 0; local
31 options |= base::JSONWriter::OPTIONS_OMIT_BINARY_VALUES;
33 options |= base::JSONWriter::OPTIONS_PRETTY_PRINT;
35 base::JSONWriter::WriteWithOptions(&root, options, json_string_);
  /external/chromium_org/chrome/browser/resources/options/
options.js 5 var AddLanguageOverlay = options.AddLanguageOverlay;
6 var AlertOverlay = options.AlertOverlay;
7 var AutofillEditAddressOverlay = options.AutofillEditAddressOverlay;
8 var AutofillEditCreditCardOverlay = options.AutofillEditCreditCardOverlay;
9 var AutofillOptions = options.AutofillOptions;
10 var BrowserOptions = options.BrowserOptions;
11 var ClearBrowserDataOverlay = options.ClearBrowserDataOverlay;
12 var ConfirmDialog = options.ConfirmDialog;
14 options.contentSettings.ContentSettingsExceptionsArea;
15 var ContentSettings = options.ContentSettings
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
geolocation_options_handler.h 9 #include "chrome/browser/ui/webui/options/options_ui.h"
11 namespace options { namespace
13 // Handles processing of the geolocation options on settings page load.
27 } // namespace options
managed_user_learn_more_handler.h 8 #include "chrome/browser/ui/webui/options/options_ui.h"
14 namespace options { namespace
31 } // namespace options
  /external/chromium_org/device/bluetooth/
bluetooth_profile.cc 20 BluetoothProfile::Options::Options()
30 BluetoothProfile::Options::~Options() {
46 const Options& options,
51 profile->Init(uuid, options, callback);
56 profile = new BluetoothProfileMac(uuid, options.name);
60 profile = new BluetoothProfileWin(uuid, options.name);
  /external/chromium_org/sandbox/win/src/
handle_interception.h 19 DWORD options);
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js 18 CodeMirror.defineExtension("lineComment", function(from, to, options) {
19 if (!options) options = noOptions;
21 var commentString = options.lineComment || mode.lineComment;
23 if (options.blockCommentStart || mode.blockCommentStart) {
24 options.fullLines = true;
25 self.blockComment(from, to, options);
32 var pad = options.padding == null ? " " : options.padding;
33 var blankLines = options.commentBlankLines || from.line == to.line
    [all...]
  /external/chromium_org/third_party/WebKit/Source/modules/encoding/
TextDecoder.idl 34 Constructor([Default=NullString] optional DOMString label, optional Dictionary options),
38 [RaisesException] DOMString decode(optional ArrayBufferView input, optional Dictionary options);
  /external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DirectoryEntry.cpp 53 void DirectoryEntry::getFile(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
55 FileSystemFlags flags(options);
59 void DirectoryEntry::getDirectory(const String& path, const Dictionary& options, PassOwnPtr<EntryCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback)
61 FileSystemFlags flags(options);
  /external/chromium_org/third_party/WebKit/Source/modules/geolocation/
Geolocation.idl 32 optional PositionOptions options);
36 optional PositionOptions options);
  /external/chromium_org/third_party/WebKit/Source/modules/webmidi/
NavigatorWebMIDI.cpp 66 PassRefPtr<MIDIAccessPromise> NavigatorWebMIDI::requestMIDIAccess(Navigator* navigator, const Dictionary& options)
68 return NavigatorWebMIDI::from(navigator)->requestMIDIAccess(options);
71 PassRefPtr<MIDIAccessPromise> NavigatorWebMIDI::requestMIDIAccess(const Dictionary& options)
79 return MIDIAccessPromise::create(context, options);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
print_layout_test_times.py 55 options, args = parser.parse_args(argv)
67 if options.fastest:
68 if options.forward is None and options.backward is None:
69 options.forward = 0
70 print_fastest(host, port, options, times)
72 print_times(host, options, times)
75 def print_times(host, options, times):
76 by_key = times_by_key(times, options.forward, options.backward
    [all...]
  /external/chromium_org/third_party/icu/source/test/perf/charperf/
CharPerf.pl 17 my $options = {
55 runTests($options, $tests, $dataFiles);
  /external/chromium_org/third_party/icu/source/test/perf/collperf/
CollPerf.pl 22 my $options = {
95 runTests($options, $tests, $dataFiles);
  /external/chromium_org/third_party/icu/source/test/perf/convperf/
convperf_ansi.pl 22 my $options = {
56 runTests($options, $tests, $dataFiles);
  /external/chromium_org/third_party/icu/source/test/perf/strsrchperf/
StrSrchPerf_r.pl 16 my $options = {
60 runTests( $options, $tests, $dataFiles );
  /external/chromium_org/third_party/icu/source/test/perf/utfperf/
UtfPerf.pl 16 my $options = {
59 runTests($options, $tests, $dataFiles);
  /external/chromium_org/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.pl 16 my $options = {
59 runTests($options, $tests, $dataFiles);

Completed in 236 milliseconds

<<11121314151617181920>>