HomeSort by relevance Sort by last modified time
    Searched full:val_string (Results 1 - 13 of 13) sorted by null

  /frameworks/native/libs/binder/include/private/binder/
ParcelValTypes.h 23 VAL_STRING = 0,
  /frameworks/base/core/proto/android/util/
log.proto 82 string val_string = 4;
  /frameworks/native/libs/binder/
Value.cpp 214 if (t_info == internal_type_ptr<String16>()) return VAL_STRING;
336 HANDLE_WRITE_TYPE(String16, VAL_STRING, writeString16)
395 HANDLE_READ_TYPE(String16, VAL_STRING, readString16)
PersistableBundle.cpp 347 RETURN_IF_FAILED(parcel->writeInt32(VAL_STRING));
421 case VAL_STRING: {
  /external/webrtc/webrtc/modules/video_coding/codecs/h264/
h264_video_toolbox_encoder.cc 87 std::string val_string = CFStringToString(value); local
89 << " to " << val_string << ": " << status;
  /bootable/recovery/edify/
expr.cpp 54 if (v->type != VAL_STRING) {
71 return new Value(VAL_STRING, str);
  /bootable/recovery/updater/
blockimg.cpp     [all...]
install.cpp 241 if (arg_values[i * 2]->type != VAL_STRING) {
320 if (args[i]->type != VAL_STRING) {
    [all...]
  /bootable/recovery/edify/include/edify/
expr.h 58 VAL_STRING = 1,
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowParcel.java 30 private static final int VAL_STRING = 0;
615 writeInt(VAL_STRING);
694 case VAL_STRING:
  /frameworks/base/core/java/android/os/
Parcel.java 226 private static final int VAL_STRING = 0;
    [all...]
  /frameworks/base/cmds/incidentd/src/
Section.cpp 765 proto.write(BinaryLogEntry::Elem::VAL_STRING, elem.data.string, elem.len);
    [all...]
  /art/tools/ahat/etc/
L.hprof     [all...]

Completed in 665 milliseconds