/external/chromium_org/third_party/ots/src/ |
name.h | 33 std::string text; member in struct:ots::NameRecord
|
/external/chromium_org/third_party/re2/re2/testing/ |
search_test.cc | 17 const char* text; member in struct:re2::RegexpTest 269 // The tester checks for a match in the text and 270 // subpieces of the text with a byte removed on either side. 295 // The tester checks for a match in the text and 296 // subpieces of the text with a byte removed on either side. 309 if (!TestRegexpOnText(t.regexp, t.text)) 317 alpha.push_back(StringPiece(t.text).as_string());
|
/external/chromium_org/tools/gyp/tools/emacs/ |
gyp-tests.el | 37 (defun text-face-properties (s) 38 "Extract the text properties from s" 41 (setq result (cons (equivalent-face (get-text-property i 'face s)) 51 (should (equal (text-face-properties golden) 52 (text-face-properties fontified)))))) 56 representation of the fontified buffer (with text properties) to the
|
/external/chromium_org/ui/app_list/ |
search_box_model.h | 19 // SearchBoxModel consisits of an icon, a hint text, a user text and a selection 20 // model. The icon is rendered to the side of the query editor. The hint text 21 // is used as query edit control's placeholder text and displayed when there is 22 // no user text in the control. The selection model and the text represents the 23 // text, cursor position and selected text in edit control. 46 // Sets/gets the hint text to display when there is in input. 56 // Sets/gets the text for the search box's Textfield 58 const base::string16& text() const { return text_; } function in class:app_list::SearchBoxModel [all...] |
/external/chromium_org/ui/gfx/codec/ |
png_codec.h | 45 // Represents a comment in the tEXt ancillary chunk of the png. 51 std::string text; member in struct:gfx::PNGCodec::Comment
|
/external/chromium_org/ui/metro_viewer/ |
ime_types.h | 31 string16 text; member in struct:metro_viewer::Composition
|
/external/chromium_org/ui/views/controls/button/ |
custom_button_unittest.cc | 156 string16 text; local 158 TextButton text_button(NULL, text); 164 Checkbox checkbox(text); 167 RadioButton radio_button(text, 0); 170 MenuButton menu_button(NULL, text, NULL, false); 176 Link link(text);
|
/external/droiddriver/src/com/google/android/droiddriver/actions/ |
TypeAction.java | 30 * An action to type text. 37 private final String text; field in class:TypeAction 42 public TypeAction(String text) { 43 this(text, 0L); 46 public TypeAction(String text, long timeoutMillis) { 48 this.text = Preconditions.checkNotNull(text); 54 KeyEvent[] events = KEY_CHAR_MAP.getEvents(text.toCharArray()); 71 throw new ActionException("The given text is not supported: " + text); [all...] |
/external/e2fsprogs/e2fsck/ |
prof_err.c | 8 static const char * const text[] = { variable 54 const struct error_table et_prof_error_table = { text, -1429577728L, 31 }; 71 if (et->table->msgs == text)
|
/external/e2fsprogs/lib/et/test_cases/ |
continuation.c | 8 static const char * const text[] = { variable 24 const struct error_table et_ovk_error_table = { text, 43787520L, 1 }; 41 if (et->table->msgs == text)
|
heimdal.c | 8 static const char * const text[] = { variable 105 const struct error_table et_krb_error_table = { text, 39525376L, 82 }; 122 if (et->table->msgs == text)
|
heimdal2.c | 8 static const char * const text[] = { variable 91 const struct error_table et_kadm_error_table = { text, -1783126272L, 68 }; 108 if (et->table->msgs == text)
|
heimdal3.c | 8 static const char * const text[] = { variable 25 const struct error_table et_h3test_error_table = { text, 43787520L, 2 }; 42 if (et->table->msgs == text)
|
imap_err.c | 8 static const char * const text[] = { variable 53 const struct error_table et_imap_error_table = { text, -1904809472L, 30 }; 70 if (et->table->msgs == text)
|
simple.c | 8 static const char * const text[] = { variable 45 const struct error_table et_krb_error_table = { text, 39525376L, 22 }; 62 if (et->table->msgs == text)
|
/external/e2fsprogs/lib/ext2fs/ |
ext2_err.c | 8 static const char * const text[] = { variable 160 const struct error_table et_ext2_error_table = { text, 2133571328L, 137 }; 177 if (et->table->msgs == text)
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/ |
TextDisplayPropertyEditor.java | 20 * Abstract {@link PropertyEditor} for displaying text as {@link Property} value in 34 String text = getText(property); local 35 if (text != null) { 36 DrawUtils.drawStringCV(gc, text, x, y, width, height); 41 * @return the text for displaying value of given {@link Property} or <code>null</code> if value 53 // tooltip for value text
|
/external/harfbuzz_ng/util/ |
main-font-text.hh | 4 * This is part of HarfBuzz, a text shaping library. 32 /* main() body for utilities taking font and processing text.*/ 38 : options ("[FONT-FILE] [TEXT]"), 50 if (argc && !input.text && !input.text_file) input.text = argv[0], argc--, argv++; 55 if (!input.text && !input.text_file) 62 const char *text; local 63 while ((text = input.get_line (&text_len))) 64 consumer.consume_line (buffer, text, text_len, input.text_before, input.text_after);
|
/external/icu4c/common/ |
ruleiter.h | 39 * Text being iterated. 41 const UnicodeString& text; member in class:RuleCharacterIterator 91 * Constructs an iterator over the given text, starting at the given 93 * @param text the text to be iterated 101 RuleCharacterIterator(const UnicodeString& text, const SymbolTable* sym,
|
/external/icu4c/common/unicode/ |
normlzr.h | 39 * - a Normalizer object is an iterator that takes any kind of text and 50 * The input text is not normalized all at once, but incrementally where needed 52 * This allows to pass in a large text but spend only a small amount of time 53 * normalizing a small part of that text. 54 * However, if the entire text is normalized, then the iterator will be 55 * slower than normalizing the entire text at once and iterating over the result. 57 * original text that is close to where the normalized characters come from. 63 * Normalizer allows to start normalizing from anywhere in the input text by 65 * Without calling any of these, the iterator will start at the beginning of the text. 74 * the getIndex(). Note that if the text at the current positio 749 CharacterIterator *text; member in class:Normalizer [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderFontJme.java | 43 private BitmapText text;
field in class:RenderFontJme 56 text = new BitmapText(font);
58 text.setSize(actualSize);
66 return text;
74 return (int) text.getLineHeight();
79 * @param str text
80 * @return width of the given text for the current font
93 // text.setText(str);
94 // text.updateLogicalState(0);
95 // int result = (int) text.getLineWidth(); [all...] |
/external/libpng/contrib/gregbook/ |
writepng.c | 178 png_text text[6]; local 182 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; 183 text[num_text].key = "Title"; 184 text[num_text].text = mainprog_ptr->title; 188 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE; 189 text[num_text].key = "Author"; 190 text[num_text].text = mainprog_ptr->author; 194 text[num_text].compression = PNG_TEXT_COMPRESSION_NONE [all...] |
/external/mesa3d/src/gallium/auxiliary/tgsi/ |
tgsi_transform.c | 240 const char *text = local 247 return tgsi_text_translate( text,
|
/external/mesa3d/src/glsl/glcpp/ |
glcpp.c | 47 char *text = NULL; local 55 text = reralloc_size (ctx, text, text_size); 56 if (text == NULL) { 61 bytes = fread (text + total_read, 1, CHUNK, fp); 69 text[total_read] = '\0'; 71 return text; 77 char *text; local 90 text = load_text_fp (ctx, fp); 94 return text; [all...] |
/external/openssl/apps/ |
pkeyparam.c | 73 int text = 0, noout = 0; local 118 else if (strcmp(*args,"-text") == 0) 119 text=1; 134 BIO_printf(bio_err, "-text print parameters as text\n"); 189 if (text)
|