HomeSort by relevance Sort by last modified time
    Searched full:boolean (Results 276 - 300 of 9379) sorted by null

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/net/
NetUtil.java 37 public static boolean usingSocks(Proxy proxy) {
47 * @return boolean
49 public static boolean preferIPv6Addresses() {
57 * @return boolean
59 public static boolean preferIPv4Stack() {
80 private static final class Action implements PrivilegedAction<Boolean> {
88 public Boolean run() {
89 if (Boolean.getBoolean(propertyName)) {
90 return Boolean.TRUE;
92 return Boolean.FALSE
    [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/awt/java/awt/font/
FontRenderContext.java 44 private boolean fAntiAliased;
50 private boolean fFractionalMetrics;
64 public FontRenderContext(AffineTransform trans, boolean antiAliased,
65 boolean usesFractionalMetrics) {
88 public boolean equals(Object obj) {
127 public boolean equals(FontRenderContext frc) {
151 public boolean usesFractionalMetrics() {
161 public boolean isAntiAliased() {
173 new Boolean(this.fFractionalMetrics).hashCode() ^
174 new Boolean(this.fAntiAliased).hashCode()
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
EditableInputConnection.java 30 private static final boolean DEBUG = false;
48 public boolean beginBatchEdit() {
53 public boolean endBatchEdit() {
58 public boolean clearMetaKeyStates(int states) {
73 public boolean commitCompletion(CompletionInfo text) {
81 public boolean performEditorAction(int actionCode) {
87 public boolean performContextMenuAction(int id) {
108 public boolean performPrivateCommand(String action, Bundle data) {
114 public boolean commitText(CharSequence text, int newCursorPosition) {
120 boolean success = super.commitText(text, newCursorPosition)
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
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...]
  /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) {
104 public boolean onJsAlert(WebView view, String url, String message,
111 public boolean onJsConfirm(WebView view, String url, String message,
118 public boolean onJsPrompt(WebView view, String url, String message,
125 public boolean onJsBeforeUnload(WebView view, String url, String message,
161 public boolean onJsTimeout() {
174 public boolean onConsoleMessage(ConsoleMessage consoleMessage)
    [all...]
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
SynchronousContactsProvider2.java 32 private static Boolean sDataWiped = false;
34 private boolean mDataWipeEnabled = true;
36 private boolean mNetworkNotified;
50 public void setDataWipeEnabled(boolean flag) {
61 protected void notifyChange(boolean syncToNetwork) {
65 public boolean isNetworkNotified() {
70 public boolean onCreate() {
71 boolean created = super.onCreate();
127 protected boolean isWritableAccount(String accountType) {
160 protected boolean isLegacyContactImportNeeded()
    [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;
  /dalvik/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...]
  /dalvik/libcore/nio/src/test/java/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 {
  /dalvik/libcore-disabled/sound/src/main/java/javax/sound/sampled/
Mixer.java 36 public final boolean equals(Object another) {
85 boolean isLineSupported(Line.Info info);
87 boolean isSynchronizationSupported(Line[] lines, boolean maintainSync);
89 void synchronize(Line[] lines, boolean maintainSync);
  /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/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() {
  /external/skia/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/skia/xcode/Simple/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/webkit/WebCore/html/
HTMLSelectElement.idl 42 readonly attribute boolean willValidate;
44 boolean checkValidity();
50 attribute boolean disabled;
51 attribute boolean autofocus;
52 attribute boolean multiple;
  /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/
SimTonesTest.java 45 boolean result = TonesAutoTest.tonesDtmfTest();
51 boolean result = TonesAutoTest.tonesSupervisoryTest();
57 boolean result = TonesAutoTest.tonesProprietaryTest();
63 boolean result = TonesAutoTest.tonesSimultaneousTest();
69 boolean result = TonesAutoTest.tonesStressTest();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestController.java 37 public void setWindowIsKey(boolean b);
39 public void setMainFrameIsFirstResponder(boolean b);
60 public void setAcceptsEditing(boolean b);
67 public void setGeolocationPermission(boolean allow);
69 public void overridePreference(String key, boolean value);
  /packages/apps/Settings/src/com/android/settings/vpn/
PptpEditor.java 47 boolean enabled = profile.isEncryptionEnabled();
53 public boolean onPreferenceChange(
55 boolean enabled = (Boolean) newValue;
65 boolean enabled) {
  /build/tools/apicheck/src/com/android/apicheck/
MethodInfo.java 24 private boolean mIsAbstract;
25 private boolean mIsNative;
26 private boolean mIsSynchronized;
27 private boolean mIsStatic;
28 private boolean mIsFinal;
31 private boolean mExistsInBoth;
37 public MethodInfo (String name, String returnType, boolean isAbstract, boolean isNative,
38 boolean isSynchronized, boolean isStatic, boolean isFinal, String deprecate
    [all...]
  /frameworks/base/core/java/android/app/
IApplicationThread.java 46 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
48 void scheduleStopActivity(IBinder token, boolean showWindow,
50 void scheduleWindowVisibility(IBinder token, boolean showWindow) throws RemoteException;
51 void scheduleResumeActivity(IBinder token, boolean isForward) throws RemoteException;
55 List<Intent> pendingNewIntents, boolean notResumed, boolean isForward)
59 boolean notResumed, Configuration config) throws RemoteException;
61 void scheduleDestroyActivity(IBinder token, boolean finished,
64 String data, Bundle extras, boolean sync) throws RemoteException
    [all...]
  /frameworks/base/core/java/android/util/
SparseBooleanArray.java 44 mValues = new boolean[initialCapacity];
49 * Gets the boolean mapped from the specified key, or <code>false</code>
52 public boolean get(int key) {
57 * Gets the boolean mapped from the specified key, or the specified value
60 public boolean get(int key, boolean valueIfKeyNotFound) {
88 public void put(int key, boolean value) {
100 boolean[] nvalues = new boolean[n];
144 public boolean valueAt(int index)
    [all...]
  /frameworks/base/opengl/tools/glgen/src/
JType.java 22 boolean isArray;
23 boolean isClass;
24 boolean isString;
32 typeMapping.put(new CType("GLboolean"), new JType("boolean"));
91 new JType("boolean", false, true));
117 public JType(String primitiveTypeName, boolean isClass, boolean isArray) {
132 public boolean isArray() {
136 public boolean isClass() {
140 public boolean isString()
    [all...]
  /frameworks/base/core/java/android/database/
CursorWindow.java 39 public CursorWindow(boolean localWindow) {
83 public boolean setNumColumns(int columnNum) {
92 private native boolean setNumColumns_native(int columnNum);
98 public boolean allocRow(){
107 private native boolean allocRow_native();
130 public boolean putBlob(byte[] value, int row, int col) {
139 private native boolean putBlob_native(byte[] value, int row, int col);
148 public boolean putString(String value, int row, int col) {
157 private native boolean putString_native(String value, int row, int col);
166 public boolean putLong(long value, int row, int col)
    [all...]

Completed in 211 milliseconds

<<11121314151617181920>>