HomeSort by relevance Sort by last modified time
    Searched refs:Empty (Results 251 - 275 of 1197) sorted by null

<<11121314151617181920>>

  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
ExprCXX.h 49 /// function itself will be a (possibly empty) set of functions and
69 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
70 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
142 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
143 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
185 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
186 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
279 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
280 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
315 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize
    [all...]
Expr.h 124 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
ExprCXX.h 49 /// function itself will be a (possibly empty) set of functions and
69 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
70 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
142 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
143 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
185 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
186 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
279 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
280 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
315 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
ExprCXX.h 49 /// function itself will be a (possibly empty) set of functions and
69 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
70 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
142 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
143 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
185 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
186 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
279 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
280 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
315 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
ExprCXX.h 49 /// function itself will be a (possibly empty) set of functions and
69 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
70 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
142 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
143 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
185 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
186 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
279 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
280 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
315 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize
    [all...]
  /external/clang/include/clang/AST/
ExprCXX.h 49 /// function itself will be a (possibly empty) set of functions and
71 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) :
72 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
127 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty)
128 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
170 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty)
171 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
264 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize)
265 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
300 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize
    [all...]
  /external/autotest/site_utils/lxc/container_pool/
pool_unittest.py 174 except Queue.Empty:
201 except Queue.Empty:
239 except Queue.Empty:
364 with self.assertRaises(Queue.Empty):
377 with self.assertRaises(Queue.Empty):
405 with self.assertRaises(Queue.Empty):
430 with self.assertRaises(Queue.Empty):
449 with self.assertRaises(Queue.Empty):
464 with self.assertRaises(Queue.Empty):
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_gatt_utils.py 30 from queue import Empty
53 except Empty:
87 except Empty:
162 except Empty:
179 except Empty:
259 except Empty:
269 except Empty:
279 except Empty:
381 except Empty:
  /tools/test/connectivity/acts/tests/google/ble/concurrency/
ConcurrentBleAdvertisingTest.py 25 from queue import Empty
421 except Empty as error:
422 self.log.error("Test failed with Empty error: {}".format(error))
434 except Empty as error:
435 self.log.debug("Test passed with Empty error: {}".format(error))
478 except Empty as error:
479 self.log.error("Test failed with Empty error: {}".format(error))
495 except Empty as error:
511 except Empty as error:
551 except Empty as error
    [all...]
  /tools/test/connectivity/acts/tests/google/ble/scan/
BleScanScreenStateTest.py 25 from queue import Empty
66 except Empty:
82 except Empty:
457 except Empty:
464 except Empty:
475 except Empty:
483 except Empty:
542 except Empty:
554 except Empty:
  /external/eigen/unsupported/test/
cxx11_runqueue.cpp 31 // Check empty state.
32 VERIFY(q.Empty());
100 // Empty again.
101 VERIFY(q.Empty());
109 VERIFY(q.Empty());
113 // Empty tests that the queue is not claimed to be empty when is is in fact not.
119 // that the queue is not claimed to be empty.
148 VERIFY(!q.Empty());
226 VERIFY(q.Empty());
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
virtual_scheduler.h 135 virtual bool Empty() const = 0;
146 CHECK(!nodes_.empty()) << "GetCurrNode(), but there's no ready node";
150 bool Empty() const override { return nodes_.empty(); }
169 bool Empty() const override { return nodes_.empty(); }
192 bool Empty() const override;
230 bool Empty() const override;
  /prebuilts/go/darwin-x86/src/image/
geom.go 129 // of r's dimensions is less than 2*n then an empty rectangle near the center
168 if r.Empty() {
176 if r.Empty() {
179 if s.Empty() {
197 // Empty reports whether the rectangle contains no points.
198 func (r Rectangle) Empty() bool {
202 // Eq reports whether r and s contain the same set of points. All empty
205 return r == s || r.Empty() && s.Empty()
208 // Overlaps reports whether r and s have a non-empty intersection
    [all...]
  /prebuilts/go/linux-x86/src/image/
geom.go 129 // of r's dimensions is less than 2*n then an empty rectangle near the center
168 if r.Empty() {
176 if r.Empty() {
179 if s.Empty() {
197 // Empty reports whether the rectangle contains no points.
198 func (r Rectangle) Empty() bool {
202 // Eq reports whether r and s contain the same set of points. All empty
205 return r == s || r.Empty() && s.Empty()
208 // Overlaps reports whether r and s have a non-empty intersection
    [all...]
  /tools/test/connectivity/acts/tests/google/bt/hid/
HidDeviceTest.py 125 except Empty as err:
136 except Empty as err:
147 except Empty as err:
158 except Empty as err:
234 except Empty as err:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Expr.h 124 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Expr.h 124 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Expr.h 124 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Expr.h 124 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Expr.h 123 /// \brief Construct an empty expression.
    [all...]

Completed in 4763 milliseconds

<<11121314151617181920>>