HomeSort by relevance Sort by last modified time
    Searched refs:kNone (Results 1 - 25 of 583) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/core/lib/io/
compression.cc 22 const char kNone[] = "";
compression.h 23 extern const char kNone[];
  /art/runtime/
experimental_flags.h 28 kNone = 0x0000,
33 constexpr ExperimentalFlags(decltype(kNone) t) // NOLINT [runtime/explicit]
36 constexpr operator decltype(kNone)() const {
37 return static_cast<decltype(kNone)>(value_);
41 return value_ != kNone;
44 constexpr ExperimentalFlags operator|(const decltype(kNone)& b) const {
45 return static_cast<decltype(kNone)>(value_ | static_cast<uint32_t>(b));
48 return static_cast<decltype(kNone)>(value_ | b.value_);
52 return static_cast<decltype(kNone)>(value_ & b.value_);
54 constexpr ExperimentalFlags operator&(const decltype(kNone)& b) const
    [all...]
jdwp_provider.h 28 kNone,
intrinsics_enum.h 26 kNone,
  /external/v8/src/
machine-type.h 19 kNone,
46 kNone,
59 : representation_(MachineRepresentation::kNone),
60 semantic_(MachineSemantic::kNone) {}
75 bool IsNone() { return representation() == MachineRepresentation::kNone; }
131 return MachineType(MachineRepresentation::kSimd128, MachineSemantic::kNone);
134 return MachineType(MachineRepresentation::kSimd1x4, MachineSemantic::kNone);
137 return MachineType(MachineRepresentation::kSimd1x8, MachineSemantic::kNone);
141 MachineSemantic::kNone);
144 return MachineType(PointerRepresentation(), MachineSemantic::kNone);
    [all...]
machine-type.cc 17 case MachineRepresentation::kNone:
54 case MachineSemantic::kNone:
79 } else if (type.representation() == MachineRepresentation::kNone) {
81 } else if (type.semantic() == MachineSemantic::kNone) {
  /external/pdfium/xfa/fde/
cfde_wordbreak_data.h 13 kNone = 0,
  /external/skia/tools/skqp/
gm_knowledge.h 19 kNone, /**< No error. */
  /external/skqp/tools/skqp/
gm_knowledge.h 19 kNone, /**< No error. */
  /external/swiftshader/third_party/subzero/src/
IceConditionCodesARM32.h 37 static bool isDefined(Cond C) { return C != kNone; }
IceConditionCodesMIPS32.h 37 static bool isDefined(Cond C) { return C != kNone; }
  /external/tensorflow/tensorflow/contrib/lite/toco/
toco_cmdline_flags.cc 131 enum class FlagRequirement { kNone, kMustBeSpecified, kMustNotBeSpecified };
167 PARSE_TOCO_FLAG(IODataType, inference_type, FlagRequirement::kNone);
168 PARSE_TOCO_FLAG(IODataType, inference_input_type, FlagRequirement::kNone);
169 READ_TOCO_FLAG(default_ranges_min, FlagRequirement::kNone);
170 READ_TOCO_FLAG(default_ranges_max, FlagRequirement::kNone);
171 READ_TOCO_FLAG(drop_fake_quant, FlagRequirement::kNone);
172 READ_TOCO_FLAG(reorder_across_fake_quant, FlagRequirement::kNone);
173 READ_TOCO_FLAG(allow_custom_ops, FlagRequirement::kNone);
174 READ_TOCO_FLAG(drop_control_dependency, FlagRequirement::kNone);
  /external/skia/experimental/svg/model/
SkSVGAttribute.cpp 18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone));
  /external/skqp/experimental/svg/model/
SkSVGAttribute.cpp 18 result.fStroke.set(SkSVGPaint(SkSVGPaint::Type::kNone));
19 result.fStrokeDashArray.set(SkSVGDashArray(SkSVGDashArray::Type::kNone));
  /external/v8/src/interpreter/
bytecode-traits.h 18 static const OperandSize kUnscaledSize = OperandSize::kNone;
33 typedef OperandTypeInfoTraits<OperandTypeInfo::kNone> TypeInfoTraits;
34 static const OperandTypeInfo kOperandTypeInfo = OperandTypeInfo::kNone;
133 BytecodeTraits<accumulator_use>::kOperandTypes[] = {OperandType::kNone};
137 OperandTypeInfo::kNone};
141 OperandSize::kNone};
145 OperandSize::kNone};
149 OperandSize::kNone};
  /system/update_engine/update_manager/
updater_provider.h 42 kNone,
49 kNone,
interactive_update_policy_impl.cc 33 *forced_update_requested_p != UpdateRequestStatus::kNone) {
  /external/skia/src/gpu/ops/
GrDashOp.h 21 kNone,
GrDrawOp.h 30 kNone = 0x0,
  /external/skqp/src/gpu/ops/
GrDashOp.h 21 kNone,
GrDrawOp.h 30 kNone = 0x0,
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm.cc 55 // We use kNone to indicate an input unattached to an operator output. Usually
66 if ((op_type == OperatorType::kNone) && (x != nullptr)) {
69 if ((op_type != OperatorType::kNone) && (x == nullptr)) {
88 // We use kNone to indicate an input unattached to an operator output. Usually
100 if ((a_op_type == OperatorType::kNone) && (x != nullptr)) {
103 if ((a_op_type != OperatorType::kNone) && (x == nullptr)) {
114 if ((b_op_type == OperatorType::kNone) && (y != nullptr)) {
117 if ((b_op_type != OperatorType::kNone) && (y == nullptr)) {
138 // We use kNone to indicate an input unattached to an operator output. Usually
151 if ((a_op_type == OperatorType::kNone) && (x != nullptr))
    [all...]
  /art/runtime/arch/
instruction_set_test.cc 32 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("none"));
33 EXPECT_EQ(InstructionSet::kNone, GetInstructionSetFromString("random-string"));
44 EXPECT_STREQ("none", GetInstructionSetString(InstructionSet::kNone));
  /external/skia/tools/flags/
SkCommonFlagsGpu.h 44 return GpuPathRenderers::kNone;
47 return GpuPathRenderers::kNone;
55 GpuPathRenderers::kDefault : GpuPathRenderers::kNone;

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>