HomeSort by relevance Sort by last modified time
    Searched full:has_value (Results 126 - 150 of 161) sorted by null

1 2 3 4 56 7

  /system/chre/platform/slpi/see/
see_helper.cc 162 if (calInfo[i].suid.has_value()
    [all...]
  /external/chromium-trace/catapult/devil/devil/android/sdk/
shared_prefs.py 59 def has_value(self): member in class:BasePref
  /external/libchrome/base/
optional.h 209 constexpr bool has_value() const { return !storage_.is_null_; } function in class:base::Optional
  /external/libmojo/third_party/catapult/devil/devil/android/sdk/
shared_prefs.py 55 def has_value(self): member in class:BasePref
  /external/mesa3d/src/compiler/glsl/
ir.h 273 * \sa ir_constant::has_value, ir_rvalue::is_one, ir_rvalue::is_negative_one
285 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_negative_one
297 * \sa ir_constant::has_value, ir_rvalue::is_zero, ir_rvalue::is_one
    [all...]
ir_expression_operation.py 577 operation("all_equal", 2, source_types=all_types, dest_type=bool_type, c_expression="op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
581 operation("any_nequal", 2, source_types=all_types, dest_type=bool_type, c_expression="!op[0]->has_value(op[1])", flags=frozenset((horizontal_operation, types_identical_operation))),
    [all...]
ir.cpp 1059 ir_constant::has_value(const ir_constant *c) const function in class:ir_constant
1066 if (!this->array_elements[i]->has_value(c->array_elements[i]))
1082 if (!a_field->has_value(b_field))
    [all...]
  /external/pdfium/third_party/base/
optional.h 209 constexpr bool has_value() const { return !storage_.is_null_; } function in class:pdfium::Optional
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 195 return result.has_value();
1028 if (result.has_value() && result.value() != 0) {
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cudnn_convolution_algorithm_picker.cc 292 if (!alg_scratch_and_tc.has_value()) {
  /external/tensorflow/tensorflow/compiler/xla/service/
user_computation.h 345 // returned. When the return value has_value(), nullptr will never be
  /external/pdfium/xfa/fxfa/parser/
cxfa_simple_parser.cpp 167 if (!pos.has_value()) {
208 if (!pos.has_value()) {
    [all...]
cxfa_layoutpagemgr.cpp 163 if (!iSplitNextIndex.has_value())
    [all...]
  /external/tensorflow/tensorflow/core/grappler/costs/
op_level_cost_estimator.cc 735 if (op_features.inputs(0).has_value()) {
781 if (op_features.inputs_size() >= 2 && op_features.inputs(1).has_value()) {
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_widgetacc.cpp 346 if (!nSplitIndex.has_value())
348 if (!nSplitIndex.has_value())
    [all...]
  /external/pdfium/fxjs/xfa/
cjx_object.cpp 644 iEnd = !iEnd.has_value() ? iLength : iEnd;
653 if (!iEnd.has_value()) {
    [all...]
  /external/mesa3d/docs/relnotes/
7.9.1.html 225 <li>glsl: Fix flipped return of has_value() for array constants.</li>
  /external/pdfium/core/fxcrt/
widestring.cpp 328 if (!guess.has_value())
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.cc 507 if (sharding.has_value()) {
  /external/tensorflow/tensorflow/compiler/xla/tests/
literal_test_util.cc 736 if (error.has_value()) {
  /external/protobuf/src/google/protobuf/
type.pb.cc 3247 bool Option::has_value() const { function in class:google::protobuf::Option
    [all...]
  /external/mesa3d/prebuilt-intermediates/glsl/
ir_expression_operation_constant.h 1042 data.b[0] = op[0]->has_value(op[1]);
1046 data.b[0] = !op[0]->has_value(op[1]);
    [all...]
  /external/v8/src/
gdb-jit.cc     [all...]
  /external/tensorflow/tensorflow/core/lib/gtl/
optional.h 619 constexpr bool has_value() const noexcept { return this->engaged_; }
  /external/pdfium/fxjs/
cfxjse_formcalc_context.cpp 378 pos.has_value() && pos.value() != 0 ? XFA_VT_DATETIME : XFA_VT_DATE;
    [all...]

Completed in 921 milliseconds

1 2 3 4 56 7