OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:findHandle
(Results
1 - 10
of
10
) sorted by null
/external/libvncserver/libvncserver/tightvnc-filetransfer/
filetransfermsg.c
173
HANDLE
findHandle
;
196
findHandle
= FindFirstFileA(path, &winFindData);
208
while(
findHandle
!= INVALID_HANDLE_VALUE && winFindData.cFileName[0] == '.' &&
235
if(FindNextFileA(
findHandle
, &winFindData) == 0) {
236
FindClose(
findHandle
);
237
findHandle
= INVALID_HANDLE_VALUE;
241
if(
findHandle
!= INVALID_HANDLE_VALUE) {
242
FindClose(
findHandle
);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SelectionHandles.java
59
public SelectionHandle
findHandle
(LayoutPoint point, int distance) {
GestureManager.java
320
selectionManager.
findHandle
(controlPoint);
475
mCanvas.getSelectionManager().
findHandle
(mousePos);
728
selectionManager.
findHandle
(controlPoint);
[
all
...]
SelectionManager.java
[
all
...]
/external/libvncserver/libvncserver/
rfbserver.c
[
all
...]
/external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar
/prebuilts/tools/common/m2/repository/com/google/code/findbugs/bcel-findbugs/6.0/
bcel-findbugs-6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar
/prebuilts/tools/common/m2/repository/xalan/xalan/2.7.1/
xalan-2.7.1.jar
Completed in 891 milliseconds