HomeSort by relevance Sort by last modified time
    Searched refs:executed (Results 1 - 25 of 178) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/chrome/browser/metrics/variations/
variations_request_scheduler_mobile_unittest.cc 30 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 = 0 local
114 int executed = 0; local
    [all...]
  /external/chromium_org/chrome/browser/extensions/docs/examples/apps/
calculator_browsertest.cc 30 bool executed = content::ExecuteScriptAndExtractBool( local
35 ASSERT_TRUE(executed);
  /external/oprofile/events/mips/5K/
events 9 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/
ExecutionList.java 30 * 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/v8/test/mjsunit/
try-finally-nested.js 32 var executed = false;
33 while (!executed) {
37 executed = true;
41 assertTrue(executed, "finally block executed");
  /external/chromium_org/chrome/browser/resources/local_ntp/
local_ntp_util.js 12 * A counter with a callback that gets executed on the 1-to-0 transition.
14 * @param {function()} callback The callback to be executed.
50 * Deactivates the Barrier; the callback will never be executed.
  /external/chromium_org/net/data/proxy_resolver_v8_unittest/
terminate.js 11 // The following may or may not be executed, even if dnsResolve() terminates
20 // The following definitely won't be executed, since control should never
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/jobscheduler/
MockJobService.java 83 final boolean executed = mLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);
84 return executed;
97 Log.d(TAG, "Job executed:" + jobId);
  /cts/tests/JobScheduler/src/android/jobscheduler/
MockJobService.java 83 final boolean executed = mLatch.await(DEFAULT_TIMEOUT_MILLIS, TimeUnit.MILLISECONDS);
84 return executed;
97 Log.d(TAG, "Job executed:" + jobId);
  /cts/tests/JobScheduler/src/android/jobscheduler/cts/
TimingConstraintsTest.java 22 * Schedules jobs with various timing constraints and ensures that they are executed when
37 final boolean executed = kTestEnvironment.awaitExecution();
38 assertTrue("Timed out waiting for override deadline.", executed);
63 assertTrue("Cancel failed: job executed when it shouldn't have.",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
results.py 33 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/
unit_masks 10 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...]
  /art/test/004-JniTest/src/
Main.java 56 if (!testCallStaticVoidMethodOnSubClass_SuperClass.executed) {
64 private static boolean executed = false; field in class:Main.testCallStaticVoidMethodOnSubClass_SuperClass
66 executed = true;
  /art/test/115-native-bridge/src/
NativeBridgeMain.java 51 if (!testCallStaticVoidMethodOnSubClass_SuperClass.executed) {
59 private static boolean executed = false; field in class:Main.testCallStaticVoidMethodOnSubClass_SuperClass
61 executed = true;
  /external/oprofile/events/i386/westmere/
unit_masks 20 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/
request_manager_unittest.cc 291 const std::vector<Event>& executed() const { return executed_; } function in class:chromeos::file_system_provider::__anon7842::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()[0].request_id())
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/devtools/panels/chrome-query/
devtools.js 5 // The function below is executed in the context of the inspected page.
  /external/llvm/test/Bindings/Ocaml/
ext_exc.ml 10 * want the let _ bindings executed, see http://caml.inria.fr/mantis/view.php?id=4166 *)
  /external/chromium_org/mojo/public/js/bindings/
support.js 8 // actually executed. The real module is implemented natively in Mojo.
  /external/oprofile/events/mips/vr5432/
events 5 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : (Instructions executed)/2 and truncated
  /external/oprofile/events/mips/vr5500/
events 7 event:0x1 counters:0,1 um:zero minimum:500 name:INSTRUCTIONS_EXECUTED : Instructions executed
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DcSwitchAsyncChannel.java 68 boolean executed; field in class:DcSwitchAsyncChannel.RequestInfo
79 return "[ request=" + request + ", executed=" + executed +
  /external/chromium_org/chrome/browser/extensions/
extension_keybinding_registry.cc 241 bool executed = false;
250 executed = true;
254 return executed;
  /external/chromium_org/ui/file_manager/file_manager/common/js/
async_util.js 85 * Enqueues a closure to be executed.
87 * callback to be executed.
155 * Added tasks will be executed sequentially in order they were added.
182 * Enqueues a closure to be executed after dependencies are completed.
185 * be executed.
187 * dependencies, then the the closure will be executed immediately.
  /external/chromium_org/chrome/test/chromedriver/js/
execute_async_script.js 36 * If script1 finishes after script2 is executed, then script1's result will be
39 * @param {string} script The asynchronous script to be executed. The script

Completed in 627 milliseconds

1 2 3 4 5 6 7 8