HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 126 - 150 of 22508) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/native/opengl/tools/glgen/src/
CType.java 20 boolean isConst;
21 boolean isPointer;
30 public CType(String baseType, boolean isConst, boolean isPointer) {
40 public void setIsConst(boolean isConst) {
44 public boolean isConst() {
48 public void setIsPointer(boolean isPointer) {
52 public boolean isPointer() {
56 public boolean isEGLHandle() {
66 boolean isVoid()
    [all...]
  /frameworks/support/v4/honeycomb/android/support/v4/widget/
SearchViewCompatHoneycomb.java 33 public boolean onQueryTextSubmit(String query);
34 public boolean onQueryTextChange(String newText);
38 public boolean onClose();
55 public boolean onQueryTextSubmit(String query) {
60 public boolean onQueryTextChange(String newText) {
73 public boolean onClose() {
87 public static void setQuery(View searchView, CharSequence query, boolean submit) {
95 public static void setIconified(View searchView, boolean iconify) {
99 public static boolean isIconified(View searchView) {
103 public static void setSubmitButtonEnabled(View searchView, boolean enabled)
    [all...]
  /cts/tests/tests/jni/src/android/jni/cts/
StaticNonce.java 41 public static native boolean returnBoolean();
56 public static native boolean takeBoolean(boolean v);
57 public static native boolean takeByte(byte v);
58 public static native boolean takeShort(short v);
59 public static native boolean takeChar(char v);
60 public static native boolean takeInt(int v);
61 public static native boolean takeLong(long v);
62 public static native boolean takeFloat(float v);
63 public static native boolean takeDouble(double v)
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowWebView.java 24 private boolean runFlag = false;
25 private boolean clearCacheCalled = false;
26 private boolean clearCacheIncludeDiskFiles = false;
27 private boolean clearFormDataCalled = false;
28 private boolean clearHistoryCalled = false;
29 private boolean clearViewCalled = false;
30 private boolean destroyCalled = false;
32 private boolean canGoBack;
105 public void clearCache(boolean includeDiskFiles) {
110 public boolean wasClearCacheCalled()
    [all...]
ShadowPowerManager.java 14 private boolean isScreenOn = true;
22 public boolean isScreenOn() {
26 public void setIsScreenOn(boolean screenOn) {
32 private boolean refCounted = true;
34 private boolean locked;
61 public synchronized boolean isHeld() {
66 public void setReferenceCounted(boolean value) {
ShadowContentProviderOperation.java 20 private boolean isInsert;
21 private boolean isUpdate;
22 private boolean isDelete;
68 public boolean isInsert() {
72 public void setInsert(boolean value) {
76 public boolean isUpdate() {
80 public void setUpdate(boolean value) {
84 public boolean isDelete() {
88 public void setDelete(boolean value) {
ShadowService.java 21 private boolean selfStopped = false;
22 private boolean unbindServiceShouldThrowIllegalArgument = false;
23 private boolean foregroundStopped;
24 private boolean notificationShouldRemoved;
53 public void setUnbindServiceShouldThrowIllegalArgument(boolean flag) {
63 public void stopForeground(boolean removeNotification) {
83 public boolean isStoppedBySelf() {
87 public boolean isForegroundStopped() {
91 public boolean getNotificationShouldRemoved() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
GLEnvironment.java 34 private boolean mManageContext = true;
69 public boolean isActive() {
73 public boolean isContextActive() {
77 public static boolean isAnyContextActive() {
151 private native boolean nativeInitWithNewContext();
153 private native boolean nativeInitWithCurrentContext();
155 private native boolean nativeIsActive();
157 private native boolean nativeIsContextActive();
159 private static native boolean nativeIsAnyContextActive();
161 private native boolean nativeActivate()
    [all...]
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
MethodAdapter.java 23 * The adapter calls the void {@link #onInvokeV(String, boolean, Object)} listener
39 public void onInvokeV(String signature, boolean isNative, Object caller) {
43 * Same as {@link #onInvokeV(String, boolean, Object)} but returns an integer or similar.
44 * @see #onInvokeV(String, boolean, Object)
45 * @return an integer, or a boolean, or a short or a byte.
48 public int onInvokeI(String signature, boolean isNative, Object caller) {
54 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a long.
55 * @see #onInvokeV(String, boolean, Object)
59 public long onInvokeL(String signature, boolean isNative, Object caller) {
65 * Same as {@link #onInvokeV(String, boolean, Object)} but returns a float
    [all...]
  /art/test/076-boolean-put/src/
Main.java 18 * Test access to private boolean fields.
20 * Accessing private boolean fields from an inner class causes the compiler
21 * to generate an accessor method that performs the boolean operation.
23 * not a boolean, which makes the verifier upset when the result of the
24 * operation is written back to a boolean field.
27 private boolean mInstance;
28 private static boolean mStatic;
  /dalvik/tests/076-boolean-put/src/
Main.java 18 * Test access to private boolean fields.
20 * Accessing private boolean fields from an inner class causes the compiler
21 * to generate an accessor method that performs the boolean operation.
23 * not a boolean, which makes the verifier upset when the result of the
24 * operation is written back to a boolean field.
27 private boolean mInstance;
28 private static boolean mStatic;
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextAttributes.idl 30 attribute boolean alpha;
31 attribute boolean depth;
32 attribute boolean stencil;
33 attribute boolean antialias;
34 attribute boolean premultipliedAlpha;
35 attribute boolean preserveDrawingBuffer;
36 attribute boolean failIfMajorPerformanceCaveat;
  /external/libsepol/man/man3/
sepol_genbools.3 3 sepol_genbools \- Rewrite a binary policy with different boolean settings
14 (data, len) to use the boolean settings specified in the file named by
15 boolpath. The boolean settings are specified by name=value lines
20 does likewise, but obtains the boolean settings from the parallel arrays
25 An errno of ENOENT indicates that the boolean file did not exist.
27 boolean file was undefined in the policy or had an invalid value specified;
29 boolean settings are ignored.
  /frameworks/base/core/java/android/os/
IUserManager.aidl 31 boolean removeUser(int userHandle);
35 List<UserInfo> getUsers(boolean excludeDying);
37 boolean isRestricted();
38 void setGuestEnabled(boolean enable);
39 boolean isGuestEnabled();
49 boolean setRestrictionsChallenge(in String newPin);
51 boolean hasRestrictionsChallenge();
  /frameworks/base/core/java/com/android/internal/app/
IMediaContainerService.aidl 27 String resFileName, String publicResFileName, boolean isExternal,
28 boolean isForwardLocked);
32 boolean checkInternalFreeStorage(in Uri fileUri, boolean isForwardLocked, in long threshold);
33 boolean checkExternalFreeStorage(in Uri fileUri, boolean isForwardLocked);
39 long calculateInstalledSize(in String packagePath, boolean isForwardLocked);
  /frameworks/base/core/java/com/android/internal/widget/
ILockSettings.aidl 21 void setBoolean(in String key, in boolean value, in int userId);
24 boolean getBoolean(in String key, in boolean defaultValue, in int userId);
28 boolean checkPattern(in String pattern, int userId);
30 boolean checkPassword(in String password, int userId);
31 boolean havePattern(int userId);
32 boolean havePassword(int userId);
  /frameworks/base/location/lib/java/com/android/location/provider/
ProviderPropertiesUnbundled.java 31 public static ProviderPropertiesUnbundled create(boolean requiresNetwork,
32 boolean requiresSatellite, boolean requiresCell, boolean hasMonetaryCost,
33 boolean supportsAltitude, boolean supportsSpeed, boolean supportsBearing,
  /frameworks/base/telephony/java/com/android/internal/telephony/
IWapPushManager.aidl 33 boolean addPackage(String x_app_id, String content_type,
35 int app_type, boolean need_signature, boolean further_processing);
41 boolean updatePackage(String x_app_id, String content_type,
43 int app_type, boolean need_signature, boolean further_processing);
49 boolean deletePackage(String x_app_id, String content_type,
  /frameworks/support/v4/ics/android/support/v4/view/
MenuItemCompatIcs.java 23 public static boolean expandActionView(MenuItem item) {
27 public static boolean collapseActionView(MenuItem item) {
31 public static boolean isActionViewExpanded(MenuItem item) {
46 boolean onMenuItemActionExpand(MenuItem item);
47 boolean onMenuItemActionCollapse(MenuItem item);
59 public boolean onMenuItemActionExpand(MenuItem item) {
64 public boolean onMenuItemActionCollapse(MenuItem item) {
  /packages/apps/Gallery/tests/src/com/android/camera/gallery/
MockImage.java 32 boolean rotateAsNeeded) {
37 boolean rotateAsNeeded, boolean useNative) {
85 public boolean isDrm() {
89 public boolean isReadonly() {
97 public boolean rotateImageBy(int degrees) {
104 public Bitmap thumbBitmap(boolean rotateAsNeeded) {
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 14 boolean mIsRoaming = false;
15 boolean mIsMetered = false;
19 private boolean mReturnActualTime = false;
56 public boolean isActiveNetworkMetered() {
61 public boolean isNetworkRoaming() {
81 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException {
85 public void setReturnActualTime(boolean flag) {
  /cts/tests/src/android/content/cts/
MockContextWrapperService.java 33 private static boolean mHadCalledOnBind = false;
34 private static boolean mHadCalledOnUnbind = false;
35 private static boolean mHadCalledOnStart = false;
36 private static boolean mHadCalledOnDestory = false;
59 public boolean onUnbind(Intent intent) {
82 public static boolean hadCalledOnBind() {
86 public static boolean hadCalledOnUnbind() {
90 public static boolean hadCalledOnStart() {
94 public static boolean hadCalledOnDestory() {
  /dalvik/tests/003-omnibus-opcodes/src/
Throw.java 44 boolean gotN = false;
45 boolean gotA = false;
46 boolean gotWeird = false;
66 boolean gotN = false;
67 boolean gotA = false;
68 boolean gotWeird = false;
88 boolean caught = false;
89 boolean lly = false;
90 boolean second = false;
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MySignature2.java 36 public static boolean runEngineInitVerify = false;
37 public static boolean runEngineInitSign = false;
38 public static boolean runEngineUpdate1 = false;
39 public static boolean runEngineUpdate2 = false;
40 public static boolean runEngineSign = false;
41 public static boolean runEngineVerify = false;
42 public static boolean runEngineSetParameter = false;
43 public static boolean runEngineGetParameter = false;
69 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MySignature2.java 37 public static boolean runEngineInitVerify = false;
38 public static boolean runEngineInitSign = false;
39 public static boolean runEngineUpdate1 = false;
40 public static boolean runEngineUpdate2 = false;
41 public static boolean runEngineSign = false;
42 public static boolean runEngineVerify = false;
43 public static boolean runEngineSetParameter = false;
44 public static boolean runEngineGetParameter = false;
70 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {

Completed in 2265 milliseconds

1 2 3 4 56 7 8 91011>>