HomeSort by relevance Sort by last modified time
    Searched refs:editing (Results 1 - 23 of 23) sorted by null

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
group-relocs-alu-bad.s 3 @ Beware when editing this file: it is carefully crafted so that
group-relocs.s 3 @ Beware when editing this file: it is carefully crafted so that
  /external/syslinux/gpxe/src/hci/tui/
settings_ui.c 74 /** Edit box widget used for editing setting */
76 /** Editing in progress flag */
77 int editing; member in struct:setting_widget
111 /* Mark as not editing */
112 widget->editing = 0;
198 if ( widget->editing )
210 widget->editing = 1;
323 * @v editing Editing in progress flag
325 static void draw_instruction_row ( int editing ) {
    [all...]
  /external/libexif/
libexif.spec 15 libexif is a library for parsing, editing, and saving EXIF data. It is
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GuidedActionsStylist.java 288 * Returns true if in editing title, description, or activator View, false otherwise.
295 * Returns true if in editing title, description, so IME would be open.
296 * @return True if in editing title, description, so IME would be open, false otherwise.
303 * Returns true if the TextView is in editing title, false otherwise.
310 * Returns true if the TextView is in editing description, false otherwise.
317 * Returns true if is in editing activator view with id guidedactions_activator_item, false
325 * @return Current editing title view or description view or activator view or null if not
326 * in editing.
598 * that in order for the item to support editing, the title view should both subclass {@link
617 * file. Note that in order for the item to support editing, the title view should both subclas
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/ime/translit/
TransliteratorInputMethod.java 596 private boolean editing() { method in class:TransliteratorInputMethod
613 case '\b': if (editing()) return backspace(); break;
614 case '\t': if (editing()) { return commitAll(); } break;
615 case '\u001b': if (editing()) { clearAll(); return true; } break;
616 case '\u007f': if (editing()) return delete(); break;
627 if (enabled && editing()) {
  /packages/apps/Settings/src/com/android/settings/vpn2/
ConfigDialogFragment.java 53 private static final String ARG_EDITING = "editing";
113 boolean editing = args.getBoolean(ARG_EDITING);
116 final Dialog dialog = new ConfigDialog(getActivity(), this, profile, editing, exists);
ConfigDialog.java 82 VpnProfile profile, boolean editing, boolean exists) {
87 mEditing = editing;
160 // Fourth, determine whether to do editing or connecting.
161 mEditing = mEditing || !validate(true /*editing*/);
172 // Hide 'save login' when we are editing.
351 private boolean validate(boolean editing) {
355 if (!editing) {
  /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...]
  /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/libvorbis/doc/
a1-encapsulation-ogg.tex 154 editing of the stream start time of already-encoded Vorbis
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 224 // mark some functions that are only referenced after linker code editing
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 224 // mark some functions that are only referenced after linker code editing
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 50 selection and editing of text, compatible with Input Management Engines. The
  /prebuilts/go/darwin-x86/src/cmd/cgo/
ast.go 57 // right place when we start editing the AST behind its back,
  /prebuilts/go/linux-x86/src/cmd/cgo/
ast.go 57 // right place when we start editing the AST behind its back,
  /external/mksh/src/
Build.sh     [all...]
  /external/v8/tools/turbolizer/
graph-view.js 171 return "active-editing";
  /prebuilts/go/darwin-x86/src/cmd/go/
vcs.go 117 // editing .hgtags.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 279 // there is a bug in the JSON decoder or something is editing
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/
vcs.go 117 // editing .hgtags.
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 279 // there is a bug in the JSON decoder or something is editing
    [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 

Completed in 1189 milliseconds