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

  /prebuilts/go/darwin-x86/src/flag/
export_test.go 11 // ResetForTesting clears all flag state and sets the usage function as directed.
12 // After calling ResetForTesting, parse errors in flag handling will not
14 func ResetForTesting(usage func()) {
flag_test.go 26 ResetForTesting(nil)
96 ResetForTesting(nil)
141 ResetForTesting(func() { called = true })
217 ResetForTesting(func() { t.Error("bad parse") })
257 ResetForTesting(func() { result = help })
319 ResetForTesting(func() { t.Fatal("bad parse") })
  /prebuilts/go/linux-x86/src/flag/
export_test.go 11 // ResetForTesting clears all flag state and sets the usage function as directed.
12 // After calling ResetForTesting, parse errors in flag handling will not
14 func ResetForTesting(usage func()) {
flag_test.go 26 ResetForTesting(nil)
96 ResetForTesting(nil)
141 ResetForTesting(func() { called = true })
217 ResetForTesting(func() { t.Error("bad parse") })
257 ResetForTesting(func() { result = help })
319 ResetForTesting(func() { t.Fatal("bad parse") })
  /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 347 void ResetForTesting();
gc-tracer.cc 119 void GCTracer::ResetForTesting() {

Completed in 87 milliseconds