Home
last modified time | relevance | path

Searched refs:is_empty (Results 1 – 25 of 142) sorted by relevance

123456

/external/chromium-trace/catapult/telemetry/telemetry/timeline/
Dbounds.py25 def is_empty(self): member in Bounds
51 if self.is_empty or other.is_empty:
59 if self.is_empty or other.is_empty:
69 if bounds.is_empty:
90 if not a.is_empty and not b.is_empty:
93 if a.is_empty and not b.is_empty:
96 if not a.is_empty and b.is_empty:
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_empty.pass.cpp19 static_assert( std::is_empty<T>::value, ""); in test_is_empty()
20 static_assert( std::is_empty<const T>::value, ""); in test_is_empty()
21 static_assert( std::is_empty<volatile T>::value, ""); in test_is_empty()
22 static_assert( std::is_empty<const volatile T>::value, ""); in test_is_empty()
28 static_assert(!std::is_empty<T>::value, ""); in test_is_not_empty()
29 static_assert(!std::is_empty<const T>::value, ""); in test_is_not_empty()
30 static_assert(!std::is_empty<volatile T>::value, ""); in test_is_not_empty()
31 static_assert(!std::is_empty<const volatile T>::value, ""); in test_is_not_empty()
/external/mesa3d/src/glsl/
Dlist.h319 bool is_empty() const in is_empty() function
336 return !is_empty() ? head : NULL; in get_head()
341 return !is_empty() ? head : NULL; in get_head()
346 return !is_empty() ? tail_pred : NULL; in get_tail()
351 return !is_empty() ? tail_pred : NULL; in get_tail()
404 if (is_empty()) { in move_nodes_to()
424 if (source->is_empty()) in append_list()
458 if (before->is_empty()) in insert_before()
Dloop_analysis.cpp146 assert(!this->state.is_empty()); in visit()
161 if (this->state.is_empty()) in visit_enter()
177 if (this->state.is_empty()) in visit()
358 if (!this->state.is_empty()) in visit_enter()
369 if (!this->state.is_empty()) in visit_leave()
380 if (this->state.is_empty()) in visit_enter()
394 assert(!this->state.is_empty()); in visit_leave()
503 if (!ir->else_instructions.is_empty()) in is_loop_terminator()
Dir_function_detect_recursion.cpp268 if (f->callers.is_empty() || f->callees.is_empty()) { in remove_unlinked_functions()
269 while (!f->callers.is_empty()) { in remove_unlinked_functions()
274 while (!f->callees.is_empty()) { in remove_unlinked_functions()
Dopt_if_simplification.cpp74 if (ir->then_instructions.is_empty() && in visit_leave()
75 ir->else_instructions.is_empty()) { in visit_leave()
Dopt_redundant_jumps.cpp92 if (ir->then_instructions.is_empty() && ir->else_instructions.is_empty()) in visit_leave()
/external/v8/src/parsing/
Dfunc-name-inferrer.h51 bool IsOpen() const { return !entries_stack_.is_empty(); } in IsOpen()
69 if (IsOpen() && !funcs_to_infer_.is_empty()) { in RemoveLastFunction()
77 if (!funcs_to_infer_.is_empty()) { in Infer()
99 if (entries_stack_.is_empty()) funcs_to_infer_.Clear(); in Leave()
/external/v8/src/
Dsplay-tree-inl.h24 if (is_empty()) { in Insert()
63 if (is_empty()) in FindInternal()
90 if (is_empty()) in FindGreatestLessThan()
114 if (is_empty()) in FindLeastGreaterThan()
137 if (is_empty()) in FindGreatest()
149 if (is_empty()) in FindLeast()
211 if (is_empty()) in Splay()
Dtype-feedback-vector-inl.h57 bool TypeFeedbackVector::is_empty() const { in is_empty() function
72 return is_empty() ? TypeFeedbackMetadata::cast(GetHeap()->empty_fixed_array()) in metadata()
79 DCHECK(!is_empty()); in GetKind()
/external/dbus/bus/
Dconfig-loader-libxml.c54 int i, status, is_empty; in xml_text_start_element() local
64 is_empty = xmlTextReaderIsEmptyElement (reader); in xml_text_start_element()
66 if (name == NULL || n_attributes < 0 || is_empty == -1) in xml_text_start_element()
102 if (ret && is_empty == 1) in xml_text_start_element()
/external/v8/src/crankshaft/
Dhydrogen-dce.cc18 while (!worklist->is_empty()) { in MarkLive()
62 DCHECK(worklist.is_empty()); // Should have processed everything. in MarkLiveInstructions()
94 while (!worklist.is_empty()) { in RemoveDeadInstructions()
Dhydrogen-range-analysis.cc85 if (!dominated_blocks->is_empty()) { in Run()
93 } else if (!stack.is_empty()) { in Run()
216 DCHECK(worklist_.is_empty()); in PropagateMinusZeroChecks()
220 while (!worklist_.is_empty()) { in PropagateMinusZeroChecks()
286 DCHECK(worklist_.is_empty()); in PropagateMinusZeroChecks()
Dhydrogen-mark-deoptimize.cc24 DCHECK(worklist_.is_empty()); in ProcessPhi()
31 while (!worklist_.is_empty()) { in ProcessPhi()
Dhydrogen-uint32-analysis.cc189 while (!worklist.is_empty()) { in UnmarkUnsafePhis()
190 while (!worklist.is_empty()) { in UnmarkUnsafePhis()
/external/clang/test/Lexer/
Dhas_feature_type_traits.cpp68 #if __has_feature(is_empty)
69 int is_empty();
/external/v8/src/compiler/
Dpipeline-statistics.h45 bool InPhaseKind() { return !phase_kind_stats_.scope_.is_empty(); } in InPhaseKind()
49 bool InPhase() { return !phase_stats_.scope_.is_empty(); } in InPhase()
Dpipeline-statistics.cc15 DCHECK(scope_.is_empty()); in Begin()
29 DCHECK(!scope_.is_empty()); in End()
/external/v8/src/debug/
Ddebug-scopes.cc161 if (!nested_scope_chain_.is_empty()) { in Next()
164 DCHECK(nested_scope_chain_.is_empty()); in Next()
169 if (nested_scope_chain_.is_empty()) { in Next()
184 if (!nested_scope_chain_.is_empty()) { in Type()
268 if (!nested_scope_chain_.is_empty()) { in HasContext()
304 if (!nested_scope_chain_.is_empty()) { in CurrentScopeInfo()
318 nested_scope_chain_.is_empty()) { in CurrentContext()
547 if (!nested_scope_chain_.is_empty()) { in MaterializeBlockScope()
/external/v8/src/base/
Dsmart-pointers.h65 DCHECK(is_empty());
72 bool is_empty() const { return p_ == NULL; } in is_empty() function
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_helper_unittest.cc28 EXPECT_TRUE(region.is_empty()); in TEST_F()
34 EXPECT_TRUE(region.is_empty()); in TEST_F()
57 EXPECT_TRUE(capturer_helper_.size_most_recent().is_empty()); in TEST_F()
Ddesktop_geometry.h61 bool is_empty() const { return width_ <= 0 || height_ <= 0; } in is_empty() function
111 bool is_empty() const { return left_ >= right_ || top_ >= bottom_; } in is_empty() function
/external/skia/src/core/
DSkRecord.h141 SK_WHEN(std::is_empty<T>::value, T*) allocCommand() { in SK_WHEN()
147 SK_WHEN(!std::is_empty<T>::value, T*) allocCommand() { return this->alloc<T>(); } in allocCommand()
/external/libcxx/test/std/experimental/optional/optional.inplace/
Din_place_t.pass.cpp38 static_assert((std::is_empty<in_place_t>::value), ""); in main()
/external/v8/src/profiler/
Dheap-profiler.cc147 if (!known_object && !allocation_tracker_.is_empty()) { in ObjectMoveEvent()
155 if (!allocation_tracker_.is_empty()) { in AllocationEvent()

123456