/prebuilts/libs/libedit/include/ |
histedit.h | 54 * ==== Editing ==== 265 * ==== Editing ====
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NoteEditor.java | 42 * This Activity handles "editing" a note, where editing is responding to 136 * Intent, it determines what kind of editing is desired, and then does it. 282 * The user was either editing or creating a note when the Activity paused. 284 * it should not move the cursor. This helps the user to continue editing or entering. 381 * Builds the menus for editing and inserting, and adds in alternative actions that
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/ |
TransliteratorInputMethod.java | 594 private boolean editing() { method in class:TransliteratorInputMethod 611 case '\b': if (editing()) return backspace(); break; 612 case '\t': if (editing()) { return commitAll(); } break; 613 case '\u001b': if (editing()) { clearAll(); return true; } break; 614 case '\u007f': if (editing()) return delete(); break; 625 if (enabled && editing()) {
|
/prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/ |
SDL_events.h | 95 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */ 193 * \brief Keyboard text editing event structure (event.edit.*) 200 char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 504 SDL_TextEditingEvent edit; /**< Text editing event data */
|
/prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/ |
SDL_events.h | 95 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */ 193 * \brief Keyboard text editing event structure (event.edit.*) 200 char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 504 SDL_TextEditingEvent edit; /**< Text editing event data */
|
/prebuilts/misc/windows/sdl2/include/ |
SDL_events.h | 95 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */ 193 * \brief Keyboard text editing event structure (event.edit.*) 200 char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 504 SDL_TextEditingEvent edit; /**< Text editing event data */
|
/prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/ |
SDL_events.h | 95 SDL_TEXTEDITING, /**< Keyboard text editing (composition) */ 193 * \brief Keyboard text editing event structure (event.edit.*) 200 char text[SDL_TEXTEDITINGEVENT_TEXT_SIZE]; /**< The editing text */ 201 Sint32 start; /**< The start cursor of selected editing text */ 202 Sint32 length; /**< The length of selected editing text */ 504 SDL_TextEditingEvent edit; /**< Text editing event data */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/ |
AddTranslationDialog.java | 560 // If you press Return and we're not cell editing, start editing the current row 570 /** Editing support for the translation column */ 589 // If the user is pressing Return to finish editing a value (which is 591 // outside the cell while editing, the focus loss will also result in 593 // start editing the next row.
|
/external/bison/djgpp/ |
config.bat | 285 echo Editing config.hin...
493 echo ./data/lalr1.cc file editing failed!
497 echo ./data/glr.cc file editing failed!
501 echo ./src/getargs.c file editing failed!
505 echo ./data/location.cc file editing failed!
509 echo ./examples/calcxx file editing failed!
513 echo ./scanner file editing failed!
517 echo ./configure script editing failed!
521 echo ./lib/config.hin editing failed!
525 echo ./tests/testsuite editing failed! [all...] |
config.sed | 2 # Sed script for additional DJGPP specific editing 21 # Additional editing of Makefiles
|
/packages/apps/Contacts/res/values/ |
strings.xml | 79 editing a contact. This string represents the built in way to edit the contact. --> 87 editing a group. This string represents the built in way to edit the group. [CHAR LIMIT=NONE] --> 244 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made [CHAR LIMIT=30] --> 268 <!-- The labels that are under the otherLabelsGroup when editing a contact. [CHAR LIMIT=20] --> 446 <!-- String describing which account type a contact came from when editing it --> 449 <!-- String describing that a contact came from the google account type when editing it. --> 452 <!-- String describing which account a contact came from when editing it --> 525 <string name="aggregation_suggestion_edit_dialog_message">Switch to editing [all...] |
/packages/apps/ContactsCommon/res/values/ |
strings.xml | 215 <!-- Title for data source when creating or editing a contact that doesn't 220 <!-- Header that expands to list all name types when editing a structured name of a contact 224 <!-- Header that expands to list all nickname types when editing a nickname of a contact 251 <!-- Header that expands to list all of the types of phone numbers when editing or creating a 255 <!-- Header that expands to list all of the types of email addresses when editing or creating 259 <!-- Header that expands to list all of the types of postal addresses when editing or creating 263 <!-- Header that expands to list all of the types of IM account when editing or creating an IM 267 <!-- Header that expands to list all organization types when editing an organization of a 274 <!-- Header that expands to list all event types when editing an event of a contact 285 <!-- Hint text for the organization name when editing -- [all...] |
/packages/experimental/LoaderApp/res/values/ |
strings.xml | 73 editing a contact. This string represents the built in way to edit the contact. --> 183 <!-- Menu item to indicate you are done editing a contact and want to save the changes you've made --> 186 <!-- Menu item to indicate you want to stop editing a contact and NOT save the changes you've made --> 204 <!-- Hint text for the contact name when editing --> 207 <!-- Hint text for the phonetic reading of the contact name when editing --> 210 <!-- Hint text for the organization name when editing --> 213 <!-- Hint text for the organization title when editing --> 227 <!-- Header that expands to list all of the types of phone numbers when editing or creating a phone number for a contact --> 230 <!-- Header that expands to list all of the types of email addresses when editing or creating an email address for a contact --> 233 <!-- Header that expands to list all of the types of IM account when editing or creating an IM account for a contact -- [all...] |
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
icon_design.jd | 123 any compatible image-editing program, although your ability to work directly 171 Adobe Photoshop or a similar raster and vector image-editing program.</p> 271 <p>Many image-editing programs such as Adobe Photoshop allow you to use a
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
AndroidXmlAutoEditStrategy.java | 70 * In the future we might consider other editing enhancements here as well, such as 178 // Indenting in text content. If you're in the middle of editing 180 // However, if you're editing in leading whitespace (e.g. you press
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/ |
rewrite.rb | 39 TokenRewriteStream is a specialized form of CommonTokenStream that provides simple stream editing functionality. By creating <i>rewrite programs</i>, new text output can be created based upon the tokens in the stream. The basic token stream itself is preserved, and text output is rendered on demand using the #to_s method. 51 RewiteOperation objects represent some particular editing command that should
|
/external/protobuf/editors/ |
protobuf-mode.el | 1 ;;; protobuf-mode.el --- major mode for editing protocol buffers. 194 "Major mode for editing Protocol Buffers description language.
|
/external/skia/site/dev/contrib/ |
submit.md | 85 has been editing it. 115 _Note_: If you don't see editing commands on the review page, click **Log In**
|
/external/skia/site/dev/sheriffing/ |
index.md | 144 * (Preferred but slower) Make a separate Blink patch by editing LayoutTests/TestExpectations 151 * Make a Blink patch by editing LayoutTests/TestExpectations
|
/frameworks/base/core/java/android/view/ |
SurfaceHolder.java | 197 * Start editing the pixels in the surface. The returned Canvas can be used 241 * Finish editing pixels in the surface. After this call, the surface's
|
/toolchain/binutils/binutils-2.25/gas/config/ |
te-vms.c | 305 will be correct if file editing is done only on the Unix side. If editing
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PersistentState.java | 47 * by editing the two text fields, then going back from the activity and
|
/development/samples/NotePad/ |
AndroidManifest.xml | 89 performed on notes: editing their title. It can be used as
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/lexertest-simple/ |
TestLexer.m | 8 * Editing it, at least manually, is not wise.
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/examples/treerewrite/ |
TreeRewriteLexer.m | 8 * Editing it, at least manually, is not wise.
|