HomeSort by relevance Sort by last modified time
    Searched refs:Empty (Results 126 - 150 of 316) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lzma/CPP/Common/
CommandLineParser.cpp 11 dest1.Empty();
12 dest2.Empty();
222 postString.Empty();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
Queue.py 11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
13 class Empty(Exception):
93 def empty(self): member in class:Queue
94 """Return True if the queue is empty, False otherwise (not reliable!)."""
156 the Empty exception if no item was available within that time.
158 available, else raise the Empty exception ('timeout' is ignored
165 raise Empty
176 raise Empty
188 raise the Empty exception.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
Queue.py 11 __all__ = ['Empty', 'Full', 'Queue', 'PriorityQueue', 'LifoQueue']
13 class Empty(Exception):
93 def empty(self): member in class:Queue
94 """Return True if the queue is empty, False otherwise (not reliable!)."""
156 the Empty exception if no item was available within that time.
158 available, else raise the Empty exception ('timeout' is ignored
165 raise Empty
176 raise Empty
188 raise the Empty exception.
  /art/runtime/base/
hash_set_test.cc 34 return item.empty();
67 ASSERT_TRUE(hash_set.Empty());
74 ASSERT_TRUE(hash_set.Empty());
180 ASSERT_TRUE(hash_set.Empty());
181 ASSERT_TRUE(std_set.empty());
207 return pair.first.empty();
  /external/pdfium/core/src/fxcrt/
fx_basic_bstring.cpp 156 Empty();
165 Empty();
177 Empty();
182 Empty();
197 Empty();
267 void CFX_ByteString::Empty()
329 Empty();
342 Empty();
903 Empty();
fx_basic_wstring.cpp 113 Empty();
123 Empty();
132 Empty();
144 Empty();
149 Empty();
217 void CFX_WideString::Empty()
278 Empty();
    [all...]
  /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");
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
CommonTree.cs 222 return string.Empty;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
CommonTree.cs 291 return string.Empty;
  /external/google-breakpad/src/processor/
synth_minidump_unittest.cc 261 TEST(List, Empty) {
264 EXPECT_TRUE(list.Empty());
276 EXPECT_TRUE(list.Empty());
278 EXPECT_FALSE(list.Empty());
synth_minidump.cc 376 if (!thread_list_.Empty()) Add(&thread_list_);
377 if (!module_list_.Empty()) Add(&module_list_);
378 if (!memory_list_.Empty()) Add(&memory_list_);
  /external/openfst/src/include/fst/
heap.h 110 // Check if the heap is empty
111 bool Empty() const {
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_FontMap.h 100 void Empty();
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 109 TEST_F(GCFactoryListTraitsTest, Empty) {
110 ASSERT_FALSE(m_pNodeList.empty());
112 ASSERT_TRUE(m_pNodeList.empty());
116 ASSERT_FALSE(m_pNodeList.empty());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 45 from Queue import Empty, Full
127 raise Empty
132 raise Empty
134 raise Empty
145 def empty(self): member in class:Queue
359 def empty(self): member in class:SimpleQueue
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
queues.py 45 from Queue import Empty, Full
127 raise Empty
132 raise Empty
134 raise Empty
145 def empty(self): member in class:Queue
359 def empty(self): member in class:SimpleQueue
  /external/llvm/unittests/IR/
MetadataTest.cpp 391 MDNode *Empty = MDNode::get(Context, None);
394 Metadata *Ops[] = {Empty};
396 ASSERT_EQ(Empty, N->getOperand(0));
411 MDNode *Empty = MDNode::get(Context, None);
412 ASSERT_TRUE(Empty->isResolved());
413 EXPECT_FALSE(Empty->isDistinct());
416 Metadata *Wrapped1Ops[] = {Empty};
418 ASSERT_EQ(Empty, Wrapped1->getOperand(0));
430 Wrapped2->replaceOperandWith(0, Empty);
431 ASSERT_EQ(Empty, Wrapped2->getOperand(0))
    [all...]
  /external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/CSharp2/
ST.stg 49 public override string ToString() { return (Template==null) ? string.Empty : Template.ToString(); }
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
compat.py 46 from queue import Queue, Empty
48 from Queue import Queue, Empty
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
p4.cpp 172 union Empty {
173 constexpr Empty() {} // ok
  /external/clang/test/CodeGenCXX/
microsoft-abi-vtables-virtual-inheritance.cpp 5 struct Empty { };
186 struct X : A, virtual Empty {
  /external/v8/test/mjsunit/harmony/
arrow-functions.js 25 // Empty arrow function returns undefined
26 var empty = () => {};
27 assertEquals(undefined, empty());
31 assertEquals(empty, identity(empty));
39 assertEquals(empty, key_maker(empty).key);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
EnumTest.java 37 enum Empty {
191 assertEquals(0, Empty.values().length);
  /ndk/sources/android/crazy_linker/src/
crazy_linker_util_unittest.cpp 16 TEST(String, Empty) {
196 TEST(Set, Empty) {
  /system/extras/simpleperf/
cmd_stat.cpp 66 if (event_selection_set_.Empty()) {
73 if (workload_args.empty()) {
170 if (event_selection_set_.Empty()) {

Completed in 4577 milliseconds

1 2 3 4 56 7 8 91011>>