HomeSort by relevance Sort by last modified time
    Searched refs:Empty (Results 1 - 25 of 46) sorted by null

1 2

  /external/clearsilver/cs/
test_joo.cs 1 Testing Empty String and empty var
2 Empty has no value assigned (ie, empty), Foo has a value, NotExist doesn't exist
7 [1] Empty == ''
8 <?cs if:Empty == '' ?>
11 FAIL - empty string should equal empty string [1]
15 FAIL - existing var shouldn't equal empty string [2]
21 FAIL - non-existing should be NULL, not empty string [3
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
queue.h 50 // bool Empty() const;
82 bool Empty() const { return Empty_(); }
111 bool Empty() const { return front_ == kNoStateId; }
120 virtual bool Empty_() const { return Empty(); }
134 using deque<S>::empty;
144 bool Empty() const { return empty(); }
152 virtual bool Empty_() const { return Empty(); }
164 using deque<S>::empty;
174 bool Empty() const { return empty();
    [all...]
heap.h 102 // check if the heap is empty
103 bool Empty() const {
synchronize.h 99 const String *empty = FindString(new String()); local
100 StateId start = FindState(Element(fst_->Start(), empty, empty));
110 if ((w != Weight::Zero()) && (e.istring)->empty() && (e.ostring)->empty())
145 if (!s->empty())
157 if (l && !(s->empty())) r->push_back(l);
170 // Tests if the concatenation of s and l is empty
171 bool Empty(const String *s, Label l = 0) const {
172 if (s->empty())
    [all...]
shortest-distance.h 130 while (!state_queue_->Empty()) {
shortest-path.h 107 while (!state_queue->Empty()) {
293 while (!heap.empty()) {
  /external/webkit/WebKit/chromium/public/
WebMediaPlayer.h 57 Empty,
  /external/v8/test/mjsunit/regress/
regress-937896.js 40 // Empty.
44 // Empty.
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 63 Empty,
MediaPlayerPrivatePhonon.cpp 86 , m_networkState(MediaPlayer::Empty)
  /cts/tools/dasm/src/dasm/
Scanner.java 113 if (nextChar == -1) throw new DasmError("empty source file");
156 * Skips empty lines in input stream
491 throw new DasmError("Empty ''-enclosed name");
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
EnumTest.java 42 enum Empty {
266 assertEquals(0, Empty.values().length);
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 196 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
MediaPlayer.cpp 98 virtual MediaPlayer::NetworkState networkState() const { return MediaPlayer::Empty; }
  /external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/
msgutil.py 192 except Queue.Empty:
  /development/simulator/app/
DeviceManager.cpp 648 tmpStr.Empty();
699 termCmd.Empty();
702 fprintf(stderr, "Sim: WARNING: launch-command is empty\n");
726 launchWrapperArgs.Empty();
750 // check for empty or undefined preferences
    [all...]
  /external/v8/tools/
consarray.js 47 * Concatenates another array for iterating. Empty arrays are ignored.
  /external/webkit/WebKit/chromium/src/
AssertMatchingEnums.cpp 268 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::Empty, MediaPlayer::Empty);
WebMediaPlayerClientImpl.cpp 262 return MediaPlayer::Empty;
  /dalvik/libcore/luni/src/test/java/tests/api/java/util/
EnumMapTest.java 48 enum Empty {
49 //Empty
122 EnumMap enumEmptyMap = new EnumMap<Empty, Double>(Empty.class);
    [all...]
  /external/icu4c/data/coll/
colfiles.mk 41 # Empty locales, used for validSubLocale fallback.
  /external/webkit/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 77 , m_networkState(MediaPlayer::Empty)
269 if (state == MediaPlayer::Empty || state == MediaPlayer::Loaded) {
  /external/webkit/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 287 m_networkState(MediaPlayer::Empty),
  /external/webkit/WebCore/platform/graphics/gtk/
MediaPlayerPrivateGStreamer.cpp 90 error = MediaPlayer::Empty;
267 , m_networkState(MediaPlayer::Empty)
357 loadingFailed(MediaPlayer::Empty);
    [all...]
  /external/v8/src/
ast.cc 219 Interval result = Interval::Empty();

Completed in 1971 milliseconds

1 2