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

<<21222324252627282930>>

  /frameworks/data-binding/developmentPlugins/bintrayPlugin/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/data-binding/developmentPlugins/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/data-binding/gradlePlugin/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/multidex/gradle/wrapper/
gradle-wrapper.jar 
  /frameworks/support/gradle/wrapper/
gradle-wrapper.jar 
  /art/patchoat/
patchoat.cc 135 RuntimeOptions options; local
137 options.push_back(std::make_pair("compilercallbacks", &callbacks));
139 options.push_back(std::make_pair(img.c_str(), nullptr));
140 options.push_back(std::make_pair("imageinstructionset", reinterpret_cast<const void*>(isa_name)));
141 if (!Runtime::Create(options, false)) {
230 RuntimeOptions options; local
232 options.push_back(std::make_pair("compilercallbacks", &callbacks));
234 options.push_back(std::make_pair(img.c_str(), nullptr));
235 options.push_back(std::make_pair("imageinstructionset", reinterpret_cast<const void*>(isa_name)));
236 if (!Runtime::Create(options, false))
    [all...]
  /art/runtime/
java_vm_ext.cc 799 RuntimeOptions options; local
801 JavaVMOption* option = &args->options[i];
802 options.push_back(std::make_pair(std::string(option->optionString), option->extraInfo));
805 if (!Runtime::Create(options, ignore_unrecognized)) {
profiler.cc 325 const std::string& output_filename, const ProfilerOptions& options) {
326 if (!options.IsEnabled()) {
342 << " and options: " << options; local
345 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
388 const std::string& output_filename, const ProfilerOptions& options)
390 options_(options),
  /bionic/libc/kernel/tools/
cpp.py 212 options = TranslationUnit.PARSE_DETAILED_PROCESSING_RECORD variable in class:CppTokenizer
274 options=self.options)
280 options=self.options)
    [all...]
  /bionic/tests/
