/external/apache-http/src/org/apache/http/conn/routing/ |
RouteInfo.java | 54 * Plain routes are established by connecting to the target or 60 public enum TunnelType { PLAIN, TUNNELLED } 64 * Plain routes are established by connecting or tunnelling. 75 public enum LayerType { PLAIN, LAYERED }
|
HttpRoute.java | 91 * <code>null</code> for PLAIN 93 * <code>null</code> for PLAIN 110 tunnelled = TunnelType.PLAIN; 112 layered = LayerType.PLAIN; 176 this(local, target, null, secure, TunnelType.PLAIN, LayerType.PLAIN); 186 this(null, target, null, false, TunnelType.PLAIN, LayerType.PLAIN); 206 secure ? TunnelType.TUNNELLED : TunnelType.PLAIN, 207 secure ? LayerType.LAYERED : LayerType.PLAIN); [all...] |
RouteTracker.java | 94 this.tunnelled = TunnelType.PLAIN; 95 this.layered = LayerType.PLAIN;
|
/external/chromium_org/content/common/ |
sandbox_mac.h | 34 PLAIN, // Just a plain string, no escaping necessary. 43 type_(PLAIN) {} 135 // Escape |src_utf8| for use in a plain string variable in a sandbox
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_format_parse.py | 37 PLAIN = 'plain' 144 if self.layout != PLAIN: 153 if self.layout != PLAIN: 172 if self.layout != PLAIN: 180 if self.layout != PLAIN: 188 if self.layout != PLAIN: 256 if layout == PLAIN:
|
u_format_pack.py | 46 assert format.layout == PLAIN 117 if format.layout != PLAIN: 158 if format.layout == PLAIN: 410 assert format.layout == PLAIN 520 assert format.layout == PLAIN
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format_parse.py | 37 PLAIN = 'plain' 144 if self.layout != PLAIN: 153 if self.layout != PLAIN: 172 if self.layout != PLAIN: 180 if self.layout != PLAIN: 188 if self.layout != PLAIN: 256 if layout == PLAIN:
|
u_format_pack.py | 46 assert format.layout == PLAIN 117 if format.layout != PLAIN: 158 if format.layout == PLAIN: 410 assert format.layout == PLAIN 520 assert format.layout == PLAIN
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/ |
WorkSpaceView.java | 75 this.txtEditor.setFont(new Font("Courier New", Font.PLAIN, 13));
|
TestCaseEditController.java | 581 private static Font IN_FONT = new Font("mono", Font.PLAIN, 12);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 60 if format.layout != PLAIN: 119 elif format.layout == PLAIN: 266 elif format.layout == PLAIN: 306 if format.layout == PLAIN \
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_tile_soa.py | 60 if format.layout != PLAIN: 119 elif format.layout == PLAIN: 266 elif format.layout == PLAIN: 306 if format.layout == PLAIN \
|
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/scene/ |
ViewHierarchyScene.java | 80 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 12.0f)); 88 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f)); 98 label.setFont(getDefaultFont().deriveFont(Font.PLAIN, 10.0f));
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
FontLoader.java | 68 Font.PLAIN,
|
/external/ganymed-ssh2/examples/ |
SwingShell.java | 86 * The text field can either be plain text or a password field. 318 Font f = new Font("Monospaced", Font.PLAIN, 16);
|
/frameworks/wilhelm/tests/sandbox/ |
reverb.c | 61 _(PLAIN)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/ |
ConfigureAssetSetPage.java | 299 // This doesn't work right -- not sure why. For now just use a plain slider 506 // This doesn't work right -- not sure why. For now just use a plain slider [all...] |
/external/robolectric/lib/main/ |
httpclient-4.0.3.jar | |
/external/chromium_org/v8/test/mjsunit/harmony/ |
object-observe.js | [all...] |
/external/smack/asmack-master/lib/ |
httpclient-4.1.3.jar | |
/prebuilts/devtools/tools/lib/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/http-client/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/repository/org/apache/httpcomponents/httpclient/4.1.1/ |
httpclient-4.1.1.jar | |
/prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/ |
icu4j-2.6.1.jar | |
/prebuilts/sdk/10/ |
android.jar | |