/external/selinux/policycoreutils/sepolicy/ |
sepolicy-booleans.8 | 20 Display all boolean descriptions 22 .I \-b, \-\-boolean 23 boolean to get description
|
/external/testng/src/main/java/org/testng/internal/ |
DefaultMethodSelectorContext.java | 16 private boolean m_isStopped = false;
24 public boolean isStopped() {
29 public void setStopped(boolean stopped) {
|
/external/testng/src/main/java/org/testng/internal/annotations/ |
DataProviderAnnotation.java | 16 private boolean m_parallel; 19 public boolean isParallel() { 24 public void setParallel(boolean parallel) {
|
/external/testng/src/test/java/test/conffailure/ |
ClassWithFailedBeforeTestClassVerification.java | 9 private static boolean m_success1 = false; 10 private static boolean m_success2 = false; 30 static public boolean success() {
|
/external/testng/src/test/java/test/dataprovider/ |
BooleanTest.java | 8 private boolean m_false = false; 9 private boolean m_true = false; 12 public void doStuff(boolean t) {
|
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediaplayback/ |
MediaPlayerApiTest.java | 37 private boolean duratoinWithinTolerence = false; 39 private boolean isWMAEnable = false; 40 private boolean isWMVEnable = false; 58 public boolean verifyDuration(int duration, int expectedDuration){ 109 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3CBR); 115 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MP3VBR); 121 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.MIDI); 127 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.AMR); 133 boolean currentPosition = CodecTest.getCurrentPosition(MediaNames.OGG); 140 boolean isPaused = CodecTest.pause(MediaNames.MP3CBR); [all...] |
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
ListenerBindingObject.java | 48 public boolean inflateCalled; 50 public boolean wasRunnableRun; 67 public boolean onMenuItemClick(MenuItem item) { 73 public boolean onItemLongClick(AdapterView<?> parent, View view, int position, long id) { 87 public boolean isValid(CharSequence text) { 95 public void onCheckedChanged(CompoundButton buttonView, boolean isChecked) { } 97 public boolean onChildClick(ExpandableListView parent, View v, int groupPosition, 102 public boolean onGroupClick(ExpandableListView parent, View v, int groupPosition, long id) { 120 public void onRatingChanged(RatingBar ratingBar, float rating, boolean fromUser) { } 122 public boolean onClose() [all...] |
/frameworks/support/v7/appcompat/src/android/support/v7/widget/ |
DecorToolbar.java | 44 boolean hasExpandedActionView(); 54 boolean hasIcon(); 55 boolean hasLogo(); 60 boolean canShowOverflowMenu(); 61 boolean isOverflowMenuShowing(); 62 boolean isOverflowMenuShowPending(); 63 boolean showOverflowMenu(); 64 boolean hideOverflowMenu(); 72 boolean hasEmbeddedTabs(); 73 boolean isTitleTruncated() [all...] |
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/ |
ScanClient.java | 35 boolean isServer; 41 boolean appDied; 42 boolean hasLocationPermission; 43 boolean hasPeersMacAddressPermission; 45 boolean legacyForegroundApp; 55 ScanClient(int appIf, boolean isServer) { 59 ScanClient(int appIf, boolean isServer, UUID[] uuids) { 63 ScanClient(int appIf, boolean isServer, ScanSettings settings, 68 ScanClient(int appIf, boolean isServer, ScanSettings settings, 73 ScanClient(int appIf, boolean isServer, ScanSettings settings [all...] |
/packages/apps/CarrierConfig/assets/ |
carrier_config_302610.xml | 7 <boolean name="config_cellBroadcastAppLinks" value="false" /> 9 <boolean name="enableGroupMms" value="false" /> 13 <boolean name="voicemail_notification_persistent_bool" value="true" />
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/crop/ |
CropExtras.java | 40 private boolean mScaleUp = true; 43 private boolean mSetAsWallpaper = false; 44 private boolean mReturnData = false; 47 private boolean mShowWhenLocked = false; 51 public CropExtras(int outputX, int outputY, boolean scaleUp, int aspectX, int aspectY, 52 boolean setAsWallpaper, boolean returnData, Uri extraOutput, String outputFormat, 53 boolean showWhenLocked, float spotlightX, float spotlightY) { 82 public boolean getScaleUp() { 94 public boolean getSetAsWallpaper() [all...] |
/frameworks/base/docs/html/sdk/api_diff/24/changes/ |
java.lang.Boolean.html | 10 java.lang.Boolean 74 Class java.lang.<A HREF="../../../../reference/java/lang/Boolean.html" target="_top"><font size="+2"><code>Boolean</code></font></A> 86 <A NAME="java.lang.Boolean.hashCode_added(boolean)"></A> 87 <nobr><code>int</code> <A HREF="../../../../reference/java/lang/Boolean.html#hashCode(boolean)" target="_top"><code>hashCode</code></A>(<code>boolean</code>)</nobr> 93 <A NAME="java.lang.Boolean.logicalAnd_added(boolean, boolean)"></A [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Boolean.java | 8 * Public facade of ASN.1 Boolean data. 10 * Use following to place a new instance of ASN.1 Boolean in your dataset: 14 * <li> {@link ASN1Boolean#getInstance(boolean) ASN1Boolean.getInstance(boolean)}</li> 31 * return a boolean from the passed in object. 54 throw new IllegalArgumentException("failed to construct boolean from byte[]: " + e.getMessage()); 62 * return an ASN1Boolean from the passed in boolean. 67 boolean value) 95 * return a Boolean from a tagged object. 106 boolean explicit [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowWifiManager.java | 23 private boolean accessWifiStatePermission = true; 24 private boolean wifiEnabled = true; 28 public boolean wasSaved; 29 private Pair<Integer, Boolean> lastEnabledNetwork; 32 public boolean setWifiEnabled(boolean wifiEnabled) { 39 public boolean isWifiEnabled() { 92 public boolean saveConfiguration() { 98 public boolean enableNetwork(int netId, boolean disableOthers) [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/util/ |
TestFragmentTransaction.java | 13 private boolean replacing; 14 private boolean starting; 15 private boolean removing; 16 private boolean addedToBackStack; 17 private boolean hiding; 18 private boolean showing; 23 private boolean committedAllowingStateLoss; 99 public boolean isEmpty() { 133 public boolean isAddToBackStackAllowed() { 174 public boolean isAddedToBackStack() [all...] |
/external/wpa_supplicant_8/src/eap_server/ |
eap.h | 45 Boolean eapResp; /* shared with EAPOL Backend Authentication */ 47 Boolean portEnabled; 49 Boolean eapRestart; /* shared with EAPOL Authenticator PAE */ 54 Boolean eapReq; /* shared with EAPOL Backend Authentication */ 55 Boolean eapNoReq; /* shared with EAPOL Backend Authentication */ 56 Boolean eapSuccess; 57 Boolean eapFail; 58 Boolean eapTimeout; 64 Boolean eapKeyAvailable; /* called keyAvailable in IEEE 802.1X-2004 */ 67 Boolean aaaEapReq [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
ObservableScrollView.java | 32 private boolean mTouchEnabled = true; 33 private boolean mHandlingTouchEvent; 36 private boolean mBlockFlinging; 37 private boolean mTouchCancelled; 47 public void setTouchEnabled(boolean touchEnabled) { 51 public boolean isScrolledToBottom() { 55 public boolean isHandlingTouchEvent() { 70 public boolean onTouchEvent(MotionEvent ev) { 74 boolean result = super.onTouchEvent(ev); 80 public boolean onInterceptTouchEvent(MotionEvent ev) [all...] |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
AmbientState.java | 32 private boolean mDimmed; 37 private boolean mDark; 38 private boolean mHideSensitive; 43 private boolean mShadeExpanded; 45 private boolean mDismissAllInProgress; 71 public void setDimmed(boolean dimmed) { 76 public void setDark(boolean dark) { 80 public void setHideSensitive(boolean hideSensitive) { 92 public boolean isDimmed() { 96 public boolean isDark() [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
netioapi.h | 70 BOOLEAN Loopback; 71 BOOLEAN AutoconfigureAddress; 72 BOOLEAN Publish; 73 BOOLEAN Immortal; 87 BOOLEAN IsRouter :1; 88 BOOLEAN IsUnreachable :1; 116 BOOLEAN AdvertisingEnabled; 117 BOOLEAN ForwardingEnabled; 118 BOOLEAN WeakHostSend; 119 BOOLEAN WeakHostReceive [all...] |
/external/libxml2/result/XPath/expr/ |
equality | 4 Object is a Boolean : true 8 Object is a Boolean : false 12 Object is a Boolean : false 16 Object is a Boolean : true 20 Object is a Boolean : true 24 Object is a Boolean : false 28 Object is a Boolean : false 32 Object is a Boolean : true 36 Object is a Boolean : true 40 Object is a Boolean : fals [all...] |
compare | 4 Object is a Boolean : false 8 Object is a Boolean : true 12 Object is a Boolean : false 16 Object is a Boolean : true 20 Object is a Boolean : true 24 Object is a Boolean : true 28 Object is a Boolean : false 32 Object is a Boolean : false 36 Object is a Boolean : false 40 Object is a Boolean : fals [all...] |
/external/libgdx/extensions/gdx-bullet/jni/swig-src/collision/com/badlogic/gdx/physics/bullet/collision/ |
btBvhTriangleMeshShape.java | 26 protected btBvhTriangleMeshShape(final String className, long cPtr, boolean cMemoryOwn) { 32 public btBvhTriangleMeshShape(long cPtr, boolean cMemoryOwn) { 38 protected void reset(long cPtr, boolean cMemoryOwn) { 101 public <T extends MeshPart> btBvhTriangleMeshShape(final Array<T> meshParts, boolean useQuantizedAabbCompression) { 105 public <T extends MeshPart> btBvhTriangleMeshShape(final Array<T> meshParts, boolean useQuantizedAabbCompression, boolean buildBvh) { 109 public <T extends MeshPart> btBvhTriangleMeshShape(final Array<T> meshParts, boolean useQuantizedAabbCompression, Vector3 bvhAabbMin, Vector3 bvhAabbMax) { 113 public <T extends MeshPart> btBvhTriangleMeshShape(final Array<T> meshParts, boolean useQuantizedAabbCompression, Vector3 bvhAabbMin, Vector3 bvhAabbMax, boolean buildBvh) { 117 public btBvhTriangleMeshShape(btStridingMeshInterface meshInterface, boolean useQuantizedAabbCompression) [all...] |
/external/wpa_supplicant_8/src/pae/ |
ieee802_1x_kay_i.h | 49 Boolean is_key_server; 51 Boolean macsec_desired; 53 Boolean sak_used; 62 Boolean tx; 63 Boolean rx; 73 Boolean transmits; 74 Boolean receives; 79 Boolean rx_latest; 80 Boolean tx_latest; 90 Boolean transmitting; /* bool transmitting (read only) * [all...] |
/art/test/023-many-interfaces/src/ |
Main.java | 3 boolean timing = (args.length >= 1) && args[0].equals("--timing");
|
/art/test/076-boolean-put/ |
info.txt | 2 boolean field. The code as generated should not pass the verifier, so the
|