HomeSort by relevance Sort by last modified time
    Searched refs:pak (Results 1 - 3 of 3) sorted by null

  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 584 """Pak resources have a numeric identifier. It is not helpful when
589 # building the pak file. We'll look for files named *resources.h"
600 'Pak Resource %d' % resource_id)
603 """Adds pseudo-symbols from a pak file."""
605 with open(pak_file, 'rb') as pak:
606 data = pak.read()
613 assert version == PAK_FILE_VERSION, ('Unsupported pak file '
705 parser.add_option('--pak', metavar='PATH',
707 'specified *.pak file in the output.')
784 if opts.pak
    [all...]
  /external/skqp/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 584 """Pak resources have a numeric identifier. It is not helpful when
589 # building the pak file. We'll look for files named *resources.h"
600 'Pak Resource %d' % resource_id)
603 """Adds pseudo-symbols from a pak file."""
605 with open(pak_file, 'rb') as pak:
606 data = pak.read()
613 assert version == PAK_FILE_VERSION, ('Unsupported pak file '
705 parser.add_option('--pak', metavar='PATH',
707 'specified *.pak file in the output.')
784 if opts.pak
    [all...]
  /external/vboot_reference/tests/
vb21_host_keyblock_tests.c 25 struct vb2_packed_key *pak, *pakgood; local
89 pak = (struct vb2_packed_key *)((uint8_t *)kb + kb->key_offset);
90 TEST_EQ(0, memcmp(pak, pakgood, pakgood->c.total_size), " data key");

Completed in 6104 milliseconds