HomeSort by relevance Sort by last modified time
    Searched refs:is_valid (Results 26 - 50 of 284) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/libtextclassifier/lang_id/
lang-id.cc 140 if (!network_->is_valid()) {
199 if (!is_valid()) {
223 bool is_valid() const { return valid_; } function in class:libtextclassifier::nlp_core::lang_id::LangIdImpl
262 if (!network_params_->is_valid()) {
351 if (!pimpl_->is_valid()) {
360 if (!pimpl_->is_valid()) {
370 if (!pimpl_->is_valid()) {
396 bool LangId::is_valid() const { return pimpl_->is_valid(); } function in class:libtextclassifier::nlp_core::lang_id::LangId
lang-id.h 78 // is_valid()), this method returns the default language specified via
92 bool is_valid() const;
  /external/v8/src/ast/
context-slot-cache.h 62 DCHECK(ModeField::is_valid(mode));
63 DCHECK(InitField::is_valid(init_flag));
64 DCHECK(MaybeAssignedField::is_valid(maybe_assigned_flag));
65 DCHECK(IndexField::is_valid(index));
  /external/libmojo/mojo/edk/embedder/
platform_handle.h 33 bool is_valid() const { function in struct:mojo::edk::PlatformHandle
68 bool is_valid() const { return handle != INVALID_HANDLE_VALUE; }
platform_channel_pair_posix.cc 78 DCHECK(server_handle_.is_valid());
80 DCHECK(client_handle_.is_valid());
132 DCHECK(client_handle_.is_valid());
platform_channel_pair_win.cc 45 PCHECK(server_handle_.is_valid());
61 PCHECK(client_handle_.is_valid());
114 DCHECK(client_handle_.is_valid());
platform_handle.cc 22 if (!is_valid())
platform_channel_utils_posix.cc 58 DCHECK(h.is_valid());
73 DCHECK(h.is_valid());
109 DCHECK(platform_handles[i].is_valid());
136 DCHECK(handles[i].is_valid());
188 DCHECK(platform_handles->back().is_valid());
  /external/libmojo/mojo/public/cpp/bindings/
associated_group.h 55 if (!local.is_valid() || !remote.is_valid()) {
interface_ptr_info.h 43 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::InterfacePtrInfo
associated_interface_request.h 46 bool is_pending() const { return handle_.is_valid(); }
connector.h 104 bool is_valid() const { function in class:mojo::Connector
106 return message_pipe_.is_valid();
  /external/libmojo/mojo/public/cpp/bindings/lib/
interface_ptr_state.h 100 DCHECK(!handle_.is_valid());
102 DCHECK(info.is_valid());
118 bool is_bound() const { return handle_.is_valid() || router_; }
153 if (!handle_.is_valid())
248 DCHECK(!handle_.is_valid());
250 DCHECK(info.is_valid());
270 bool is_bound() const { return handle_.is_valid() || endpoint_client_; }
309 if (!handle_.is_valid())
  /external/v8/src/interpreter/
bytecode-pipeline.cc 25 if (source_info_.is_valid()) {
51 if (info.is_valid()) {
bytecode-register.cc 112 if (reg3.is_valid() && reg2.index() + 1 != reg3.index()) {
115 if (reg4.is_valid() && reg3.index() + 1 != reg4.index()) {
118 if (reg5.is_valid() && reg4.index() + 1 != reg5.index()) {
  /external/pdfium/third_party/base/numerics/
safe_math.h 133 return state_.is_valid() &&
242 state_.is_valid() && Wrapper<U>::is_valid(rhs));
257 state_.is_valid() && Wrapper<U>::is_valid(rhs));
266 SafeUnsignedAbs(state_.value()), state_.is_valid());
299 bool is_valid = local
300 Wrapper<L>::is_valid(lhs) && Wrapper<R>::is_valid(rhs) &&
302 return CheckedNumeric<T>(result, is_valid);
310 bool is_valid = state_.is_valid() && Wrapper<R>::is_valid(rhs) && local
327 static constexpr bool is_valid(Src) { return true; } function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
333 static constexpr bool is_valid(const CheckedNumeric<Src> v) { function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
343 static constexpr bool is_valid(const StrictNumeric<Src>) { return true; } function in struct:pdfium::base::internal::CheckedNumeric::Wrapper
    [all...]
safe_math_impl.h 91 bool is_valid = IsValueInRangeForNumericType<Promotion>(x) &&
97 is_valid &= CheckedAddImpl(static_cast<Promotion>(x),
101 return is_valid && IsValueInRangeForNumericType<V>(presult);
142 bool is_valid = IsValueInRangeForNumericType<Promotion>(x) &&
148 is_valid &= CheckedSubImpl(static_cast<Promotion>(x),
152 return is_valid && IsValueInRangeForNumericType<V>(presult);
211 bool is_valid = IsValueInRangeForNumericType<Promotion>(x) &&
217 is_valid &= CheckedMulImpl(static_cast<Promotion>(x),
221 return is_valid && IsValueInRangeForNumericType<V>(presult);
256 bool is_valid = IsValueInRangeForNumericType<Promotion>(x) &
    [all...]
  /external/skia/src/core/
SkMallocPixelRef.cpp 18 static bool is_valid(const SkImageInfo& info, SkColorTable* ctable) { function
44 if (!is_valid(info, ctable)) {
55 if (!is_valid(info, ctable)) {
109 if (!is_valid(info, ctable)) {
127 if (!is_valid(info, ctable)) {
154 SkASSERT(is_valid(info, ctable));
177 SkASSERT(is_valid(info, ctable));
  /test/vts/utils/python/systrace/
systrace_controller.py 36 is_valid: boolean, whether the current environment setting for
53 self.is_valid = os.path.exists(self._path_systrace_script)
54 if not self.is_valid:
59 def is_valid(self): member in class:SystraceController
63 @is_valid.setter
64 def is_valid(self, is_valid): member in class:SystraceController
66 self._is_valid = is_valid
110 if not self.is_valid:
173 if not self.is_valid
    [all...]
  /external/libmojo/mojo/message_pump/
handle_watcher_unittest.cc 163 ASSERT_TRUE(test_pipe.handle0.is_valid());
184 ASSERT_TRUE(test_pipe1.handle0.is_valid());
185 ASSERT_TRUE(test_pipe2.handle0.is_valid());
186 ASSERT_TRUE(test_pipe3.handle0.is_valid());
247 ASSERT_TRUE(test_pipe1.handle0.is_valid());
248 ASSERT_TRUE(test_pipe2.handle0.is_valid());
297 ASSERT_TRUE(test_pipe.handle0.is_valid());
319 ASSERT_TRUE(test_pipe1.handle0.is_valid());
320 ASSERT_TRUE(test_pipe2.handle0.is_valid());
321 ASSERT_TRUE(test_pipe3.handle0.is_valid());
    [all...]
  /external/libmojo/mojo/public/cpp/system/
buffer.cc 21 if (!is_valid())
handle.h 121 bool is_valid() const { return handle_.is_valid(); } function in class:mojo::ScopedHandleBase
129 if (handle_.is_valid())
160 bool is_valid() const { return value_ != kInvalidHandleValue; } function in class:mojo::Handle
167 DCHECK(is_valid());
  /external/mesa3d/src/gallium/state_trackers/vega/
arc.h 52 VGboolean is_valid; member in struct:arc
  /external/libmojo/mojo/edk/js/
handle.cc 37 if (!handle_.is_valid())
51 if (!val.is_valid())
  /external/v8/src/parsing/
expression-classifier.h 115 V8_INLINE bool is_valid(unsigned productions) const { function
124 return is_valid(ExpressionProduction);
128 return is_valid(FormalParameterInitializerProduction);
132 return is_valid(BindingPatternProduction);
136 return is_valid(AssignmentPatternProduction);
140 return is_valid(ArrowFormalParametersProduction);
144 return is_valid(DistinctFormalParametersProduction);
150 return is_valid(StrictModeFormalParametersProduction);
154 return is_valid(LetPatternProduction);
158 return is_valid(AsyncArrowFormalParametersProduction)
    [all...]

Completed in 742 milliseconds

12 3 4 5 6 7 8 91011>>