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

  /external/libchrome/mojo/core/
shared_buffer_dispatcher_unittest.cc 120 std::unique_ptr<PlatformSharedMemoryMapping> mapping1; local
121 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->MapBuffer(0, 100, &mapping1));
122 ASSERT_TRUE(mapping1);
123 ASSERT_TRUE(mapping1->GetBase());
124 EXPECT_EQ(100u, mapping1->GetLength());
126 static_cast<char*>(mapping1->GetBase())[50] = 'x';
140 EXPECT_EQ('y', static_cast<char*>(mapping1->GetBase())[51]);
157 std::unique_ptr<PlatformSharedMemoryMapping> mapping1; local
158 EXPECT_EQ(MOJO_RESULT_OK, dispatcher->MapBuffer(0, 100, &mapping1));
159 ASSERT_TRUE(mapping1);
    [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 1011 const UnicodeString *mapping1; local
    [all...]
  /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 1063 milliseconds