HomeSort by relevance Sort by last modified time
    Searched full:false (Results 776 - 800 of 15335) sorted by null

<<31323334353637383940>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/resources/configurations/
PixelDensityQualifierTest.java 52 assertEquals(false, pdq.checkAndSet("", config));//$NON-NLS-1$
53 assertEquals(false, pdq.checkAndSet("dpi", config));//$NON-NLS-1$
54 assertEquals(false, pdq.checkAndSet("123dpi", config));//$NON-NLS-1$
55 assertEquals(false, pdq.checkAndSet("123", config));//$NON-NLS-1$
56 assertEquals(false, pdq.checkAndSet("sdfdpi", config));//$NON-NLS-1$
ScreenOrientationQualifierTest.java 68 assertEquals(false, soq.checkAndSet("", config));//$NON-NLS-1$
69 assertEquals(false, soq.checkAndSet("PORT", config));//$NON-NLS-1$
70 assertEquals(false, soq.checkAndSet("landscape", config));//$NON-NLS-1$
71 assertEquals(false, soq.checkAndSet("portrait", config));//$NON-NLS-1$
72 assertEquals(false, soq.checkAndSet("other", config));//$NON-NLS-1$
TextInputMethodQualifierTest.java 68 assertEquals(false, timq.checkAndSet("", config));//$NON-NLS-1$
69 assertEquals(false, timq.checkAndSet("QWERTY", config));//$NON-NLS-1$
70 assertEquals(false, timq.checkAndSet("12keys", config));//$NON-NLS-1$
71 assertEquals(false, timq.checkAndSet("*12key", config));//$NON-NLS-1$
72 assertEquals(false, timq.checkAndSet("other", config));//$NON-NLS-1$
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 105 private boolean doneFlag = false;
121 private boolean doneFlag = false;
122 boolean received = false;
160 return false;
167 return false;
184 final boolean received = false;
202 return false;
272 return false;
332 boolean checkSd = false;
419 false, -1, PackageInfo.INSTALL_LOCATION_UNSPECIFIED)
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset9.cpp 114 PVPATB_TEST_IS_TRUE(false);
133 PVPATB_TEST_IS_TRUE(false);
141 PVPATB_TEST_IS_TRUE(false);
168 PVPATB_TEST_IS_TRUE(false);
191 iContentTooLarge = false;
235 PVPATB_TEST_IS_TRUE(false);
251 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
277 if (iProtocolRollOverWithUnknownURLType == false)
418 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady());
440 OSCL_FIRST_CATCH_ANY(error, PVPATB_TEST_IS_TRUE(false); iState = STATE_CLEANUPANDCOMPLETE; RunIfNotReady(); return)
    [all...]
  /build/tools/apicheck/src/com/android/apicheck/
MethodInfo.java 52 mExistsInBoth = false;
97 consistent = false;
104 consistent = false;
110 consistent = false;
122 consistent = false;
130 consistent = false;
136 consistent = false;
145 consistent = false;
151 consistent = false;
161 consistent = false;
    [all...]
ConstructorInfo.java 42 mExistsInBoth = false;
102 consistent = false;
108 consistent = false;
114 consistent = false;
121 consistent = false;
131 consistent = false;
140 consistent = false;
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
WalkingIteratorSorted.java 36 // protected boolean m_inNaturalOrder = false;
40 protected boolean m_inNaturalOrderStatic = false;
63 * loaded, or false if this is a derived iterator and
125 return false;
129 return false;
133 return false;
175 // return false;
179 // return false;
183 // return false;
207 m_inNaturalOrderStatic = false;
    [all...]
  /external/opencore/engines/2way/test/src/
video_only_test.cpp 147 iAudioSourceAdded = false;
148 iVideoSourceAdded = false;
149 iAudioSinkAdded = false;
150 iVideoSinkAdded = false;
207 test_is_true(false);
222 test_is_true(false);
236 test_is_true(false);
265 test_is_true(false);
286 test_is_true(false);
297 test_is_true(false);
    [all...]
  /external/opencore/fileformats/mp4/parser/src/
amrsampleentry.cpp 46 _success = false;
48 _success = false;
50 _success = false;
53 _success = false;
56 _success = false;
58 _success = false;
60 _success = false;
63 _success = false;
74 _success = false;
83 _success = false;
    [all...]
  /external/proguard/src/proguard/optimize/info/
MethodOptimizationInfo.java 35 private boolean hasNoSideEffects = false;
36 private boolean hasSideEffects = false;
38 private boolean catchesExceptions = false;
39 private boolean branchesBackward = false;
40 private boolean invokesSuperMethods = false;
41 private boolean accessesPrivateCode = false;
42 private boolean accessesPackageCode = false;
43 private boolean accessesProtectedCode = false;
99 canBeMadePrivate = false;
275 this.hasNoSideEffects = false;
    [all...]
  /external/skia/src/views/
SkOSSound.cpp 56 return FALSE;
62 return FALSE;
73 return FALSE;
116 static bool gInited = false;
120 if (gInited == false)
123 gWavePaused = false;
147 gWavePaused = false;
179 gWavePaused = false;
191 gWavePaused = false;
242 // CreateEvent(NULL, FALSE, FALSE, TEXT("DONE_EVENT"))
    [all...]
  /external/srec/srec/ca/
