Searched refs:text (Results 1 - 25 of 5442) sorted by relevance

1234567891011>>

/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-246.js30 assertTrue(/(?:text)/.test("text"));
31 assertEquals(["text"], /(?:text)/.exec("text"));
H A Dregress-is-contextual.js31 return text.charAt(index);
34 var text = "hi there"; variable
38 text = false;
/external/llvm/test/tools/llvm-objdump/Inputs/
H A Dout-of-section-sym.s5 // .text : { _ftext = . ; *(.text) }
13 .text
/external/robolectric/src/main/java/com/xtremelabs/robolectric/tester/android/text/
H A DTestClipboardManager.java1 package com.xtremelabs.robolectric.tester.android.text;
3 import android.text.ClipboardManager;
8 private CharSequence text; field in class:TestClipboardManager
10 public void setText(CharSequence text) { argument
11 this.text = text;
15 return text;
19 return text != null && text.length() > 0;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/gas32/
H A Dgas-movsd.asm1 .text
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/
H A Delf-overdef.asm1 section .text align=64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/
H A Dwin32-overdef.asm1 section .text align=64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/xdf/tests/
H A Dxdf-overdef.asm1 section .text align=64
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/
H A Dgas-segprefix.asm1 .text
/external/llvm/test/MC/ELF/
H A Dalign-text.s3 // Test that the .text directive doesn't cause alignment.
6 .text
10 // CHECK: Name: .text
H A Dpr19430.s5 .text
12 // CHECK-NEXT: 0x20 R_X86_64_PC32 .text 0x3E8
/external/llvm/test/MC/MachO/
H A Dprevious.s3 .text
H A Dsection-flags.s10 .text
/external/chromium_org/chrome/common/extensions/docs/examples/api/omnibox/simple-example/
H A Dbackground.js5 // This event is fired each time the user updates the text in the omnibox,
8 function(text, suggest) {
9 console.log('inputChanged: ' + text);
11 {content: text + " one", description: "the first one"},
12 {content: text + " number two", description: "the second entry"}
18 function(text) {
19 console.log('inputEntered: ' + text);
20 alert('You just typed "' + text + '"');
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSLineBoxContainValue.cpp29 #include "wtf/text/StringBuilder.h"
30 #include "wtf/text/WTFString.h"
42 StringBuilder text; local
45 text.appendLiteral("block");
47 if (!text.isEmpty())
48 text.append(' ');
49 text.appendLiteral("inline");
52 if (!text.isEmpty())
53 text.append(' ');
54 text
[all...]
/external/srec/portable/include/
H A DpLastError.h26 #define printGetLastError(text) \
27 printGetLastErrorInternal(text, __FILE__, __LINE__)
35 PORTABLE_API void printGetLastErrorInternal(const LCHAR* text, char* file, int line);
/external/apache-harmony/beans/src/test/support/java/org/apache/harmony/beans/tests/support/
H A DStandardBean.java29 private String text = "none"; field in class:StandardBean
36 public StandardBean(String text) { argument
37 this.text = text;
41 return text;
44 public void setText(String text) { argument
45 this.text = text;
/external/chromium_org/chrome/browser/resources/help/
H A Dhelp.css7 -webkit-user-select: text;
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTitleElement.idl21 attribute DOMString text;
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowClipboardManager.java3 import android.text.ClipboardManager;
9 private CharSequence text; field in class:ShadowClipboardManager
12 public void setText(CharSequence text) { argument
13 this.text = text;
18 return text;
23 return text != null && text.length() > 0;
/external/clang/test/SemaCXX/
H A Dgoto2.cpp5 int subfun(const char *text) { argument
6 const char *tmp = text;
10 void fun(const char* text) { argument
16 const char *end = text;
40 const char *text = "some text"; variable
43 const char *ptr = text;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-utf-private.hh4 * This is part of HarfBuzz, a text shaping library.
41 next (const uint8_t *text, argument
50 hb_codepoint_t c = *text++;
57 if (likely (text < end &&
58 (t1 = text[0] - 0x80u) <= 0x3Fu))
61 text++;
69 if (likely (1 < end - text &&
70 (t1 = text[0] - 0x80u) <= 0x3Fu &&
71 (t2 = text[1] - 0x80u) <= 0x3Fu))
76 text
110 prev(const uint8_t *text, const uint8_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
127 strlen(const uint8_t *text) argument
140 next(const uint16_t *text, const uint16_t *end, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
172 prev(const uint16_t *text, const uint16_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
198 strlen(const uint16_t *text) argument
213 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
230 prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
240 strlen(const uint32_t *text) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh4 * This is part of HarfBuzz, a text shaping library.
41 next (const uint8_t *text, argument
50 hb_codepoint_t c = *text++;
57 if (likely (text < end &&
58 (t1 = text[0] - 0x80u) <= 0x3Fu))
61 text++;
69 if (likely (1 < end - text &&
70 (t1 = text[0] - 0x80u) <= 0x3Fu &&
71 (t2 = text[1] - 0x80u) <= 0x3Fu))
76 text
110 prev(const uint8_t *text, const uint8_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
127 strlen(const uint8_t *text) argument
140 next(const uint16_t *text, const uint16_t *end, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
172 prev(const uint16_t *text, const uint16_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
198 strlen(const uint16_t *text) argument
213 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
230 prev(const uint32_t *text, const uint32_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
240 strlen(const uint32_t *text) argument
[all...]
/external/chromium_org/ui/app_list/search/
H A Dtokenized_string_char_iterator_unittest.cc22 // the current char in terms of the original text of the TokenizedString. The
41 void TestEveryChar(const std::string& text, const std::string& expects) { argument
42 TokenizedString tokens(base::UTF8ToUTF16(text));
55 void TestNextToken(const std::string& text, const std::string& expects) { argument
56 TokenizedString tokens(base::UTF8ToUTF16(text));
69 void TestFirstTwoCharInEveryToken(const std::string& text, argument
71 TokenizedString tokens(base::UTF8ToUTF16(text));
90 const char* text; local
92 text = "";
93 TestEveryChar(text, "");
104 const char* text; local
[all...]
/external/chromium_org/net/ftp/
H A Dftp_directory_listing_parser_netware.cc18 bool LooksLikeNetwarePermissionsListing(const base::string16& text) { argument
19 if (text.length() != 10)
22 if (text[0] != '[' || text[9] != ']')
24 return (text[1] == 'R' || text[1] == '-') &&
25 (text[2] == 'W' || text[2] == '-') &&
26 (text[3] == 'C' || text[
[all...]

Completed in 1197 milliseconds

1234567891011>>