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

<<11121314151617181920>>

  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/ui/
ImageGridFragment.java 185 ActivityOptions options = local
187 getActivity().startActivity(i, options.toBundle());
  /development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
MainActivity.java 333 final BitmapFactory.Options options = new BitmapFactory.Options(); local
334 options.inPreferredConfig = Bitmap.Config.ARGB_8888;
335 return BitmapFactory.decodeResource(getResources(), resource, options);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 362 final BitmapFactory.Options options = new BitmapFactory.Options(); local
363 options.inJustDecodeBounds = true;
364 BitmapFactory.decodeFileDescriptor(fileDescriptor, null, options);
367 options.inSampleSize = calculateInSampleSize(options, reqWidth, reqHeight);
370 options.inJustDecodeBounds = false;
371 return BitmapFactory.decodeFileDescriptor(fileDescriptor, null, options);
375 * Calculate an inSampleSize for use in a {@link BitmapFactory.Options} object when decodin
    [all...]
  /external/ceres-solver/internal/ceres/
compressed_row_sparse_matrix_test.cc 422 const RandomMatrixOptions& options) {
424 for (int i = 0; i < options.num_row_blocks; ++i) {
426 Uniform(options.max_row_block_size - options.min_row_block_size);
427 row_blocks.push_back(options.min_row_block_size + delta_block_size);
431 for (int i = 0; i < options.num_col_blocks; ++i) {
433 Uniform(options.max_col_block_size - options.min_col_block_size);
434 col_blocks.push_back(options.min_col_block_size + delta_block_size);
443 for (int r = 0; r < options.num_row_blocks; ++r)
511 RandomMatrixOptions options; local
    [all...]
system_test.cc 122 // Solver::Options* mutable_solver_options();
136 Solver::Options& options = *(system_test_problem->mutable_solver_options()); local
137 options.linear_solver_type = config.linear_solver_type;
138 options.sparse_linear_algebra_library_type =
140 options.preconditioner_type = config.preconditioner_type;
141 options.num_threads = config.num_threads;
142 options.num_linear_solver_threads = config.num_threads;
145 options.linear_solver_ordering.reset();
152 Solve(options,
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
DexMaker.java 315 DexOptions options = new DexOptions(); local
316 options.targetApiLevel = DexFormat.API_NO_EXTENDED_OPCODES;
317 DexFile outputDex = new DexFile(options);
  /external/dhcpcd/
dhcpcd.h 39 #include "if-options.h"
66 struct if_options *options; member in struct:if_state
104 struct ra_opt *options; member in struct:ra
146 extern unsigned long long options;
if-options.h 94 unsigned long long options; member in struct:if_options
  /external/f2fs-tools/tools/
f2fstat.c 51 struct options { struct
78 void f2fstat(struct options *opt)
192 void parse_option(int argc, char *argv[], struct options *opt)
282 struct options opt = {
  /external/fio/profiles/
act.c 90 static struct fio_option options[] = { variable in typeref:struct:fio_option
267 * Fill our private options into the command line
460 .options = options,
  /external/glide/library/src/main/java/com/bumptech/glide/
RequestManager.java 48 private DefaultOptions options; field in class:RequestManager
82 * An interface that allows a default set of options to be applied to all requests started from an
87 * Allows the implementor to apply some options to the given request.
96 * Sets an interface that can apply some default options to all Requests started using this {@link RequestManager}.
99 * Note - These options will be retained for the life the of this {@link com.bumptech.glide.RequestManager}
106 * @param options The default options to apply to all requests.
108 public void setDefaultOptions(DefaultOptions options) {
109 this.options = options;
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
JsonMessageBuilder.java 135 case OPTIONS:
203 OptionsMessage options = new OptionsMessage(); local
217 options.addInputEncoding(getEncodingOption(enc));
232 options.addOutputEncoding(getEncodingOption(enc));
238 options.setProtocolRolePreference(role);
243 return options;
  /external/icu/icu4c/source/common/
ucnv_bld.h 41 /* converter options bits */
45 #define UCNV_GET_VERSION(cnv) ((cnv)->options&UCNV_OPTION_VERSION)
175 uint32_t options; /* options flags from UConverterOpen, may contain additional bits */ member in struct:UConverter
203 * the value depending on the converter type and options
ucnv_cnv.h 55 uint32_t options; member in struct:__anon9852
utrie.cpp 807 header->options=UTRIE_SHIFT | (UTRIE_INDEX_SHIFT<<UTRIE_OPTIONS_INDEX_SHIFT);
810 header->options|=UTRIE_OPTIONS_DATA_IS_32_BIT;
813 header->options|=UTRIE_OPTIONS_LATIN1_IS_LINEAR;
858 uint32_t options; local
877 /* get the options and check the shift values */
878 options=header->options;
879 if( (options&UTRIE_OPTIONS_SHIFT_MASK)!=UTRIE_SHIFT ||
880 ((options>>UTRIE_OPTIONS_INDEX_SHIFT)&UTRIE_OPTIONS_SHIFT_MASK)!=UTRIE_INDEX_SHIFT
885 trie->isLatin1Linear= (UBool)((options&UTRIE_OPTIONS_LATIN1_IS_LINEAR)!=0)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
cstrcase.c 731 uint32_t options; local
753 options=ucasemap_getOptions(csm);
754 if(options!=0xa5) {
755 log_err("ucasemap_getOptions(ucasemap_open(0xa5))==0x%lx!=0xa5\n", (long)options);
758 options=ucasemap_getOptions(csm);
759 if(options!=0x333333) {
760 log_err("ucasemap_getOptions(ucasemap_setOptions(0x333333))==0x%lx!=0x333333\n", (long)options);
    [all...]
idnatest.c 46 int32_t options, UParseError *parseError,
51 int32_t options,
80 int32_t options = (useSTD3ASCIIRules == TRUE) ? UIDNA_USE_STD3_RULES : UIDNA_DEFAULT; local
93 destLen = func(src,-1,NULL,0,options, &parseError , &status);
98 destLen = func(src,-1,dest,destLen+1,options, &parseError, &status);
115 destLen = func(src,-1,NULL,0,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
120 destLen = func(src,-1,dest,destLen+1,options | UIDNA_ALLOW_UNASSIGNED, &parseError, &status);
123 log_err("Did not get the expected result for %s null terminated source with both options set.\n",testName);
132 log_err( "Did not get the expected error for %s null terminated source with options set. Expected: %s Got: %s\n",testName, u_errorName(expectedStatus), u_errorName(status));
139 destLen = func(tSrc, tSrcLen, NULL,0,options, &parseError, &status)
    [all...]
udatpg_test.c 378 UDateTimePatternMatchOptions options; member in struct:DTPtnGenOptionsData
396 /*loc skel options expectedPattern */
420 testDataPtr->options, pattern,
426 log_err("ERROR udatpg_getBestPatternWithOptions, locale %s, skeleton %s, options 0x%04X, expected pattern %s, got %s, status %d\n",
427 testDataPtr->locale, u_austrncpy(skelBytes,testDataPtr->skel,kTestOptionsPatLenMax), testDataPtr->options,
  /external/icu/icu4c/source/test/intltest/
strcase.cpp 346 void *iter, const char *localeID, uint32_t options) {
365 result.toTitle((BreakIterator *)iter, locale, options);
370 result.foldCase(options);
380 if(whichCase==TEST_TITLE && options==0) {
384 dataerrln("error: UnicodeString.toTitle(options=0) got a wrong result for a test case from casing.res");
395 LocalUCaseMapPointer csm(ucasemap_open(localeID, options, errorCode));
458 uint32_t options; local
497 options = 0;
499 optionsString = myCase->getString("Options", status);
501 options|=U_FOLD_CASE_EXCLUDE_SPECIAL_I
    [all...]
  /external/icu/icu4c/source/tools/genrb/
derb.c 49 static UOption options[]={ variable
100 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
108 if(argc<0 || options[0].doesOccur || options[1].doesOccur) {
121 if(options[10].doesOccur) {
128 if(options[2].doesOccur) {
129 encoding = options[2].value;
132 if (options[3].doesOccur)
    [all...]
genrb.c 66 UOption options[]={ variable
125 options[JAVA_PACKAGE].value = "com.ibm.icu.impl.data";
126 options[BUNDLE_NAME].value = "LocaleElements";
127 argc = u_parseArgs(argc, argv, (int32_t)(sizeof(options)/sizeof(options[0])), options);
135 if(options[WRITE_POOL_BUNDLE].doesOccur && options[USE_POOL_BUNDLE].doesOccur) {
139 if(options[FORMAT_VERSION].doesOccur) {
140 const char *s = options[FORMAT_VERSION].value
    [all...]
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 180 static UOption options[]={ variable
212 /* preset then read command line options */
213 options[OPT_DESTDIR].value=u_getDataDirectory();
214 argc=u_parseArgs(argc, argv, UPRV_LENGTHOF(options), options);
224 if(argc<0 || options[OPT_HELP_H].doesOccur || options[OPT_HELP_QUESTION_MARK].doesOccur) {
227 "usage: %s [-options] files...\n"
229 "options:\n"
245 if(options[OPT_VERSION].doesOccur)
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
icuzdump.cpp 274 static UOption options[]={ variable
292 argc = u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
298 if (argc < 0 || options[kOptHelpH].doesOccur || options[kOptHelpQuestionMark].doesOccur) {
300 << "Usage: icuzdump [-options] [zoneid1 zoneid2 ...]" << endl
304 << "Options:" << endl
317 bAll = options[kOptAllZones].doesOccur;
319 if (options[kOptDestDir].doesOccur)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UTS46.java 34 public UTS46(int options) {
35 this.options=options;
67 final int options; field in class:UTS46
130 boolean disallowNonLDHDot=(options&USE_STD3_RULES)!=0;
211 toASCII ? (options&NONTRANSITIONAL_TO_ASCII)==0 :
212 (options&NONTRANSITIONAL_TO_UNICODE)==0;
386 boolean disallowNonLDHDot=(options&USE_STD3_RULES)!=0;
428 if((options&CHECK_BIDI)!=0 && (!isBiDi(info) || isOkBiDi(info))) {
431 if( (options&CHECK_CONTEXTJ)!=0 && (oredChars&0x200c)==0x200c &
    [all...]
  /external/iptables/iptables/
iptables-xml.c 41 static struct option options[] = { variable in typeref:struct:option
633 while ((c = getopt_long(argc, argv, "cvh", options, NULL)) != -1) {

Completed in 226 milliseconds

<<11121314151617181920>>