HomeSort by relevance Sort by last modified time
    Searched refs:type_ (Results 51 - 75 of 656) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/jsoncpp/src/lib_json/
json_value.cpp 325 : type_(other.type_), allocated_(false)
332 switch (type_) {
376 switch (type_) {
414 ValueType temp = type_;
415 type_ = other.type_;
416 other.type_ = temp;
425 ValueType Value::type() const { return type_; }
436 int typeDelta = type_ - other.type_
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/
contextquery.py 42 type_ The type to match in the context.
61 type_ = CriteriaDescriptor("type_regex", "lookup_type") variable in class:ContextQuery
83 if self.type_ and not query.PolicyQuery._match_regex(
84 context.type_,
85 self.type_,
  /external/webrtc/webrtc/base/
flags.h 86 Type type() const { return type_; }
90 assert(type_ == BOOL);
95 assert(type_ == INT);
100 assert(type_ == FLOAT);
105 assert(type_ == STRING);
111 assert(type_ == BOOL);
116 assert(type_ == INT);
121 assert(type_ == FLOAT);
126 assert(type_ == STRING);
145 Type type_; member in class:rtc::Flag
    [all...]
  /system/nfc/utils/
config.cc 49 type_ = STRING;
54 type_ = UNSIGNED;
60 type_ = BYTES;
64 ConfigValue::Type ConfigValue::getType() const { return type_; }
67 CHECK(type_ == STRING);
72 CHECK(type_ == UNSIGNED);
77 CHECK(type_ == BYTES);
84 type_ = STRING;
91 type_ = BYTES;
97 type_ = UNSIGNED
    [all...]
  /external/stressapptest/src/
error_diag.h 85 ErrorInstance(): type_(SAT_ERROR_NONE), severity_(SAT_ERROR_CORRECTABLE) {}
87 SATErrorType type_; // Type of error: ECC, miscompare, sector. member in class:ErrorInstance
95 ECCErrorInstance() { type_ = SAT_ERROR_ECC; }
103 MiscompareErrorInstance() { type_ = SAT_ERROR_MISCOMPARE; }
119 HDDSectorTagErrorInstance() { type_ = SAT_ERROR_SECTOR_TAG; }
  /external/tensorflow/tensorflow/core/util/
command_line_flags.cc 130 type_(TYPE_INT32),
140 type_(TYPE_INT64),
150 type_(TYPE_FLOAT),
160 type_(TYPE_BOOL),
170 type_(TYPE_STRING),
181 type_(TYPE_INT32),
189 type_(TYPE_INT64),
197 type_(TYPE_FLOAT),
205 type_(TYPE_BOOL),
213 type_(TYPE_STRING)
    [all...]
  /external/v8/src/ast/
ast-value-factory.h 164 return type_ == STRING;
167 bool IsSymbol() const { return type_ == SYMBOL; }
172 return type_ == NUMBER_WITH_DOT || type_ == SMI_WITH_DOT;
176 CHECK_EQ(STRING, type_);
181 CHECK_EQ(SYMBOL, type_);
211 return type_ == STRING && string_ == string;
218 bool IsSmi() const { return type_ == SMI || type_ == SMI_WITH_DOT; }
220 return type_ == NUMBER || type_ == NUMBER_WITH_DOT
288 Type type_; member in class:v8::internal::AstValue
    [all...]
  /external/webrtc/talk/app/webrtc/
statstypes.cc 99 return std::string(InternalTypeToString(type_)) + kSeparator + id_;
117 return std::string(InternalTypeToString(type_)) +
223 StatsReport::IdBase::IdBase(StatsType type) : type_(type) {}
226 StatsReport::StatsType StatsReport::IdBase::type() const { return type_; }
229 return other.type_ == type_;
233 : name(name), type_(int_type) {
234 RTC_DCHECK(type_ == kInt || type_ == kInt64);
235 type_ == kInt ? value_.int_ = static_cast<int>(value) : value_.int64_ = value
    [all...]
jsepsessiondescription.h 72 return type_;
75 void set_type(const std::string& type) { type_ = type; }
95 std::string type_; member in class:webrtc::JsepSessionDescription
  /external/deqp/external/openglcts/modules/common/
glcConfigList.hpp 66 Config(ConfigType type_, int id_, deUint32 surfaceTypes_) : type(type_), id(id_), surfaceTypes(surfaceTypes_)
81 ExcludedConfig(ConfigType type_, int id_, ExcludeReason reason_) : type(type_), id(id_), reason(reason_)
96 AOSPConfig(ConfigType type_, int id_, deUint32 surfaceTypes_, deInt32 redBits_, deInt32 greenBits_,
98 : type(type_)
  /external/google-breakpad/src/processor/
windows_frame_info.h 80 WindowsFrameInfo() : type_(STACK_INFO_UNKNOWN),
100 : type_(type),
164 type_ = that.type_;
179 type_ = STACK_INFO_UNKNOWN;
184 StackInfoTypes type_; member in struct:google_breakpad::WindowsFrameInfo
  /external/libmojo/device/bluetooth/bluez/
bluetooth_service_attribute_value_bluez.h 45 Type type() const { return type_; }
51 Type type_; member in class:bluez::BluetoothServiceAttributeValueBlueZ
  /prebuilts/ndk/r16/sources/android/ndk_helper/
interpolator.h 47 INTERPOLATOR_TYPE type_; member in struct:ndk_helper::InterpolatorParams
59 INTERPOLATOR_TYPE type_; member in class:ndk_helper::Interpolator
  /external/drm_hwcomposer/
drmencoder.cpp 30 type_(e->encoder_type),
drmconnector.cpp 37 type_(c->connector_type),
71 return type_ == DRM_MODE_CONNECTOR_LVDS || type_ == DRM_MODE_CONNECTOR_eDP ||
72 type_ == DRM_MODE_CONNECTOR_DSI || type_ == DRM_MODE_CONNECTOR_VIRTUAL;
  /external/deqp/framework/opengl/simplereference/
sglrShaderProgram.hpp 59 VertexAttribute (const std::string& name_, rr::GenericVecType type_) : name(name_), type(type_) { }
67 VertexToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
75 VertexToGeometryVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
83 GeometryToFragmentVarying (rr::GenericVecType type_, int flags = VARYINGFLAG_NONE) : type(type_), flatshade((flags & VARYINGFLAG_FLATSHADE) != 0) { }
91 FragmentOutput (rr::GenericVecType type_) : type(type_) { }
    [all...]
  /external/google-breakpad/src/tools/windows/converter/
ms_symbol_server_converter.h 98 GUIDOrSignatureIdentifier() : type_(TYPE_NONE) {}
106 GUIDOrSignatureType type() const { return type_; }
113 GUIDOrSignatureType type_; member in class:google_breakpad::GUIDOrSignatureIdentifier
  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_resource.cc 36 type_(type),
47 type_, shape_, xla::ComputationDataHandle(),
57 if (initialized() && type_ != type) {
61 DataTypeString(type_), ", new type is ",
71 type_ = type;
77 if (type_ == DT_INVALID) {
87 if (type_ == DT_INVALID) {
94 value_ = builder->Broadcast(XlaHelpers::Zero(builder, type_),
102 value_ = builder->Broadcast(XlaHelpers::Zero(builder, type_),
111 builder->Tuple({builder->Broadcast(XlaHelpers::Zero(builder, type_),
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.h 64 : name_(name), type_(type) {}
68 OperatorType type() const { return type_; }
82 OperatorType type_; member in class:toco::tflite::BaseOperator
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/val/
construct.cpp 25 : type_(construct_type),
30 ConstructType Construct::type() const { return type_; }
52 assert(ValidateConstructSize(type_, constructs.size()));
basic_block.h 70 if (type == kBlockTypeUndefined) return type_.none();
71 return type_.test(type);
80 type_.reset();
82 type_.set(type);
207 std::bitset<kBlockTypeCOUNT - 1> type_; member in class:libspirv::BasicBlock
  /external/v8/src/compiler/
register-allocator-verifier.cc 79 if (op_constraints[count].type_ == kSameAsFirst) {
81 op_constraints[count].type_ = op_constraints[0].type_;
94 CHECK_NE(kSameAsFirst, constraint.type_);
95 if (constraint.type_ != kImmediate && constraint.type_ != kExplicit) {
103 CHECK_NE(kSameAsFirst, constraint.type_);
104 CHECK_NE(kImmediate, constraint.type_);
105 CHECK_NE(kExplicit, constraint.type_);
106 CHECK_NE(kConstant, constraint.type_);
    [all...]
  /external/gemmlowp/internal/
allocator.h 59 #define GEMMLOWP_REGISTER_TYPEID(type_, id) \
61 struct GetTypeIdImpl<type_> { \
126 TypeId type_; member in class:gemmlowp::Allocator::Handle
146 h.type_ = GetTypeId<T>();
163 assert(h.type_ == GetTypeId<T>() && "type mismatch");
  /external/python/cpython2/Misc/Vim/
vim_syntax.py 124 def syn_prefix(type_, kind):
125 return 'syn %s %s ' % (type_, kind)
184 for colour_group, group, type_, arguments in statement_parts:
186 prefix = syn_prefix(type_, group)
187 if type_ == 'keyword':
202 print>>FILE, indent + syn_prefix(type_, group) + arguments
216 for colour_group, group, type_, arguments in statement_parts:
  /hardware/nxp/secure_element/libese-spi/p73/utils/
config.cpp 44 ConfigValue::Type ConfigValue::getType() const { return type_; }
47 CHECK(type_ == STRING);
52 CHECK(type_ == UNSIGNED);
57 CHECK(type_ == BYTES);
64 type_ = STRING;
71 type_ = BYTES;
77 type_ = UNSIGNED;

Completed in 659 milliseconds

1 23 4 5 6 7 8 91011>>