HomeSort by relevance Sort by last modified time
    Searched defs:TYPE_FLOAT (Results 1 - 25 of 292) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/evaluation/value/
Value.java 36 public static final int TYPE_FLOAT = 3;
147 * <code>TYPE_FLOAT</code>,
163 * <code>ClassConstants.TYPE_FLOAT</code>,
  /external/tensorflow/tensorflow/core/util/
command_line_flags.h 99 TYPE_FLOAT,
  /external/perfetto/include/perfetto/protozero/
proto_field_descriptor.h 30 TYPE_FLOAT = 2,
  /external/protobuf/src/google/protobuf/util/internal/
datapiece.h 70 TYPE_FLOAT = 6,
84 explicit DataPiece(const float value) : type_(TYPE_FLOAT), float_(value) {}
  /system/media/camera/include/system/
camera_metadata.h 57 TYPE_FLOAT = 2,
  /device/google/contexthub/util/common/
JSONObject.h 38 TYPE_FLOAT,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
statement.c 46 TYPE_FLOAT,
123 paramtype = TYPE_FLOAT;
135 paramtype = TYPE_FLOAT;
165 case TYPE_FLOAT:
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemBufferValidator.hpp 68 TYPE_FLOAT,
128 initBufferValidatorPrograms(programCollection, TYPE_FLOAT, m_bufferType);
  /external/deqp/framework/randomshaders/
rsgVariableType.hpp 42 TYPE_FLOAT,
160 bool isFloatOrVec (void) const { return m_baseType == TYPE_FLOAT; }
  /external/nanopb-c/generator/google/protobuf/
descriptor.py 363 TYPE_FLOAT = 2
400 TYPE_FLOAT: CPPTYPE_FLOAT,
  /external/proguard/src/proguard/classfile/
JavaConstants.java 85 public static final String TYPE_FLOAT = "float";
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
InternalNano.java 52 public static final int TYPE_FLOAT = 2;
349 case TYPE_FLOAT:
  /external/protobuf/src/google/protobuf/io/
tokenizer.h 113 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
199 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
200 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
328 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /external/python/cpython2/Modules/_sqlite/
statement.c 47 TYPE_FLOAT,
126 paramtype = TYPE_FLOAT;
138 paramtype = TYPE_FLOAT;
172 case TYPE_FLOAT:
  /external/python/cpython3/Modules/_sqlite/
statement.c 45 TYPE_FLOAT,
129 paramtype = TYPE_FLOAT;
135 paramtype = TYPE_FLOAT;
153 case TYPE_FLOAT:
  /frameworks/base/core/java/com/android/internal/util/
TypedProperties.java 98 static final int TYPE_FLOAT = 'F' | 4 << 8;
124 return TYPE_FLOAT;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
HidRawSensor.h 56 TYPE_FLOAT,
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 104 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
190 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
191 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/google/protobuf/io/
tokenizer.h 104 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
190 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
191 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/misc/windows/protobuf2.5/include/google/protobuf/io/
tokenizer.h 104 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
190 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
191 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 113 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
199 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
200 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
328 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /prebuilts/tools/linux-x86_64/protoc/include/google/protobuf/io/
tokenizer.h 104 TYPE_FLOAT, // A floating point literal, with a fractional part and/or
190 // Parses a TYPE_FLOAT token. This never fails, so long as the text actually
191 // comes from a TYPE_FLOAT token parsed by Tokenizer. If it doesn't, the
301 // Read and consume a number, returning TYPE_FLOAT or TYPE_INTEGER
  /external/protobuf/python/google/protobuf/
descriptor.py 423 TYPE_FLOAT = 2
460 TYPE_FLOAT: CPPTYPE_FLOAT,
    [all...]
  /external/v8/src/
flags.cc 42 TYPE_FLOAT,
81 DCHECK(type_ == TYPE_FLOAT);
119 DCHECK(type_ == TYPE_FLOAT);
144 case TYPE_FLOAT:
175 case TYPE_FLOAT:
205 case Flag::TYPE_FLOAT: return "float";
230 case Flag::TYPE_FLOAT:
448 case Flag::TYPE_FLOAT:
  /frameworks/base/core/java/android/util/
TypedValue.java 42 public static final int TYPE_FLOAT = 0x04;
222 * whose type is {@link #TYPE_FLOAT}. */
489 case TYPE_FLOAT:

Completed in 1461 milliseconds

1 2 3 4 5 6 7 8 91011>>