HomeSort by relevance Sort by last modified time
    Searched refs:ResetForTesting (Results 1 - 12 of 12) sorted by null

  /prebuilts/go/darwin-x86/src/flag/
export_test.go 13 // ResetForTesting clears all flag state and sets the usage function as directed.
14 // After calling ResetForTesting, parse errors in flag handling will not
16 func ResetForTesting(usage func()) {
flag_test.go 28 ResetForTesting(nil)
98 ResetForTesting(nil)
143 ResetForTesting(func() { called = true })
219 ResetForTesting(func() { t.Error("bad parse") })
259 ResetForTesting(func() { result = help })
321 ResetForTesting(func() { t.Fatal("bad parse") })
434 ResetForTesting(nil)
447 ResetForTesting(DefaultUsage)
  /prebuilts/go/linux-x86/src/flag/
export_test.go 13 // ResetForTesting clears all flag state and sets the usage function as directed.
14 // After calling ResetForTesting, parse errors in flag handling will not
16 func ResetForTesting(usage func()) {
flag_test.go 28 ResetForTesting(nil)
98 ResetForTesting(nil)
143 ResetForTesting(func() { called = true })
219 ResetForTesting(func() { t.Error("bad parse") })
259 ResetForTesting(func() { result = help })
321 ResetForTesting(func() { t.Fatal("bad parse") })
434 ResetForTesting(nil)
447 ResetForTesting(DefaultUsage)
  /external/libchrome/base/trace_event/
category_registry.h 74 static void ResetForTesting();
category_registry.cc 63 // If this DCHECK is hit in a test it means that ResetForTesting() is not
70 void CategoryRegistry::ResetForTesting() {
trace_log.cc     [all...]
  /external/libbrillo/brillo/
flag_helper.h 227 static void ResetForTesting();
flag_helper.cc 171 void FlagHelper::ResetForTesting() {
flag_helper_unittest.cc 20 ~FlagHelperTest() override { brillo::FlagHelper::ResetForTesting(); }
  /external/v8/src/heap/
gc-tracer.h 360 void ResetForTesting();
gc-tracer.cc 119 void GCTracer::ResetForTesting() {
    [all...]

Completed in 159 milliseconds