HomeSort by relevance Sort by last modified time
    Searched defs:Nothing (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tests/LotsOfApps/src/com/android/lotsofapps/
Nothing.java 19 public class Nothing {
  /external/clang/lib/Driver/
InputInfo.h 30 Nothing,
47 : Kind(Nothing), Type(_Type), BaseInput(_BaseInput) {
58 bool isNothing() const { return Kind == Nothing; }
81 return "(nothing)";
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.h 148 enum StateBeingDisplayed { Nothing, Loading, LiveBroadcast };
  /external/v8/tools/
test.py 782 else: return Nothing()
838 class Nothing(Set):
877 else: return Nothing()
    [all...]

Completed in 93 milliseconds