Home
last modified time | relevance | path

Searched +defs:e +defs:g (Results 1 – 25 of 542) sorted by relevance

12345678910>>...22

/external/libcxx/test/libcxx/containers/associative/
Dtree_balance_after_insert.pass.cpp262 Node e; in test1() local
264 Node g; in test1() local
337 Node e; in test1() local
339 Node g; in test1() local
412 Node e; in test1() local
414 Node g; in test1() local
487 Node e; in test1() local
489 Node g; in test1() local
655 Node e; in test2() local
657 Node g; in test2() local
[all …]
/external/libcxxabi/test/
Dunwind_06.pass.cpp60 double e = get(0); in try4() local
72 double e = get(0); in try5() local
85 double e = get(0); in try6() local
87 double g = get(0); in try6() local
99 double e = get(0); in try7() local
101 double g = get(0); in try7() local
114 double e = get(0); in try8() local
116 double g = get(0); in try8() local
135 double e = get(5); in foo() local
137 double g = get(7); in foo() local
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
DNFAFactory.java124 StateCluster g = new StateCluster(left, right); in build_Atom() local
142 Transition e = new Transition(label,right); in build_Set() local
144 StateCluster g = new StateCluster(left, right); in build_Set() local
167 Transition e = new Transition(label,right); in build_Range() local
169 StateCluster g = new StateCluster(left, right); in build_Range() local
239 Transition e = new RuleClosureTransition(refDef,ruleStart,right); in build_RuleRef() local
241 StateCluster g = new StateCluster(left, right); in build_RuleRef() local
250 StateCluster g = new StateCluster(left, right); in build_Epsilon() local
267 Transition e = new Transition(new PredicateLabel(pred), right); in build_SemanticPredicate() local
269 StateCluster g = new StateCluster(left, right); in build_SemanticPredicate() local
[all …]
/external/clang/test/Lexer/
Dstring-literal-encoding.c13 …char16_t const *e = uR"(�����)"; // expected-error {{illegal character encoding in string literal}} in f() local
16 char const *g = "�����"; // expected-warning {{illegal character encoding in string literal}} in f() local
21 void g() { in g() function
27 …char16_t const *e = uR"(foo �����)"; // expected-error {{illegal character encoding in string lite… in g() local
30 … char const *g = "foo �����"; // expected-warning {{illegal character encoding in string literal}} in g() local
/external/conscrypt/common/src/jni/main/include/
Dmacros.h192 #define UNUSED_5(a, b, c, d, e) ((void)(a)), UNUSED_4(b, c, d, e) argument
193 #define UNUSED_6(a, b, c, d, e, f) ((void)(a)), UNUSED_5(b, c, d, e, f) argument
194 #define UNUSED_7(a, b, c, d, e, f, g) ((void)(a)), UNUSED_6(b, c, d, e, f, g) argument
195 #define UNUSED_8(a, b, c, d, e, f, g, h) ((void)(a)), UNUSED_7(b, c, d, e, f, g, h) argument
196 #define UNUSED_9(a, b, c, d, e, f, g, h, i) ((void)(a)), UNUSED_8(b, c, d, e, f, g, h, i) argument
197 #define UNUSED_10(a, b, c, d, e, f, g, h, i, j) ((void)(a)), UNUSED_9(b, c, d, e, f, g, h, i, j) argument
198 #define UNUSED_11(a, b, c, d, e, f, g, h, i, j, k) \ argument
200 #define UNUSED_12(a, b, c, d, e, f, g, h, i, j, k, l) \ argument
202 #define UNUSED_13(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument
204 #define UNUSED_14(a, b, c, d, e, f, g, h, i, j, k, l, m, n) \ argument
/external/google-breakpad/src/common/
Dbyte_cursor_unittest.cc144 uint8_t a, b, c, d, e; in TEST() local
162 int a, b, c, d, e; in TEST() local
182 int a, b, c, d, e, f, g, h, i, j; in TEST() local
216 int64_t a, b, c, d, e, f, g; in TEST() local
243 int64_t a, b, c, d, e, f, g; in TEST() local
266 int32_t a, b, c, d, e; in TEST() local
286 int64_t a, b, c, d, e, f, g, h, i, j; in TEST() local
320 int64_t a, b, c, d, e, f, g; in TEST() local
347 uint64_t a, b, c, d, e, f, g; in TEST() local
369 int32_t a, b, c, d, e; in TEST() local
[all …]
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/
Dp7.cpp5 …auto d = 0, e = 0.0; // expected-error {{'int' in declaration of 'd' and deduced as 'double' in de… in f() local
11 …auto &f = k, &g = a; // expected-error {{'const int' in declaration of 'f' and deduced as 'int' in… in f() local
21 void g() { in g() function
29 (*e)() -> void, in g() local
34 auto g = 0ull, h = decltype(g)(0); in g() local
/external/syslinux/gnu-efi/gnu-efi-3.0/apps/
Dtcc.c131 UINT32 c, UINT32 d, UINT32 e) in test_call5_callback()
154 UINT32 c, UINT32 d, UINT32 e, UINT32 f) in test_call6_callback()
180 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g) in test_call7_callback()
208 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h) in test_call8_callback()
244 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h, UINT32 i) in test_call9_callback()
284 UINT32 c, UINT32 d, UINT32 e, UINT32 f, UINT32 g, UINT32 h, UINT32 i, in test_call10_callback()
/external/libgsm/inc/
Dproto.h44 # define P5(x, a, b, c, d, e) (a, b, c, d, e) argument
45 # define P6(x, a, b, c, d, e, f) (a, b, c, d, e, f) argument
46 # define P7(x, a, b, c, d, e, f, g) (a, b, c, d, e, f, g) argument
47 # define P8(x, a, b, c, d, e, f, g, h) (a, b, c, d, e, f, g, h) argument
58 # define P5(x, a, b, c, d, e) x a; b; c; d; e; argument
59 # define P6(x, a, b, c, d, e, f) x a; b; c; d; e; f; argument
60 # define P7(x, a, b, c, d, e, f, g) x a; b; c; d; e; f; g; argument
61 # define P8(x, a, b, c, d, e, f, g, h) x a; b; c; d; e; f; g; h; argument
/external/clang/test/CXX/temp/temp.spec/temp.inst/
Dp1.cpp13 e = T::error // expected-error {{'double' cannot be used prior to '::'}} enumerator
20 e = 0 enumerator
27 e = 4 enumerator
41 e = T::error // expected-error {{has no members}} in f() enumerator
48 int g() { in g() function
50 e = T::error // expected-error {{has no members}} in g() enumerator
73 e = T::error // expected-error {{'int' cannot be used prior to '::'}} enumerator
80 e = 0 enumerator
87 e = 4 enumerator
96 e = T::error // expected-error {{has no members}} in f() enumerator
[all …]
/external/clang/test/CodeGen/
Darm-aapcs-vfp.c127 …vfp_stack_gpr_split_1(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_1()
130 …vfp_stack_gpr_split_2(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_2()
133 …vfp_stack_gpr_split_3(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_3()
137 …ck_gpr_split_bitfield(double a, double b, double c, double d, double e, double f, double g, double… in test_test_vfp_stack_gpr_split_bitfield()
142 …vfp_stack_gpr_split_4(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_4()
148 …plit_5(struct_seventeen_ints a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_5()
152 …vfp_stack_gpr_split_6(double a, double b, double c, double d, double e, double f, double g, double… in test_vfp_stack_gpr_split_6()
/external/clang/test/OpenMP/
Dsections_ast_print.cpp13 T b = argc, c, d, e, f, g; in tmain() local
30 int b = argc, c, d, e, f, g; in main() local
Dcritical_ast_print.cpp14 T b = argc, c, d, e, f, g; in tmain() local
32 int b = argc, c, d, e, f, g; in main() local
Dteams_ast_print.cpp33 T b = argc, c, d, e, f, g; in tmain() local
92 int b = argc, c, d, e, f, g; in main() local
Dparallel_sections_ast_print.cpp33 T b = argc, c, d, e, f, g; in tmain() local
112 int b = argc, c, d, e, f, g; in main() local
/external/openssh/openbsd-compat/
Dsha2.c301 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
310 #define ROUND256(a,b,c,d,e,f,g,h) do { \ argument
325 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
383 u_int32_t a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
581 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) do { \ argument
591 #define ROUND512(a,b,c,d,e,f,g,h) do { \ argument
606 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
664 u_int64_t a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x9/
DDHDomainParameters.java21 private ASN1Integer p, g, q, j; field in DHDomainParameters
45 public DHDomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, in DHDomainParameters()
68 public DHDomainParameters(ASN1Integer p, ASN1Integer g, ASN1Integer q, ASN1Integer j, in DHDomainParameters()
98 Enumeration e = seq.getObjects(); in DHDomainParameters() local
117 private static ASN1Encodable getNext(Enumeration e) in getNext()
DDomainParameters.java30 private final ASN1Integer p, g, q, j; field in DomainParameters
74 public DomainParameters(BigInteger p, BigInteger g, BigInteger q, BigInteger j, in DomainParameters()
112 Enumeration e = seq.getObjects(); in DomainParameters() local
139 private static ASN1Encodable getNext(Enumeration e) in getNext()
/external/okhttp/website/static/
Dprettify.js2e){var b=e.charCodeAt(0);if(b!==92)return b;var a=e.charAt(1);return(b=r[a])?b:"0"<=a&&a<="7"?pars… argument
3 …t(h))c.push(h);else{var h=d(h),l;a+2<f&&"-"===b[a+1]?(l=d(b[a+2]),a+=2):l=h;e.push([h,l]);l<65||h>… argument
4 h[1]>h[0]&&(h[1]+1>h[0]&&c.push("-"),c.push(g(h[1])));c.push("]");return c.join("")}function s(e){f… argument
6 …)throw Error(""+i);n.push("(?:"+s(i)+")")}return RegExp(n.join("|"),j?"gi":"g")}function T(a,d){fu… function in T
7 …s)nocode(?:\s|$)/,s=[],x=0,m=[],j=0;g(a);return{a:s.join("").replace(/\n$/,""),d:m}}function H(a,d… property
13 q],["pun",RegExp(b),q]);return C(d,g)}function J(a,d,g){function b(a){var c=a.nodeType;if(c==1&&!x.… argument
26 p(C([],[["str",/^[\S\s]+/]]),["regex"]);var Y=D.PR={createSimpleLexer:C,registerLangHandler:p,sourc… argument
27 return b.innerHTML},prettyPrint:D.prettyPrint=function(a,d){function g(){for(var b=D.PR_SHOULD_USE_… function
/external/ipsec-tools/src/racoon/missing/crypto/sha2/
Dsha2.c349 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
360 #define ROUND256_0_TO_15(a,b,c,d,e,f,g,h) \ argument
369 #define ROUND256(a,b,c,d,e,f,g,h) \ argument
381 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
439 sha2_word32 a, b, c, d, e, f, g, h, s0, s1; in SHA256_Transform() local
676 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
687 #define ROUND512_0_TO_15(a,b,c,d,e,f,g,h) \ argument
696 #define ROUND512(a,b,c,d,e,f,g,h) \ argument
708 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
763 sha2_word64 a, b, c, d, e, f, g, h, s0, s1; in SHA512_Transform() local
/external/clang/test/CodeGenCXX/
Dvtable-assume-load.cpp25 void g(A *a) { a->foo(); } in g() function
70 void g(A *a) { a->foo(); } in g() function
110 void g(B *a) { a->foo(); } in g() function
138 void g(C *c) { c->foo(); } in g() function
163 void g(S &s) { s.foo(); } in g() function
200 void g() { in g() function
220 void g() { in g() function
291 void e() { in e() function
292 E e; in e() local
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java123 public void mousePressed(MouseEvent e) { in mousePressed()
135 public void mouseDragged(MouseEvent e) { in mouseDragged()
140 public void mouseReleased(MouseEvent e) { in mouseReleased()
145 public void mouseEntered(MouseEvent e) { in mouseEntered()
149 public void mouseExited(MouseEvent e){ in mouseExited()
153 public void mouseClicked(MouseEvent e) {} in mouseClicked()
154 public void mouseMoved(MouseEvent e) {} in mouseMoved()
157 public void focusGained(FocusEvent e) { in focusGained()
163 public void focusLost(FocusEvent e) { in focusLost()
170 public void select(MouseEvent e, boolean first) { in select()
[all …]
/external/valgrind/coregrind/
Dpub_core_syscall.h65 #define vgPlain_do_syscall5(s,a,b,c,d,e) VG_(do_syscall)((s),(a),(b),(c),\ argument
67 #define vgPlain_do_syscall6(s,a,b,c,d,e,f) VG_(do_syscall)((s),(a),(b),(c),\ argument
69 #define vgPlain_do_syscall7(s,a,b,c,d,e,f,g) VG_(do_syscall)((s),(a),(b),(c),\ argument
71 #define vgPlain_do_syscall8(s,a,b,c,d,e,f,g,h) VG_(do_syscall)((s),(a),(b),(c),\ argument
/external/clang/test/SemaCXX/
Ddeclspec-thread.cpp10 __declspec(thread) int e = foo(); variable
12 __declspec(thread) int e = foo(); // expected-error {{must be a constant expression}} expected-note… variable
24 __declspec(thread) HasDtor g; variable
26 __declspec(thread) HasCtor g; // expected-error {{must be a constant expression}} expected-note {{t… variable
/external/compiler-rt/test/cfi/
Dsimple-pass.cpp16 void A::g() {} in g() function in A
24 void A2::g() {} in g() function in A2
28 void g() {} in g() function
33 void g() {} in g() function
44 void C::g() {} in g() function in __anond089e3fd0111::C
52 void C2::g() {} in g() function in __anond089e3fd0111::C2
56 void g() {} in g() function
61 void g() {} in g() function
68 void g() {} in g() function
73 void g() {} in g() function
[all …]

12345678910>>...22