rec_basi.c 61 hRecog->is_running = False;
62 hRecog->is_configured = False;
63 hRecog->is_resultBlocked = False;
116 if (hRecog->is_configured == False)
124 hRecog->is_configured = False;
165 if (hRecog->is_configured == False)
186 if (hRecog->is_running == False)
188 if (hPattern->is_loaded == False)
213 if (hRecog->is_running == False)
215 if (hPattern->is_loaded == False)
    [all...]
  /external/webkit/WebCore/html/
ValidityState.cpp 71 return false;
77 return false;
95 return false;
118 return false;
122 return false;
128 return false;
135 return false;
142 return false;
156 return false;
160 return false;
    [all...]
  /external/webkit/WebCore/loader/
CrossOriginPreflightResultCache.cpp 45 bool ok = false;
79 return false;
94 return false;
98 return false;
121 return false;
129 return false;
131 return false;
133 return false;
135 return false;
157 return false;
    [all...]
  /external/webkit/WebCore/page/mac/
EventHandlerMac.mm 113 return false;
154 return false;
176 return false;
205 return false;
211 // false in some cases or the return value should be removed.
259 m_sendingEventToSubview = false;
262 page->setDefersLoading(false);
266 m_mouseDownWasInSubframe = false;
274 m_mousePressed = false;
296 return false;
    [all...]
  /external/webkit/WebCore/rendering/style/
FillLayer.h 106 void clearImage() { m_imageSet = false; }
107 void clearXPosition() { m_xPosSet = false; }
108 void clearYPosition() { m_yPosSet = false; }
109 void clearAttachment() { m_attachmentSet = false; }
110 void clearClip() { m_clipSet = false; }
111 void clearOrigin() { m_originSet = false; }
112 void clearRepeatX() { m_repeatXSet = false; }
113 void clearRepeatY() { m_repeatYSet = false; }
114 void clearComposite() { m_compositeSet = false; }
135 return m_next ? m_next->hasImage() : false;
    [all...]
StyleRareNonInheritedData.cpp 46 , m_runningAcceleratedAnimation(false)
109 return false;
111 return false;
163 return false;
174 return false;
176 return false;
184 return false;
194 return false;
196 return false;
203 return false;
    [all...]
  /external/webkit/WebCore/svg/
SVGTransformable.cpp 70 if (ptr >= end || !parseNumber(ptr, end, values[requiredParams], false))
90 if (ptr >= end || !parseNumber(ptr, end, values[requiredParams + optionalParams], false))
117 return false;
122 return false;
167 return false;
177 return false;
185 return false;
204 bool delimParsed = false;
206 delimParsed = false;
211 return false;
    [all...]
  /frameworks/base/core/java/android/text/method/
ScrollingMovementMethod.java 57 return false;
88 return false;
112 return false;
143 return false;
151 boolean handled = false;
175 return false;
184 boolean handled = false;
191 first = false;
195 return false;
200 return false;
    [all...]
  /frameworks/base/location/java/com/android/internal/location/
LocationProviderProxy.java 50 private boolean mLocationTracking = false;
51 private boolean mEnabled = false;
141 return false;
149 return false;
157 return false;
165 return false;
173 return false;
181 return false;
189 return false;
224 mEnabled = false;
    [all...]
  /frameworks/base/tools/localize/
localize_test.cpp 20 if (false) {
51 return false;
62 if (false) {
68 if (false) {
94 if (false) {
101 if (false) {
130 if (false) {
174 if (false) {
182 if (false) {
186 if (false && newString != expected)
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiApEnabler.java 78 checkBox.setPersistent(false);
106 mCheckBox.setEnabled(false);
121 mWifiManager.setWifiEnabled(false);
127 mCheckBox.setEnabled(false);
148 return false;
160 boolean wifiTethered = false;
161 boolean wifiErrored = false;
188 mCheckBox.setEnabled(false);
201 mCheckBox.setEnabled(false);
204 mCheckBox.setChecked(false);
    [all...]
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 77 mProxySettingsGroup.setLayout(new GridLayout(2, false));
80 mProxyServerLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
87 mProxyServerText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
92 mProxyPortLabel.setLayoutData(new GridData(SWT.RIGHT, SWT.CENTER, false, false, 1, 1));
99 mProxyPortText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
106 mMiscGroup.setLayout(new GridLayout(2, false));
109 mForceHttpCheck.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
116 mAskAdbRestartCheck.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 2, 1));
    [all...]
  /system/core/nexus/
CommandListener.cpp 67 cli->sendMsg(ResponseCode::CommandOkay, tmp, false);
84 cli->sendMsg(ResponseCode::CommandOkay, "Network removed.", false);
106 cli->sendMsg(ResponseCode::WifiScanResult, buffer, false);
112 cli->sendMsg(ResponseCode::CommandOkay, "Scan results complete.", false);
131 cli->sendMsg(ResponseCode::WifiNetworkList, buffer, false);
136 cli->sendMsg(ResponseCode::CommandOkay, "Network listing complete.", false);
162 cli->sendMsg(ResponseCode::PropertyRead, tmp, false);
165 cli->sendMsg(ResponseCode::CommandOkay, "Property read.", false);
182 cli->sendMsg(ResponseCode::CommandOkay, "Property set.", false);
225 cli->sendMsg(ResponseCode::PropertyList, buf, false);
    [all...]

Completed in 382 milliseconds

<<31323334353637383940>>