HomeSort by relevance Sort by last modified time
    Searched refs:textData (Results 1 - 17 of 17) sorted by null

  /cts/tests/tests/content/src/android/content/cts/
ClipboardManagerTest.java 65 ClipData textData = ClipData.newPlainText("TextLabel", "Text");
66 assertSetPrimaryClip(textData, "TextLabel",
119 ClipData textData = ClipData.newPlainText("TextLabel", "Text");
120 textData.addItem(new Item("More Text"));
121 textData.addItem(new Item(intent));
122 textData.addItem(new Item(uri));
123 assertSetPrimaryClip(textData, "TextLabel",
  /external/chromium_org/third_party/skia/src/core/
SkPaint.cpp 497 int SkPaint::textToGlyphs(const void* textData, size_t byteLength,
503 SkASSERT(textData != NULL);
508 return SkUTF8_CountUnichars((const char*)textData, byteLength);
510 return SkUTF16_CountUnichars((const uint16_t*)textData, SkToInt(byteLength >> 1));
526 memcpy(glyphs, textData, byteLength >> 1 << 1);
533 const char* text = (const char*)textData;
565 bool SkPaint::containsText(const void* textData, size_t byteLength) const {
570 SkASSERT(textData != NULL);
574 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
589 const char* text = static_cast<const char*>(textData);
    [all...]
  /external/skia/src/core/
SkPaint.cpp 529 int SkPaint::textToGlyphs(const void* textData, size_t byteLength,
535 SkASSERT(textData != NULL);
540 return SkUTF8_CountUnichars((const char*)textData, byteLength);
542 return SkUTF16_CountUnichars((const uint16_t*)textData, SkToInt(byteLength >> 1));
558 memcpy(glyphs, textData, byteLength >> 1 << 1);
565 const char* text = (const char*)textData;
597 bool SkPaint::containsText(const void* textData, size_t byteLength) const {
602 SkASSERT(textData != NULL);
606 const uint16_t* glyphID = static_cast<const uint16_t*>(textData);
621 const char* text = static_cast<const char*>(textData);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
RTCPeerConnectionTest.mm 238 NSData* textData = [text dataUsingEncoding:NSUTF8StringEncoding];
240 [[RTCDataBuffer alloc] initWithData:textData isBinary:NO];
241 [answeringExpectations expectMessage:[textData copy] isBinary:NO];
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentFragment.java 245 String textData = (String) item.getText();
246 if (textData != null) {
247 StringTokenizer tokenizer = new StringTokenizer(textData, "||");
TitlesFragment.java 119 final String textData = String.format("%d||%d", mCategory, pos);
120 ClipData data = ClipData.newPlainText(title, textData);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTParser.cpp 107 String textData = m_decoder->decode(data, length);
108 m_lineReader.append(textData);
114 String textData = m_decoder->flush();
115 m_lineReader.append(textData);
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 742 SectionData* textData = getOutputFormat()->getText().getSectionData();
752 if (island.end() == textData->end())
772 getOutputFormat()->getText().setSize(textData->back().getOffset() +
773 textData->back().size());
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
LoggingCanvas.cpp 866 SkUnichar* textData = dataVector.data();
867 paint.glyphsToUnichars(static_cast<const uint16_t*>(text), byteLength / 2, textData);
868 return WTF::UTF32LittleEndianEncoding().decode(reinterpret_cast<const char*>(textData), byteLength * 2);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-jface-3.6.2.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 2270 milliseconds