/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/testpkg-relimport/ |
script.py | 4 import pkg.oldstyle namespace
|
/external/skia/src/core/ |
SkFontStyle.cpp | 26 SkFontStyle::SkFontStyle(unsigned oldStyle) { 28 fUnion.fR.fWeight = (oldStyle & SkTypeface::kBold) ? SkFontStyle::kBold_Weight 31 fUnion.fR.fSlant = (oldStyle & SkTypeface::kItalic) ? SkFontStyle::kItalic_Slant
|
/frameworks/base/core/java/android/text/style/ |
TypefaceSpan.java | 84 int oldStyle; 88 oldStyle = 0; 90 oldStyle = old.getStyle(); 93 Typeface tf = Typeface.create(family, oldStyle); 94 int fake = oldStyle & ~tf.getStyle();
|
StyleSpan.java | 92 int oldStyle; 96 oldStyle = 0; 98 oldStyle = old.getStyle(); 101 int want = oldStyle | style;
|
/external/skia/include/core/ |
SkFontStyle.h | 46 /** oldStyle means the style-bits in SkTypeface::Style: bold=1, italic=2 */ 47 explicit SkFontStyle(unsigned oldStyle);
|
/external/freetype/src/autofit/ |
afcover.h | 45 /* and oldstyle representation forms are possible. */ 60 /* and oldstyle representation forms are possible. */
|
/libcore/ojluni/src/main/java/sun/security/util/ |
ManifestDigester.java | 197 boolean oldStyle; 211 if (oldStyle) { 255 public Entry get(String name, boolean oldStyle) { 258 e.oldStyle = oldStyle;
|
/libcore/ojluni/src/main/java/sun/security/pkcs/ |
ContentInfo.java | 119 * @param oldStyle flag indicating whether or not the given content info 122 public ContentInfo(DerInputStream derin, boolean oldStyle) 139 if (oldStyle) {
|
SignerInfo.java | 108 * @param oldStyle flag indicating whether or not the given signer info 111 public SignerInfo(DerInputStream derin, boolean oldStyle) 130 if (oldStyle) { 152 if (oldStyle) {
|
PKCS7.java | 74 private boolean oldStyle = false; // Is this JDK1.1.x-style? 139 oldStyle = true; 154 * @param oldStyle flag indicating whether or not the given PKCS#7 block 157 private void parse(DerInputStream derin, boolean oldStyle) 160 contentInfo = new ContentInfo(derin, oldStyle); 772 return this.oldStyle; [all...] |
/art/sigchainlib/ |
sigchain.cc | 68 // If oldstyle is true then this action is from an older style signal() 71 void SetAction(const struct sigaction& action, bool oldstyle) { 73 uses_old_style_ = oldstyle; 76 bool OldStyle() const { 165 if (user_sigactions[sig].OldStyle()) {
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
test_imports.py | 68 m = self.importModule('pkg.oldstyle.mod') 73 m = self.importModule('pkg.oldstyle.mod') 114 imported = ('mod', 'pkg', 'pkg.mod', 'pkg.oldstyle', 163 # 5. pkg.oldstyle 164 n = self.mf.findNode('pkg.oldstyle') 282 node = self.mf.findNode('pkg.oldstyle') 284 self.assertEqual(node.identifier, 'pkg.oldstyle') 290 node = self.mf.findNode('pkg.oldstyle') 292 self.assertEqual(node.identifier, 'pkg.oldstyle')
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_index.py | 8 class oldstyle: class in inherits: 26 self.o = oldstyle() 75 self.o = oldstyle() 77 self.o2 = oldstyle()
|
test_gc.py | 506 class OldStyle: 511 self.assertTrue(gc.is_tracked(OldStyle)) 512 self.assertTrue(gc.is_tracked(OldStyle()))
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_index.py | 8 class oldstyle: class in inherits: 26 self.o = oldstyle() 75 self.o = oldstyle() 77 self.o2 = oldstyle()
|
test_gc.py | 506 class OldStyle: 511 self.assertTrue(gc.is_tracked(OldStyle)) 512 self.assertTrue(gc.is_tracked(OldStyle()))
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 8 class oldstyle: class in inherits: 26 self.o = oldstyle() 75 self.o = oldstyle() 77 self.o2 = oldstyle()
|
test_gc.py | 506 class OldStyle: 511 self.assertTrue(gc.is_tracked(OldStyle)) 512 self.assertTrue(gc.is_tracked(OldStyle()))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_index.py | 8 class oldstyle: class in inherits: 26 self.o = oldstyle() 75 self.o = oldstyle() 77 self.o2 = oldstyle()
|
test_gc.py | 506 class OldStyle: 511 self.assertTrue(gc.is_tracked(OldStyle)) 512 self.assertTrue(gc.is_tracked(OldStyle()))
|
/external/skia/src/ports/ |
SkFontMgr_custom.cpp | 312 SkTypeface::Style oldStyle = (SkTypeface::Style)styleBits; 313 SkFontStyle style = SkFontStyle(oldStyle & SkTypeface::kBold 317 oldStyle & SkTypeface::kItalic
|
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/ |
map.h | [all...] |
/external/skia/src/sfnt/ |
SkPanose.h | 76 ((OldStyle, 2))
|
/external/zlib/src/contrib/vstudio/vc10/ |
zlibstat.vcxproj | 175 <DebugInformationFormat>OldStyle</DebugInformationFormat>
267 <DebugInformationFormat>OldStyle</DebugInformationFormat>
300 <DebugInformationFormat>OldStyle</DebugInformationFormat>
|
/external/zlib/src/contrib/vstudio/vc11/ |
zlibstat.vcxproj | 182 <DebugInformationFormat>OldStyle</DebugInformationFormat>
266 <DebugInformationFormat>OldStyle</DebugInformationFormat>
295 <DebugInformationFormat>OldStyle</DebugInformationFormat>
|