Searched refs:Empty (Results 51 - 75 of 451) sorted by relevance

1234567891011>>

/external/chromium_org/sync/internal_api/events/
H A Dnormal_get_updates_request_event.cc37 if (!nudged_types_.Empty()) {
45 if (!notified_types_.Empty()) {
53 if (!refresh_requested_types_.Empty()) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimToken.cs59 return string.Empty;
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dmigration_waiter.cc13 DCHECK(!expected_types_.Empty());
/external/chromium_org/chromeos/network/
H A Dcertificate_pattern.cc52 bool IssuerSubjectPattern::Empty() const { function in class:chromeos::IssuerSubjectPattern
86 bool CertificatePattern::Empty() const { function in class:chromeos::CertificatePattern
87 return issuer_ca_pems_.empty() && issuer_.Empty() && subject_.Empty();
/external/chromium_org/net/tools/balsa/
H A Dbuffer_interface.h34 virtual bool Empty() const = 0;
/external/lldb/include/lldb/Core/
H A DStreamString.h41 Empty() const;
/external/skia/src/core/
H A DSkTDynamicHash.h50 } while (!this->done() && (this->current() == Empty() || this->current() == Deleted()));
67 if (Empty() == candidate) {
104 if (Empty() == candidate || Deleted() == candidate || GetKey(*candidate) == key) {
115 static T* Empty() { return reinterpret_cast<T*>(0); } // i.e. NULL function in class:SkTDynamicHash
133 } else if (Empty() != fArray[i]) {
146 if (Empty() == fArray[i] || Deleted() == fArray[i]) {
150 if (Empty() == fArray[j] || Deleted() == fArray[j]) {
167 if (Empty() == candidate || Deleted() == candidate) {
213 if (Empty() != entry && Deleted() != entry) {
236 int fCount; // Number of non Empty(), no
[all...]
/external/chromium_org/chrome/browser/sync/glue/
H A Dsync_backend_host_impl_unittest.cc308 syncer::ControlTypes()).Empty());
319 syncer::ControlTypes()).Empty());
330 enabled_types_).Empty());
341 EXPECT_TRUE(fake_manager_->GetAndResetDownloadedTypes().Empty());
343 enabled_types_).Empty());
346 enabled_types_).Empty());
352 EXPECT_TRUE(fake_manager_->GetAndResetDownloadedTypes().Empty());
354 enabled_types_).Empty());
358 enabled_types_).Empty());
391 enabled_types_).Empty());
[all...]
/external/chromium_org/v8/test/cctest/
H A Dprofiler-extension.cc63 : v8::String::Empty(args.GetIsolate()));
72 : v8::String::Empty(args.GetIsolate()));
/external/libcxx/test/utilities/meta/meta.unary/meta.unary.prop/
H A Dis_nothrow_destructible.pass.cpp34 class Empty class
74 test_is_nothrow_destructible<Empty>();
H A Dis_polymorphic.pass.cpp34 class Empty class
74 test_is_not_polymorphic<Empty>();
/external/libcxx/test/utilities/tuple/tuple.tuple/tuple.cnstr/
H A Dcopy.pass.cpp20 struct Empty {}; struct
58 typedef std::tuple<Empty> T;
/external/lzma/CPP/7zip/UI/Common/
H A DZipRegistry.h43 Method.Empty();
44 // Options.Empty();
45 // EncryptionMethod.Empty();
86 Path.Empty();
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h19 void Empty(IFX_Allocator* pAllocator = NULL) function in class:CXML_AttrItem
21 m_QSpaceName.Empty(pAllocator);
22 m_AttrName.Empty(pAllocator);
23 m_Value.Empty(pAllocator);
51 Empty(NULL);
53 void Empty(IFX_Allocator* pAllocator = NULL) function in class:CXML_Content
55 m_Content.Empty(pAllocator);
83 void Empty();
/external/clang/include/clang/AST/
H A DStmtObjC.h32 explicit ObjCForCollectionStmt(EmptyShell Empty) : argument
33 Stmt(ObjCForCollectionStmtClass, Empty) { }
87 explicit ObjCAtCatchStmt(EmptyShell Empty) : argument
88 Stmt(ObjCAtCatchStmtClass, Empty) { }
128 explicit ObjCAtFinallyStmt(EmptyShell Empty) : argument
129 Stmt(ObjCAtFinallyStmtClass, Empty) { }
178 explicit ObjCAtTryStmt(EmptyShell Empty, unsigned NumCatchStmts, argument
180 : Stmt(ObjCAtTryStmtClass, Empty), NumCatchStmts(NumCatchStmts),
275 explicit ObjCAtSynchronizedStmt(EmptyShell Empty) :
276 Stmt(ObjCAtSynchronizedStmtClass, Empty) { }
320 ObjCAtThrowStmt(EmptyShell Empty) argument
352 ObjCAutoreleasePoolStmt(EmptyShell Empty) argument
[all...]
H A DExprCXX.h74 explicit CXXOperatorCallExpr(ASTContext& C, EmptyShell Empty) : argument
75 CallExpr(C, CXXOperatorCallExprClass, Empty) { }
123 CXXMemberCallExpr(ASTContext &C, EmptyShell Empty) argument
124 : CallExpr(C, CXXMemberCallExprClass, Empty) { }
160 CUDAKernelCallExpr(ASTContext &C, EmptyShell Empty) argument
161 : CallExpr(C, CUDAKernelCallExprClass, END_PREARG, Empty) { }
239 explicit CXXStaticCastExpr(EmptyShell Empty, unsigned PathSize) argument
240 : CXXNamedCastExpr(CXXStaticCastExprClass, Empty, PathSize) { }
270 explicit CXXDynamicCastExpr(EmptyShell Empty, unsigned pathSize) argument
271 : CXXNamedCastExpr(CXXDynamicCastExprClass, Empty, pathSiz
308 CXXReinterpretCastExpr(EmptyShell Empty, unsigned pathSize) argument
340 CXXConstCastExpr(EmptyShell Empty) argument
375 UserDefinedLiteral(const ASTContext &C, EmptyShell Empty) argument
436 CXXBoolLiteralExpr(EmptyShell Empty) argument
467 CXXNullPtrLiteralExpr(EmptyShell Empty) argument
488 CXXStdInitializerListExpr(EmptyShell Empty) argument
553 CXXTypeidExpr(EmptyShell Empty, bool isExpr) argument
634 MSPropertyRefExpr(EmptyShell Empty) argument
692 CXXUuidofExpr(EmptyShell Empty, bool isExpr) argument
777 CXXThisExpr(EmptyShell Empty) argument
819 CXXThrowExpr(EmptyShell Empty) argument
885 CXXDefaultArgExpr(EmptyShell Empty) argument
955 CXXDefaultInitExpr(EmptyShell Empty) argument
1033 CXXBindTemporaryExpr(EmptyShell Empty) argument
1096 CXXConstructExpr(StmtClass SC, EmptyShell Empty) argument
1104 CXXConstructExpr(EmptyShell Empty) argument
1276 CXXTemporaryObjectExpr(EmptyShell Empty) argument
1367 LambdaExpr(EmptyShell Empty, unsigned NumCaptures, bool HasArrayIndexVars) argument
[all...]
/external/chromium_org/v8/test/mjsunit/harmony/
H A Darray-of.js141 function Empty() {} function
142 Empty.of = Array.of;
143 Object.defineProperty(Empty.prototype, "length", {get: function() { return 0; }});
145 var nothing = new Empty;
148 assertThrows(function() { Empty.of(); }, TypeError);
/external/webrtc/src/system_wrappers/test/list/
H A Dlist.cc56 if(list.Empty())
102 // Test Empty
103 FailTest(test_list.Empty());
158 FailTest(!test_list.Empty());
167 FailTest(test_list.Empty());
171 FailTest(test_list.Empty());
/external/webrtc/src/system_wrappers/source/
H A Dlist_unittest.cc50 bool Empty() const { function in class:ListWrapperSimple
51 return list_.Empty();
314 if (lhs->Empty()) {
315 return rhs->Empty();
343 ASSERT_FALSE(descending_list->Empty());
349 ASSERT_FALSE(ascending_list->Empty());
377 ASSERT_FALSE(ascending_list->Empty());
392 ASSERT_FALSE(interleave_list->Empty());
407 while (!descending_list->Empty())
430 ASSERT_FALSE(interleaved_list->Empty());
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2010 Stmt::EmptyShell Empty; local
2049 S = new (Context) NullStmt(Empty);
2053 S = new (Context) CompoundStmt(Empty);
2057 S = new (Context) CaseStmt(Empty);
2061 S = new (Context) DefaultStmt(Empty);
2065 S = new (Context) LabelStmt(Empty);
2075 S = new (Context) IfStmt(Empty);
2079 S = new (Context) SwitchStmt(Empty);
2083 S = new (Context) WhileStmt(Empty);
2087 S = new (Context) DoStmt(Empty);
[all...]
/external/chromium_org/content/renderer/gpu/
H A Dframe_swap_message_queue.cc22 virtual bool Empty() const = 0;
56 virtual bool Empty() const OVERRIDE { return queue_.empty(); }
89 virtual bool Empty() const OVERRIDE { return queue_.empty(); }
95 *is_first = Empty();
121 bool FrameSwapMessageQueue::Empty() const { function in class:content::FrameSwapMessageQueue
123 return next_drain_messages_.empty() && visual_state_queue_->Empty() &&
124 swap_queue_->Empty();
H A Dqueue_message_swap_promise_unittest.cc151 EXPECT_FALSE(frame_swap_message_queue_->Empty());
181 EXPECT_TRUE(frame_swap_message_queue_->Empty());
194 EXPECT_TRUE(frame_swap_message_queue_->Empty());
206 EXPECT_FALSE(frame_swap_message_queue_->Empty());
219 EXPECT_TRUE(frame_swap_message_queue_->Empty());
233 EXPECT_FALSE(frame_swap_message_queue_->Empty());
249 EXPECT_FALSE(frame_swap_message_queue_->Empty());
280 EXPECT_TRUE(frame_swap_message_queue_->Empty());
306 EXPECT_TRUE(frame_swap_message_queue_->Empty());
/external/chromium_org/courgette/
H A Dstreams_unittest.cc150 EXPECT_TRUE(in.Empty());
177 EXPECT_FALSE(in.Empty());
182 EXPECT_TRUE(in.Empty());
188 EXPECT_FALSE(subset1.Empty());
189 EXPECT_FALSE(subset1.Empty());
196 EXPECT_TRUE(subset1.Empty());
202 EXPECT_TRUE(subset2.Empty());
/external/chromium_org/sync/internal_api/public/base/
H A Denum_set_unittest.cc37 EXPECT_TRUE(enums.Empty());
48 EXPECT_FALSE(enums.Empty());
59 EXPECT_FALSE(enums.Empty());
70 EXPECT_FALSE(enums.Empty());
81 EXPECT_FALSE(enums.Empty());
119 EXPECT_TRUE(enums.Empty());
131 EXPECT_TRUE(enums.Empty());
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc120 if (Empty()) {
132 if (Empty()) {
150 if (Empty()) {
157 if (Empty()) {
171 while (!Empty() &&
184 if (Empty()) {
195 while (!Empty() &&

Completed in 692 milliseconds

1234567891011>>