HomeSort by relevance Sort by last modified time
    Searched defs:Unpack (Results 1 - 25 of 27) sorted by null

1 2

  /external/v8/tools/testrunner/objects/
context.py 61 def Unpack(packed):
workpacket.py 78 def Unpack(packed):
84 ctx = context.Context.Unpack(packed["context"])
output.py 59 def Unpack(packed):
peer.py 77 def Unpack(packed):
  /external/llvm/lib/Fuzzer/test/
FuzzerFnAdapterUnittest.cpp 12 bool Unpack(std::tuple<Args...> *Tuple, std::initializer_list<uint8_t> data) {
14 return Unpack(V.data(), V.size(), Tuple);
17 TEST(Unpack, Bool) {
19 EXPECT_TRUE(Unpack(&T, {1}));
22 EXPECT_TRUE(Unpack(&T, {0}));
25 EXPECT_FALSE(Unpack(&T, {}));
28 TEST(Unpack, BoolBool) {
30 EXPECT_TRUE(Unpack(&T, {1, 0}));
34 EXPECT_TRUE(Unpack(&T, {0, 1}));
38 EXPECT_FALSE(Unpack(&T, {}))
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Core/
PackageFile.py 75 def Unpack(self, ToDest):
143 self.Unpack(TmpDir)
  /external/compiler-rt/lib/sanitizer_common/scripts/
sancov.py 20 " " + prog_name + " unpack FILE [FILE...]\n" \
50 magic_words = struct.unpack('II', magic_bytes);
113 pid, module_length, blob_size = struct.unpack('iII', header)
129 def Unpack(files):
241 elif sys.argv[1] == "unpack":
242 Unpack(file_list)
  /external/vboot_reference/futility/
cmd_vbutil_key.c 36 {"unpack", 1, 0, OPT_MODE_UNPACK},
62 "Usage: " MYNAME " %s --unpack <infile>\n"
105 /* Unpack a .vbpubk or .vbprivk */
106 static int Unpack(const char *infile, const char *outfile)
112 fprintf(stderr, "Need file to unpack\n");
229 return Unpack(infile, outfile);
cmd_vbutil_keyblock.c 35 {"unpack", 1, 0, OPT_MODE_UNPACK},
48 "Usage: " MYNAME " %s <--pack|--unpack> <file> [OPTIONS]\n"
67 "For '--unpack <file>', optional OPTIONS are:\n"
153 static int Unpack(const char *infile, const char *datapubkey,
326 return Unpack(filename, datapubkey, signpubkey);
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.cc 70 Unpack();
150 void Nack::Unpack() {
  /build/soong/androidmk/parser/
parser.go 70 func (p *parser) Unpack(pos Pos) scanner.Position {
  /external/aac/libSYS/src/
wav_file.cpp 366 static USHORT Unpack(USHORT v)
472 int bps = Unpack(wav->header.bitsPerSample);
  /external/protobuf/python/google/protobuf/internal/
well_known_types.py 77 def Unpack(self, msg):
  /prebuilts/go/darwin-x86/src/net/
dnsmsg.go 11 // a generic pack/unpack routine. Thus, if in the future we need
12 // to define new message structs, no new pack/unpack/printing code
18 // generic pack/unpack routines.
379 // Unpack a domain name.
652 // unpack just the header, to find the rr type and length
660 // make an rr of that type and re-unpack.
779 func (dns *dnsMsg) Unpack(msg []byte) bool {
  /prebuilts/go/linux-x86/src/net/
dnsmsg.go 11 // a generic pack/unpack routine. Thus, if in the future we need
12 // to define new message structs, no new pack/unpack/printing code
18 // generic pack/unpack routines.
379 // Unpack a domain name.
652 // unpack just the header, to find the rr type and length
660 // make an rr of that type and re-unpack.
779 func (dns *dnsMsg) Unpack(msg []byte) bool {
  /external/mesa3d/src/mesa/drivers/common/
meta.h 102 struct gl_pixelstore_attrib Pack, Unpack;
510 const struct gl_pixelstore_attrib *unpack,
516 const struct gl_pixelstore_attrib *unpack,
  /external/swiftshader/third_party/subzero/src/
IceInstX86Base.h 203 enum SseSuffix { None, Packed, Unpack, Scalar, Integral, Pack };
888 case InstX86Base::SseSuffix::Unpack:
    [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp     [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.7.0/
ant-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 

Completed in 1265 milliseconds

1 2