HomeSort by relevance Sort by last modified time
    Searched refs:Options (Results 776 - 800 of 998) sorted by null

<<31323334353637383940

  /external/eigen/Eigen/src/Core/
ProductBase.h 90 typedef Matrix<Scalar,RowsAtCompileTime==1?1:Dynamic,ColsAtCompileTime==1?1:Dynamic,BasePlainObject::Options> DynPlainObject;
  /external/icu/icu4c/source/
runConfigureICU 26 Options: -h, --help Print this message and exit
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
25 Options:
gen_msvs_vcxproj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
25 Options:
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 488 MCTargetOptions MCOptions = TM.Options.MCOptions;
DwarfCompileUnit.cpp 154 if (Asm->TM.Options.EmulatedTLS) {
288 if (!DD->getCurrentFunction()->getTarget().Options.DisableFramePointerElim(
  /external/llvm/lib/Target/Sparc/
SparcFrameLowering.cpp 237 return MF.getTarget().Options.DisableFramePointerElim(MF) ||
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_file.cc 56 FileGenerator::FileGenerator(const FileDescriptor* file, const Options& options)
66 options_(options) {
70 new MessageGenerator(file->message_type(i), options));
75 new EnumGenerator(file->enum_type(i), options));
80 new ServiceGenerator(file->service(i), options));
85 new ExtensionGenerator(file->extension(i), options));
  /external/skia/src/codec/
SkMaskSwizzler.cpp 230 const SkCodec::Options& options) {
317 if (options.fSubset) {
318 srcOffset = options.fSubset->left();
319 srcWidth = options.fSubset->width();
  /external/vboot_reference/utility/
dev_debug_vboot 39 Usage: $prog [options] [DIRECTORY]
50 Options:
  /external/webrtc/talk/app/webrtc/
webrtcsession.h 169 const PeerConnectionFactoryInterface::Options& options,
215 const PeerConnectionInterface::RTCOfferAnswerOptions& options,
254 const cricket::AudioOptions& options,
267 const cricket::VideoOptions* options) override;
508 // Member variables for caching global options.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
25 Options:
53 echo "See ${self_basename} --help for available options." >&2
gen_msvs_vcxproj.sh 20 Usage: ${self_basename} --name=projname [options] file1 [file2 ...]
25 Options:
54 echo "See ${self_basename} --help for available options." >&2
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tdi.h 43 PVOID Options;
134 /* Options used for both SendOptions and ReceiveIndicators */
  /system/tpm/tpm_manager/server/
dbus_service_test.cc 46 dbus::Bus::Options options; variable
47 mock_bus_ = new NiceMock<dbus::MockBus>(options);
  /cts/tests/camera/src/android/hardware/camera2/cts/
ImageReaderTest.java 493 BitmapFactory.Options opt = new BitmapFactory.Options();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
BitmapTest.java 44 private BitmapFactory.Options mOptions;
56 mOptions = new BitmapFactory.Options();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DrawableTest.java 261 BitmapFactory.Options opt = new BitmapFactory.Options();
NinePatchDrawableTest.java 632 BitmapFactory.Options opts = new BitmapFactory.Options();
  /external/autotest/apache/conf/
django-directives 122 Options +ExecCGI
  /external/ceres-solver/internal/ceres/
problem_impl.cc 211 ProblemImpl::ProblemImpl(const Problem::Options& options)
212 : options_(options),
679 Evaluator::Options evaluator_options;
    [all...]
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 390 const MCTargetOptions &Options)
391 : MCTargetAsmParser(Options, sti), Parser(parser) {
    [all...]
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 267 const CriticalEdgeSplittingOptions &Options) {
273 if (SplitCriticalEdge(TI, i, Options))
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 595 if (!disp->Options.UseFallback)
598 if (disp->Options.TestOnly)
    [all...]
  /external/ppp/pppd/plugins/radius/
radius.c 61 static option_t Options[] = {
170 add_options(Options);
237 * popts -- set to a list of additional pppd options
    [all...]

Completed in 321 milliseconds

<<31323334353637383940