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

  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
ConsoleResultReporterTest.java 40 IInvocationContext nullContext = null;
41 reporter.invocationStarted(nullContext);
51 IInvocationContext nullContext = null;
52 reporter.invocationStarted(nullContext);
72 IInvocationContext nullContext = null;
73 reporter.invocationStarted(nullContext);
99 IInvocationContext nullContext = null;
100 reporter.invocationStarted(nullContext);
120 IInvocationContext nullContext = null;
121 reporter.invocationStarted(nullContext);
    [all...]
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
util.py 32 def nullContext(value):
compiler.py 108 with_fn = lambda: libcxx.util.nullContext(object_file)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
util.py 41 def nullContext(value):
compiler.py 117 with_fn = lambda: libcxx.util.nullContext(object_file)
  /external/libcxx/utils/libcxx/
util.py 68 def nullContext(value):
compiler.py 188 with_fn = lambda: libcxx.util.nullContext(object_file)
  /frameworks/support/room/runtime/src/test/java/android/arch/persistence/room/
BuilderTest.java 45 public void nullContext() {

Completed in 85 milliseconds