HomeSort by relevance Sort by last modified time
    Searched full:text (Results 126 - 150 of 32288) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/test/Object/Inputs/
trivial-object-test.elf-i386 
  /external/llvm/test/YAMLParser/
spec-05-10.data 3 commercial-at: @text
4 grave-accent: `text
  /external/markdown/tests/misc/
headers.txt 13 Text
15 Some other text
  /external/skia/src/animator/
SkTextToPath.cpp 22 SK_MEMBER(text, Text)
29 SkTextToPath::SkTextToPath() : paint(NULL), path(NULL), text(NULL) {
38 if (paint == NULL || path == NULL || text == NULL) {
45 realPaint.getTextPath(text->getText(), text->getSize(), text->x,
46 text->y, &path->getPath());
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
TextBreakIteratorICU.cpp 23 #include "core/platform/text/TextBreakIterator.h"
25 #include "core/platform/text/LineBreakIteratorPoolICU.h"
26 #include "wtf/text/WTFString.h"
49 UText text; member in struct:WebCore::__anon12720
62 static inline int64_t textNativeLength(UText* text)
64 return text->a + text->b;
74 // Pointer references source text structure, but not source extra buffer.
105 static int32_t textExtract(UText* text, int64_t start, int64_t limit, UChar* destination, int32_t destinationCapacity, UErrorCode* errorCode)
107 UNUSED_PARAM(text);
288 UText* text = utext_setup(&utWithBuffer->text, sizeof(utWithBuffer->buffer), status); local
444 UText* text = textOpenLatin1(&textLocal, string, length, 0, 0, &openStatus); local
451 ubrk_setUText(reinterpret_cast<UBreakIterator*>(iterator), text, &setTextStatus); local
500 UText* text = textOpenLatin1(&textLocal, string, length, priorContext, priorContextLength, &openStatus); local
528 UText* text = textOpenUTF16(&textLocal, string, length, priorContext, priorContextLength, &openStatus); local
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
mp4-boxes.zip 
  /frameworks/base/core/java/android/text/
Selection.java 17 package android.text;
19 import java.text.BreakIterator;
37 public static final int getSelectionStart(CharSequence text) {
38 if (text instanceof Spanned)
39 return ((Spanned) text).getSpanStart(SELECTION_START);
48 public static final int getSelectionEnd(CharSequence text) {
49 if (text instanceof Spanned)
50 return ((Spanned) text).getSpanStart(SELECTION_END);
67 public static void setSelection(Spannable text, int start, int stop) {
68 // int len = text.length()
    [all...]
  /development/samples/ApiDemos/assets/
read_asset.txt 1 This text is stored in a raw Asset.
  /external/apache-harmony/luni/src/test/resources/net.resources/FTP/jcltest/
nettest.txt 1 This text file is used for testing the java.net package of the Harmony class libraries
  /external/chromium/chrome/browser/autocomplete/
autocomplete_edit_view_mac_unittest.mm 20 string16 text;
22 // Does an empty clipboard get empty text?
24 text = AutocompleteEditViewMac::GetClipboardText(&clipboard);
25 EXPECT_EQ(string16(), text);
27 const string16 plainText(ASCIIToUTF16("test text"));
31 // Can we pull straight text off the clipboard?
37 text = AutocompleteEditViewMac::GetClipboardText(&clipboard);
38 EXPECT_EQ(plainText, text);
46 text = AutocompleteEditViewMac::GetClipboardText(&clipboard);
47 EXPECT_EQ(ASCIIToUTF16(url), text);
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.html 4 <script src='screenshot.js' type='text/javascript' />
  /external/chromium_org/chrome/browser/ui/app_list/search/
tokenized_string_unittest.cc 39 string16 text(UTF8ToUTF16("ScratchPad"));
40 TokenizedString tokens(text);
45 string16 text(UTF8ToUTF16("Chess2.0"));
46 TokenizedString tokens(text);
51 string16 text(UTF8ToUTF16("Cut the rope"));
52 TokenizedString tokens(text);
57 string16 text(UTF8ToUTF16("AutoCAD WS"));
58 TokenizedString tokens(text);
63 string16 text(UTF8ToUTF16("Great TweetDeck"));
64 TokenizedString tokens(text);
    [all...]
  /external/chromium_org/chrome_frame/test/data/
chrome_frame_http_header.html.mock-http-headers 2 Content-type: text/html
chrome_frame_http_header_child_with_header.html.mock-http-headers 2 Content-type: text/html
chrome_frame_http_header_frameset_child.html.mock-http-headers 2 Content-type: text/html
fulltab_delete_cookie_test.html.mock-http-headers 2 Content-type: text/html
fulltab_set_cookie_test.html.mock-http-headers 2 Content-type: text/html
  /external/chromium_org/content/test/data/accessibility/
toolbar-expected-mac.txt 3 AXStaticText AXRoleDescription='text' AXValue='A toolbar'
  /external/chromium_org/content/test/data/
content-sniffer-test1.html.mock-http-headers 2 Content-Type: text/plain; charset=utf-8
  /external/chromium_org/ppapi/tests/
test_case.html.mock-http-headers 2 Content-Type: text/html
  /external/chromium_org/third_party/WebKit/ManualTests/blackberry/
selection-touch-override.html 1 <br><textarea cols="45" rows="5">Text Area without override attribute select all this text and tap on the selection, context menu should be shown!</textarea>
2 <br><textarea cols="45" rows="5" data-blackberry-end-selection-on-touch="on">Text Area with override attribute select all this text and tap on the selection, caret should be placed!</textarea>
  /external/chromium_org/third_party/WebKit/Source/web/tests/data/
input_field_set_value_while_not_focused.html 4 field.value = 'some text';
wheel-event-handler.html 4 <script type="text/javascript">
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
elfequabs.asm 5 section .text
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
gassectalign.asm 1 .text

Completed in 783 milliseconds

1 2 3 4 56 7 8 91011>>