Searched defs:Unpack (Results 1 - 20 of 20) sorted by relevance

/external/v8/tools/testrunner/objects/
H A Dcontext.py61 def Unpack(packed): member in class:Context
H A Dpeer.py77 def Unpack(packed): member in class:Peer
H A Dworkpacket.py78 def Unpack(packed): member in class:WorkPacket
84 ctx = context.Context.Unpack(packed["context"])
H A Doutput.py59 def Unpack(packed): member in class:Output
/external/llvm/lib/Fuzzer/test/
H A DFuzzerFnAdapterUnittest.cpp12 bool Unpack(std::tuple<Args...> *Tuple, std::initializer_list<uint8_t> data) { function in namespace:fuzzer::impl
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(
[all...]
/external/vboot_reference/futility/
H A Dcmd_vbutil_key.c105 /* Unpack a .vbpubk or .vbprivk */
106 static int Unpack(const char *infile, const char *outfile) function
229 return Unpack(infile, outfile);
H A Dcmd_vbutil_keyblock.c153 static int Unpack(const char *infile, const char *datapubkey, function
326 return Unpack(filename, datapubkey, signpubkey);
/external/compiler-rt/lib/sanitizer_common/scripts/
H A Dsancov.py129 def Unpack(files): function
242 Unpack(file_list)
/external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
H A Dnack.cc70 Unpack();
150 void Nack::Unpack() { function in class:webrtc::rtcp::Nack
/external/aac/libSYS/src/
H A Dwav_file.cpp366 static USHORT Unpack(USHORT v) function
472 int bps = Unpack(wav->header.bitsPerSample);
/external/gemmlowp/internal/
H A Dunpack.h94 static void Unpack(ResultBlockType* dst, const PackedResultType& src, function in struct:gemmlowp::UnpackResultImplGeneric
153 LhsOffset, RhsOffset, OutputPipelineType>::Unpack(
H A Dunpack_neon.h76 static void Unpack(ResultBlockType* dst, const PackedResultType& src, function in struct:gemmlowp::UnpackResultImpl
/external/protobuf/python/google/protobuf/internal/
H A Dwell_known_types.py77 def Unpack(self, msg): member in class:Any
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c111 struct gl_pixelstore_attrib Pack, Unpack; member in struct:save_state
566 save->Unpack = ctx->Unpack;
568 ctx->Unpack = ctx->DefaultPacking;
894 ctx->Unpack = save->Unpack;
1366 ctx->Unpack.BufferObj);
2359 const struct gl_pixelstore_attrib unpackSave = ctx->Unpack;
2509 ctx->Unpack = *unpack;
2580 ctx->Unpack
[all...]
/external/swiftshader/src/Reactor/
H A DNucleus.cpp2221 RValue<Short4> Unpack(RValue<Byte4> x) function in namespace:sw
/external/mesa3d/src/mesa/main/
H A Dmtypes.h3150 #define _NEW_PACKUNPACK (1 << 19) /**< gl_context::Pack, Unpack */
3482 struct gl_pixelstore_attrib Unpack; /**< Pixel unpacking */ member in struct:gl_context
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 749 milliseconds