Searched refs:executed (Results 1 - 25 of 82) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/
H A Dtry-finally-nested.js32 var executed = false;
33 while (!executed) {
37 executed = true;
41 assertTrue(executed, "finally block executed");
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler_mobile_unittest.cc30 int executed = 0; local
31 const base::Closure task = base::Bind(&Increment, &executed);
35 EXPECT_EQ(0, executed);
44 int executed = 0; local
45 const base::Closure task = base::Bind(&Increment, &executed);
49 EXPECT_EQ(1, executed);
60 int executed = 0; local
61 const base::Closure task = base::Bind(&Increment, &executed);
76 EXPECT_EQ(0, executed);
87 int executed local
114 int executed = 0; local
[all...]
/external/chromium_org/chrome/browser/extensions/docs/examples/apps/
H A Dcalculator_browsertest.cc30 bool executed = content::ExecuteScriptAndExtractBool( local
35 ASSERT_TRUE(executed);
/external/oprofile/events/mips/5K/
H A Devents9 event:0x2 counters:0,1 um:zero minimum:500 name:LOADS_EXECED : Load/pref(x)/sync/cache-ops executed
10 event:0x3 counters:0,1 um:zero minimum:500 name:STORES_EXECED : Stores (including conditional stores) executed
11 event:0x4 counters:0,1 um:zero minimum:500 name:COND_STORES_EXECED : Conditional stores executed
18 event:0x6 counters:0 um:zero minimum:500 name:BRANCHES_EXECED : Branches executed
23 event:0xe counters:0 um:zero minimum:500 name:DUAL_ISSUED_INSNS : Dual issued instructions executed
24 event:0xf counters:0 um:zero minimum:500 name:INSNS_EXECED : Instructions executed
29 event:0x1 counters:1 um:zero minimum:500 name:INSNS_EXECED : Instructions executed
30 event:0x5 counters:1 um:zero minimum:500 name:FP_INSNS_EXECED : Floating-point instructions executed
36 event:0xf counters:1 um:zero minimum:500 name:COP2_INSNS_EXECED : COP2 instructions executed
/external/guava/guava/src/com/google/common/util/concurrent/
H A DExecutionList.java30 * be executed after {@link #execute()} is called. Any {@code Runnable} added
32 * guarantee, however, that listeners will be executed in the order that they
56 private boolean executed = false; field in class:ExecutionList
65 * executed immediately.
71 * ExecutionList} has been executed at the time it is added. In particular,
93 if (!executed) {
112 * executed before those previously added, and note that the execution order
125 if (executed) {
128 executed = true;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dresults.py33 executed = self.coverage.data.executed_lines(self.filename)
34 exec1 = self.parser.first_lines(executed)
78 """Returns a sorted list of the arcs actually executed in the code."""
79 executed = self.coverage.data.executed_arcs(self.filename)
81 executed = [(m2fl(l1), m2fl(l2)) for (l1,l2) in executed]
82 return sorted(executed)
85 """Returns a sorted list of the arcs in the code not executed."""
87 executed = self.arcs_executed()
90 if p not in executed
[all...]
/external/oprofile/events/i386/atom/
H A Dunit_masks10 0x01 prefetcht0 Streaming SIMD Extensions (SSE) PrefetchT0 instructions executed
11 0x06 sw_l2 Streaming SIMD Extensions (SSE) PrefetchT1 and PrefetchT2 instructions executed
12 0x08 prefetchnta Streaming SIMD Extensions (SSE) Prefetch NTA instructions executed
19 0x03 walks Number of page-walks executed
22 0x01 s Floating point computational micro-ops executed
27 0x01 s Multiply operations executed
30 0x01 s Divide operations executed
52 0x00 s SIMD micro-ops executed (excluding stores)
55 0x00 s SIMD saturated arithmetic micro-ops executed
58 0x01 s SIMD packed multiply microops executed
[all...]
H A Devents15 event:0x07 counters:0,1 um:simd_prefetch minimum:6000 name:PREFETCH : Streaming SIMD Extensions (SSE) Prefetch instructions executed
65 event:0xB0 counters:0,1 um:simd_uops_exec minimum:6000 name:SIMD_UOPS_EXEC : SIMD micro-ops executed
66 event:0xB1 counters:0,1 um:simd_sat_uop_exec minimum:6000 name:SIMD_SAT_UOP_EXEC : SIMD saturated arithmetic micro-ops executed
67 event:0xB3 counters:0,1 um:simd_uop_type_exec minimum:6000 name:SIMD_UOP_TYPE_EXEC : SIMD packed microops executed
/external/oprofile/events/i386/westmere/
H A Dunit_masks20 0x02 mul Multiply operations executed
28 0x01 cond Conditional branch instructions executed
29 0x02 direct Unconditional branches executed
30 0x04 indirect_non_call Indirect non call branches executed
31 0x07 non_calls All non call branches executed
32 0x08 return_near Indirect return branches executed
33 0x10 direct_near_call Unconditional call branches executed
34 0x20 indirect_near_call Indirect call branches executed
35 0x30 near_calls Call branches executed
36 0x40 taken Taken branches executed
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Drequest_manager_unittest.cc291 const std::vector<Event>& executed() const { return executed_; } function in class:chromeos::file_system_provider::__anon3217::RequestObserver
341 EXPECT_EQ(0u, observer.executed().size());
368 ASSERT_EQ(1u, observer.executed().size());
369 EXPECT_EQ(request_id, observer.executed()[0].request_id());
446 ASSERT_EQ(1u, observer.executed().size());
447 EXPECT_EQ(request_id, observer.executed()[0].request_id());
523 ASSERT_EQ(1u, observer.executed().size());
524 EXPECT_EQ(request_id, observer.executed()[0].request_id());
585 ASSERT_EQ(1u, observer.executed().size());
586 EXPECT_EQ(request_id, observer.executed()[
[all...]
/external/llvm/test/Bindings/Ocaml/
H A Dext_exc.ml10 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
/external/oprofile/events/mips/vr5432/
H A Devents5 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated
/external/oprofile/events/mips/vr5500/
H A Devents7 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : Instructions executed
/external/chromium_org/chrome/browser/extensions/
H A Dextension_keybinding_registry.cc241 bool executed = false;
250 executed = true;
254 return executed;
/external/chromium_org/ui/views/controls/combobox/
H A Dcombobox_unittest.cc36 bool executed() const { return executed_; } function in class:views::__anon17038::TestMenuRunnerHandler
527 EXPECT_TRUE(test_menu_runner_handler->executed());
548 EXPECT_FALSE(test_menu_runner_handler->executed());
608 EXPECT_TRUE(test_menu_runner_handler->executed());
619 EXPECT_FALSE(test_menu_runner_handler->executed());
/external/valgrind/main/callgrind/
H A Dcallgrind_control.in409 elsif (/executed-bbs: (\d+)/) { $exec_bbs = $1; }
411 elsif (/executed-calls: (\d+)/) { $exec_calls = $1; }
435 print " (executed ".commify($exec_calls);
439 print " (executed ".commify($exec_bbs);
/external/oprofile/events/i386/nehalem/
H A Devents68 event:0x88 counters:0,1,2,3 um:br_inst_exec minimum:6000 name:BR_INST_EXEC : Counts the number of near branch instructions executed, but not necessarily retired.
69 event:0x89 counters:0,1,2,3 um:br_misp_exec minimum:6000 name:BR_MISP_EXEC : Counts the number of mispredicted conditional near branch instructions executed, but not necessarily retired.
71 event:0xA6 counters:0,1,2,3 um:one minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded that are macro-fused but not necessarily executed or retired.
76 event:0xB1 counters:0,1,2,3 um:uops_executed minimum:6000 name:UOPS_EXECUTED : Counts number of Uops executed that were issued on various ports
88 event:0xD0 counters:0,1,2,3 um:macro_insts minimum:6000 name:MACRO_INSTS : Counts the number of instructions decoded, (but not necessarily executed or retired).
105 event:0xF7 counters:0,1,2,3 um:fp_assist minimum:6000 name:FP_ASSIST : Counts the number of floating point operations executed that required micro-code assist intervention.
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dmain.rb314 A class which implements a handy test script which is executed whenever an ANTLR
362 A class which implements a handy test script which is executed whenever an ANTLR
481 A class which implements a handy test script which is executed whenever an ANTLR
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dref.pxd31 # propagated, the executed code has free access to all Python
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
H A Drewrite.rb52 be executed by a token rewrite stream at some time in future when the stream is
56 executed lazily (that is, only when the rewritten text is explicitly requested).
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_texture_array.spec353 executed with target specified as PROXY_TEXTURE_3D, the
365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D is executed with target
430 though BindTexture had been executed with the same target and texture
611 executed immediately when called with the corresponding proxy arguments
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec272 being executed.
/external/mesa3d/docs/
H A DMESA_texture_array.spec353 executed with target specified as PROXY_TEXTURE_3D, the
365 TexImage1D is executed with target specified as PROXY_TEXTURE_1D,
366 TexImage2D is executed with target specified as PROXY_TEXTURE_2D or
367 PROXY_TEXTURE_1D_ARRAY_EXT, or TexImage3D is executed with target
430 though BindTexture had been executed with the same target and texture
611 executed immediately when called with the corresponding proxy arguments
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec272 being executed.
/external/oprofile/events/mips/24K/
H A Devents22 event:0x3 counters:0 um:zero minimum:500 name:JR_31_INSNS : 3-0 JR $31 (return) instructions executed
23 event:0x4 counters:0 um:zero minimum:500 name:JR_NON_31_INSNS : 4-0 JR $xx (not $31) instructions executed (at same cost as a mispredict)

Completed in 9197 milliseconds

1234