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

  /toolchain/binutils/binutils-2.27/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/leanback/src/main/java/androidx/leanback/widget/
GuidedActionsStylist.java 290 * Returns true if in editing title, description, or activator View, false otherwise.
297 * Returns true if in editing title, description, so IME would be open.
298 * @return True if in editing title, description, so IME would be open, false otherwise.
305 * Returns true if the TextView is in editing title, false otherwise.
312 * Returns true if the TextView is in editing description, false otherwise.
319 * Returns true if is in editing activator view with id guidedactions_activator_item, false
327 * @return Current editing title view or description view or activator view or null if not
328 * in editing.
600 * that in order for the item to support editing, the title view should both subclass {@link
620 * 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) {
  /prebuilts/go/darwin-x86/src/cmd/internal/edit/
edit.go 5 // Package edit implements buffered position-based editing of byte slices.
  /prebuilts/go/linux-x86/src/cmd/internal/edit/
edit.go 5 // Package edit implements buffered position-based editing of byte slices.
  /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
  /prebuilts/go/darwin-x86/src/cmd/link/internal/ld/
deadcode.go 211 // mark some functions that are only referenced after linker code editing
  /prebuilts/go/linux-x86/src/cmd/link/internal/ld/
deadcode.go 211 // mark some functions that are only referenced after linker code editing
  /compatibility/cdd/7_hardware-compatibility/
7_2_input-devices.md 41 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/internal/get/
vcs.go 122 // editing .hgtags.
  /prebuilts/go/darwin-x86/src/encoding/json/
decode.go 285 // there is a bug in the JSON decoder or something is editing
    [all...]
  /prebuilts/go/linux-x86/src/cmd/go/internal/get/
vcs.go 122 // editing .hgtags.
  /prebuilts/go/linux-x86/src/encoding/json/
decode.go 285 // there is a bug in the JSON decoder or something is editing
    [all...]
  /external/annotation-tools/annotation-file-utilities/
annotation-file-format.tex     [all...]

Completed in 1729 milliseconds