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

1 2 3

  /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/chromium/net/tools/flip_server/
buffer_interface.h 30 // Returns true if empty.
32 // true - if empty
34 virtual bool Empty() const = 0;
90 // reserves contiguous writable empty space in the buffer of size bytes.
ring_buffer.h 45 virtual bool Empty() const { return ReadableBytes() == 0; }
68 // Reserves contiguous writable empty space in the buffer of size bytes.
simple_buffer.h 41 virtual bool Empty() const;
simple_buffer.cc 71 bool SimpleBuffer::Empty() const {
  /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()) {
  /libcore/luni/src/main/java/java/util/
ArrayDeque.java 47 Empty, Normal, Full;
185 * Constructs a new empty instance of ArrayDeque big enough for 16 elements.
192 * Constructs a new empty instance of ArrayDeque big enough for specified
203 status = DequeStatus.Empty;
235 status = DequeStatus.Empty;
348 * if the deque is empty
358 * exception if the deque is empty.
362 * if the deque is empty
374 * if the deque is empty
386 * if the deque is empty
    [all...]
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 54 bool Empty() const { return 0 == UnparsedSize(); }
152 bool Empty() const {
153 return parseable_chunk_->Empty();
vcdecoder.cc 445 return unparsed_bytes_.empty();
455 // it is OK for unparsed_bytes_ to be non-empty; it contains the leftover
462 return unparsed_bytes_.empty();
    [all...]
headerparser.cc 77 if (parseable_chunk_.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,
  /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");
  /hardware/ril/mock-ril/src/cpp/
node_util.cpp 54 if (!len) return scope.Close(v8::String::Empty());
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 201 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /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;
  /external/chromium/base/
linked_list_unittest.cc 64 TEST(LinkedList, Empty) {
158 // Empty the list.

Completed in 1331 milliseconds

1 2 3