HomeSort by relevance Sort by last modified time
    Searched refs:options (Results 226 - 250 of 7638) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/toolchain-utils/cwp/performance/
experiment_gen.py 85 options = parser.parse_args()[0]
86 if options.remote is None:
89 elif options.board is None:
92 elif options.event is None:
96 crosperf_root = options.crosperf_root
97 chromeos_root = options.chromeos_root
98 remote = options.remote
99 board = options.board
100 event = options.event
101 bench_iters = options.benchmark_iteration
    [all...]
  /external/clang/test/Sema/
pragma-pack-and-options-align.c 3 // Check that #pragma pack and #pragma options share the same stack.
12 #pragma options align=natural
19 #pragma options align=reset
20 #pragma options align=native
42 #pragma options align=power
48 #pragma options align=reset
51 /* expected-warning {{#pragma options align=reset failed: stack empty}} */ #pragma options align=reset
  /external/libchrome/base/json/
json_string_value_serializer.cc 34 int options = 0; local
36 options |= base::JSONWriter::OPTIONS_OMIT_BINARY_VALUES;
38 options |= base::JSONWriter::OPTIONS_PRETTY_PRINT;
40 return base::JSONWriter::WriteWithOptions(root, options, json_string_);
45 int options)
46 : json_string_(json_string), options_(options) {}
  /external/libchrome/base/memory/
shared_memory_android.cc 20 bool SharedMemory::Create(const SharedMemoryCreateOptions& options) {
23 if (options.size > static_cast<size_t>(std::numeric_limits<int>::max()))
28 options.name_deprecated == NULL ? "" : options.name_deprecated->c_str(),
29 options.size);
50 requested_size_ = options.size;
  /external/protobuf/src/google/protobuf/compiler/objectivec/
objectivec_primitive_field.h 45 const Options& options);
49 const Options& options);
63 const Options& options);
67 const Options& options);
76 const Options& options);
    [all...]
  /external/tensorflow/tensorflow/core/util/
