HomeSort by relevance Sort by last modified time
    Searched defs:Control (Results 1 - 25 of 28) sorted by null

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/controller/
Control.java 24 public interface Control {
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/control/
Control.java 33 package com.jme3.scene.control;
43 * <code>Control</code>s are used to specify certain update and render logic
48 public interface Control extends Savable {
51 * Creates a clone of the Control, the given Spatial is the cloned
52 * version of the spatial to which this control is attached to.
54 * @return A clone of this control for the spatial
56 public Control cloneForSpatial(Spatial spatial);
65 * @param enabled Enable or disable the control. If disabled, update()
72 * @see Control#setEnabled(boolean)
77 * Updates the control. This should not be called from user code
    [all...]
  /external/libvpx/libvpx/test/
decode_test_driver.h 62 void Control(int ctrl_id, int arg) {
68 void Control(int ctrl_id, const void *arg) {
encode_test_driver.h 116 void Control(int ctrl_id, int arg) {
121 void Control(int ctrl_id, struct vpx_scaling_mode *arg) {
  /external/harfbuzz/src/
harfbuzz-indic.cpp 62 Control,
908 return Control;
1206 bool control = false; local
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 62 Control,
908 return Control;
1206 bool control = false; local
    [all...]
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
ControlTest.java 19 import static java.util.ResourceBundle.Control.FORMAT_CLASS;
20 import static java.util.ResourceBundle.Control.FORMAT_DEFAULT;
21 import static java.util.ResourceBundle.Control.FORMAT_PROPERTIES;
22 import static java.util.ResourceBundle.Control.TTL_DONT_CACHE;
23 import static java.util.ResourceBundle.Control.TTL_NO_EXPIRATION_CONTROL;
44 import java.util.ResourceBundle.Control;
50 * Test cases for java.util.ResourceBundle.Control
57 * Control with format:FORMAT_PROPERTIES
59 private Control controlP;
62 * Control with format:FORMAT_CLAS
69 private Control control; field in class:ControlTest
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
NetworkPanel.js 89 WebInspector.NetworkLogView._responseHeaderColumns = ["Cache-Control", "Connection", "Content-Encoding", "Content-Length", "ETag", "Keep-Alive", "Last-Modified", "Server", "Vary"];
92 "Cache-Control": false, "Connection": false, "Content-Encoding": false, "Content-Length": false, "ETag": false, "Keep-Alive": false, "Last-Modified": false, "Server": false, "Vary": false
    [all...]
  /libcore/luni/src/main/java/java/util/
ResourceBundle.java 242 * Finds the named resource bundle for the specified base name and control.
246 * @param control
247 * the control that control the access sequence
252 public static ResourceBundle getBundle(String baseName, ResourceBundle.Control control) {
253 return getBundle(baseName, Locale.getDefault(), getLoader(), control);
257 * Finds the named resource bundle for the specified base name and control.
263 * @param control
264 * the control that control the access sequenc
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
riva_mmio.h 231 #ifdef Control
232 #undef Control
234 U032 Control;
258 #ifdef Control
259 #undef Control
261 U032 Control;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 621 class Control(TixWidget):
622 """Control - An entry field with value change arrows. The user can
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py 621 class Control(TixWidget):
622 """Control - An entry field with value change arrows. The user can
    [all...]
  /prebuilts/devtools/tools/lib/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/
bcpkix-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 

Completed in 603 milliseconds

1 2