HomeSort by relevance Sort by last modified time
    Searched refs:Methods (Results 1 - 25 of 162) sorted by null

1 2 3 4 5 6 7

  /external/lzma/CPP/7zip/Archive/7z/
7zCompressionMode.h 31 CObjectVector<CMethodFull> Methods;
39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); }
7zEncode.cpp 68 FOR_VECTOR (i, _options.Methods)
70 const CMethodFull &methodFull = _options.Methods[i];
312 if (_options.Methods.IsEmpty())
328 _options.Methods.Add(method);
339 for (i = 0; i < _options.Methods.Size(); i++)
341 const CMethodFull &methodFull = _options.Methods[i];
347 if (i < _options.Methods.Size() - 1)
439 _options.Methods.Add(method);
447 for (int i = _options.Methods.Size() - 1; i >= 0; i--)
449 const CMethodFull &methodFull = _options.Methods[i];
    [all...]
7zUpdate.cpp 438 mode.Methods.Add(m);
439 mode.Methods.Add(m);
452 if (!mode.Binds.IsEmpty() || !useFilters || mode.Methods.Size() > 2)
454 if (mode.Methods.Size() == 2)
456 if (mode.Methods[0].Id == k_BCJ2)
468 mode.Methods.Insert(0, m);
475 mode.Methods.Insert(0, m);
895 if (method.Methods.Size() != 1 || method.Binds.Size() != 0)
    [all...]
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
remote_method_type.h 45 // interface between RPC clients and services as a set of methods.
48 typedef std::tuple<MethodTypes...> Methods;
52 using Method = typename std::tuple_element<Index, Methods>::type;
66 #define PDX_REMOTE_API(name, ... /*methods*/) \
  /prebuilts/go/darwin-x86/src/go/doc/
filter.go 43 if matchFields(t.Methods, f) {
81 // type name doesn't match, but we may have matching consts, vars, factories or methods
85 td.Methods = filterFuncs(td.Methods, f)
86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
  /prebuilts/go/linux-x86/src/go/doc/
filter.go 43 if matchFields(t.Methods, f) {
81 // type name doesn't match, but we may have matching consts, vars, factories or methods
85 td.Methods = filterFuncs(td.Methods, f)
86 n += len(td.Consts) + len(td.Vars) + len(td.Funcs) + len(td.Methods)
  /external/smali/
README.md 18 - [Types, Methods and Fields wiki page](https://github.com/JesusFreke/smali/wiki/TypesMethodsAndFields)
  /external/ImageMagick/api_examples/
magick_script 30 GIF Animation Methods
  /prebuilts/go/darwin-x86/doc/progs/
eff_sequence.go 20 // Methods required by sort.Interface.
  /prebuilts/go/linux-x86/doc/progs/
eff_sequence.go 20 // Methods required by sort.Interface.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRBitSet.h 43 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 109 // protected methods. DO NOT USE
110 #pragma mark Protected Methods
119 #pragma mark General Methods
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRBitSet.h 44 #pragma mark Class Methods
ANTLRBufferedTreeNodeStream.h 111 // protected methods. DO NOT USE
112 #pragma mark Protected Methods
121 #pragma mark General Methods
  /external/doclava/res/assets/templates-sdk/
page_info.cs 36 <?cs if:subcount(cl.methods) ?>
94 <?cs if:subcount(class.methods.public) ?>
95 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#pubmethods">Methods</a>
98 <?cs if:subcount(class.methods.protected) ?>
99 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#promethods">Protected Methods</a>
103 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhmethods">Inherited Methods</a>
  /external/lzma/CPP/7zip/UI/Common/
HashCalc.h 54 HRESULT SetMethods(DECL_EXTERNAL_CODECS_LOC_VARS const UStringVector &methods);
89 UStringVector Methods;
  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 841 ArrayRef<StringRef> Methods)
844 VFPtrOffset(VFPtrOffset), Name(Name), MethodNamesRef(Methods) {}
847 const std::vector<StringRef> &Methods)
850 VFPtrOffset(VFPtrOffset), Name(Name), MethodNames(Methods) {}
935 MethodOverloadListRecord(ArrayRef<OneMethodRecord> Methods)
936 : TypeRecord(TypeRecordKind::MethodOverloadList), Methods(Methods) {}
945 ArrayRef<OneMethodRecord> getMethods() const { return Methods; }
957 std::vector<OneMethodRecord> Methods;
982 TypeIndex MethList; // Type index of methods in overload se
    [all...]
  /external/clang/lib/Sema/
SemaDeclObjC.cpp 46 // This castAs is safe: methods that don't return an object
363 // Warn on deprecated methods under -Wdeprecated-implementations,
    [all...]
  /external/ImageMagick/www/api/
deprecate.php 9 <title>ImageMagick: MagickCore, C API for ImageMagick: Deprecated Methods</title>
15 <meta name="keywords" content="magickcore, c, api, for, imagemagick:, deprecated, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
magick-deprecate.php 9 <title>ImageMagick: MagickWand, C API for ImageMagick: Deprecated Methods</title>
15 <meta name="keywords" content="magickwc, api, for, imagemagick:, deprecated, methods, ImageMagick, PerlMagick, image processing, image, photo, software, Magick++, OpenMP, convert"/>
  /external/protobuf/python/google/protobuf/pyext/
extension_dict.cc 284 static PyMethodDef Methods[] = {
324 extension_dict::Methods, // tp_methods

Completed in 830 milliseconds

1 2 3 4 5 6 7