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

<<11121314151617181920>>

  /external/chromium/chrome/browser/policy/
device_policy_identity_strategy.cc 88 DCHECK(!device_token_.empty());
97 return !username->empty() && !auth_token->empty();
enterprise_install_attributes.cc 24 return !registration_user_.empty() && user == registration_user_ ?
66 return device_locked_ && !registration_user_.empty();
106 !enterprise_user.empty()) {
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_menu_cocoa_controller_unittest.mm 28 string16 empty;
32 nodes_[0] = model->AddURL(bookmark_bar, 0, empty, GURL("http://0.com"));
33 nodes_[1] = model->AddURL(bookmark_bar, 1, empty, GURL("http://1.com"));
  /external/chromium/chrome/browser/ui/cocoa/
bug_report_window_controller_unittest.mm 48 // When we call "report bug" with non-empty tab contents, all menu options
64 // empty textfields as NULL values.
68 // When we call "report bug" with empty tab contents, only menu options
  /external/chromium/chrome/browser/ui/toolbar/
encoding_menu_controller.cc 88 if (encoding.empty())
96 if (!encoding.empty()) {
127 DCHECK(!encodings->empty());
  /external/chromium/chrome/browser/webdata/
token_service_table_unittest.cc 51 EXPECT_TRUE(out_map.empty());
65 EXPECT_TRUE(out_map.empty());
82 EXPECT_TRUE(out_map.empty());
  /external/chromium/chrome/common/
profiling.cc 19 if (profile_name.empty()) {
27 std::string type = process_type.empty() ?
46 if (!profiling_flush.empty()) {
  /external/chromium/net/http/
mock_sspi_library_win.cc 15 EXPECT_TRUE(expected_package_queries_.empty());
16 EXPECT_TRUE(expected_freed_packages_.empty());
62 EXPECT_TRUE(!expected_package_queries_.empty());
  /external/icu4c/i18n/
anytrans.h 90 * and V is theVariant. Must not be empty.
91 * @param theTarget the target name. Must not be empty, and must
93 * @param theVariant the variant name, or the empty string if
  /external/webkit/Tools/BuildSlaveSupport/gtk/
daemontools-buildbot.conf 45 # Output directory for core dumps. Set this to an empty string to
61 # Leave empty to disable mail notifications.
76 # would be /usr/lib/ccache. Set to empty to disable.
  /external/webkit/Tools/Scripts/webkitpy/common/
array_stream.py 54 """Empty the stream."""
57 def empty(self): member in class:ArrayStream
58 """Return whether the stream is empty."""
  /frameworks/base/core/java/com/google/android/collect/
Lists.java 29 * Creates an empty {@code ArrayList} instance.
31 * <p><b>Note:</b> if you only need an <i>immutable</i> empty List, use
34 * @return a newly-created, initially-empty {@code ArrayList}
  /libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
NativeTestTarget.java 33 * This is an empty native static method with no args, hooked up using
39 * This is an empty native static method with six args, hooked up using
46 * This is an empty native static method with six args, hooked up
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
EditDistanceTests.java 60 assertEquals("when both string are empty, no edits are needed",
66 assertEquals("when only one string of the arguments is empty,"
73 assertEquals("when only one string of the arguments is empty,"
  /external/astl/tests/
test_string.cpp 81 EXPECT_TRUE(empty_str1.empty());
125 const string empty; local
129 EXPECT_TRUE(str01.c_str() == empty.c_str());
150 EXPECT_TRUE(str01.empty());
156 EXPECT_TRUE(!str02.empty());
178 const string empty; local
184 EXPECT_TRUE(str02.c_str() == empty.c_str());
187 EXPECT_TRUE(str03.c_str() == empty.c_str());
190 EXPECT_TRUE(str04.c_str() == empty.c_str());
196 EXPECT_TRUE(str06.c_str() == empty.c_str())
    [all...]
  /external/llvm/include/llvm/ADT/
SparseBitVector.h 95 bool empty() const {
146 assert(0 && "Illegal empty element");
295 if (Elements.empty()) {
346 if (BitVector->Elements.empty()) {
487 if (Elements.empty())
502 if (Elements.empty())
516 if (ElementIter->empty()) {
526 if (Elements.empty()) {
582 // If RHS is empty, we are done
583 if (RHS.Elements.empty())
    [all...]
  /libcore/luni/src/main/java/java/util/
Deque.java 153 * to indicated that the deque is empty.
244 * exception if this deque is empty.
247 * @throws NoSuchElementException if this deque is empty
254 * exception if this deque is empty.
257 * @throws NoSuchElementException if this deque is empty
263 * or returns <tt>null</tt> if this deque is empty.
265 * @return the head of this deque, or <tt>null</tt> if this deque is empty
271 * or returns <tt>null</tt> if this deque is empty.
273 * @return the tail of this deque, or <tt>null</tt> if this deque is empty
281 * throws an exception if this deque is empty
    [all...]
  /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/
PermissionContentProviderPath.java 9 * Empty content provider, all permissions are enforced in manifest
  /cts/tests/appsecurity-tests/test-apps/SharedUidInstall/src/com/android/cts/shareduidinstall/
SharedUidActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/appsecurity-tests/test-apps/SharedUidInstallDiffCert/src/com/android/cts/shareduidinstalldiffcert/
SharedUidActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/appsecurity-tests/test-apps/SimpleAppInstall/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/appsecurity-tests/test-apps/SimpleAppInstallDiffCert/src/com/android/cts/simpleappinstall/
SimpleAppActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/appsecurity-tests/test-apps/TargetInstrumentationApp/src/com/android/cts/targetinstrumentationapp/
TargetInstrumentationActivity.java 21 * Empty activity, not needed for this test
  /cts/tests/src/android/app/cts/
ChildTabActivity.java 22 * An empty activity for the TabActivity test
  /cts/tests/src/android/widget/cts/
StubActivity.java 22 * Stub activity for helping test. It's an empty activity.

Completed in 1162 milliseconds

<<11121314151617181920>>