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

  /external/chromium_org/content/test/plugin/
plugin_arguments_test.cc 52 const char *val_string = GetArgValue(arg_name.c_str(), argc, argn, local
54 ExpectAsciiStringNotEqual(val_string, (const char*)NULL);
55 if (val_string != NULL)
56 ExpectIntegerEqual((int)strlen(val_string), (index*size));
  /device/samsung/manta/recovery/
recovery_updater.c 174 block_loc->type != VAL_STRING ||
175 force_ro_loc->type != VAL_STRING) {
  /bootable/recovery/updater/
blockimg.c 394 if (blockdev_filename->type != VAL_STRING) {
402 if (new_data_fn->type != VAL_STRING) {
406 if (patch_data_fn->type != VAL_STRING) {
778 if (blockdev_filename->type != VAL_STRING) {
782 if (ranges->type != VAL_STRING) {
install.c 1051 if (partition_value->type != VAL_STRING) {
    [all...]
  /bootable/recovery/edify/
expr.h 48 #define VAL_STRING 1 // data will be NULL-terminated; size doesn't count null
expr.c 38 if (v->type != VAL_STRING) {
55 v->type = VAL_STRING;
  /external/robolectric/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 203 private static final int VAL_STRING = 0;
    [all...]
  /dalvik/hit/samples/
android.hprof     [all...]

Completed in 379 milliseconds