HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 351 - 375 of 1116) sorted by null

<<11121314151617181920>>

  /external/llvm/include/llvm-c/
Disassembler.h 211 * Set the disassembler's options. Returns 1 if it can set the Options and 0
214 int LLVMSetDisasmOptions(LLVMDisasmContextRef DC, uint64_t Options);
  /external/llvm/lib/Target/AMDGPU/
AMDGPUTargetObjectFile.cpp 41 InitializeELF(TM.Options.UseInitArray);
  /external/llvm/lib/Target/ARM/
ARMSubtarget.cpp 93 IsLittle(IsLittle), TargetTriple(TT), Options(TM.Options), TM(TM),
254 (Options.UnsafeFPMath || isTargetDarwin()))
364 return TM.Options.EnableFastISel &&
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsABIInfo.h 40 const MCTargetOptions &Options);
61 /// multiple ABI options.
  /external/lzma/CPP/7zip/UI/Common/
ZipRegistry.h 48 UString Options;
55 // Options.Empty();
  /external/lzma/CPP/7zip/UI/GUI/
ExtractGUI.cpp 85 const CExtractOptions *Options;
104 *WildcardCensor, *Options, ExtractCallbackSpec, ExtractCallback,
110 if (res == S_OK && Options->TestMode && ExtractCallbackSpec->IsOK())
154 CExtractOptions &options,
170 if (!options.TestMode)
172 FString outputDir = options.OutputDir;
191 dialog.OverwriteMode = options.OverwriteMode;
192 dialog.OverwriteMode_Force = options.OverwriteMode_Force;
193 dialog.PathMode = options.PathMode;
194 dialog.PathMode_Force = options.PathMode_Force;
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_enum_field.cc 50 const Options& options) {
51 SetCommonFieldVariables(descriptor, variables, options);
64 const Options& options)
66 SetEnumVariables(descriptor, &variables_, options);
166 const Options& options)
167 : EnumFieldGenerator(descriptor, options) {
212 const Options& options
    [all...]
cpp_generator.cc 59 vector<pair<string, string> > options; local
60 ParseGeneratorParameter(parameter, &options);
63 // parse generator options
65 // TODO(kenton): If we ever have more options, we may want to create a
82 Options file_options;
84 for (int i = 0; i < options.size(); i++) {
85 if (options[i].first == "dllexport_decl") {
86 file_options.dllexport_decl = options[i].second;
87 } else if (options[i].first == "safe_boundary_check") {
90 *error = "Unknown generator option: " + options[i].first
    [all...]
cpp_primitive_field.cc 84 const Options& options) {
85 SetCommonFieldVariables(descriptor, variables, options);
105 const Options& options)
107 SetPrimitiveVariables(descriptor, &variables_, options);
199 const Options& options)
200 : PrimitiveFieldGenerator(descriptor, options) {
255 const Options& options
    [all...]
cpp_service.h 58 const Options& options);
  /external/skia/bench/
CodecBench.cpp 54 SkCodec::Options options; local
56 options.fZeroInitialized = SkCodec::kYes_ZeroInitialized;
65 &options, colorTable, &colorCount);
  /external/skia/src/codec/
