Home
last modified time | relevance | path

Searched +defs:b +defs:e +defs:e (Results 1 – 25 of 1015) sorted by relevance

12345678910>>...41

/external/libcxxabi/test/
Dunwind_06.pass.cpp25 double b = get(1); in try1() local
34 double b = get(1); in try2() local
44 double b = get(1); in try3() local
55 double b = get(0); in try4() local
58 double e = get(0); in try4() local
67 double b = get(0); in try5() local
70 double e = get(0); in try5() local
80 double b = get(0); in try6() local
83 double e = get(0); in try6() local
94 double b = get(0); in try7() local
[all …]
/external/mesa3d/src/mesa/main/
Dbitset.h55 #define BITSET_BITWORD(b) ((b) / BITSET_WORDBITS) argument
56 #define BITSET_BIT(b) (1 << ((b) % BITSET_WORDBITS)) argument
60 #define BITSET_TEST(x, b) ((x)[BITSET_BITWORD(b)] & BITSET_BIT(b)) argument
61 #define BITSET_SET(x, b) ((x)[BITSET_BITWORD(b)] |= BITSET_BIT(b)) argument
62 #define BITSET_CLEAR(x, b) ((x)[BITSET_BITWORD(b)] &= ~BITSET_BIT(b)) argument
64 #define BITSET_MASK(b) ((b) == BITSET_WORDBITS ? ~0 : BITSET_BIT(b) - 1) argument
65 #define BITSET_RANGE(b, e) (BITSET_MASK((e) + 1) & ~BITSET_MASK(b)) argument
69 #define BITSET_TEST_RANGE(x, b, e) \ argument
73 #define BITSET_SET_RANGE(x, b, e) \ argument
77 #define BITSET_CLEAR_RANGE(x, b, e) \ argument
[all …]
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
Dknockout-2.0.0.js6 function c(a){throw a;}var l=void 0,m=!0,o=null,p=!1,r=window.ko={};r.b=function(a,b){for(var d=a.s… argument
7 r.a=new function(){function a(a,e){if("INPUT"!=a.tagName||!a.type)return p;if("click"!=e.toLowerCas… argument
8 f}var j=function(){for(var a=3,e=document.createElement("div"),b=e.getElementsByTagName("i");e.inne… argument
9 a.length;f<d;f++)if(e.call(b,a[f]))return a[f];return o},ca:function(a,e){var b=r.a.k(a,e);0<=b&&a.… argument
10 (a[b]=e[b]);return a},U:function(a){for(;a.firstChild;)r.removeNode(a.firstChild)},oa:function(a,e)… argument
11 [],f=(a||"").split(e),d=0,h=f.length;d<h;d++){var g=r.a.z(f[d]);""!==g&&b.push(g)}return b},Cb:func… argument
12 ga:function(a){return r.a.fb(a,document)},s:function(e,b,f){if("undefined"!=typeof jQuery){if(a(e,b… argument
14 b.checked!==m;b.fireEvent("on"+f)}else c(Error("Browser doesn't support triggering events"))},d:fun… argument
15 e.appendChild(a.cloneNode(m));return e.innerHTML},Ma:function(a,e){var b=r.a.d(e);if(b===o||b===l)b… argument
17 return JSON.stringify(r.a.d(a))},wb:function(a,e,b){var b=b||{},f=b.params||{},d=b.includeFields||t… argument
[all …]
/external/v8/test/mjsunit/asm/poppler/
Dpoppler.js933 'b': 'bool', property
2423 …}var FS={root:null,mounts:[],devices:[null],streams:[null],nextInode:1,nameTable:null,currentPath:… argument
5881 function _copysign(a, b) { argument
6180 keys.sort(function(a, b) { argument
7313 function Kd(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7&-8;return b|0}function Ld(){return i|0}function Md(a… argument
7317 function Ip(b,d,e,f,g){b=b|0;d=d|0;e=e|0;f=+f;g=g|0;var j=0,k=0,l=0,m=0.0,n=0.0,o=0.0,p=0.0,q=0.0,r… argument
7321 function $K(a,b,d,e,f,g){a=a|0;b=b|0;d=d|0;e=e|0;f=f|0;g=g|0;var h=0;h=i;do{if((d|b|e|0)<0){a=6}els… argument
7325 function zD(b,e,f,g,h,j,k,l,m,n,o){b=b|0;e=e|0;f=f|0;g=g|0;h=h|0;j=j|0;k=k|0;l=l|0;m=m|0;n=n|0;o=o|… argument
7329 function wx(b,d){b=b|0;d=d|0;var e=0,f=0,g=0,h=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,s=0,t=0,u=0,v=0,w=… argument
7333 …if((x|0)==-1){if((c[a>>2]|0)==0){break}else{t=0}while(1){B=e[(c[n>>2]|0)+(t<<1)>>1]|0;B=(aJ(b[z+(t… argument
[all …]
/external/libcxx/test/std/containers/associative/
Dtree_balance_after_insert.pass.cpp36 Node b; in test1() local
91 Node b; in test1() local
146 Node b; in test1() local
201 Node b; in test1() local
256 Node b; in test1() local
259 Node e; in test1() local
331 Node b; in test1() local
334 Node e; in test1() local
406 Node b; in test1() local
409 Node e; in test1() local
[all …]
Dtree_remove.pass.cpp37 Node b; in test1() local
40 Node e; in test1() local
102 Node b; in test1() local
105 Node e; in test1() local
167 Node b; in test1() local
170 Node e; in test1() local
243 Node b; in test1() local
246 Node e; in test1() local
323 Node b; in test2() local
388 Node b; in test2() local
[all …]
/external/libgsm/inc/
Dproto.h41 # define P2(x, a, b) (a, b) argument
42 # define P3(x, a, b, c) (a, b, c) argument
43 # define P4(x, a, b, c, d) (a, b, c, d) argument
44 # 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
55 # define P2(x, a, b) x a; b; argument
56 # define P3(x, a, b, c) x a; b; c; argument
57 # define P4(x, a, b, c, d) x a; b; c; d; argument
[all …]
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417ECModulusGF.cpp28 void CBC_PDF417ECModulusGF::Initialize(int32_t& e) { in Initialize()
37 int32_t& e) { in CBC_PDF417ECModulusGF()
69 int32_t& e) { in buildMonomial()
88 int32_t CBC_PDF417ECModulusGF::add(int32_t a, int32_t b) { in add()
91 int32_t CBC_PDF417ECModulusGF::subtract(int32_t a, int32_t b) { in subtract()
97 int32_t CBC_PDF417ECModulusGF::log(int32_t a, int32_t& e) { in log()
104 int32_t CBC_PDF417ECModulusGF::inverse(int32_t a, int32_t& e) { in inverse()
111 int32_t CBC_PDF417ECModulusGF::multiply(int32_t a, int32_t b) { in multiply()
/external/clang/test/Analysis/
Dauto-obj-dtors-cfg-output.cpp53 const A& b = a; in test_const_ref() local
71 A b[0]; in test_array() local
98 A b; in test_scope() local
131 A b; in test_return() local
196 A b; in test_goto() local
241 if (A b = a) in test_if_implicit_scope() local
320 if (A b = a) { in test_if_jumps() local
329 A e; in test_if_jumps() local
372 while (A b = a) in test_while_implicit_scope() local
458 while (A b = a) { in test_while_jumps() local
[all …]
/external/v8/test/mjsunit/harmony/
Dasync-function-debug-scopes.js86 CheckScopeContent({e: 'Exception'}, 0, exec_state); property
124 CheckScopeContent({ e: 'Exception' }, 0, exec_state); property
137 CheckScopeContent({ a: 1, b: 2 }, 0, exec_state); property
149 CheckScopeContent({ a: 1, b: 2, y: 3, z: 4 }, 0, exec_state); property
163 CheckScopeContent({ e: 'Exception' }, 0, exec_state); property
164 CheckScopeContent({ a: 1, b: 2, y: 3 }, 1, exec_state); property
170 async function(a, b) { var x = 3; var y = 4; debugger; }, [1, 2], argument
176 CheckScopeContent({a:1,b:2,x:3,y:4}, 0, exec_state); property
181 async function(a, b) { let q = await 5; var x = 3; var y = 4; argument
188 CheckScopeContent({a:1,b:2,x:3,y:4, q: 5, r: 6}, 0, exec_state); property
[all …]
/external/v8/test/webkit/
Dget-by-pname.js35 var o = {a:1, b:3, c:7}; property
36 var p = {a:1, b:2, c:3, d:4}; property
37 var q = {a:1, b:2, c:3, d:4, e:3457}; property
38 var r = {a:1, b:2, c:3, d:4, e:91, f:12}; property
39 var s = {a:1, b:2, c:3, d:4, e:91, f:12, g:69}; property
/external/valgrind/coregrind/
Dpub_core_syscall.h59 #define vgPlain_do_syscall2(s,a,b) VG_(do_syscall)((s),(a),(b),\ argument
61 #define vgPlain_do_syscall3(s,a,b,c) VG_(do_syscall)((s),(a),(b),(c),\ argument
63 #define vgPlain_do_syscall4(s,a,b,c,d) VG_(do_syscall)((s),(a),(b),(c),\ argument
65 #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/bison/lib/
Dintprops.h27 #define _GL_INT_CONVERT(e, v) (0 * (e) + (v)) argument
31 #define _GL_INT_NEGATE_CONVERT(e, v) (0 * (e) - (v)) argument
49 #define _GL_INT_TWOS_COMPLEMENT(e) (~ _GL_INT_CONVERT (e, 0) == -1) argument
56 #define _GL_INT_SIGNED(e) (_GL_INT_NEGATE_CONVERT (e, 1) < 0) argument
78 #define _GL_INT_MINIMUM(e) \ argument
82 #define _GL_INT_MAXIMUM(e) \ argument
86 #define _GL_SIGNED_INT_MAXIMUM(e) \ argument
110 #define INT_BITS_STRLEN_BOUND(b) (((b) * 146 + 484) / 485) argument
165 #define INT_ADD_RANGE_OVERFLOW(a, b, min, max) \ argument
172 #define INT_SUBTRACT_RANGE_OVERFLOW(a, b, min, max) \ argument
[all …]
/external/v8/tools/profviz/
Dgnuplot-4.6.3-emscripten.js3309 keys.sort(function(a, b) { argument
4494 function cX(a){a=a|0;var b=0;b=i;i=i+a|0;i=i+7>>3<<3;return b|0}function cY(){return i|0}function c… argument
4495 function hH(b,d,e){b=b|0;d=d|0;e=e|0;var f=0,g=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=… argument
4496 function jx(b,d){b=b|0;d=d|0;var e=0,f=0,g=0,j=0,k=0,l=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=0,w=0,x=0,y=… argument
4497 function ut(a){a=a|0;var b=0,d=0,e=0,f=0,g=0,h=0,i=0,j=0,k=0,l=0,m=0,n=0,o=0,p=0,q=0,r=0,s=0,t=0,u=… argument
/external/caliper/examples/src/main/java/examples/
DVarargsBenchmark.java38 @Override long two(long a, long b) { in two()
42 @Override long three(long a, long b, long c) { in three()
46 @Override long four(long a, long b, long c, long d) { in four()
50 @Override long five(long a, long b, long c, long d, long e) { in five()
54 @Override long six(long a, long b, long c, long d, long e, long f) { in six()
62 @Override long two(long a, long b) { in two()
66 @Override long three(long a, long b, long c) { in three()
70 @Override long four(long a, long b, long c, long d) { in four()
74 @Override long five(long a, long b, long c, long d, long e) { in five()
78 @Override long six(long a, long b, long c, long d, long e, long f) { in six()
[all …]
/external/libvncserver/common/
Dlzodefs.h251 #define LZO_PP_CONCAT2(a,b) a ## b argument
252 #define LZO_PP_CONCAT3(a,b,c) a ## b ## c argument
253 #define LZO_PP_CONCAT4(a,b,c,d) a ## b ## c ## d argument
254 #define LZO_PP_CONCAT5(a,b,c,d,e) a ## b ## c ## d ## e argument
255 #define LZO_PP_CONCAT6(a,b,c,d,e,f) a ## b ## c ## d ## e ## f argument
256 #define LZO_PP_CONCAT7(a,b,c,d,e,f,g) a ## b ## c ## d ## e ## f ## g argument
259 #define LZO_PP_ECONCAT2(a,b) LZO_PP_CONCAT2(a,b) argument
260 #define LZO_PP_ECONCAT3(a,b,c) LZO_PP_CONCAT3(a,b,c) argument
261 #define LZO_PP_ECONCAT4(a,b,c,d) LZO_PP_CONCAT4(a,b,c,d) argument
262 #define LZO_PP_ECONCAT5(a,b,c,d,e) LZO_PP_CONCAT5(a,b,c,d,e) argument
[all …]
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/data/
DExecutionDataTest.java28 final ExecutionData e = new ExecutionData(5, "Example", 3); in testCreateEmpty() local
40 final ExecutionData e = new ExecutionData(5, "Example", data); in testGetters() local
48 final ExecutionData e = new ExecutionData(5, "Example", new boolean[] { in testReset() local
60 final ExecutionData b = new ExecutionData(5, "Example", new boolean[] { in testMerge() local
81 final ExecutionData b = new ExecutionData(5, "Example", new boolean[] { in testMergeSubtract() local
/external/clang/test/SemaCXX/
Dwarn-global-constructors.cpp8 int b = 20; variable
15 int e = opaque_int(); // expected-warning {{global constructor}} variable
22 A b = A(); variable
25 A e = A(A()); variable
35 A b[10]; // expected-warning {{global constructor}} variable
39 A &e = b[5]; variable
46 A b[10]; // expected-warning {{global destructor}} variable
50 A &e = b[5]; variable
56 char b[6] = "hello"; variable
95 static Bar b; in bar() local
[all …]
/external/libcxx/test/std/language.support/support.initlist/support.initlist.range/
Dbegin_end.pass.cpp23 const int* b = begin(il); in A() local
24 const int* e = end(il); in A() local
38 const int* b = begin(il); in B() local
39 const int* e = end(il); in B() local
/external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
DBoundedGenerics.java28 final B b; field in BoundedGenerics
31 final E e; field in BoundedGenerics
33 @Inject BoundedGenerics(A a, B b, C c, D d, E e) { in BoundedGenerics()
/external/libcxx/test/std/language.support/support.initlist/support.initlist.access/
Daccess.pass.cpp25 const int* b = il.begin(); in A() local
26 const int* e = il.end(); in A() local
40 const int* b = il.begin(); in B() local
41 const int* e = il.end(); in B() local
/external/javassist/sample/duplicate/
DViewer.java18 Button b = new Button("change"); in init() local
47 public void actionPerformed(ActionEvent e) { in actionPerformed()
52 public void windowOpened(WindowEvent e) {} in windowOpened()
54 public void windowClosing(WindowEvent e) { in windowClosing()
58 public void windowClosed(WindowEvent e) {} in windowClosed()
60 public void windowIconified(WindowEvent e) {} in windowIconified()
62 public void windowDeiconified(WindowEvent e) {} in windowDeiconified()
64 public void windowActivated(WindowEvent e) {} in windowActivated()
66 public void windowDeactivated(WindowEvent e) {} in windowDeactivated()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/resources/
Dsoundmanager2-nodebug-jsmin.js13 (function(l,h){function V(V,la){function W(b){return c.preferFlash&&D&&!c.ignoreFlash&&c.flash[b]!=… argument
19 null,cb=!Ha?"http://":"",db=/^\s*audio\/(?:x-)?(?:mpeg4|aac|flv|mov|mp4||m4v|m4a|m4b|mp4v|3gp|3g2)\… argument
20 b&&(e&&(O&&b.url!==h)&&c.beginDelayedInit(),!O&&(b.url!==h&&"complete"===n.readyState)&&setTimeout(… argument
22ePolicyFile),a.serverURL||(f.connected=!0,a.onconnect&&a.onconnect.apply(f)));!a.serverURL&&(a.aut… argument
23 !1:c.sounds[b].unload()};this.onposition=this.onPosition=function(b,e,d,a){return!s(b)?!1:c.sounds[… argument
24 this.stop=function(b){return!s(b)?!1:c.sounds[b].stop()};this.stopAll=function(){for(var b in c.sou… argument
25 !1:c.sounds[b].togglePause()};this.setPan=function(b,e){return!s(b)?!1:c.sounds[b].setPan(e)};this.… argument
26 1;0<=b;b--)c.sounds[c.soundIDs[b]].unmute();c.muted=!1;return!0};this.unmuteAll=function(){c.unmute… argument
27 c.ok()?!!(8<m&&b.match(db)||b.match(c.mimePattern)):null);return e};this.canPlayURL=function(b){var… argument
28 c){if("function"===typeof b)c||(c=l),qa("ontimeout",b,c),E({type:"ontimeout"});else throw Q("needFu… argument
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next.min.js15 !function(a,b){var c={},d={},e={},f=null;!function(a,b){function c(a){if("number"==typeof a)return … argument
16e=a;var b=f.fillStyle;if(f.fillStyle="#fff",f.fillStyle=a,b==f.fillStyle){f.fillRect(0,0,1,1);var … argument
Dweb-animations.min.js15 !function(a,b){var c={},d={},e={},f=null;!function(a,b){function c(a){if("number"==typeof a)return … function in b.NullEffect
16e=a;var b=f.fillStyle;if(f.fillStyle="#fff",f.fillStyle=a,b==f.fillStyle){f.fillRect(0,0,1,1);var … argument

12345678910>>...41