HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 401 - 425 of 13540) sorted by null

<<11121314151617181920>>

  /libcore/luni/src/main/java/org/apache/harmony/xml/parsers/
SAXParserImpl.java 36 private Map<String, Boolean> initialFeatures;
40 SAXParserImpl(Map<String, Boolean> initialFeatures)
43 ? Collections.<String, Boolean>emptyMap()
44 : new HashMap<String, Boolean>(initialFeatures);
51 for (Map.Entry<String,Boolean> entry : initialFeatures.entrySet()) {
91 public boolean isNamespaceAware() {
100 public boolean isValidating() {
  /packages/apps/Gallery/src/com/android/camera/gallery/
VideoObject.java 53 public boolean equals(Object other) {
66 boolean rotateAsNeeded, boolean useNative) {
92 public boolean isReadonly() {
96 public boolean isDrm() {
100 public boolean rotateImageBy(int degrees) {
104 public Bitmap thumbBitmap(boolean rotateAsNeeded) {
  /packages/apps/Mms/src/com/android/mms/model/
SlideModel.java 39 private static final boolean DEBUG = false;
40 private static final boolean LOCAL_LOGV = false;
50 private boolean mCanAddImage = true;
51 private boolean mCanAddAudio = true;
52 private boolean mCanAddVideo = true;
55 private boolean mVisible = true;
176 private boolean internalRemove(Object object) {
275 public boolean add(MediaModel object) {
281 public boolean addAll(Collection<? extends MediaModel> collection) {
308 public boolean contains(Object object)
    [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
FakeSystemFacade.java 20 boolean mIsRoaming = false;
27 private boolean returnActualTime = false;
48 public boolean isNetworkRoaming() {
66 public boolean userOwnsPackage(int uid, String pckg) throws NameNotFoundException {
93 public boolean startThreadsWithoutWaiting = false;
94 public void setStartThreadsWithoutWaiting(boolean flag) {
113 public void setReturnActualTime(boolean flag) {
  /system/media/mca/filterfw/java/android/filterfw/core/
NativeBuffer.java 33 private boolean mOwnsData = false;
82 boolean doDealloc = false;
99 public boolean isReadOnly() {
126 private native boolean allocate(int size);
127 private native boolean deallocate(boolean ownsData);
128 private native boolean nativeCopyTo(NativeBuffer buffer);
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_boolean/
Test_aget_boolean.java 26 * @title get boolean from array
30 boolean[] arr = new boolean[2];
36 * @title get boolean from array
40 boolean[] arr = new boolean[2];
50 boolean[] arr = new boolean[2];
77 boolean[] arr = new boolean[2]
    [all...]
  /external/skia/src/animator/
SkDump.cpp 31 SK_MEMBER(displayList, Boolean),
32 SK_MEMBER(eventList, Boolean),
33 SK_MEMBER(events, Boolean),
34 SK_MEMBER(groups, Boolean),
36 SK_MEMBER(posts, Boolean),
133 SK_MEMBER_PROPERTY(displayList, Boolean),
134 SK_MEMBER_PROPERTY(eventList, Boolean),
135 SK_MEMBER_PROPERTY(events, Boolean),
136 SK_MEMBER_PROPERTY(groups, Boolean),
138 SK_MEMBER_PROPERTY(posts, Boolean),
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/menu/
MenuScenario.java 34 private boolean[] mWasItemClicked;
55 mWasItemClicked = new boolean[mParams.numItems];
59 public boolean onCreateOptionsMenu(Menu menu) {
88 public boolean onPrepareOptionsMenu(Menu menu) {
119 public boolean onMenuItemClick(MenuItem item) {
128 public boolean wasItemClicked(int position) {
149 private boolean shouldShowMenu = true;
151 private boolean listenForClicks = true;
154 public Params setShouldShowMenu(boolean shouldShowMenu) {
164 public Params setListenForClicks(boolean listenForClicks)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cat/
CommandParams.java 36 boolean setIcon(Bitmap icon) { return true; }
47 boolean setIcon(Bitmap icon) {
69 boolean setIcon(Bitmap icon) {
83 Tone tone, Duration duration, boolean vibrate) {
89 boolean setIcon(Bitmap icon) {
109 boolean setIcon(Bitmap icon) {
126 boolean loadTitleIcon = false;
128 SelectItemParams(CommandDetails cmdDet, Menu menu, boolean loadTitleIcon) {
134 boolean setIcon(Bitmap icon) {
161 boolean setIcon(Bitmap icon)
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeWindowSession.java 61 public boolean getInTouchMode() throws RemoteException {
66 public boolean performHapticFeedback(IWindow window, int effectId, boolean always) {
82 boolean arg4_5, Rect arg5, Rect arg6, Rect arg7, Configuration arg7b, Surface arg8)
88 public boolean outOfMemory(IWindow window) throws RemoteException {
100 public void setInTouchMode(boolean arg0) throws RemoteException {
120 public boolean performDrag(IWindow window, IBinder dragToken,
128 public void reportDropResult(IWindow window, boolean consumed) throws RemoteException {
150 int z, Bundle extras, boolean sync) {
168 public IBinder prepareDrag(IWindow arg0, boolean arg1, int arg2, int arg3, Surface arg4
    [all...]
  /libcore/luni/src/main/java/java/net/
Inet4Address.java 55 @Override public boolean isAnyLocalAddress() {
59 @Override public boolean isLinkLocalAddress() {
64 @Override public boolean isLoopbackAddress() {
68 @Override public boolean isMCGlobal() {
97 @Override public boolean isMCLinkLocal() {
101 @Override public boolean isMCNodeLocal() {
105 @Override public boolean isMCOrgLocal() {
109 @Override public boolean isMCSiteLocal() {
113 @Override public boolean isMulticastAddress() {
117 @Override public boolean isSiteLocalAddress()
    [all...]
  /packages/apps/Browser/tests/src/com/android/browser/
TestWebChromeClient.java 67 boolean precomposed) {
85 public boolean onCreateWindow(WebView view, boolean dialog,
86 boolean userGesture, Message resultMsg) {
106 public boolean onJsAlert(WebView view, String url, String message,
113 public boolean onJsConfirm(WebView view, String url, String message,
120 public boolean onJsPrompt(WebView view, String url, String message,
127 public boolean onJsBeforeUnload(WebView view, String url, String message,
163 public boolean onJsTimeout() {
176 public boolean onConsoleMessage(ConsoleMessage consoleMessage)
    [all...]
  /packages/apps/Exchange/tests/src/com/android/exchange/provider/
EmailContentSetupUtils.java 39 public static Account setupAccount(String name, boolean saveIt, Context context) {
54 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt,
59 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt,
64 public static Mailbox setupMailbox(String name, long accountId, boolean saveIt,
87 boolean addBody, boolean saveIt, Context context) {
96 boolean addBody, boolean saveIt, Context context, boolean starred, boolean read)
    [all...]
  /packages/experimental/AndroidVendorSecurityTool/src/com/android/vending/sectool/v1/
GservicesValue.java 52 public static GservicesValue<Boolean> value(String key, boolean defaultValue) {
53 return new GservicesValue<Boolean>(key, defaultValue) {
55 protected Boolean retrieve(String key) {
99 public Boolean getBoolean(String key, Boolean defaultValue);
113 public Boolean getBoolean(String key, Boolean defaultValue) {
136 public Boolean getBoolean(String key, Boolean defaultValue) { return defaultValue;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/compat/
InputTypeCompatUtils.java 63 private static boolean isWebEditTextInputType(int inputType) {
68 private static boolean isWebPasswordInputType(int inputType) {
73 private static boolean isWebEmailAddressInputType(int inputType) {
78 private static boolean isNumberPasswordInputType(int inputType) {
83 private static boolean isTextPasswordInputType(int inputType) {
87 private static boolean isWebEmailAddressVariation(int variation) {
92 public static boolean isEmailVariation(int variation) {
97 public static boolean isWebInputType(int inputType) {
105 public static boolean isPasswordInputType(int inputType) {
113 public static boolean isVisiblePasswordInputType(int inputType)
    [all...]
  /cts/tests/src/android/app/cts/
MockTabActivity.java 31 public boolean isOnChildTitleChangedCalled;
32 public boolean isOnPostCreateCalled;
33 public boolean isOnSaveInstanceStateCalled;
34 public boolean isOnContentChangedCalled;
35 public static boolean isOnRestoreInstanceStateCalled;
  /development/ide/xcode/SampleCode/English.lproj/main.nib/
objects.xib 8 <boolean name="dynamic">TRUE</boolean>
33 <boolean name="separator">TRUE</boolean>
56 <boolean name="separator">TRUE</boolean>
82 <boolean name="dynamic">TRUE</boolean>
88 <boolean name="dynamic">TRUE</boolean>
    [all...]
  /external/apache-harmony/nio/src/test/java/common/org/apache/harmony/nio/tests/java/nio/channels/
MockSocketChannel.java 37 public boolean isConnected() {
41 public boolean isConnectionPending() {
45 public boolean connect(SocketAddress arg0) throws IOException {
49 public boolean finishConnect() throws IOException {
72 protected void implConfigureBlocking(boolean arg0) throws IOException {
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
BitStringTest.java 137 { new boolean[] {}, // object
140 { new boolean[] { true }, // object
143 { new boolean[] { true, false, true }, // object
147 new boolean[] { true, true, true, true, true, true,
152 new boolean[] { false, false, false, false, false,
163 (boolean[]) testcaseBoolean[i][0], (boolean[]) decoder
174 new boolean[] { false, false, false, false, false,
179 new boolean[] { true, false, false, false, false,
184 new boolean[] { true, false, true, false, false, false
    [all...]
  /external/guava/src/com/google/common/collect/
EmptyImmutableSet.java 41 @Override public boolean isEmpty() {
45 @Override public boolean contains(Object target) {
66 @Override public boolean containsAll(Collection<?> targets) {
70 @Override public boolean equals(@Nullable Object object) {
82 @Override boolean isHashCodeFast() {
  /frameworks/base/core/tests/coretests/src/android/view/
ViewGroupAttributesTest.java 34 protected void onLayout(boolean changed, int l, int t, int r, int b) {
38 public boolean isChildrenDrawnWithCacheEnabled() {
55 final boolean isAnimationCachEnabled = mViewGroup.isAnimationCacheEnabled();
56 final boolean isAlwaysDrawnWithCacheEnabled = mViewGroup.isAlwaysDrawnWithCacheEnabled();
57 final boolean isChildrenDrawnWithCacheEnabled = mViewGroup.isChildrenDrawnWithCacheEnabled();
  /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
SimTonesTest.java 46 boolean result = TonesAutoTest.tonesDtmfTest();
52 boolean result = TonesAutoTest.tonesSupervisoryTest();
58 boolean result = TonesAutoTest.tonesProprietaryTest();
64 boolean result = TonesAutoTest.tonesSimultaneousTest();
70 boolean result = TonesAutoTest.tonesStressTest();
  /frameworks/support/v4/ics/android/support/v4/widget/
EdgeEffectCompatIcs.java 37 public static boolean isFinished(Object edgeEffect) {
45 public static boolean onPull(Object edgeEffect, float deltaDistance) {
50 public static boolean onRelease(Object edgeEffect) {
56 public static boolean onAbsorb(Object edgeEffect, int velocity) {
61 public static boolean draw(Object edgeEffect, Canvas canvas) {
  /libcore/dom/src/test/java/org/w3c/domts/
LSDocumentBuilderFactory.java 66 public abstract boolean hasSetting(Object parser);
77 private final boolean fixedValue;
85 public LSFixedStrategy(boolean fixedValue) {
103 public boolean hasSetting(Object parser) {
116 private final boolean inverse;
125 public LSParameterStrategy(String lsParameter, boolean inverse) {
169 new Boolean(!setting.getValue()));
172 setParameter(setting, parser, lsParameter, new Boolean(setting.getValue()));
179 public boolean hasSetting(Object parser) {
182 return! ( (Boolean) getParameter(parser, lsParameter)).booleanValue()
    [all...]
  /libcore/luni/src/main/java/libcore/io/
Memory.java 36 byte[] src, int srcOffset, int sizeofElements, boolean swap);
43 Object src, int srcOffset, int sizeofElements, boolean swap);
154 public static native int peekInt(int address, boolean swap);
155 public static native long peekLong(int address, boolean swap);
156 public static native short peekShort(int address, boolean swap);
159 public static native void peekCharArray(int address, char[] dst, int dstOffset, int charCount, boolean swap);
160 public static native void peekDoubleArray(int address, double[] dst, int dstOffset, int doubleCount, boolean swap);
161 public static native void peekFloatArray(int address, float[] dst, int dstOffset, int floatCount, boolean swap);
162 public static native void peekIntArray(int address, int[] dst, int dstOffset, int intCount, boolean swap);
163 public static native void peekLongArray(int address, long[] dst, int dstOffset, int longCount, boolean swap)
    [all...]

Completed in 1483 milliseconds

<<11121314151617181920>>