HomeSort by relevance Sort by last modified time
    Searched defs:stringData (Results 1 - 25 of 104) sorted by null

1 2 3 4 5

  /external/swiftshader/third_party/LLVM/unittests/Support/
DataExtractorTest.cpp 17 const char stringData[] = "hellohello\0hello";
91 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8);
94 EXPECT_EQ(stringData, DE.getCStr(&offset));
  /external/llvm/unittests/Support/
DataExtractorTest.cpp 17 const char stringData[] = "hellohello\0hello";
92 DataExtractor DE(StringRef(stringData, sizeof(stringData)-1), false, 8);
95 EXPECT_EQ(stringData, DE.getCStr(&offset));
  /cts/tests/tests/graphics/src/android/graphics/cts/
FontVariationAxisTest.java 159 String stringData = FontVariationAxis.toFontVariationSettings(axes);
160 FontVariationAxis[] newAxes = FontVariationAxis.fromFontVariationSettings(stringData);
  /dalvik/dx/src/com/android/dx/dex/file/
StringIdItem.java 90 MixedItemSection stringData = file.getStringData();
92 stringData.add(data);
DexFile.java 70 private final MixedItemSection stringData;
128 stringData =
157 wordData, typeLists, stringData, byteData, classData, map };
164 wordData, typeLists, stringData, byteData, classData, map };
320 return stringData;
637 stringData.prepare();
  /frameworks/rs/
rsStream.cpp 98 char *stringData = reinterpret_cast<char *>(&mData[mPos]);
99 memcpy(stringData, s, len);
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
StringIdItem.java 91 MixedItemSection stringData = file.getStringData();
93 stringData.add(data);
DexFile.java 62 private final MixedItemSection stringData;
110 stringData =
128 classDefs, wordData, typeLists, stringData, byteData,
244 return stringData;
493 stringData.prepare();
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowTypedArray.java 26 private CharSequence[] stringData;
29 public static TypedArray create(Resources realResources, int[] attrs, int[] data, int[] indices, int len, CharSequence[] stringData) {
45 Shadows.shadowOf(typedArray).stringData = stringData;
51 return stringData[index / ShadowAssetManager.STYLE_NUM_ENTRIES];
ShadowAssetManager.java 637 final CharSequence[] stringData = new CharSequence[typedResources.size()];
691 stringData[i] = typedResource == null ? null : typedResource.asString();
695 return ShadowTypedArray.create(resources, null, data, indices, typedResources.size(), stringData);
    [all...]
  /external/protobuf/src/google/protobuf/
text_format_unittest.cc     [all...]
  /external/protobuf/java/core/src/test/java/com/google/protobuf/
TextFormatTest.java     [all...]
  /dalvik/dx/src/com/android/dx/merge/
DexMerger.java 137 stringDataOut = dexOut.appendSection(writerSizes.stringData, "string data");
    [all...]
  /packages/services/Telecomm/src/com/android/server/telecom/
Call.java     [all...]
  /prebuilts/tools/common/m2/repository/logkit/logkit/1.0.1/
logkit-1.0.1.jar 
  /external/robolectric/v3/
robolectric-resources-3.1-SNAPSHOT.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
robolectric-resources-3.1.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
framework-3.4.2.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
shadows-framework-3.5.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
shadows-framework-3.6.1.jar 
  /external/robolectric/v3/runtime/
shadows-core-3.1-SNAPSHOT-16.jar 
shadows-core-3.1-SNAPSHOT-17.jar 
shadows-core-3.1-SNAPSHOT-18.jar 
shadows-core-3.1-SNAPSHOT-19.jar 
shadows-core-3.1-SNAPSHOT-21.jar 

Completed in 800 milliseconds

1 2 3 4 5