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

  /external/libchrome/mojo/core/
shared_buffer_dispatcher_unittest.cc 128 std::unique_ptr<PlatformSharedMemoryMapping> mapping2; local
129 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->MapBuffer(50, 50, &mapping2));
130 ASSERT_TRUE(mapping2);
131 ASSERT_TRUE(mapping2->GetBase());
132 EXPECT_EQ(50u, mapping2->GetLength());
133 EXPECT_EQ('x', static_cast<char*>(mapping2->GetBase())[0]);
139 static_cast<char*>(mapping2->GetBase())[1] = 'y';
165 std::unique_ptr<PlatformSharedMemoryMapping> mapping2; local
166 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->MapBuffer(50, 50, &mapping2));
167 ASSERT_TRUE(mapping2);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/utils/
unicode-case-fold.py 49 def stride2(mapping1, mapping2):
50 return mapping2[0] - mapping1[0]
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 1020 const UnicodeString *mapping2; local
    [all...]
  /external/fonttools/Lib/fontTools/varLib/
__init__.py 501 mapping2 = indirectStore.optimize()
502 mapping = [mapping2[mapping[g]] for g in glyphOrder]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/tests/
test_fixers.py     [all...]
  /external/python/cpython2/Lib/lib2to3/tests/
test_fixers.py     [all...]
  /external/python/cpython3/Lib/lib2to3/tests/
test_fixers.py     [all...]

Completed in 683 milliseconds