Home | History | Annotate | Download | only in test

Lines Matching defs:is

11  * distributed under the License is distributed on an "AS IS" BASIS,
73 MemoryInputStream is;
74 is.Attach(os.Get(), os.Size());
76 factory->LoadFonts(&is, &font_array);
122 MemoryInputStream is;
123 is.Attach(os.Get(), os.Size());
125 factory->LoadFonts(&is, &font_array);
168 MemoryInputStream is;
169 is.Attach(os.Get(), os.Size());
171 factory->LoadFonts(&is, &font_array);
185 // Note: Function is not implemented but the test case is built. Uncomment
186 // when NameTable::clear() is implemented.