HomeSort by relevance Sort by last modified time
    Searched defs:options (Results 501 - 525 of 1602) sorted by null

<<21222324252627282930>>

  /external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
JHdf.java 42 private final JSilverOptions options; field in class:JHdf
48 JHdf(Data data, DataFactory dataFactory, LoadPathToFileCache loadPathCache, JSilverOptions options) {
52 this.options = options;
117 }, resourceLoader, null, options.getIgnoreAttributes());
162 return d == null ? null : new JHdf(d, dataFactory, loadPathCache, options);
173 return new JHdf(child, dataFactory, loadPathCache, options);
189 return new JHdf(root, dataFactory, loadPathCache, options);
201 return new JHdf(data.createChild(hdfpath), dataFactory, loadPathCache, options);
218 return new JHdf(child, dataFactory, loadPathCache, options);
    [all...]
  /external/libnfc-nxp/src/
phHciNfc_NfcIPMgmt.h 165 uint8_t options; member in struct:phHciNfc_NfcIP_Info
430 * The phHciNfc_NfcIP_SetOptions function sets the different options depending on
438 * \param[in] nfcip_options specifies enabled options PSL, NAD and DID
  /external/linux-tools-perf/src/tools/perf/
builtin-report.c 30 #include "util/parse-options.h"
741 "perf report [<options>]",
762 const struct option options[] = { local
851 argc = parse_options(argc, argv, options, report_usage, 0);
918 usage_with_options(report_usage, options);
960 usage_with_options(report_usage, options);
  /external/lldb/source/Interpreter/
Options.cpp 1 //===-- Options.cpp ---------------------------------------------*- C++ -*-===//
12 #include "lldb/Interpreter/Options.h"
33 // Options
35 Options::Options (CommandInterpreter &interpreter) :
42 Options::~Options ()
47 Options::NotifyOptionParsingStarting ()
55 Options::NotifyOptionParsingFinished ()
61 Options::OptionSeen (int option_idx
523 std::set<int> options; local
    [all...]
  /external/ltrace/
options.c 46 struct options_t options = { variable in typeref:struct:options_t
129 "Debugging options are mixed using bitwise-or.\n"
173 options.align = DEFAULT_ALIGN;
180 options.align = cols * 5 / 8;
183 options.align = ws.ws_col * 5 / 8;
185 options.align = ws.ws_col * 5 / 8;
520 options.output = stderr;
521 options.no_signals = 0;
523 options.bt_depth = -1;
574 options.align = parse_int(optarg, 'a', 0, 0)
    [all...]
  /external/nanopb-c/generator/google/protobuf/
descriptor_pb2.py 27 options=None, variable
31 options=None, variable
35 options=None, variable
39 options=None, variable
43 options=None, variable
47 options=None, variable
51 options=None, variable
55 options=None, variable
59 options=None, variable
63 options=None variable
67 options=None, variable
71 options=None, variable
75 options=None, variable
79 options=None, variable
83 options=None, variable
87 options=None, variable
91 options=None, variable
95 options=None, variable
99 options=None, variable
112 options=None, variable
116 options=None, variable
120 options=None, variable
124 options=None, variable
137 options=None, variable
141 options=None, variable
145 options=None, variable
149 options=None, variable
162 options=None, variable
166 options=None, variable
170 options=None, variable
174 options=None, variable
193 options=None), variable
200 options=None, variable
221 options=None), variable
228 options=None), variable
235 options=None), variable
242 options=None), variable
249 options=None), variable
256 options=None), variable
263 options=None), variable
270 options=None), variable
277 options=None), variable
284 options=None), variable
291 options=None), variable
298 options=None, variable
319 options=None), variable
326 options=None), variable
333 options=None, variable
353 options=None), variable
360 options=None), variable
367 options=None), variable
374 options=None), variable
381 options=None), variable
388 options=None), variable
395 options=None), variable
402 options=None, variable
423 options=None), variable
430 options=None), variable
437 options=None), variable
444 options=None), variable
451 options=None), variable
458 options=None), variable
465 options=None), variable
472 options=None), variable
481 options=None, variable
502 options=None), variable
509 options=None), variable
516 options=None), variable
523 options=None, variable
544 options=None), variable
551 options=None), variable
558 options=None), variable
565 options=None, variable
586 options=None), variable
593 options=None), variable
600 options=None), variable
607 options=None, variable
628 options=None), variable
635 options=None), variable
642 options=None), variable
649 options=None), variable
656 options=None, variable
677 options=None), variable
684 options=None), variable
691 options=None), variable
698 options=None), variable
705 options=None), variable
712 options=None), variable
719 options=None), variable
726 options=None), variable
733 options=None), variable
740 options=None), variable
748 options=None, variable
769 options=None), variable
776 options=None), variable
783 options=None), variable
790 options=None, variable
811 options=None), variable
818 options=None), variable
825 options=None), variable
832 options=None), variable
839 options=None), variable
846 options=None), variable
853 options=None), variable
861 options=None, variable
882 options=None), variable
889 options=None), variable
896 options=None, variable
917 options=None), variable
924 options=None, variable
945 options=None), variable
952 options=None, variable
973 options=None), variable
980 options=None, variable
1001 options=None), variable
1008 options=None), variable
1015 options=None, variable
1035 options=None), variable
1042 options=None), variable
1049 options=None), variable
1056 options=None), variable
1063 options=None), variable
1070 options=None), variable
1077 options=None), variable
1084 options=None, variable
1105 options=None), variable
1112 options=None), variable
1119 options=None), variable
1126 options=None), variable
1133 options=None, variable
1153 options=None), variable
1160 options=None, variable
    [all...]
  /external/pcre/dist/
