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

  /frameworks/native/libs/binder/
PersistableBundle.cpp 43 VAL_STRING = 0,
302 RETURN_IF_FAILED(parcel->writeInt32(VAL_STRING));
377 case VAL_STRING: {
  /device/google/dragon/recovery/updater/
fwtool.cpp 129 mainv.type = VAL_STRING;
131 ecv.type = VAL_STRING;
flash_file.cpp 60 if (value->type != 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 43 if (v->type != VAL_STRING) {
60 v->type = VAL_STRING;
expr.h 56 #define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null
  /bootable/recovery/updater/
blockimg.cpp     [all...]
install.cpp     [all...]
  /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:
  /docs/source.android.com/src/devices/tech/ota/
device_code.jd 705 if (key->type != VAL_STRING) {
733 if (key->type != VAL_STRING || image->type != VAL_BLOB) {
775 result->type = VAL_STRING;
    [all...]
  /frameworks/base/core/java/android/os/
Parcel.java 211 private static final int VAL_STRING = 0;
    [all...]

Completed in 859 milliseconds