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

  /frameworks/base/tests/LocationTracker/src/com/android/locationtracker/data/
TrackerEntry.java 52 static final String STRING_DATA = "STRING";
61 INT_DATA + " PRIMARY KEY", STRING_DATA, STRING_DATA, STRING_DATA,
63 REAL_DATA, INT_DATA, STRING_DATA};
  /dalvik/dx/tests/077-dex-code-alignment/
run 28 /string_data:/ { codes = 0; dump = 0; }
  /dalvik/dx/tests/034-dex-minimal/
expected.txt 44 |string_data:
  /external/skia/src/core/
SkWriter32.cpp 13 * Strings are stored as: length[4-bytes] + string_data + '\0' + pad_to_mul_4
  /external/v8/tools/
perf-to-html.py 162 string_data = "\n".join(self.print_output_)
167 text_file.write(string_data)
169 print(string_data)
  /external/boringssl/src/crypto/err/
err.c 435 * |values| and |string_data|. It returns the string or NULL if not found. */
439 const char *string_data) {
448 * The |offset| is the number of bytes from the start of |string_data| where
463 return &string_data[(*result) & 0x7fff];
  /toolchain/binutils/binutils-2.25/binutils/
rcparse.y 1263 string_data END { rcparse_normal (); }
1266 string_data: label
1268 | string_data numexpr res_unicode_sizedstring_concat
1273 | string_data numexpr ',' res_unicode_sizedstring_concat
1278 | string_data error
    [all...]
ChangeLog-2011 144 (string_data): Adjust rule.
ChangeLog-2007 252 * rcparse.y: (string_data): Removed ill token removal.
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/s3/
key.py     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DexFile.java 111 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
  /dalvik/dx/src/com/android/dx/dex/file/
DexFile.java 116 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
DexFile.java 118 new MixedItemSection("string_data", this, 1, SortType.INSTANCE);

Completed in 931 milliseconds