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

  /external/chromium_org/tools/relocation_packer/test_data/
generate_elf_file_unittest_relocs.sh 26 local '-r' packer='out_android/Debug/obj/tools/relocation_packer'
27 local '-r' gen="${packer}/relocation_packer_unittests_test_data.gen"
  /external/clang/test/SemaCXX/
local-classes.cpp 12 BitPacker packer; local
  /external/chromium_org/third_party/angle/tests/compiler_tests/
VariablePacker_test.cpp 67 VariablePacker packer; local
71 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
80 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
86 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
91 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
100 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
104 EXPECT_FALSE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
118 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(kMaxRows, vars));
164 VariablePacker packer; local
166 EXPECT_TRUE(packer.CheckVariablesWithinPackingLimits(squareSize, vars))
    [all...]
  /external/chromium_org/tools/relocation_packer/src/
packer_unittest.cc 5 #include "packer.h"
50 TEST(Packer, PackRel) {
54 RelocationPacker packer; local
67 packer.PackRelativeRelocations(relocations, &packed);
94 TEST(Packer, UnpackRel) {
98 RelocationPacker packer; local
124 packer.UnpackRelativeRelocations(packed, &relocations);
138 TEST(Packer, PackRela) {
142 RelocationPacker packer; local
155 packer.PackRelativeRelocations(relocations, &packed)
198 RelocationPacker packer; local
    [all...]
elf_file.cc 41 #include "packer.h"
    [all...]
  /external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp 521 VariablePacker packer; local
522 return packer.CheckVariablesWithinPackingLimits(maxUniformVectors, expandedUniforms);
ShaderLang.cpp 530 VariablePacker packer; local
531 return packer.CheckVariablesWithinPackingLimits(maxVectors, variables) ? 1 : 0;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewManager.java 518 BinPacker packer = new BinPacker(minWidth, minHeight); local
524 packer.addSpace(new Rect(rightHandSide, 0,
528 packer.addSpace(new Rect(0, bottomBorder + PREVIEW_VGAP,
546 Rect position = packer.occupy(previewWidth, previewHeight);
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_service_unittest.cc     [all...]

Completed in 404 milliseconds