/external/harfbuzz_ng/src/ |
D | hb-cff1-interp-cs.hh | 43 SUPER::init (str, *acc.globalSubrs, *acc.privateDicts[fd].localSubrs); in init() 50 void fini () { SUPER::fini (); } in fini() 54 if (likely (!processed_width && (SUPER::argStack.get_count () > 0))) in set_width() 58 width = SUPER::argStack[0]; in set_width() 69 SUPER::clear_args (); in clear_args() 81 typedef CSInterpEnv<Number, CFF1Subrs> SUPER; typedef 94 SUPER::flush_args_and_op (op, env, param); in process_op() 108 SUPER::process_op (op, env, param); in process_op() 148 SUPER::flush_args (env, param); in flush_args() 153 typedef CSOpSet<Number, OPSET, CFF1CSInterpEnv, PARAM, PATH> SUPER; typedef
|
D | hb-cff2-interp-cs.hh | 85 SUPER::init (str, *acc.globalSubrs, *acc.privateDicts[fd].localSubrs); in init() 100 SUPER::fini (); in fini() 106 return SUPER::fetch_op (); in fetch_op() 194 typedef CSInterpEnv<BlendArg, CFF2Subrs> SUPER; typedef 210 SUPER::process_op (op, env, param); in process_op() 227 SUPER::process_op (op, env, param); in process_op() 263 typedef CSOpSet<BlendArg, OPSET, CFF2CSInterpEnv, PARAM, PATH> SUPER; typedef
|
D | hb-cff-interp-dict-common.hh | 278 while (SUPER::env.substr.avail ()) in interpret() 280 OPSET::process_op (SUPER::env.fetch_op (), SUPER::env, param); in interpret() 281 if (unlikely (SUPER::env.in_error ())) in interpret() 289 typedef Interpreter<ENV> SUPER; typedef
|
D | hb-cff-interp-cs-common.hh | 146 return callStack.in_error () || SUPER::in_error (); in in_error() 151 int n = SUPER::argStack.pop_int (); in popSubrNum() 167 SUPER::set_error (); in callSubr() 170 context.substr = SUPER::substr; in callSubr() 174 SUPER::substr = context.substr; in callSubr() 179 if (unlikely (SUPER::substr.in_error ())) in returnFromSubr() 180 SUPER::set_error (); in returnFromSubr() 182 SUPER::substr = context.substr; in returnFromSubr() 189 vstem_count += SUPER::argStack.get_count() / 2; in determine_hintmask_size() 220 typedef InterpEnv<ARG> SUPER; typedef [all …]
|
D | hb-subset-cff1.cc | 86 SUPER::init (); in init() 90 void fini () { SUPER::fini (); } in fini() 92 unsigned get_count () const { return base->get_count () + SUPER::get_count (); } in get_count() 98 return SUPER::values[i - base->get_count ()]; in get_value() 109 typedef CFF1TopDictValues SUPER; typedef 248 return_trace (SUPER::serialize (c, opstr, mod.privateDictInfo)); in serialize() 256 return SUPER::calculate_serialized_size (opstr); in calculate_serialized_size() 260 typedef CFFFontDict_OpSerializer SUPER; typedef 287 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op() 296 SUPER::flush_args (env, param); in flush_args() [all …]
|
D | hb-ot-cff-common.hh | 67 void fini () { SUPER::fini_deep (); } in fini() 78 typedef hb_vector_t<StrBuff> SUPER; typedef 420 void init () { SUPER::init (); } in init() 422 void fini () { SUPER::fini (); } in fini() 426 if (unlikely (!SUPER::resize (size))) in reset() 436 if (unlikely (!SUPER::resize (size))) in identity() 464 typedef hb_vector_t<hb_codepoint_t> SUPER; typedef 706 typedef CFFIndex<COUNT> SUPER; typedef
|
D | hb-ot-cff2-table.hh | 197 SUPER::process_op (op, env, dictval); in process_op() 207 typedef TopDictOpSet<> SUPER; typedef 234 SUPER::process_op (op, env); in process_op() 245 typedef DictOpSet SUPER; typedef 386 SUPER::process_op (op, env); in process_op() 397 typedef DictOpSet SUPER; typedef
|
D | hb-subset-cff2.cc | 103 SUPER::flush_args_and_op (op, env, param); in flush_args_and_op() 130 SUPER::flush_args (env, param); in flush_args() 174 typedef CFF2CSOpSet<CFF2CSOpSet_Flatten, FlattenParam> SUPER; typedef 192 SUPER::process_op (op, env, param); in process_op() 204 SUPER::process_op (op, env, param); in process_op() 223 typedef CFF2CSOpSet<CFF2CSOpSet_SubrSubset, SubrSubsetParam> SUPER; typedef
|
D | hb-subset-cff-common.hh | 400 SUPER::init (); in init() 409 SUPER::add_op (op, substr); in add_op() 422 SUPER::add_op (op, substr, val); in add_call_op() 461 typedef ParsedValues<ParsedCSOp> SUPER; typedef 468 SUPER::init (); in init() 473 void fini () { SUPER::fini_deep (); } in fini() 476 typedef hb_vector_t<ParsedCStr> SUPER; typedef
|
/external/clang/test/SemaObjC/ |
D | undef-superclass-1.m | 3 @class SUPER, Y; // expected-note 2 {{forward declaration of class here}} 5 @interface INTF :SUPER // expected-error {{attempting to use the forward class 'SUPER' as supercla… 8 @interface SUPER @end interface 10 @interface INTF1 : SUPER // expected-note {{previous definition is here}} 23 @implementation SUPER implementation 25 [super dealloc]; // expected-error {{'SUPER' cannot use 'super' because it is a root class}}
|
D | class-def-test-1.m | 3 @protocol SUPER; // expected-note {{protocol 'SUPER' has no definition}} protocol 5 @interface SUPER <SUPER> @end // expected-warning {{cannot find protocol definition for 'SUPER'}}
|
D | class-impl-1.m | 5 @interface SUPER @end // expected-note {{previous definition is here}} interface 21 @implementation INTF1 : SUPER // expected-error {{conflicting super class name 'SUPER'}}
|
D | check-dup-decl-methods-1.m | 3 @interface SUPER interface 10 @interface class1 : SUPER
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/resolution/types/ |
D | ResolvedWildcard.java | 57 return new ResolvedWildcard(BoundType.SUPER, type); in superBound() 104 } else if (type == BoundType.SUPER) { in describe() 114 return type == BoundType.SUPER; in isSuper() 137 } else if (type == BoundType.SUPER) { in isAssignableBy() 179 SUPER, enumConstant
|
/external/clang/test/Rewriter/ |
D | rewrite-modern-class.mm | 48 @interface SUPER { interface 51 SUPER *p_super; 58 - (SUPER *) Meth : (SUPER *)arg { argument
|
D | objc-super-test.m | 6 @interface SUPER interface 10 @interface MyDerived : SUPER
|
D | undecl-objc-h.m | 8 @interface SUPER interface 12 @interface MyDerived : SUPER
|
/external/clang/test/Index/ |
D | annotate-parameterized-classes.m | 35 …e-tokens=%s:15:1:16:1 %s -target x86_64-apple-macosx10.7.0 | FileCheck -check-prefix=CHECK-SUPER %s 36 // CHECK-SUPER: Identifier: "A" [15:40 - 15:41] ObjCSuperClassRef=A:7:12 37 // CHECK-SUPER: Identifier: "T" [15:42 - 15:43] TypeRef=T:15:14 38 // CHECK-SUPER: Identifier: "U" [15:45 - 15:46] TypeRef=U:15:22
|
/external/antlr/runtime/Perl5/lib/ANTLR/Runtime/ |
D | Parser.pm | 18 $self->SUPER::reset(); # reset all recognizer state variables 81 $self->SUPER::trace_in($rule_name, $rule_index, $self->input->LT(1)); 87 $self->SUPER::trace_out($rule_name, $rule_index, $self->input->LT(1));
|
D | Lexer.pm | 27 $self->SUPER::reset(); 275 $msg = $self->SUPER::get_error_message($e, $token_names); 313 $self->SUPER::trace_in($rule_name, $rule_index, $input_symbol); 320 $self->SUPER::trace_out($rule_name, $rule_index, $input_symbol);
|
/external/clang/test/CodeGenObjC/ |
D | super-classmethod-category.m | 3 @interface SUPER interface 7 @interface CURRENT : SUPER
|
/external/v8/src/ |
D | code-stubs.h | 214 #define DEFINE_CODE_STUB_BASE(NAME, SUPER) \ argument 216 NAME(uint32_t key, Isolate* isolate) : SUPER(key, isolate) {} \ 222 #define DEFINE_CODE_STUB(NAME, SUPER) \ argument 226 DEFINE_CODE_STUB_BASE(NAME##Stub, SUPER) 229 #define DEFINE_PLATFORM_CODE_STUB(NAME, SUPER) \ argument 232 DEFINE_CODE_STUB(NAME, SUPER) 235 #define DEFINE_TURBOFAN_CODE_STUB(NAME, SUPER) \ argument 238 DEFINE_CODE_STUB(NAME, SUPER)
|
/external/mesa3d/src/gallium/auxiliary/pipebuffer/ |
D | pb_bufmgr_mm.c | 49 #define SUPER(__derived) (&(__derived)->base) macro 220 return SUPER(mm_buf); in mm_bufmgr_create_buffer() 283 return SUPER(mm); in mm_bufmgr_create_from_buffer()
|
D | pb_bufmgr_pool.c | 52 #define SUPER(__derived) (&(__derived)->base) macro 226 return SUPER(pool_buf); in pool_bufmgr_create_buffer() 311 return SUPER(pool); in pool_bufmgr_create()
|
/external/antlr/runtime/Perl5/t/lib/My/Test/Class/ |
D | Load.pm | 11 return if !$class->SUPER::is_test_class($file, $dir);
|