HomeSort by relevance Sort by last modified time
    Searched refs:Pack (Results 26 - 50 of 114) sorted by null

12 3 4 5

  /external/chromium_org/chrome/browser/extensions/
test_extension_dir.cc 40 // .crx. Multiple calls to Pack() will produce extensions with the same ID.
41 base::FilePath TestExtensionDir::Pack() {
  /external/chromium_org/third_party/skia/include/gpu/
GrGlyph.h 58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
  /external/chromium_org/v8/tools/testrunner/objects/
context.py 46 def Pack(self):
53 # For the order of the fields, refer to Pack() above.
peer.py 72 def Pack(self):
testcase.py 71 return [self.id, self.output.Pack(), self.duration]
  /external/skia/include/gpu/
GrGlyph.h 58 static inline PackedID Pack(uint16_t glyphID, SkFixed x, SkFixed y) {
  /external/clang/include/clang/AST/
TemplateBase.h 59 /// The template argument is a pack expansion of a template name that was
68 /// The template argument is actually a parameter pack. Arguments are stored
70 Pack
166 /// \brief Construct a template argument that is a template pack expansion.
196 /// \brief Construct a template argument that is a template argument pack.
201 this->Args.Kind = Pack;
210 /// \brief Create a new template argument pack by copying the given set of
232 /// parameter pack.
235 /// \brief Determine whether this template argument is a pack expansion.
271 /// is a pack expansion, return the pattern as a template name
    [all...]
  /external/clang/lib/Sema/
SemaTemplateDeduction.cpp 291 case TemplateArgument::Pack:
292 if (Y.getKind() != TemplateArgument::Pack ||
564 /// \brief Retrieve the depth and index of an unexpanded parameter pack.
585 /// A pack that we're currently deducing.
589 // The index of the pack.
592 // The old value of the pack before we started deducing it.
595 // A deferred value of this pack from an inner deduction, that couldn't be
599 // The new value of the pack.
602 // The outer deduction for this pack, if any.
606 /// A scope in which we're performing pack deduction
    [all...]
SemaTemplateInstantiate.cpp 624 /// \brief Retrieve the depth and index of a parameter pack.
689 void ExpandingFunctionParameterPack(ParmVarDecl *Pack) {
690 SemaRef.CurrentInstantiationScope->MakeInstantiatedLocalArgPack(Pack);
    [all...]
  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 9 TEST(VariablePacking, Pack) {
  /external/chromium_org/chrome/browser/extensions/api/declarative/
declarative_apitest.cc 174 ext_dir.Pack(), 1 /*+1 installed extension*/, browser());
206 extension_id, ext_dir.Pack(), 0 /*no new installed extension*/));
241 ext_dir.Pack(), 1 /*+1 installed extension*/, browser());
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
polygon.c 36 #include "pack.h"
252 &ctx->Pack, 32, 32, 1,
258 _mesa_pack_polygon_stipple(ctx->PolygonStipple, dest, &ctx->Pack);
260 _mesa_unmap_pbo_dest(ctx, &ctx->Pack);
readpix.c 36 #include "pack.h"
242 !ctx->Pack.SwapBytes) {
248 !ctx->Pack.SwapBytes) {
252 ctx->Pack.SwapBytes))
780 if (!_mesa_validate_pbo_access(2, &ctx->Pack, width, height, 1,
782 if (_mesa_is_bufferobj(ctx->Pack.BufferObj)) {
793 if (_mesa_is_bufferobj(ctx->Pack.BufferObj) &&
794 _mesa_bufferobj_mapped(ctx->Pack.BufferObj)) {
801 format, type, &ctx->Pack, pixels);
debug.c 91 (state & _NEW_PACKUNPACK) ? "ctx->Pack/Unpack, " : "",
289 store = ctx->Pack; /* save */
290 ctx->Pack = ctx->DefaultPacking;
300 ctx->Pack = store; /* restore */
  /external/mesa3d/src/mesa/main/
polygon.c 36 #include "pack.h"
252 &ctx->Pack, 32, 32, 1,
258 _mesa_pack_polygon_stipple(ctx->PolygonStipple, dest, &ctx->Pack);
260 _mesa_unmap_pbo_dest(ctx, &ctx->Pack);
readpix.c 36 #include "pack.h"
242 !ctx->Pack.SwapBytes) {
248 !ctx->Pack.SwapBytes) {
252 ctx->Pack.SwapBytes))
780 if (!_mesa_validate_pbo_access(2, &ctx->Pack, width, height, 1,
782 if (_mesa_is_bufferobj(ctx->Pack.BufferObj)) {
793 if (_mesa_is_bufferobj(ctx->Pack.BufferObj) &&
794 _mesa_bufferobj_mapped(ctx->Pack.BufferObj)) {
801 format, type, &ctx->Pack, pixels);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
GCMBlockCipher.java 14 import org.bouncycastle.crypto.util.Pack;
159 Pack.longToBigEndian((long)nonce.length * 8, X, 8);
374 Pack.longToBigEndian(atLength * 8, X, 0);
375 Pack.longToBigEndian(totalLength * 8, X, 8);
  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 26 TEST(Packer, Pack) {
  /external/chromium_org/third_party/skia/src/views/
SkStackViewLayout.cpp 42 void SkStackViewLayout::setPack(Pack pack)
44 SkASSERT((unsigned)pack < kPackCount);
45 fPack = SkToU8(pack);
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
226 this->setPack((Pack)index);
228 assert_no_attr(dom, node, "pack");
  /external/skia/src/views/
SkStackViewLayout.cpp 42 void SkStackViewLayout::setPack(Pack pack)
44 SkASSERT((unsigned)pack < kPackCount);
45 fPack = SkToU8(pack);
225 if ((index = dom.findList(node, "pack", "start,center,end")) >= 0)
226 this->setPack((Pack)index);
228 assert_no_attr(dom, node, "pack");
  /external/chromium_org/third_party/skia/src/gpu/
GrBitmapTextContext.cpp 258 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
332 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
365 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
388 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
411 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
  /external/skia/src/gpu/
GrBitmapTextContext.cpp 258 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
332 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
365 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
388 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
411 this->drawPackedGlyph(GrGlyph::Pack(glyph.getGlyphID(),
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/util/
Pack.java 3 public abstract class Pack
  /external/chromium_org/v8/tools/testrunner/server/
local_handler.py 63 response = [ p.Pack() for p in self.server.daemon.peers
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/digests/
LongDigest.java 4 import org.bouncycastle.crypto.util.Pack;
173 W[wOff] = Pack.bigEndianToLong(in, inOff);

Completed in 1725 milliseconds

12 3 4 5