HomeSort by relevance Sort by last modified time
    Searched full:true (Results 1651 - 1675 of 18103) sorted by null

<<61626364656667686970>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
Resource.java 25 private boolean mTouched = true;
36 mTouched = true;
  /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/util/
IOUtilities.java 34 * @return True if the object is null or was closed properly,
45 return true;
  /sdk/sdkmanager/app/src/com/android/sdkmanager/internal/repository/
SettingsPage.java 76 mProxySettingsGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
87 mProxyServerText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
99 mProxyPortText.setLayoutData(new GridData(SWT.FILL, SWT.CENTER, true, false, 1, 1));
104 mMiscGroup.setLayoutData(new GridData(SWT.FILL, SWT.FILL, true, true, 1, 1));
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));
  /system/core/libcutils/
selector.c 127 * Adds an fd to the given set if the callback is non-null. Returns true
134 return true;
173 inSet = true;
177 inSet = true;
180 inSet = true;
234 selector->looping = true;
236 while (true) {
237 setInSelect(selector, true);
  /system/core/nexus/
Android.mk 2 ifeq ($(BUILD_NEXUS),true)
66 endif # ifeq ($(BUILD_NEXUS),true)
  /system/netd/
UsbController.cpp 39 return enableRNDIS(true);
61 return (value == '1' ? true : false);
  /external/libxml2/
xmlunicode.c     [all...]
  /cts/tests/tests/os/src/android/os/cts/
BinderTest.java 92 return true;
101 return true;
115 return true;
124 return true;
224 MockServiceConnection conn1 = new MockServiceConnection(true, false);
240 success = true;
260 conn1 = new MockServiceConnection(true, true);
265 conn1.setMonitor(true);
271 success = true;
    [all...]
  /external/bluetooth/glib/tests/
threadpool-test.c 142 g_thread_pool_free (pool, FALSE, TRUE);
180 pool2 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 5, TRUE, NULL);
181 pool3 = g_thread_pool_new ((GFunc)test_thread_pools_entry_func, NULL, 7, TRUE, NULL);
195 g_thread_pool_free (pool1, TRUE, TRUE);
196 g_thread_pool_free (pool2, FALSE, TRUE);
197 g_thread_pool_free (pool3, FALSE, TRUE);
242 last_failed = TRUE;
383 gboolean continue_timeout = TRUE;
384 gboolean quit = TRUE;
    [all...]
  /external/icu4c/test/perf/usetperf/
usetperf.vcproj 53 StringPooling="true"
55 EnableFunctionLevelLinking="true"
61 SuppressStartupBanner="true"
80 SuppressStartupBanner="true"
144 StringPooling="true"
146 EnableFunctionLevelLinking="true"
152 SuppressStartupBanner="true"
171 SuppressStartupBanner="true"
240 SuppressStartupBanner="true"
260 SuppressStartupBanner="true"
    [all...]
  /external/libpng/projects/visualc71/
pngtest.vcproj 22 StringPooling="TRUE"
24 EnableFunctionLevelLinking="TRUE"
83 GenerateDebugInformation="TRUE"
117 StringPooling="TRUE"
119 EnableFunctionLevelLinking="TRUE"
179 GenerateDebugInformation="TRUE"
213 StringPooling="TRUE"
215 EnableFunctionLevelLinking="TRUE"
263 StringPooling="TRUE"
265 EnableFunctionLevelLinking="TRUE"
    [all...]
  /external/opencore/engines/player/test/src/
test_pv_player_engine_testset13.h 91 * -# SetPlaybackRange() if seekEnable flag is made true
92 * -# Pause() if pauseresumeEnable flag is made true
203 iMultiplePlay = true;
209 iProtocolRollOver = true;
214 iProtocolRollOverWithUnknownURLType = true;
219 iPlayListURL = true;
224 iSeekAfterEOSEnable = true;
422 iMultiplePlay = true;
428 iProtocolRollOver = true;
433 iProtocolRollOverWithUnknownURLType = true;
    [all...]
  /external/quake/quake/src/QW/progs/
combat.qc 17 Returns true if the inflictor can directly damage the target. Used for
26 traceline(inflictor.origin, 0.5 * (targ.absmin + targ.absmax), TRUE, self);
28 return TRUE;
30 return TRUE;
34 traceline(inflictor.origin, targ.origin, TRUE, self);
36 return TRUE;
37 traceline(inflictor.origin, targ.origin + '15 15 0', TRUE, self);
39 return TRUE;
40 traceline(inflictor.origin, targ.origin + '-15 -15 0', TRUE, self);
42 return TRUE;
    [all...]
  /external/webkit/WebCore/html/
HTMLObjectElement.cpp 50 , m_docNamedItem(true)
80 m_needWidgetUpdate = true;
86 m_needWidgetUpdate = true;
95 m_needWidgetUpdate = true;
170 toRenderEmbeddedObject(renderer())->updateWidget(true);
177 m_needWidgetUpdate = true;
187 m_needWidgetUpdate = true;
226 m_needWidgetUpdate = true;
260 m_useFallbackContent = true;
274 bool isNamedItem = true;
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheHost.cpp 49 , m_defersEvents(true)
99 return true;
113 return true;
161 return true;
168 return true;
176 return true;
184 return true;
198 return true;
298 return true;
322 return true;
    [all...]
  /frameworks/base/core/tests/coretests/src/android/text/
