OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gui
(Results
301 - 325
of
839
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/jmonkeyengine/engine/src/core/com/jme3/app/
SimpleApplication.java
75
protected Node guiNode = new Node("
Gui
Node");
183
guiNode.setQueueBucket(Bucket.
Gui
);
Application.java
258
// Create a new cam for the
gui
260
guiViewPort = renderManager.createPostView("
Gui
Default", guiCam);
646
* @return The
GUI
viewport. Which is used for the on screen
/frameworks/av/camera/
Camera.cpp
32
#include <
gui
/IGraphicBufferProducer.h>
33
#include <
gui
/Surface.h>
IProCameraUser.cpp
25
#include <
gui
/IGraphicBufferProducer.h>
26
#include <
gui
/Surface.h>
/frameworks/av/camera/camera2/
ICameraDeviceUser.cpp
25
#include <
gui
/IGraphicBufferProducer.h>
26
#include <
gui
/Surface.h>
/frameworks/av/include/media/stagefright/
SurfaceMediaSource.h
20
#include <
gui
/IGraphicBufferProducer.h>
21
#include <
gui
/BufferQueue.h>
/frameworks/av/services/camera/libcameraservice/common/
Camera2ClientBase.cpp
25
#include <
gui
/Surface.h>
26
#include <
gui
/Surface.h>
/frameworks/native/include/gui/
Surface.h
20
#include <
gui
/IGraphicBufferProducer.h>
21
#include <
gui
/BufferQueue.h>
SurfaceComposerClient.h
33
#include <
gui
/CpuConsumer.h>
34
#include <
gui
/SurfaceControl.h>
/frameworks/native/services/surfaceflinger/DisplayHardware/
FramebufferSurface.cpp
32
#include <
gui
/Surface.h>
33
#include <
gui
/GraphicBufferAlloc.h>
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
CommonXmlDelegate.java
199
* Does this editor participate in the "format
GUI
editor changes" option?
202
* affected by
GUI
changes unless they explicitly opt in to it.
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt
70
- Allow multiple IDLE
GUI
/subprocess pairs to exist simultaneously. Thanks to
71
David Scherer for suggesting the use of an ephemeral port for the
GUI
.
255
kills
GUI
.
324
- The
GUI
was hanging if the shell window was closed while a raw_input()
408
Options
GUI
.
432
connect to the user
GUI
process. Added a timeout to the
GUI
's listening
577
connect to the
GUI
. SF RFE 661321.
766
- Introduced the configuration
GUI
and a new About dialog.
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
NEWS.txt
70
- Allow multiple IDLE
GUI
/subprocess pairs to exist simultaneously. Thanks to
71
David Scherer for suggesting the use of an ephemeral port for the
GUI
.
255
kills
GUI
.
324
- The
GUI
was hanging if the shell window was closed while a raw_input()
408
Options
GUI
.
432
connect to the user
GUI
process. Added a timeout to the
GUI
's listening
577
connect to the
GUI
. SF RFE 661321.
766
- Introduced the configuration
GUI
and a new About dialog.
/external/proguard/docs/manual/
gui.html
7
<title>ProGuard
GUI
</title>
13
You can find the ProGuard
GUI
jar in the <code>lib</code> directory of the
18
The
GUI
will pop up in a window. With the <code>-nosplash</code> option, you
20
configuration file, it will be loaded. The
GUI
works like a wizard. You can
215
overview of the three dialogs provided by the
GUI
.
/external/wpa_supplicant_8/wpa_supplicant/
README-WPS
6
management
GUI
) is used to enable WPS enrollment and registrar
192
is in progress.
GUI
programs can use these as triggers for suggesting
196
all the details in the
GUI
. These notification could be used, e.g., to
203
wpa_gui-qt4 directory contains a sample
GUI
that shows an example of
204
how WPS support can be integrated into the
GUI
. Its main window has a
/frameworks/native/libs/gui/
Surface.cpp
30
#include <
gui
/ISurfaceComposer.h>
31
#include <
gui
/SurfaceComposerClient.h>
32
#include <
gui
/GLConsumer.h>
33
#include <
gui
/Surface.h>
35
#include <private/
gui
/ComposerService.h>
/prebuilts/tools/common/proguard/proguard4.7/docs/manual/
gui.html
7
<title>ProGuard
GUI
</title>
24
You can find the ProGuard
GUI
jar in the <code>lib</code> directory of the
29
The
GUI
will pop up in a window. With the <code>-nosplash</code> option, you
31
configuration file, it will be loaded. The
GUI
works like a wizard. You can
223
overview of the three dialogs provided by the
GUI
.
/build/tools/droiddoc/templates-ds/assets/js/grid/
960.gridder.js
12
* - New
GUI
! The new
GUI
should be less obtrusive and has been repositioned.
17
* - CSS issues with the
GUI
should also be fixed in more websites, please report
/external/proguard/src/proguard/gui/
ClassSpecificationDialog.java
21
package proguard.
gui
;
523
* Attaches the tool tip from the
GUI
resources that corresponds to the
535
* Returns the message from the
GUI
resources that corresponds to the given
MemberSpecificationDialog.java
21
package proguard.
gui
;
478
* Attaches the tool tip from the
GUI
resources that corresponds to the
490
* Returns the message from the
GUI
resources that corresponds to the given
/external/valgrind/main/docs/internals/
xml-output.txt
26
that investments in parser-writing by
GUI
developers is not lost as
163
for interpretation by the
GUI
:
427
GUI
to dynamically update its error-count display as the program runs.
/frameworks/av/media/libstagefright/
SurfaceMediaSource.cpp
27
#include <
gui
/ISurfaceComposer.h>
28
#include <
gui
/IGraphicBufferAlloc.h>
34
#include <private/
gui
/ComposerService.h>
/frameworks/base/cmds/bootanimation/
BootAnimation.cpp
41
#include <
gui
/ISurfaceComposer.h>
42
#include <
gui
/Surface.h>
43
#include <
gui
/SurfaceComposerClient.h>
/frameworks/base/core/jni/
android_view_GraphicBuffer.cpp
32
#include <
gui
/IGraphicBufferAlloc.h>
33
#include <
gui
/ISurfaceComposer.h>
38
#include <private/
gui
/ComposerService.h>
android_view_Surface.cpp
33
#include <
gui
/Surface.h>
34
#include <
gui
/SurfaceControl.h>
35
#include <
gui
/GLConsumer.h>
Completed in 858 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>