HomeSort by relevance Sort by last modified time
    Searched refs:int32Value (Results 1 - 14 of 14) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
flag.go 21 flag.Var((*int32Value)(val), name, usage)
81 type int32Value int32
83 func (i *int32Value) Set(s string) error {
85 *i = int32Value(v)
89 func (i *int32Value) Get() interface{} { return int32(*i) }
91 func (i *int32Value) String() string { return fmt.Sprint(*i) }
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
flag.go 21 flag.Var((*int32Value)(val), name, usage)
81 type int32Value int32
83 func (i *int32Value) Set(s string) error {
85 *i = int32Value(v)
89 func (i *int32Value) Get() interface{} { return int32(*i) }
91 func (i *int32Value) String() string { return fmt.Sprint(*i) }
  /frameworks/base/media/jni/
android_media_MediaMetricsJNI.cpp 65 keyName, (jint) prop->u.int32Value);
  /frameworks/av/media/libstagefright/foundation/
AMessage.cpp 231 *value = (float)item->u.int32Value;
252 *value = item->u.int32Value;
284 BASIC_TYPE(Int32,int32Value,int32_t)
564 "int32_t %s = %d", item.mName, item.u.int32Value);
672 item->u.int32Value = parcel.readInt32();
762 parcel->writeInt32(item.u.int32Value);
829 if (oitem == NULL || item.u.int32Value != oitem->u.int32Value) {
830 diff->setInt32(item.mName, item.u.int32Value);
  /frameworks/av/services/mediaanalytics/
MetricsSummarizer.cpp 221 if (prop1->u.int32Value != prop2->u.int32Value)
  /external/protobuf/javanano/src/main/java/com/google/protobuf/nano/
Extension.java 408 Integer int32Value = (Integer) value;
409 output.writeInt32NoTag(int32Value);
664 Integer int32Value = (Integer) value;
665 return CodedOutputByteBufferNano.computeInt32Size(fieldNumber, int32Value);
CodedOutputByteBufferNano.java     [all...]
  /frameworks/av/media/libmediametrics/include/
MediaAnalyticsItem.h 211 int32_t int32Value;
  /frameworks/av/media/libmediametrics/
MediaAnalyticsItem.cpp 275 prop->u.int32Value = value;
311 prop->u.int32Value += value;
316 prop->u.int32Value = value;
372 *value = prop->u.int32Value;
627 data->writeInt32(prop->u.int32Value);
685 "%s=%d:", prop->mName, prop->u.int32Value);
  /external/protobuf/python/google/protobuf/internal/
json_format_test.py 130 text = ('{"int32Value": 20, '
174 text = u'{"int32Value": "\u0031"}'
190 '"int32Value": 0,'
340 ' "int32Value": 0,'
464 int32_value = wrappers_pb2.Int32Value()
471 ' "@type": \"type.googleapis.com/google.protobuf.Int32Value\",\n'
535 ' "@type": "type.googleapis.com/google.protobuf.Int32Value",\n'
545 json_format.Parse('{"int32Value": null, '
602 self.CheckError('{int32Value: 1}',
613 self.CheckError('{"int32Value": 1,\n"int32Value":2}'
    [all...]
  /hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/
VehicleEmulator.cpp 307 for (auto& int32Value : val->value.int32Values) {
308 protoVal->add_int32_values(int32Value);
  /frameworks/av/media/libstagefright/include/foundation/
AMessage.h 206 int32_t int32Value;
  /prebuilts/tools/common/m2/repository/com/google/protobuf/nano/protobuf-javanano/3.0.0-alpha-5/
protobuf-javanano-3.0.0-alpha-5.jar 
  /frameworks/av/media/libstagefright/codec2/tests/
C2Param_test.cpp     [all...]

Completed in 688 milliseconds