Searched defs:Pack (Results 1 - 25 of 36) sorted by relevance

12

/external/v8/tools/testrunner/objects/
H A Dcontext.py53 def Pack(self): member in class:Context
62 # For the order of the fields, refer to Pack() above.
H A Dpeer.py72 def Pack(self): member in class:Peer
H A Dworkpacket.py43 def Pack(self, binaries_dict): member in class:WorkPacket
70 "context": self.context.Pack(),
H A Doutput.py55 def Pack(self): member in class:Output
60 # For the order of the fields, refer to Pack() above.
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
H A DAnyPartial.cs88 public static Any Pack(IMessage message) => Pack(message, DefaultPrefix);
96 public static Any Pack(IMessage message, string typeUrlPrefix) method in class:Google.Protobuf.WellKnownTypes.Any
/external/protobuf/csharp/src/Google.Protobuf.Test/WellKnownTypes/
H A DAnyTest.cs41 public void Pack() method in class:Google.Protobuf.WellKnownTypes.AnyTest
44 var any = Any.Pack(message);
53 var any = Any.Pack(message, "foo.bar/baz");
62 var any = Any.Pack(message, "foo.bar/baz/");
71 var any = Any.Pack(message);
79 var any = Any.Pack(message);
88 var any = Any.Pack(message, "foo.bar/baz");
97 var any = Any.Pack(message);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
H A DPack.java6 public abstract class Pack class
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/
H A DPack.java6 public abstract class Pack class
/external/vboot_reference/futility/
H A Dcmd_vbutil_key.c69 /* Pack a .keyb file into a .vbpubk, or a .pem into a .vbprivk */
70 static int Pack(const char *infile, const char *outfile, uint64_t algorithm, function
227 return Pack(infile, outfile, algorithm, version);
H A Dcmd_vbutil_keyblock.c79 /* Pack a .keyblock */
80 static int Pack(const char *outfile, const char *datapubkey, function
322 return Pack(filename, datapubkey, signprivate,
/external/skia/src/gpu/
H A DGrGlyph.h72 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y, MaskStyle ms) { function in struct:GrGlyph
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dnack.cc124 Pack();
127 void Nack::Pack() { function in class:webrtc::rtcp::Nack
/external/gemmlowp/internal/
H A Dpack_SSE.h84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, function in class:gemmlowp::PackingRegisterBlock
H A Dpack_neon.h183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, function in class:gemmlowp::PackingRegisterBlock
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, function in class:gemmlowp::PackingRegisterBlock
H A Dpack.h293 // 2. Packing a complete block into the destination, see Pack. This is the
348 void Pack(PackedSideBlock* dst, int start_width, function in class:gemmlowp::PackingRegisterBlockBase
465 b.Pack(packed_side_block_, start_width, &rounding_offset_generator_);
472 b.Pack(packed_side_block_, start_width, &rounding_offset_generator_);
480 b.Pack(packed_side_block_, start_width, &rounding_offset_generator_);
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py69 def Pack(self, msg, type_url_prefix='type.googleapis.com/'): member in class:Any
/external/skia/src/core/
H A DSkColorSpace.cpp314 static ColorSpaceHeader Pack(Version version, uint8_t named, uint8_t gammaNamed, uint8_t flags) function in struct:ColorSpaceHeader
349 *((ColorSpaceHeader*) memory) = ColorSpaceHeader::Pack(
355 *((ColorSpaceHeader*) memory) = ColorSpaceHeader::Pack(
361 *((ColorSpaceHeader*) memory) = ColorSpaceHeader::Pack(
374 ColorSpaceHeader::Pack(k0_Version, 0, gammaNamed,
392 ColorSpaceHeader::Pack(k0_Version, 0, thisXYZ->fGammaNamed,
420 *((ColorSpaceHeader*) memory) = ColorSpaceHeader::Pack(k0_Version, 0,
/external/clang/include/clang/AST/
H A DTemplateBase.h72 Pack enumerator in enum:clang::TemplateArgument::ArgKind
203 this->Args.Kind = Pack;
316 assert(getKind() == Pack);
323 assert(getKind() == Pack);
336 assert(getKind() == Pack);
342 assert(getKind() == Pack);
/external/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp931 case TemplateArgument::Pack:
979 Expr *Pack = LHS ? LHS : RHS; local
980 assert(Pack && "fold expression with neither LHS nor RHS");
981 if (!Pack->containsUnexpandedParameterPack())
983 << Pack->getSourceRange();
H A DSemaTemplateInstantiate.cpp670 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) { argument
671 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
881 assert(Arg.getKind() == TemplateArgument::Pack &&
922 assert(Arg.getKind() == TemplateArgument::Pack &&
1021 assert(Arg.getKind() == TemplateArgument::Pack &&
1083 assert(Arg.getKind() == TemplateArgument::Pack &&
1253 if (DeclArgumentPack *Pack = Found->dyn_cast<DeclArgumentPack *>()) {
1261 E->getExprLoc(), *Pack);
1264 TransformedDecl = (*Pack)[getSema().ArgumentPackSubstitutionIndex];
1349 assert(Arg.getKind() == TemplateArgument::Pack
2837 DeclArgumentPack *Pack = LocalDecls[D].get<DeclArgumentPack *>(); local
2852 DeclArgumentPack *Pack = new DeclArgumentPack; local
2857 SetPartiallySubstitutedPack(NamedDecl *Pack, const TemplateArgument *ExplicitArgs, unsigned NumExplicitArgs) argument
[all...]
/external/clang/lib/AST/
H A DDeclPrinter.cpp102 void printDeclType(QualType T, StringRef DeclName, bool Pack = false);
241 void DeclPrinter::printDeclType(QualType T, StringRef DeclName, bool Pack) { argument
246 Pack = true;
249 T.print(Out, Policy, (Pack ? "..." : "") + DeclName, Indentation);
H A DExprCXX.cpp1311 NamedDecl *Pack, SourceLocation PackLoc,
1317 return new (Storage) SizeOfPackExpr(Context.getSizeType(), OperatorLoc, Pack,
1310 Create(ASTContext &Context, SourceLocation OperatorLoc, NamedDecl *Pack, SourceLocation PackLoc, SourceLocation RParenLoc, Optional<unsigned> Length, ArrayRef<TemplateArgument> PartialArgs) argument
H A DItaniumMangle.cpp3882 const NamedDecl *Pack = SPE->getPack(); local
3883 if (const TemplateTypeParmDecl *TTP = dyn_cast<TemplateTypeParmDecl>(Pack))
3886 = dyn_cast<NonTypeTemplateParmDecl>(Pack))
3889 = dyn_cast<TemplateTemplateParmDecl>(Pack))
3892 mangleFunctionParam(cast<ParmVarDecl>(Pack));
4155 case TemplateArgument::Pack: {
H A DStmtPrinter.cpp1947 const TemplateArgument &Pack = Args->get(0); local
1948 for (const auto &P : Pack.pack_elements()) {
/external/flatbuffers/samples/
H A Dmonster_generated.h95 flatbuffers::Offset<void> Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher = nullptr) const;
249 static flatbuffers::Offset<Monster> Pack(flatbuffers::FlatBufferBuilder &_fbb, const MonsterT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
380 static flatbuffers::Offset<Weapon> Pack(flatbuffers::FlatBufferBuilder &_fbb, const WeaponT* _o, const flatbuffers::rehasher_function_t *_rehasher = nullptr);
446 inline flatbuffers::Offset<Monster> Monster::Pack(flatbuffers::FlatBufferBuilder &_fbb, const MonsterT* _o, const flatbuffers::rehasher_function_t *_rehasher) { function in class:MyGame::Sample::Monster
461 auto _equipped = _o->equipped.Pack(_fbb);
488 inline flatbuffers::Offset<Weapon> Weapon::Pack(flatbuffers::FlatBufferBuilder &_fbb, const WeaponT* _o, const flatbuffers::rehasher_function_t *_rehasher) { function in class:MyGame::Sample::Weapon
537 inline flatbuffers::Offset<void> EquipmentUnion::Pack(flatbuffers::FlatBufferBuilder &_fbb, const flatbuffers::rehasher_function_t *_rehasher) const { function in class:MyGame::Sample::EquipmentUnion

Completed in 741 milliseconds

12