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

  /external/chromium/net/tools/flip_server/
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.cc 71 bool SimpleBuffer::Empty() const {
  /external/webkit/WebKit/chromium/public/
WebMediaPlayer.h 57 Empty,
  /external/chromium/sdch/open-vcdiff/src/
headerparser.h 54 bool Empty() const { return 0 == UnparsedSize(); }
152 bool Empty() const {
153 return parseable_chunk_->Empty();
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
heap.h 102 // check if the heap is empty
103 bool Empty() const {
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...]
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...]
  /external/webkit/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 63 Empty,
  /external/webkit/WebCore/platform/graphics/
MediaPlayer.h 201 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /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...]
  /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/v8/tools/
test.py 44 from Queue import Queue, Empty
110 except Empty:
    [all...]
  /external/v8/src/
api.cc 217 callback(location, "Reading from empty handle");
317 // If we're passed an empty handle, we throw an undefined exception
    [all...]
jsregexp.h 98 // Returns an empty handle in case of an exception.
280 // should be to empty lists, but they need not be distinct, and may be NULL.
377 // There can't be a static empty set since it allocates its
379 OutSet* empty() { return &empty_; } function in class:v8::internal::DispatchTable
405 VISIT(Empty) \
695 static Interval Empty() { return Interval(); }
    [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 192 milliseconds