StaticLayoutTest.java 64 * Basic test showing effect of includePad = true with 1 line.
70 .setIncludePad(true);
79 * Basic test showing effect of includePad = true wrapping to 2 lines.
85 .setIncludePad(true)
96 * Basic test showing effect of includePad = true wrapping to 3 lines.
103 .setIncludePad(true)
115 * Basic test showing effect of includePad = true wrapping to 3 lines and
123 .setIncludePad(true)
143 * Basic test showing effect of includePad = true, spacingAdd = 2, wrapping
151 .setIncludePad(true)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/view/
MenuTest.java 89 mMenu.setQwertyMode(true);
109 mMenu.setQwertyMode(true);
121 mMenu.setQwertyMode(true);
130 mMenu.setQwertyMode(true);
139 mMenu.setQwertyMode(true);
147 mMenu.setQwertyMode(true);
155 mMenu.setQwertyMode(true);
196 mMenu.setGroupCheckable(groupId, true, true);
198 item1.setChecked(true);
    [all...]
  /frameworks/base/location/java/android/location/provider/
LocationProvider.java 170 * Returns true if the provider requires access to a
176 * Returns true if the provider requires access to a
183 * Returns true if the provider requires access to an appropriate
190 * Returns true if the use of this provider may result in a
197 * Returns true if the provider is able to provide altitude
200 * should return true.
205 * Returns true if the provider is able to provide speed
208 * should return true.
213 * Returns true if the provider is able to provide bearing
216 * should return true
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RetryManager.java 45 * is infinite then isRetryNeeded will always return true.
98 /** When true isRetryNeeded() will always return true */
128 * @return true if successfull
152 return true;
160 * @return true if successful
194 mRetryForever = true;
234 if (DBG) log("configure: true");
235 return true;
245 * @return {@code true} if the max retires has not been reached. {@cod
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BrowserHistoryPage.java 71 * @param newWindow True if the URL should be loaded in a new window
77 b.putBoolean("new_window", true);
166 return true;
172 return true;
185 return true;
247 return true;
249 loadUrl(url, true);
250 return true;
258 return true;
262 return true;
    [all...]
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupCheckSettings.java 53 // If true, returns immediately as if account was OK
54 private static final boolean DBG_SKIP_CHECK_OK = false; // DO NOT CHECK IN WHILE TRUE
55 // If true, returns immediately as if account was not OK
56 private static final boolean DBG_SKIP_CHECK_ERR = false; // DO NOT CHECK IN WHILE TRUE
57 // If true, performs real check(s), but always returns fixed OK result
58 private static final boolean DBG_FORCE_RESULT_OK = false; // DO NOT CHECK IN WHILE TRUE
98 i.putExtra(EXTRA_AUTO_DISCOVER, true);
125 mProgressBar.setIndeterminate(true);
127 // For debugging UI only, force a true or false result - don't actually try connection
276 mDestroyed = true;
    [all...]
  /packages/apps/Email/tests/src/com/android/email/
ControllerProviderOpsTests.java 37 * a true "unit test".
106 Account account = ProviderTestUtils.setupAccount("mailboxid", true, mProviderContext);
129 Account account = ProviderTestUtils.setupAccount("mailboxid", true, mProviderContext);
162 Account account1 = ProviderTestUtils.setupAccount("message-delete", true, mProviderContext);
164 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mProviderContext);
172 true, mProviderContext);
186 true, mProviderContext);
202 ProviderTestUtils.setupAccount("message-delete-notrash", true, mProviderContext);
204 Mailbox box1 = ProviderTestUtils.setupMailbox("box1", account1Id, true, mProviderContext);
208 ProviderTestUtils.setupMessage("message1", account1Id, box1Id, false, true,
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 160 * @return {@code true} if the word is added to the list; {@code false} if not.
171 return true;
185 * @return {@code true} if the dictionary is changed; {@code false} if not.
194 return true;
206 * @return {@code true} if the search key is set; {@code false} if not.
230 return true;
264 dict.setInUseState( true );
320 dict.setInUseState( true );
329 dict.setInUseState( true );
350 dict.setInUseState( true );
    [all...]
  /sdk/eclipse/buildConfig/
build.properties 29 runPackager=true
60 #groupConfigurations=true
75 #Set to true if you want the output to be ready for an update jar (no site.xml generated)
76 outputUpdateJars = true
78 #Set to true for Jnlp generation
84 #jnlp.generateOfflineAllowed=true or false generate <offlineAllowed/> attribute in the generated features
87 #Set to true if you want to sign jars
127 #generateFeatureVersionSuffix=true
155 skipBase=true
165 skipMaps=true
    [all...]
  /external/gtest/test/
gtest-death-test_test.cc 135 // True iff MemberFunction() should die.
153 // True iff MemberFunction() should die.
180 return true;
280 if (true)
347 should_die_ = true;
380 should_die_ = true;
413 pthread_flag = true;
434 const MayDie x(true);
470 EXPECT_DEATH(DieIf(true), "DieIf\\(\\)");
505 EXPECT_DEATH(DieIf(true), "DieIfLessThan") << "End of death test message."
    [all...]

Completed in 737 milliseconds

<<61626364656667686970>>