equal_graph_def.h 40 string* diff, const EqualGraphDefOptions& options = {});
45 // with the same `options` that was used in the call to EqualGraphDef.
50 const EqualGraphDefOptions& options = {});
53 // attrs, internal attributes (if set in `options`), and control inputs.
58 const EqualGraphDefOptions& options = {});
63 // `options` that was used in the call to EqualNodeDef.
68 const EqualGraphDefOptions& options = {});
76 const EqualGraphDefOptions& options = {});
81 // both of them when called with the same `options` that was used in
87 const EqualGraphDefOptions& options = {})
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
FileStoreAdapter.java 50 public IFileInfo[] childInfos(int options, IProgressMonitor monitor) throws CoreException {
51 return mStore.childInfos(options, monitor);
55 public String[] childNames(int options, IProgressMonitor monitor)
57 return mStore.childNames(options, monitor);
61 public IFileStore[] childStores(int options, IProgressMonitor monitor) throws CoreException {
62 return mStore.childStores(options, monitor);
66 public void copy(IFileStore destination, int options, IProgressMonitor monitor)
68 mStore.copy(destination, options, monitor);
72 public void delete(int options, IProgressMonitor monitor) throws CoreException {
73 mStore.delete(options, monitor)
    [all...]
  /system/sepolicy/tests/
sepolicy_tests.py 73 help="Test options include "+str(Tests))
75 (options, args) = parser.parse_args()
77 if not options.libpath:
79 if not os.path.exists(options.libpath):
80 sys.exit("Error: library-path " + options.libpath + " does not exist\n"
83 if not options.policy:
85 if not os.path.exists(options.policy):
86 sys.exit("Error: policy file " + options.policy + " does not exist\n"
89 if not options.file_contexts:
91 for f in options.file_contexts
    [all...]
  /system/tools/aidl/tests/
end_to_end_tests.cpp 25 #include "options.h"
76 JavaOptions options;
77 options.fail_on_parcelable_ = true;
78 options.import_paths_.push_back("");
79 options.input_file_name_ = CanonicalNameToPath(kCanonicalName, ".aidl");
80 options.output_file_name_ = kJavaOutputPath;
81 options.dep_file_name_ = "an/arbitrary/path/to/deps.P";
84 io_delegate_.SetFileContents(options.input_file_name_, kInterfaceDefinition);
90 EXPECT_EQ(android::aidl::compile_aidl_to_java(options, io_delegate_), 0);
92 CheckFileContents(options.DependencyFilePath(), kExpectedJavaDepsOutput)
152 auto options = CppOptions::Parse(argc, cmdline); local
177 auto options = CppOptions::Parse(argc, cmdline); local
201 auto options = JavaOptions::Parse(argc, cmdline); local
    [all...]
  /art/
test.py 37 options, unknown = parser.parse_known_args()
39 if options.run_test or options.help_runner or not options.gtest:
55 if subprocess.call(test_runner_cmd) or options.help_runner:
58 if options.gtest or not options.run_test:
60 if options.host or not options.target:
62 if options.target or not options.host
    [all...]
  /external/markdown/markdown/
commandline.py 20 Python 2.3 or higher required for advanced command line options.
29 Define and parse `optparse` options for command-line usage.
45 parser = optparse.OptionParser(usage="%prog INPUTFILE [options]")
69 (options, args) = parser.parse_args()
77 if not options.extensions:
78 options.extensions = []
81 'output': options.filename,
82 'safe_mode': options.safe,
83 'extensions': options.extensions,
84 'encoding': options.encoding
    [all...]
  /external/skia/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 55 options, _ = parser.parse_args()
56 if not options.build_dir:
58 if not (options.output_json or options.clean_isolated_files):
60 if options.output_json and options.clean_isolated_files:
68 if options.clean_isolated_files:
69 pattern = os.path.join(options.build_dir, '*.isolated.gen.json')
74 pattern = os.path.join(options.build_dir, '*.isolated')
81 if options.clean_isolated_files
    [all...]
  /external/skqp/infra/bots/recipe_modules/isolate/resources/
find_isolated_tests.py 55 options, _ = parser.parse_args()
56 if not options.build_dir:
58 if not (options.output_json or options.clean_isolated_files):
60 if options.output_json and options.clean_isolated_files:
68 if options.clean_isolated_files:
69 pattern = os.path.join(options.build_dir, '*.isolated.gen.json')
74 pattern = os.path.join(options.build_dir, '*.isolated')
81 if options.clean_isolated_files
    [all...]
  /external/tensorflow/tensorflow/c/
c_api_experimental.cc 22 void TF_EnableXLACompilation(TF_SessionOptions* options, unsigned char enable) {
23 tensorflow::ConfigProto& config = options->options.config;
  /external/tensorflow/tensorflow/cc/profiler/
profiler.h 53 /// Options opts = ... // TODO(xpan): Support option building API.
64 /// `step` in `options` to seletively profile the corresponding `run_meta`.
71 GraphNodeProto ProfileGraph(const Options& options);
77 GraphNodeProto ProfileNameScope(const Options& options);
82 MultiGraphNodeProto ProfileOperations(const Options& options);
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.h 41 const ServiceOptions& options);
43 // Builds an Executable with the given argument layouts and options. If
51 const ExecutableBuildOptions& options);
61 explicit LocalService(const ServiceOptions& options,
  /art/dexlayout/
dex_ir_builder.h 26 class Options;
34 const Options& options);
  /art/disassembler/
disassembler.cc 38 Disassembler* Disassembler::Create(InstructionSet instruction_set, DisassemblerOptions* options) {
40 return new arm::DisassemblerArm(options);
42 return new arm64::DisassemblerArm64(options);
44 return new mips::DisassemblerMips(options, /* is_o32_abi */ true);
46 return new mips::DisassemblerMips(options, /* is_o32_abi */ false);
48 return new x86::DisassemblerX86(options, false);
50 return new x86::DisassemblerX86(options, true);
66 Disassembler* create_disassembler(InstructionSet instruction_set, DisassemblerOptions* options) {
67 return Disassembler::Create(instruction_set, options);
  /art/test/1919-vminit-thread-start-timing/
vminit.h 25 jint OnLoad(JavaVM* vm, char* options, void* reserved);
  /art/test/901-hello-ti-agent/
basics.h 25 jint OnLoad(JavaVM* vm, char* options, void* reserved);
  /art/test/909-attach-agent/
attach.h 25 jint OnAttach(JavaVM* vm, char* options, void* reserved);
  /art/test/936-search-onload/
search_onload.h 25 jint OnLoad(JavaVM* vm, char* options, void* reserved);
  /bionic/libc/kernel/uapi/linux/netfilter/
xt_connlabel.h 27 __u16 options; member in struct:xt_connlabel_mtinfo
  /dalvik/dx/tests/121-sccp/
build 17 $JAVAC -Xlint:-options -source 1.7 -target 1.7 -d . *.java
19 $JAVAC -Xlint:-options -source 1.7 -target 1.7 -g -d . *.java
  /dalvik/dx/tests/122-switch-with-high-register/
build 17 $JAVAC -Xlint:-options -source 1.7 -target 1.7 -d . *.java
19 $JAVAC -Xlint:-options -source 1.7 -target 1.7 -g -d . *.java

Completed in 1541 milliseconds

1 2 3 4 5 6 7 8 91011>>