Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:press
(Results
1 - 4
of
4
) sorted by relevance
/third_party/python/Lib/tkinter/
H
A
D
dnd.py
228
label.bind("<ButtonPress>", self.
press
)
240
def
press
(self, event):
member in Icon
/third_party/skia/platform_tools/android/skp_gen/
H
A
D
android_skp_capture.py
39
"""Action describing a button
press
."""
46
return device.
press
(self.button, self.press_type)
56
elif action_dict['type'] == '
press
':
/third_party/ffmpeg/libavdevice/
H
A
D
xcbgrab.c
767
xcb_button_press_event_t *
press
= (xcb_button_press_event_t *)event;
in select_region()
local
768
press_position = (xcb_point_t){
press
->event_x,
press
->event_y };
in select_region()
/third_party/python/Tools/demo/
H
A
D
spreadsheet.py
606
cell.bind("<ButtonPress-1>", self.
press
)
637
def
press
(self, event):
member in SheetGUI
Completed in 4 milliseconds