HomeSort by relevance Sort by last modified time
    Searched refs:Execution (Results 26 - 50 of 57) sorted by null

12 3

  /prebuilts/go/linux-x86/src/go/doc/testdata/
testing.go 7 // execution of any function of the form
63 memProfile = flag.String("test.memprofile", "", "write a memory profile to the named file after execution")
65 cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during execution")
123 // Logs are accumulated during execution and dumped to standard error when done.
130 // Fail marks the function as having failed but continues execution.
136 // FailNow marks the function as having failed and stops its execution.
137 // Execution will continue at the next Test.
  /external/v8/src/
bootstrapper.cc     [all...]
builtins.cc 313 Execution::Call(isolate,
    [all...]
isolate.cc 216 // Iterate over pointers on native execution stack.
915 // Note: callback below should be called outside of execution access lock.
    [all...]
factory.cc     [all...]
  /external/v8/test/cctest/
test-thread-termination.cc 122 // Test that a single thread of JavaScript execution can terminate
145 // Test that a single thread of JavaScript execution can terminate
183 // Test that a single thread of JavaScript execution can be terminated
362 // Test that a single thread of JavaScript execution can terminate
363 // itself and then resume execution.
372 // Check that execution completed with correct return value.
453 { // Postpone terminate execution interrupts.
481 // Now the previously requested terminate execution interrupt should trigger.
507 i::Execution::TryCall(CcTest::i_isolate(), v8::Utils::OpenHandle((*loop)),
510 // TryCall ignores terminate execution, but rerequests the interrupt
    [all...]
  /prebuilts/go/darwin-x86/src/testing/
testing.go 7 // execution of any function of the form
47 // During benchmark execution, b.N is adjusted until the benchmark function lasts
177 coverProfile = flag.String("test.coverprofile", "", "write a coverage profile to the named file after execution")
179 memProfile = flag.String("test.memprofile", "", "write a memory profile to the named file after execution")
181 cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during execution")
182 blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to the named file after execution")
184 traceFile = flag.String("test.trace", "", "write an execution trace to the named file after execution")
284 // Logs are accumulated during execution and dumped to standard error when done.
293 // Fail marks the function as having failed but continues execution
    [all...]
  /prebuilts/go/linux-x86/src/testing/
testing.go 7 // execution of any function of the form
47 // During benchmark execution, b.N is adjusted until the benchmark function lasts
177 coverProfile = flag.String("test.coverprofile", "", "write a coverage profile to the named file after execution")
179 memProfile = flag.String("test.memprofile", "", "write a memory profile to the named file after execution")
181 cpuProfile = flag.String("test.cpuprofile", "", "write a cpu profile to the named file during execution")
182 blockProfile = flag.String("test.blockprofile", "", "write a goroutine blocking profile to the named file after execution")
184 traceFile = flag.String("test.trace", "", "write an execution trace to the named file after execution")
284 // Logs are accumulated during execution and dumped to standard error when done.
293 // Fail marks the function as having failed but continues execution
    [all...]
  /external/v8/test/cctest/compiler/
test-run-bytecode-graph-builder.cc 8 #include "src/execution.h"
32 return Execution::Call(isolate, function,
42 return Execution::Call(isolate, function,
    [all...]
  /prebuilts/go/darwin-x86/src/encoding/gob/
encode.go 19 // encoderState is the global execution state of an instance of the encoder.
259 // Execution engine
decode.go 25 // decoderState is the execution state of an instance of the decoder. A new state
417 // Execution engine
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
template.go 61 // missingkey: Control the behavior during execution if a map is
64 // The default behavior: Do nothing and continue execution.
70 // Execution stops immediately with an error.
97 // execution stops, but partial results may already have been written to
110 // execution stops, but partial results may already have been written to
291 // second (error) argument evaluates to non-nil during execution, execution
  /prebuilts/go/darwin-x86/src/text/template/
doc.go 13 or a key in a map) to control execution and derive values to be displayed.
14 Execution of the template walks the structure and sets the cursor, represented
16 structure as execution proceeds.
146 If it has two and the returned error is non-nil, execution terminates
196 non-nil, execution terminates and the error is returned to the caller of
225 When execution begins, $ is set to the data argument passed to Execute, that is,
259 During execution functions are found in two function maps: first in the
280 or the returned error value is non-nil, execution stops.
395 log.Fatalf("execution failed: %s", err)
402 log.Fatalf("execution failed: %s", err
    [all...]
  /prebuilts/go/linux-x86/src/encoding/gob/
encode.go 19 // encoderState is the global execution state of an instance of the encoder.
259 // Execution engine
  /prebuilts/go/linux-x86/src/html/template/
template.go 61 // missingkey: Control the behavior during execution if a map is
64 // The default behavior: Do nothing and continue execution.
70 // Execution stops immediately with an error.
97 // execution stops, but partial results may already have been written to
110 // execution stops, but partial results may already have been written to
291 // second (error) argument evaluates to non-nil during execution, execution
  /prebuilts/go/linux-x86/src/text/template/
doc.go 13 or a key in a map) to control execution and derive values to be displayed.
14 Execution of the template walks the structure and sets the cursor, represented
16 structure as execution proceeds.
146 If it has two and the returned error is non-nil, execution terminates
196 non-nil, execution terminates and the error is returned to the caller of
225 When execution begins, $ is set to the data argument passed to Execute, that is,
259 During execution functions are found in two function maps: first in the
280 or the returned error value is non-nil, execution stops.
395 log.Fatalf("execution failed: %s", err)
402 log.Fatalf("execution failed: %s", err
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
subprocess.py 267 print >>sys.stderr, "Execution failed:", e
384 * subprocess.Popen raises an exception if the execution fails
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
subprocess.py 267 print >>sys.stderr, "Execution failed:", e
384 * subprocess.Popen raises an exception if the execution fails
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
subprocess.py 267 print >>sys.stderr, "Execution failed:", e
384 * subprocess.Popen raises an exception if the execution fails
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
subprocess.py 267 print >>sys.stderr, "Execution failed:", e
384 * subprocess.Popen raises an exception if the execution fails
    [all...]
  /external/v8/src/runtime/
runtime-debug.cc     [all...]
runtime-object.cc 277 Execution::ToObject(isolate, object));
    [all...]
  /external/v8/test/cctest/interpreter/
test-interpreter.cc 7 #include "src/execution.h"
21 return Execution::Call(isolate, function,
31 return Execution::Call(isolate, function,
    [all...]
  /prebuilts/go/darwin-x86/test/
run.go 416 // Execution recipe stops at first blank line.
  /prebuilts/go/linux-x86/test/
run.go 416 // Execution recipe stops at first blank line.

Completed in 2511 milliseconds

12 3