SkBmpStandardCodec.cpp 39 const Options& opts,
155 void SkBmpStandardCodec::initializeSwizzler(const SkImageInfo& dstInfo, const Options& opts) {
194 const SkCodec::Options& options, SkPMColor inputColorPtr[], int* inputColorCount) {
206 this->initializeSwizzler(dstInfo, options);
214 const Options& opts) {
  /external/v8/src/base/platform/
platform.h 390 class Options {
392 Options() : name_("v8:<unknown>"), stack_size_(0) {}
393 explicit Options(const char* name, int stack_size = 0)
405 explicit Thread(const Options& options);
  /external/v8/test/cctest/
test-threads.cc 40 : Thread(Options("ThreadRefValidationThread")),
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/options/
AliasOptions.java 10 package com.adobe.xmp.options;
16 * Options for XMPSchemaRegistryImpl#registerAlias.
20 public final class AliasOptions extends Options
37 * @see Options#Options()
46 * @param options the options to init with
47 * @throws XMPException If options are not consistant
49 public AliasOptions(int options) throws XMPException
51 super(options);
    [all...]
ParseOptions.java 10 package com.adobe.xmp.options;
18 * Options for {@link XMPMetaFactory#parse(InputStream, ParseOptions)}.
22 public final class ParseOptions extends Options
37 * Sets the options to the default values.
146 * @see Options#defineOptionName(int)
163 * @see Options#getValidOptions()
  /frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
TestService.java 817 BitmapFactory.Options opts = new BitmapFactory.Options();
836 BitmapFactory.Options opts = new BitmapFactory.Options();
856 BitmapFactory.Options opts = new BitmapFactory.Options();
876 BitmapFactory.Options opts = new BitmapFactory.Options();
897 BitmapFactory.Options opts = new BitmapFactory.Options();
    [all...]
  /frameworks/ex/common/java/com/android/common/
OperationScheduler.java 36 /** Tunable parameter options for {@link #getNextTimeMillis}. */
37 public static class Options {
60 "OperationScheduler.Options[backoff=%.1f+%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
67 "OperationScheduler.Options[backoff=%.1f+%.1f max=%.1f min=%.1f period=%.1f]",
87 * Parse scheduler options supplied in this string form:
97 * The default options: <code>backoff=0+5 max=86400 min=0 period=0</code><br>
101 * @param spec describing some or all scheduler options.
102 * @param options to update with parsed values.
103 * @return the options passed in (for convenience)
106 public static Options parseOptions(String spec, Options options
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_def.sh 19 Usage: ${self_basename} [options] file1 [file2 ...]
30 Options:
45 echo "See ${self_basename} --help for available options."
  /system/connectivity/shill/shims/
openvpn_script.cc 49 dbus::Bus::Options options; local
50 options.bus_type = dbus::Bus::SYSTEM;
51 bus = new dbus::Bus(options);
  /system/connectivity/shill/test-rpc-proxy/
proxy_main.cc 66 dbus::Bus::Options options; local
67 options.bus_type = dbus::Bus::SYSTEM;
68 scoped_refptr<dbus::Bus> dbus_bus = new dbus::Bus(options);
  /system/tpm/tpm_manager/client/
tpm_ownership_dbus_proxy.cc 41 dbus::Bus::Options options; local
42 options.bus_type = dbus::Bus::SYSTEM;
43 bus_ = new dbus::Bus(options);
  /system/vold/
secdiscard.cpp 37 struct Options {
44 bool read_command_line(int argc, const char * const argv[], Options &options);
57 Options options; local
58 if (!read_command_line(argc, argv, options)) {
62 for (auto const &target: options.targets) {
63 LOG(DEBUG) << "Securely discarding '" << target << "' unlink=" << options.unlink;
67 if (options.unlink) {
79 bool read_command_line(int argc, const char * const argv[], Options &options)
    [all...]
  /system/weaved/buffet/
manager.h 49 struct Options {
55 BuffetConfig::Options config_options;
58 Manager(const Options& options, const scoped_refptr<dbus::Bus>& bus);
110 Options options_;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dbdaoint.h 234 STDMETHOD(CompactDatabase) (BSTR SrcName,BSTR DstName,VARIANT DstLocale,VARIANT Options,VARIANT SrcLocale) PURE;
238 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE;
250 STDMETHOD(OpenConnection) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAOConnection **ppconn) PURE;
306 STDMETHOD(CommitTrans) (__LONG32 Options) PURE;
309 STDMETHOD(OpenDatabase) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAODatabase **ppdb) PURE;
313 STDMETHOD(OpenConnection) (BSTR Name,VARIANT Options,VARIANT ReadOnly,VARIANT Connect,DAOConnection **ppconn) PURE;
348 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
349 STDMETHOD(OpenRecordset) (BSTR Name,VARIANT Type,VARIANT Options,VARIANT LockEdit,DAORecordset **pprst) PURE;
376 STDMETHOD(Execute) (BSTR Query,VARIANT Options) PURE;
377 STDMETHOD(_30_OpenRecordset) (BSTR Name,VARIANT Type,VARIANT Options,DAORecordset **pprst) PURE
    [all...]

Completed in 1157 milliseconds

<<11121314151617181920>>