pcrecpp.cc 80 // If the user doesn't ask for any options, we just use this one
83 void RE::Init(const string& pat, const RE_Options* options) {
85 if (options == NULL) {
88 options_ = *options;
113 // First, convert RE_Options into pcre options
524 // int options = 0;
526 int options = (options_.all_options() & PCRE_NO_UTF8_CHECK); local
529 options |= PCRE_ANCHORED;
531 options |= PCRE_NOTEMPTY;
538 options,
    [all...]
pcrecpp_unittest.cc 486 static void TestQuoteMeta(string unquoted, RE_Options options = RE_Options()) {
488 RE re(quoted, options);
495 RE_Options options = RE_Options()) {
497 RE re(quoted, options);
560 // Options tests contributed by
568 RE_Options options,
580 RE(regex,options).FullMatch(str, &captured);
582 RE(regex,options).PartialMatch(str, &captured);
590 RE_Options options,
602 CHECK(RE(regex,options).FullMatch(str))
614 RE_Options options; local
629 RE_Options options; local
642 RE_Options options; local
655 RE_Options options; local
666 RE_Options options; local
677 RE_Options options; local
706 RE_Options options; local
725 RE_Options options; local
740 RE_Options options; local
784 RE_Options options; local
    [all...]
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_unittest.cc 120 string Compress(const string& data, const GzipOutputStream::Options& options);
351 GzipOutputStream::Options options; local
352 options.format = GzipOutputStream::GZIP;
354 options.buffer_size = gzip_buffer_size;
356 GzipOutputStream gzout(&output, options);
386 GzipOutputStream::Options options; local
387 options.format = GzipOutputStream::GZIP
418 GzipOutputStream::Options options; local
446 GzipOutputStream::Options options; local
477 GzipOutputStream::Options options; local
505 GzipOutputStream::Options options; local
519 GzipOutputStream::Options options; local
568 GzipOutputStream::Options options; local
    [all...]
  /external/regex-re2/util/
pcre.cc 51 void PCRE::Init(const char* pattern, Option options, int match_limit,
54 options_ = options;
63 if (options & ~(EnabledCompileOptions | EnabledExecOptions)) {
489 int options = 0; local
491 options |= PCRE_ANCHORED;
493 options |= PCRE_NOTEMPTY;
500 options,
    [all...]
  /external/selinux/libselinux/src/
matchpathcon.c 118 static __thread struct selinux_opt options[SELABEL_NOPT]; variable in typeref:struct:selinux_opt
124 memset(options, 0, sizeof(options));
126 options[i].type = i;
127 options[i].value = (flags & MATCHPATHCON_BASEONLY) ? (char*)1 : NULL;
129 options[i].type = i;
130 options[i].value = (flags & MATCHPATHCON_VALIDATE) ? (char*)1 : NULL;
317 options[SELABEL_OPT_SUBSET].type = SELABEL_OPT_SUBSET;
318 options[SELABEL_OPT_SUBSET].value = subset;
319 options[SELABEL_OPT_PATH].type = SELABEL_OPT_PATH
    [all...]
  /external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
InstructionMethodItem.java 72 baksmaliOptions options = methodDef.classDef.options; local
73 if (options.allowOdex) {
77 if (methodDef.classDef.options.apiLevel >= 14) {
110 if (methodDef.classDef.options.useImplicitReferences) {
501 Map<Integer,String> resourceIds = methodDef.classDef.options.resourceIds;
  /external/toybox/toys/pending/
modprobe.c 83 // Add options in opts from toadd.
215 * checks for aliases, options, install, remove and blacklist
270 } else if (!strcmp(tokens[0], "options")) {
405 // Parse cmdline options suplied for module.
440 char *fn, *options; local
458 options = m2->opts;
460 if (m == m2) options = add_opts(options, TT.cmdopts);
464 TT.dbg(options ? "insmod %s %s\n" : "insmod %s\n", fn, options);
    [all...]
  /external/vboot_reference/utility/
bmpblk_utility.cc 434 lzma_options_lzma options; local
437 lzma_lzma_preset(&options, 9);
438 result = lzma_alone_encoder(&stream, &options);
  /external/wpa_supplicant_8/src/drivers/
driver_wired.c 81 u_int8_t options[308]; /* 312 - cookie */ member in struct:dhcp_message
  /frameworks/base/services/core/java/com/android/server/am/
PendingIntentRecord.java 63 final Bundle options; field in class:PendingIntentRecord.Key
84 options = _o;
202 String requiredPermission, Bundle options) throws TransactionTooLargeException {
204 requiredPermission, null, null, 0, 0, 0, options, null);
209 int flagsMask, int flagsValues, Bundle options, IActivityContainer container)
255 if (options == null) {
256 options = key.options;
257 } else if (key.options != null) {
258 Bundle opts = new Bundle(key.options);
    [all...]
  /frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
TestInteractionActivity.java 144 VoiceInteractor.PickOptionRequest.Option[] options = local
146 options[0] = new VoiceInteractor.PickOptionRequest.Option("One");
147 options[1] = new VoiceInteractor.PickOptionRequest.Option("Two");
148 options[2] = new VoiceInteractor.PickOptionRequest.Option("Three");
149 options[3] = new VoiceInteractor.PickOptionRequest.Option("Four");
150 options[4] = new VoiceInteractor.PickOptionRequest.Option("Five");
151 VoiceInteractor.PickOptionRequest req = new TestPickOption(options);
234 public TestPickOption(Option[] options) {
235 super(new VoiceInteractor.Prompt("Need to pick something"), options, null);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushOverSms.java 298 Bundle options = null; local
309 options = bopts.toBundle();
314 handler.dispatchIntent(intent, permission, appOp, options, receiver, UserHandle.OWNER);
  /frameworks/rs/java/tests/Balls/src/com/example/android/rs/balls/
BallsRS.java 76 BitmapFactory.Options options = new BitmapFactory.Options(); local
77 options.inScaled = false;
78 Bitmap bp = BitmapFactory.decodeResource(mRes, id, options);
  /frameworks/rs/java/tests/GenImages/src/com/android/rs/genimage/
GenImage.java 44 final BitmapFactory.Options options = new BitmapFactory.Options(); local
45 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
46 return BitmapFactory.decodeResource(context.getResources(), resource, options);
  /packages/apps/Camera2/src/com/android/camera/ui/
ZoomView.java 127 BitmapFactory.Options options = new BitmapFactory.Options(); local
129 options.inSampleSize = getSampleFactor(region.width(), region.height());
135 options.inSampleSize = getSampleFactor(region.height(), region.width());
154 Bitmap b = mDecoder.decodeRegion(region, options);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
UriImage.java 22 import android.graphics.BitmapFactory.Options;
194 Options options = new Options(); local
195 options.inPreferredConfig = Config.ARGB_8888;
197 mFileDescriptor.getFileDescriptor(), options, targetSize, mType);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/
ImageFilterRS.java 185 final BitmapFactory.Options options = new BitmapFactory.Options(); local
186 options.inSampleSize = inSampleSize;
189 resource, options);
197 final BitmapFactory.Options options = new BitmapFactory.Options(); local
198 options.inSampleSize = inSampleSize;
201 resource, options);
215 final BitmapFactory.Options options = new BitmapFactory.Options(); local
    [all...]
  /packages/apps/LegacyCamera/src/com/android/camera/
Thumbnail.java 250 BitmapFactory.Options options = new BitmapFactory.Options(); local
251 options.inSampleSize = inSampleSize;
252 Bitmap bitmap = BitmapFactory.decodeByteArray(jpeg, 0, jpeg.length, options);
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
PoolableImageCache.java 52 * Creates a new BitmapFactory.Options for using the self-contained bitmap pool.
54 public static BitmapFactory.Options getBitmapOptionsForPool(final boolean scaled,
56 final BitmapFactory.Options options = new BitmapFactory.Options(); local
57 options.inScaled = scaled;
58 options.inDensity = inputDensity;
59 options.inTargetDensity = targetDensity;
60 options.inSampleSize = 1;
61 options.inJustDecodeBounds = false
    [all...]

Completed in 462 milliseconds

<<21222324252627282930>>