/third_party/python/Lib/idlelib/ |
H A D | filelist.py | 30 edit = self.dict[key] 31 edit.top.wakeup() 32 return edit 37 edit = self.EditorWindow(self, filename, key) 38 if edit.good_load: 39 return edit 41 edit._close() 45 edit = self.open(filename) 46 if edit is not None and lineno is not None: 47 edit [all...] |
H A D | browser.py | 235 edit = file_open(self.obj.file) 236 edit.gotoline(self.obj.lineno)
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/wpa_gui-qt4/ |
H A D | stringquery.cpp | 17 edit = new QLineEdit; in StringQuery() 18 edit->setFocus(); in StringQuery() 21 layout->addWidget(edit, 0, 1); in StringQuery() 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery() 30 return edit->text(); in get_string()
|
H A D | stringquery.h | 25 QLineEdit *edit; member in StringQuery
|
H A D | networkconfig.h | 37 virtual void writeWepKey(int network_id, QLineEdit *edit, int id);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/wpa_gui-qt4/ |
H A D | stringquery.cpp | 17 edit = new QLineEdit; in StringQuery() 18 edit->setFocus(); in StringQuery() 21 layout->addWidget(edit, 0, 1); in StringQuery() 24 connect(edit, SIGNAL(returnPressed()), this, SLOT(accept())); in StringQuery() 30 return edit->text(); in get_string()
|
H A D | stringquery.h | 25 QLineEdit *edit; member in StringQuery
|
H A D | networkconfig.h | 37 virtual void writeWepKey(int network_id, QLineEdit *edit, int id);
|
/third_party/skia/third_party/externals/libpng/contrib/tools/ |
H A D | chkfmt | 20 edit= 30 edit=yes 40 # Function to edit a single file - if the file isn't changed ask the user 118 if test -n "$EDITOR" -a -n "$edit" 133 if test -n "$EDITOR" -a -n "$edit"
|
/third_party/typescript/tests/baselines/reference/ |
H A D | parserindenter.js | 60 var edit = result.get(i); 61 this.logger.log("edit: minChar=" + edit.position + ", limChar=" + (edit.position + edit.length) + ", text=\"" + TypeScript.stringToLiteral(edit.replaceWith, 30) + "\""); 132 // Get the indent edit from the indentation info 134 var edit = this.GetIndentEdit(indentationInfo, token.Span.startPosition(), sameLineIndent); 135 if (edit != null) { 136 this.RegisterIndentation(edit, sameLineInden [all...] |
H A D | parserharness.js | 1569 // Store edit range + new length of script 1775 var edit = edits[i]; 1776 var prefix = result.substring(0, edit.minChar); 1777 var middle = edit.text; 1778 var suffix = result.substring(edit.limChar); 1788 function mapEdits(edits: Services.TextEdit[]): { edit: Services.TextEdit; index: number; }[] { 1791 result.push({ edit: edits[i], index: i }); 1797 var result = a.edit.minChar - b.edit.minChar; 1806 var currentEdit = temp[current].edit; [all...] |
/third_party/ffmpeg/tests/fate/ |
H A D | mov.mak | 44 # Make sure we handle edit lists correctly in normal cases. 59 # Makes sure that the CTTS is also modified when we fix avindex in mov.c while parsing edit lists. 62 # Makes sure that we handle edit lists ending on a B-frame correctly. 67 # Makes sure that we handle timestamps of packets in case of multiple edit lists with one of them ending on a B-frame correctly. 70 # Makes sure that if edit list ends on a B-frame but before the I-frame, then we output the B-frame but discard the I-frame. 73 # Makes sure that we handle edit lists and start padding correctly. 76 # Makes sure that we handle invalid edit list entry count correctly. 82 # iii) Both key-frames have their DTS < edit list start 89 # Makes sure that we pick the right frames according to edit list when there is no keyframe with PTS < edit lis [all...] |
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packagerConfig.py | 81 SC_HELPER.edit(fileName) 103 def edit(self, filename): member in SCAbstraction 105 Source control edit of a file. For Mercurial, just make sure it's
|
/third_party/glfw/deps/ |
H A D | nuklear.h | 3438 NK_EDIT_ACTIVE = NK_FLAG(0), /* edit widget is currently being modified */ 3439 NK_EDIT_INACTIVE = NK_FLAG(1), /* edit widget is not active and is not being modified */ 3440 NK_EDIT_ACTIVATED = NK_FLAG(2), /* edit widget went from state inactive to state active */ 3441 NK_EDIT_DEACTIVATED = NK_FLAG(3), /* edit widget went from state active to state inactive */ 3442 NK_EDIT_COMMITED = NK_FLAG(4) /* edit widget has received an enter and lost focus */ 5071 struct nk_style_edit edit; member 5230 struct nk_style_edit edit; member 5424 struct nk_edit_state edit; member 5971 /* edit */ 5973 NK_LIB nk_flags nk_do_edit(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_flags flags, nk_plugin_filter filter, struct nk_text_edit *edit, cons 14283 struct nk_style_edit *edit; nk_style_from_table() local 21723 nk_textedit_get_width(const struct nk_text_edit *edit, int line_start, int char_id, const struct nk_user_font *font) nk_textedit_get_width() argument 21732 nk_textedit_layout_row(struct nk_text_edit_row *r, struct nk_text_edit *edit, int line_start_id, float row_height, const struct nk_user_font *font) nk_textedit_layout_row() argument 21753 nk_textedit_locate_coord(struct nk_text_edit *edit, float x, float y, const struct nk_user_font *font, float row_height) nk_textedit_locate_coord() argument 22871 nk_do_edit(nk_flags *state, struct nk_command_buffer *out, struct nk_rect bounds, nk_flags flags, nk_plugin_filter filter, struct nk_text_edit *edit, const struct nk_style_edit *style, struct nk_input *in, const struct nk_user_font *font) nk_do_edit() argument 23404 struct nk_text_edit *edit; nk_edit_string() local 23455 nk_edit_buffer(struct nk_context *ctx, nk_flags flags, struct nk_text_edit *edit, nk_plugin_filter filter) nk_edit_buffer() argument 23575 nk_property_behavior(nk_flags *ws, const struct nk_input *in, struct nk_rect property, struct nk_rect label, struct nk_rect edit, struct nk_rect empty, int *state, struct nk_property_variant *variant, float inc_per_pixel) nk_property_behavior() argument 23653 struct nk_rect edit; nk_do_property() local [all...] |
/third_party/skia/tools/viewer/ |
H A D | ParticlesSlide.cpp | 163 auto edit = fArrayEditStack.back(); variable 166 return edit; 179 ArrayEdit& edit(fArrayEditStack.back()); in item() 185 edit.fVerb = ArrayEdit::Verb::kRemove; in item() 186 edit.fIndex = index; in item()
|
/third_party/node/tools/actions/ |
H A D | commit-queue.sh | 18 gh pr edit "$pr" --add-label "${COMMIT_QUEUE_FAILED_LABEL}" 49 gh pr edit "$pr" --remove-label "$COMMIT_QUEUE_LABEL"
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | Makefile | 25 # Pick correct edit implementation 26 LIB_OBJS += edit.o
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | Makefile | 35 # Pick correct edit implementation 36 LIB_OBJS += edit.o
|
/third_party/node/tools/dep_updaters/ |
H A D | update-base64.sh | 76 // This is an auto generated file, please do not edit.
|
H A D | update-cjs-module-lexer.sh | 63 // This is an auto generated file, please do not edit.
|
/third_party/node/deps/openssl/openssl/crypto/bn/ |
H A D | bn_prime.pl | 17 * WARNING: do not edit!
|
/third_party/openssl/crypto/bn/ |
H A D | bn_prime.pl | 17 * WARNING: do not edit!
|
/third_party/python/Lib/test/ |
H A D | curses_tests.py | 28 contents = box.edit()
|
/third_party/mbedtls/programs/test/ |
H A D | generate_cpp_dummy_build.sh | 26 /* Automatically generated file. Do not edit.
|
/third_party/node/deps/v8/tools/cppgc/ |
H A D | export_to_github.sh | 113 git commit --amend --no-edit > /dev/null
|