HomeSort by relevance Sort by last modified time
    Searched defs:StringBlock (Results 1 - 6 of 6) sorted by null

  /external/deqp/framework/delibs/depool/
dePoolStringBuilder.c 34 } StringBlock;
40 StringBlock* blockListHead;
41 StringBlock* blockListTail;
60 StringBlock* block = DE_POOL_NEW(builder->pool, StringBlock);
124 StringBlock* block = builder->blockListHead;
  /frameworks/base/core/java/android/content/res/
StringBlock.java 35 final class StringBlock {
46 public StringBlock(byte[] data, boolean useSparse) {
54 public StringBlock(byte[] data, int offset, int size, boolean useSparse) {
479 * of this newly creating StringBlock.
481 StringBlock(long obj, boolean useSparse) {
  /external/icu/icu4c/source/tools/gencnval/
gencnval.c 95 } StringBlock;
98 static StringBlock stringBlock = { stringStore, 0, STRING_STORE_SIZE };
114 static StringBlock tagBlock = { tagStore, 0, TAG_STORE_SIZE };
173 allocString(StringBlock *block, const char *s, int32_t length);
342 allocString(&stringBlock, "", 0);
445 converter=allocString(&stringBlock, line+start, length);
481 alias=allocString(&stringBlock, line+start, length);
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 731 milliseconds