Searched refs:text (Results 51 - 75 of 6287) sorted by relevance

1234567891011>>

/external/strace/tests-m32/
H A Dmembarrier.c49 const char *text; local
58 text = "";
61 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED";
64 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED|"
69 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
76 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
89 rc, text_global, text[0] && text_global[0] ? "|" : "",
90 text);
/external/strace/tests-mx32/
H A Dmembarrier.c49 const char *text; local
58 text = "";
61 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED";
64 text = "MEMBARRIER_CMD_PRIVATE_EXPEDITED|"
69 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
76 text = "MEMBARRIER_CMD_GLOBAL_EXPEDITED|"
89 rc, text_global, text[0] && text_global[0] ? "|" : "",
90 text);
/external/swiftshader/third_party/LLVM/test/MC/MachO/
H A Dzerofill-5.s3 .text
/external/markdown/markdown/
H A Dhtml4.py69 def _raise_serialization_error(text):
71 "cannot serialize %r (type %s)" % (text, type(text).__name__)
74 def _encode(text, encoding):
76 return text.encode(encoding, "xmlcharrefreplace")
78 _raise_serialization_error(text)
80 def _escape_cdata(text, encoding):
86 if "&" in text:
87 text = text
[all...]
/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_rstrip.py9 text = editor.text
13 self.assertEqual(text.get('1.0', 'insert'), '')
14 text.insert('1.0', ' ')
16 self.assertEqual(text.get('1.0', 'insert'), '')
17 text.insert('1.0', ' \n')
19 self.assertEqual(text.get('1.0', 'insert'), '\n')
27 text = editor.text
44 text
[all...]
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_rstrip.py9 text = editor.text
13 self.assertEqual(text.get('1.0', 'insert'), '')
14 text.insert('1.0', ' ')
16 self.assertEqual(text.get('1.0', 'insert'), '')
17 text.insert('1.0', ' \n')
19 self.assertEqual(text.get('1.0', 'insert'), '\n')
27 text = editor.text
44 text
[all...]
H A Dtest_parenmatch.py4 several text methods not defined on idlelib.idle_test.mock_tk.Text.
15 def __init__(self, text):
16 self.text = text
27 cls.text = Text(cls.root)
28 cls.editwin = DummyEditwin(cls.text)
33 del cls.text, cls.editwin
39 self.text.delete('1.0', 'end')
50 text = self.text
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DUForwardCharacterIterator.java10 package android.icu.text;
14 * on text objects.
36 * a code unit and advance an internal position into the text object,
37 * similar to a <code>return text[position++]</code>.<br>
65 * Indicator that we have reached the ends of the UTF16 text.
72 * of the text.
74 * of the text.
85 * @return the next codepoint in text, or DONE if the index is at
86 * the limit of the text.
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUForwardCharacterIterator.java9 package com.ibm.icu.text;
13 * on text objects.
35 * a code unit and advance an internal position into the text object,
36 * similar to a <code>return text[position++]</code>.<br>
64 * Indicator that we have reached the ends of the UTF16 text.
72 * of the text.
74 * of the text.
86 * @return the next codepoint in text, or DONE if the index is at
87 * the limit of the text.
/external/javassist/src/main/javassist/compiler/ast/
H A DStringL.java24 protected String text; field in class:StringL
27 text = t;
30 public String get() { return text; }
32 public String toString() { return "\"" + text + "\""; }
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo-obj-errors.s9 .text
/external/llvm/test/MC/AMDGPU/
H A Dhsa-text.s4 // For compatibility reasons we treat convert .text sections to .hsatext
8 // ELF: Name: .text
16 .text
17 // ASM: .text
/external/llvm/test/MC/ARM/
H A Ddwarf-asm-single-section.s5 .section .text, "ax"
48 // RELOC-NEXT: R_ARM_ABS32 .text
49 // RELOC-NEXT: R_ARM_ABS32 .text
50 // RELOC-NEXT: R_ARM_ABS32 .text
56 // RELOC-NEXT: 00000010 R_ARM_ABS32 .text
/external/llvm/test/MC/ELF/
H A Dbad-relocation.s5 .text
H A Drelax-all-flag.s12 .text
/external/llvm/test/MC/MachO/
H A Dreloc-pcrel-offset.s6 .text
/external/lzma/CPP/Windows/Control/
H A DStatusBar.h14 bool Create(LONG style, LPCTSTR text, HWND hwndParent, UINT id) argument
15 { return (_window = ::CreateStatusWindow(style, text, hwndParent, id)) != 0; }
16 bool SetText(LPCTSTR text) argument
17 { return CWindow::SetText(text); }
18 bool SetText(unsigned index, LPCTSTR text, UINT type) argument
19 { return LRESULTToBool(SendMsg(SB_SETTEXT, index | type, (LPARAM)text)); }
20 bool SetText(unsigned index, LPCTSTR text) argument
21 { return SetText(index, text, 0); }
24 bool Create(LONG style, LPCWSTR text, HWND hwndParent, UINT id) argument
25 { return (_window = ::CreateStatusWindowW(style, text, hwndParen
26 SetText(LPCWSTR text) argument
28 SetText(unsigned index, LPCWSTR text, UINT type) argument
30 SetText(unsigned index, LPCWSTR text) argument
[all...]
/external/swiftshader/third_party/LLVM/test/MC/ELF/
H A Duleb.s6 .text
15 // ELF_32: ('sh_name', 0x00000001) # '.text'
17 // ELF_64: ('sh_name', 0x00000001) # '.text'
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowTextUtils.java3 import android.text.TextPaint;
4 import android.text.TextUtils;
5 import android.text.TextUtils.TruncateAt;
10 * Implement {@lint TextUtils#ellipsize} by truncating the text.
18 CharSequence text, TextPaint p, float avail, TruncateAt where) {
23 } else if (text.length() < (int) (avail)) {
24 return text;
26 return text.subSequence(0, (int) avail);
17 ellipsize( CharSequence text, TextPaint p, float avail, TruncateAt where) argument
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c20 static int try_pvc(const char *text,struct sockaddr_atmpvc *addr,int flags) argument
28 if (!*text) return FATAL; /* empty or ends with a dot */
30 if (isdigit(*text)) {
31 if (*text == '0' && isdigit(text[1])) return TRY_OTHER;
35 part[i] = part[i]*10+*text++-'0';
37 while (isdigit(*text));
39 if (!*text) break;
40 if (*text++ != '.') return TRY_OTHER; /* non-PVC character */
43 if (*text
75 do_try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
149 try_nsap(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
161 try_e164(const char *text,struct sockaddr_atmsvc *addr,int flags) argument
193 search(FILE *file,const char *text,struct sockaddr *addr,int length, int flags) argument
213 try_name(const char *text,struct sockaddr *addr,int length, int flags) argument
226 text2atm(const char *text,struct sockaddr *addr,int length,int flags) argument
[all...]
/external/harfbuzz_ng/src/
H A Dhb-utf-private.hh4 * This is part of HarfBuzz, a text shaping library.
38 next (const uint8_t *text, argument
47 hb_codepoint_t c = *text++;
54 if (likely (text < end &&
55 (t1 = text[0] - 0x80u) <= 0x3Fu))
58 text++;
66 if (likely (1 < end - text &&
67 (t1 = text[0] - 0x80u) <= 0x3Fu &&
68 (t2 = text[1] - 0x80u) <= 0x3Fu))
73 text
107 prev(const uint8_t *text, const uint8_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
124 strlen(const uint8_t *text) argument
136 next(const uint16_t *text, const uint16_t *end, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
168 prev(const uint16_t *text, const uint16_t *start, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
201 strlen(const uint16_t *text) argument
216 next(const uint32_t *text, const uint32_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
228 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
254 next(const uint8_t *text, const uint8_t *end HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement HB_UNUSED) argument
264 prev(const uint8_t *text, const uint8_t *start HB_UNUSED, hb_codepoint_t *unicode, hb_codepoint_t replacement) argument
274 strlen(const uint8_t *text) argument
[all...]
/external/python/cpython2/Lib/idlelib/
H A DReplaceDialog.py8 def replace(text):
9 root = text._root()
14 dialog.open(text)
26 def open(self, text):
27 SearchDialogBase.open(self, text)
29 first = text.index("sel.first")
33 last = text.index("sel.last")
36 first = first or text.index("insert")
83 text = self.text
[all...]
/external/python/cpython3/Lib/idlelib/
H A Dreplace.py13 def replace(text):
16 root = text._root()
21 dialog.open(text)
33 def open(self, text):
35 SearchDialogBase.open(self, text)
37 first = text.index("sel.first")
41 last = text.index("sel.last")
44 first = first or text.index("insert")
50 """Create label and text entry widgets"""
90 """Replace all instances of patvar with replvar in text"""
[all...]
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java31 import java.text.ParseException;
61 /** warn-text field
63 protected String text; field in class:Warning
76 return text != null
82 + text
104 * Gets text of WarningHeader
105 * @return text of WarningHeader
108 return text;
139 * Sets text of WarningHeader
140 * @param text Strin
143 setText(String text) argument
[all...]
/external/libcups/cups/
H A Dtestarray.c45 char *text; /* Text from array */ local
148 if ((text = (char *)cupsArrayFirst(array)) != NULL &&
149 !strcmp(text, "Blue Fish"))
153 printf("FAIL (returned \"%s\", expected \"Blue Fish\")\n", text);
162 if ((text = (char *)cupsArrayNext(array)) != NULL &&
163 !strcmp(text, "One Fish"))
167 printf("FAIL (returned \"%s\", expected \"One Fish\")\n", text);
176 if ((text = (char *)cupsArrayLast(array)) != NULL &&
177 !strcmp(text, "Two Fish"))
181 printf("FAIL (returned \"%s\", expected \"Two Fish\")\n", text);
[all...]

Completed in 834 milliseconds

1234567891011>>