/prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/ |
simple_ilist.h | 50 /// The currently available \p Options customize the nodes in the list. The 51 /// same options must be specified in the \a ilist_node instantation for 62 /// Here are examples of \p Options usage: 73 template <typename T, class... Options> 75 : ilist_detail::compute_node_options<T, Options...>::type::list_base_type, 77 typename ilist_detail::compute_node_options<T, Options...>::type> { 78 static_assert(ilist_detail::check_options<Options...>::value, 81 typename ilist_detail::compute_node_options<T, Options...>::type OptionsT; 264 template <class T, class... Options> 266 void simple_ilist<T, Options...>::merge(simple_ilist &RHS, Compare comp) [all...] |
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/ |
Ecc.py | 66 # Parse the options and args
327 # Parse options
331 (Options, Target) = self.EccOptionParser()
333 if Options.Workspace:
334 os.environ["WORKSPACE"] = Options.Workspace
346 self.SetLogLevel(Options)
348 # Set other options
349 if Options.ConfigFile != None:
350 self.ConfigFile = Options.ConfigFile
351 if Options.OutputFile != None: [all...] |
/external/eigen/Eigen/src/Core/ |
BandMatrix.h | 31 Options = internal::traits<Derived>::Options 70 EIGEN_STATIC_ASSERT((Options&RowMajor)==0,THIS_METHOD_IS_ONLY_FOR_COLUMN_MAJOR_MATRICES); 93 ReturnOpposite = (Options&SelfAdjoint) && (((Index)>0 && Supers==0) || ((Index)<0 && Subs==0)), 192 Options = _Options, 195 typedef Matrix<Scalar,DataRowsAtCompileTime,ColsAtCompileTime,Options&RowMajor?RowMajor:ColMajor> CoefficientsType; 198 template<typename _Scalar, int Rows, int Cols, int Supers, int Subs, int Options> 199 class BandMatrix : public BandMatrixBase<BandMatrix<_Scalar,Rows,Cols,Supers,Subs,Options> > 254 Options = _Options, 307 * \tparam Options Can be 0 or \b SelfAdjoin [all...] |
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
Downsampler.java | 30 private static final Queue<BitmapFactory.Options> OPTIONS_QUEUE = Util.createQueue(0); 107 final BitmapFactory.Options options = getDefaultOptions(); local 131 options.inTempStorage = bytesForOptions; 133 final int[] inDimens = getDimensions(stream, options); 141 downsampleWithSize(stream, options, pool, inWidth, inHeight, sampleSize, 166 releaseOptions(options); 190 private Bitmap downsampleWithSize(ExceptionCatchingInputStream is, BitmapFactory.Options options, BitmapPool pool, 194 options.inSampleSize = sampleSize [all...] |
/development/samples/devbytes/graphics/BitmapScaling/src/com/example/android/bitmapscaling/ |
BitmapScaling.java | 64 BitmapFactory.Options bitmapOptions = new BitmapFactory.Options();
|
/device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/ |
Mtftp6Option.h | 36 // The bit map definition for Mtftp6 extension options.
73 Parse the MTFTP6 extesion options.
75 @param[in] Options The pointer to the extension options list.
76 @param[in] Count The num of the extension options.
77 @param[in] IsRequest If FALSE, the extension options is included
88 IN EFI_MTFTP6_OPTION *Options,
96 Go through the packet to fill the options array with the start
101 @param[in, out] Count The num of the Options on input.
103 @param[in] Options The option array to be filled [all...] |
/external/ImageMagick/Magick++/lib/Magick++/ |
Options.h | 6 // Definition of Options 8 // Options which may be applied to an image. These options are the 9 // equivalent of options supplied to ImageMagick utilities. 28 class Options 33 Options(void); 36 Options(const Options& options_); 39 ~Options(); 92 // formats which support endian-specific options [all...] |
/external/clang/lib/Index/ |
SimpleFormatContext.h | 37 SimpleFormatContext(LangOptions Options) 44 Rewrite(Sources, Options) {
|
/external/fec/ |
dtest.c | 14 struct option Options[] = { 32 while((d = getopt_long(argc,argv,"apmstn:",Options,NULL)) != EOF){
|
sumsq_test.c | 12 struct option Options[] = { 40 while((d = getopt_long(argc,argv,"vapmstl:n:T",Options,NULL)) != EOF){
|
/external/libchrome/sandbox/linux/services/ |
namespace_sandbox.cc | 90 NamespaceSandbox::Options::Options() 94 NamespaceSandbox::Options::~Options() {} 100 return LaunchProcessWithOptions(cmdline.argv(), launch_options, Options()); 107 return LaunchProcessWithOptions(argv, launch_options, Options()); 114 const Options& ns_sandbox_options) { 123 const Options& ns_sandbox_options) {
|
/external/llvm/lib/Target/AVR/ |
AVRTargetMachine.cpp | 43 const TargetOptions &Options, 48 getCPU(CPU), FS, Options, getEffectiveRelocModel(RM), CM, OL), 55 /// AVR Code Generator Pass Configuration Options.
|
/external/llvm/lib/Target/BPF/ |
BPFTargetMachine.cpp | 48 const TargetOptions &Options, 51 : LLVMTargetMachine(T, computeDataLayout(TT), TT, CPU, FS, Options, 58 // BPF Code Generator Pass Configuration Options.
|
/external/llvm/lib/Target/MSP430/ |
MSP430TargetMachine.cpp | 37 const TargetOptions &Options, 42 Options, getEffectiveRelocModel(RM), CM, OL), 52 /// MSP430 Code Generator Pass Configuration Options.
|
/external/llvm/lib/Target/Sparc/ |
SparcTargetMachine.cpp | 66 const TargetOptions &Options, 70 : LLVMTargetMachine(T, computeDataLayout(TT, is64bit), TT, CPU, FS, Options, 91 // FIXME: This is related to the code below to reset the target options, 114 /// Sparc Code Generator Pass Configuration Options. 188 const TargetOptions &Options, 192 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) {} 198 const TargetOptions &Options, 202 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, true) {} 208 const TargetOptions &Options, 212 : SparcTargetMachine(T, TT, CPU, FS, Options, RM, CM, OL, false) { [all...] |
/external/llvm/lib/Target/XCore/ |
XCoreTargetMachine.cpp | 34 const TargetOptions &Options, 40 TT, CPU, FS, Options, getEffectiveRelocModel(RM), CM, OL), 49 /// XCore Code Generator Pass Configuration Options.
|
/external/parameter-framework/upstream/test/test-platform/ |
main.cpp | 69 using Options = std::list<string>; 71 Options options(argv + 1, argv + argc); 75 auto match = std::find_first_of(begin(options), end(options), begin(helpOpts), end(helpOpts)); 76 if (match != end(options)) { 81 if (options.empty()) { 86 auto filePath = options.front(); 87 options.pop_front(); 92 if (not options.empty()) [all...] |
/external/protobuf/src/google/protobuf/compiler/csharp/ |
csharp_message_field.h | 48 const Options *options); 72 const Options *options);
|
csharp_source_generator_base.cc | 51 const Options *options) 52 : descriptor_(descriptor), options_(options) { 63 return (IsDescriptorProto(descriptor_) || this->options()->internal_access) ? "internal" : "public"; 66 const Options* SourceGeneratorBase::options() { function in class:google::protobuf::compiler::csharp::SourceGeneratorBase
|