Home
last modified time | relevance | path

Searched refs:firstCall (Results 1 – 3 of 3) sorted by relevance

/third_party/weex-loader/test/
Dtest.js79 expect(components).to.include.keys(__weex_bootstrap__.firstCall.args[0]);
141 expect(bootstrapStub.firstCall.args[1]).is.not.undefined;
142 expect(bootstrapStub.firstCall.args[2]).is.not.undefined;
148 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);
154 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);
160 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);
166 expect(requireStub.firstCall.args).eql(['@weex-module/modal']);
/third_party/mesa3d/src/mapi/
Du_current.c155 static int firstCall = 1; in u_current_init() local
161 if (firstCall) { in u_current_init()
165 firstCall = 0; in u_current_init()
/third_party/flutter/flutter/packages/flutter/test/rendering/
Dmock_canvas.dart846 final RecordedInvocation firstCall = call.current;
852 'the first of which was $firstCall, but did not '
855 'was expected, $firstCall, was called with the following stack:',
856 firstCall,