Searched defs:TYPE_FLOAT (Results 1 - 11 of 11) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
H A DValue.java36 public static final int TYPE_FLOAT = 3; field in class:Value
147 * <code>TYPE_FLOAT</code>,
/external/protobuf/python/google/protobuf/
H A Ddescriptor.py329 TYPE_FLOAT = 2 variable in class:FieldDescriptor
/external/protobuf/src/google/protobuf/io/
H A Dtokenizer.h103 TYPE_FLOAT, // A floating point literal, with a fractional part and/or enumerator in enum:google::protobuf::io::Tokenizer::TokenType
137 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
138 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
243 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
/external/v8/src/
H A Dflags.cc55 enum FlagType { TYPE_BOOL, TYPE_INT, TYPE_FLOAT, TYPE_STRING, TYPE_ARGS }; enumerator in enum:v8::internal::__anon12865::Flag::FlagType
81 ASSERT(type_ == TYPE_FLOAT);
114 ASSERT(type_ == TYPE_FLOAT);
135 case TYPE_FLOAT:
160 case TYPE_FLOAT:
187 case Flag::TYPE_FLOAT: return "float";
206 case Flag::TYPE_FLOAT:
398 case Flag::TYPE_FLOAT:
/external/protobuf/src/google/protobuf/
H A Dwire_format_lite.h100 TYPE_FLOAT = 2, enumerator in enum:google::protobuf::internal::WireFormatLite::FieldType
H A Ddescriptor.h299 TYPE_FLOAT = 2, // float, exactly four bytes on the wire. enumerator in enum:google::protobuf::FieldDescriptor::Type
335 CPPTYPE_FLOAT = 6, // TYPE_FLOAT
H A Ddescriptor.pb.cc2170 const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_FLOAT; member in class:google::protobuf::FieldDescriptorProto
H A Ddescriptor.pb.h747 static const Type TYPE_FLOAT = FieldDescriptorProto_Type_TYPE_FLOAT; member in class:google::protobuf::FieldDescriptorProto
/external/libvpx/nestegg/src/
H A Dnestegg.c98 TYPE_FLOAT, enumerator in enum:ebml_type_enum
357 E_FIELD(ID_DURATION, TYPE_FLOAT, struct info, duration),
388 E_FIELD(ID_SAMPLING_FREQUENCY, TYPE_FLOAT, struct audio, sampling_frequency),
401 E_FIELD(ID_TRACK_TIMECODE_SCALE, TYPE_FLOAT, struct track_entry, track_timecode_scale),
721 assert(type.type == TYPE_FLOAT);
938 case TYPE_FLOAT:
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi.services_3.2.100.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/proguard/lib/
H A Dproguard.jarMETA-INF/ META-INF/MANIFEST.MF proguard/evaluation/Stack.class Stack.java package proguard ...

Completed in 256 milliseconds