gtest_main.cpp 84 printf("Bionic Unit Test Options:\n"
884 // Pick options not for gtest: There are two parts in args, one part is used in isolation test mode
889 // args is used to pass in all command arguments, and pass out only the part of options for gtest.
890 // options is used to pass out test options in isolation mode.
892 static bool PickOptions(std::vector<char*>& args, IsolationTestOptions& options) {
896 options.isolate = false;
1053 IsolationTestOptions options; local
    [all...]
  /cts/tools/utils/
DescriptionGenerator.java 112 String[][] options = root.options(); local
113 for (String[] option : options) {
159 * Return the length of any doclet options we recognize
  /external/ceres-solver/examples/
libmv_bundle_adjuster.cc 124 "Options are: none, radial.");
655 ceres::Problem::Options problem_options;
758 ceres::Solver::Options options; local
759 options.use_nonmonotonic_steps = true;
760 options.preconditioner_type = ceres::SCHUR_JACOBI;
761 options.linear_solver_type = ceres::ITERATIVE_SCHUR;
762 options.use_inner_iterations = true;
763 options.max_num_iterations = 100;
764 options.minimizer_progress_to_stdout = true
    [all...]
  /external/clang/lib/AST/
TypePrinter.cpp 1547 LangOptions options; local
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl.cc 316 const char *options = GetEnv(kTsanOptionsEnv); local
317 InitializeFlags(&ctx->flags, options);
  /external/dhcpcd/
dhcpcd.c 67 #include "if-options.h"
90 unsigned long long options = 0; variable
204 if (options & DHCPCD_MASTER) {
223 if (!(options & DHCPCD_TIMEOUT_IPV4LL)) {
224 if (options & DHCPCD_MASTER) {
230 options &= ~DHCPCD_TIMEOUT_IPV4LL;
285 if (!(options & (DHCPCD_MASTER | DHCPCD_TEST)))
294 if (iface->state->options->options & DHCPCD_XID_HWADDR &&
310 struct if_options *ifo = state->options;
    [all...]
  /external/e2fsprogs/misc/
fsck.c 97 * Global variables for options
812 * comma-delimited options list
1077 fputs(_("Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"), stderr);
1092 char options[128]; local
1161 options[++opt] = arg[j];
1228 options[++opt] = arg[j];
1234 options[0] = '-';
1235 options[++opt] = '\0';
1242 args[num_args++] = string_copy(options);
  /external/eigen/Eigen/src/SuperLUSupport/
SuperLUSupport.h 24 inline float SuperLU_gssvx(superlu_options_t *options, SuperMatrix *A, \
33 PREFIX##gssvx(options, A, perm_c, perm_r, etree, equed, R, C, L, \
58 inline float SuperLU_gsisx(superlu_options_t *options, SuperMatrix *A, \
67 PREFIX##gsisx(options, A, perm_c, perm_r, etree, equed, R, C, L, \
205 template<typename Scalar, int Rows, int Cols, int Options, int MRows, int MCols>
206 struct SluMatrixMapHelper<Matrix<Scalar,Rows,Cols,Options,MRows,MCols> >
208 typedef Matrix<Scalar,Rows,Cols,Options,MRows,MCols> MatrixType;
211 eigen_assert( ((Options&RowMajor)!=RowMajor) && "row-major dense matrices is not supported by SuperLU");
319 inline superlu_options_t& options() { return m_sluOptions; } function in class:Eigen::SuperLUBase
  /external/elfutils/src/src/
nm.c 64 static const struct argp_option options[] = variable in typeref:struct:argp_option
91 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
123 options, parse_opt, args_doc, doc, argp_children, NULL, NULL
153 /* User-selectable options. */
    [all...]
strip.c 66 static const struct argp_option options[] = variable in typeref:struct:argp_option
73 { NULL, 0, NULL, 0, N_("Output options:"), 0 },
104 options, parse_opt, args_doc, doc, NULL, NULL, NULL
    [all...]
  /external/emma/core/java12/com/vladium/emma/instr/
InstrProcessorST.java 707 final CoverageOptions options = CoverageOptionsFactory.create (toolProperties); local
708 m_visitor = new InstrVisitor (options); // TODO: reuse this?
710 m_mdata = DataFactory.newMetaData (options);
    [all...]
  /external/fio/engines/
net.c 76 static struct fio_option options[] = { variable in typeref:struct:fio_option
1417 .options = options,
1435 .options = options,
  /external/icu/icu4c/source/test/cintltst/
cnormtst.c 1436 uint32_t options; member in struct:__anon10138
    [all...]
  /external/icu/icu4c/source/test/intltest/
tstnorm.cpp 528 void BasicNormalizerTest::staticTest(UNormalizationMode mode, int options,
540 Normalizer::normalize(input, mode, options, output, status);
850 ref_norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) {
852 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT);
854 if(options&U_COMPARE_IGNORE_CASE) {
858 r1.foldCase(options);
859 r2.foldCase(options);
868 if(options&U_COMPARE_CODE_POINT_ORDER) {
877 _norm_compare(const UnicodeString &s1, const UnicodeString &s2, uint32_t options, UErrorCode &errorCode) {
878 int32_t normOptions=(int32_t)(options>>UNORM_COMPARE_NORM_OPTIONS_SHIFT)
1054 uint32_t options; member in struct:__anon10254
    [all...]
  /external/icu/icu4c/source/test/perf/collperf/
collperf.cpp 562 UOption options[] = { local
575 int32_t opt_len = (sizeof(options)/sizeof(options[0]));
578 _remainingArgc = u_parseArgs(_remainingArgc, (char**)argv, opt_len, options);
590 if (options[i].doesOccur) {
592 int tmp = strtol(options[i].value, &endp, 0);
593 if (endp == options[i].value) {
604 if (options[r].doesOccur) {
613 if (options[f].doesOccur) {
619 if (options[a].doesOccur)
    [all...]
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 209 static UOption options[]={ variable
228 /* preset then read command line options */
229 options[DESTDIR].value=options[SOURCEDIR].value=u_getDataDirectory();
230 argc=u_parseArgs(argc, argv, sizeof(options)/sizeof(options[0]), options);
238 if(argc<0 || options[HELP1].doesOccur || options[HELP2].doesOccur) {
240 "usage: %s [-options] [convrtrs.txt]\n
    [all...]

Completed in 510 milliseconds

<<21222324252627282930>>