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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/JavaScriptCore/tests/mozilla/js1_2/Array/
array_split_1.js 60 * Mozilla deviates from ECMA by never splitting an empty string by any separator
61 * string into a non-empty array (an array of length 1 that contains the empty string).
  /frameworks/base/libs/ui/tests/region/
region.cpp 28 Region empty; local
33 Region reg4 = empty | reg1;
34 Region reg5 = reg1 | empty;
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
SdkSourceCategory.java 63 * Cannot be null nor empty.
71 * if empty.
72 * When false, the category must not be displayed when empty.
  /cts/tools/dasm/src/java_cup/runtime/
str_token.java 23 /** Constructor for value defaulting to an empty string. */
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/res/layout/
notepad_list.xml 9 <TextView android:id="@id/android:empty"
  /development/tutorials/NotepadCodeLab/Notepadv2/res/layout/
notes_list.xml 9 <TextView android:id="@+id/android:empty"
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/res/layout/
notes_list.xml 9 <TextView android:id="@+id/android:empty"
  /development/tutorials/NotepadCodeLab/Notepadv3/res/layout/
notes_list.xml 9 <TextView android:id="@+id/android:empty"
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/res/layout/
notes_list.xml 9 <TextView android:id="@+id/android:empty"
  /external/bouncycastle/src/main/java/org/bouncycastle/asn1/
BERSequence.java 10 * create an empty sequence
  /external/chromium/base/i18n/
char_iterator_unittest.cc 14 std::string empty("");
15 UTF8CharIterator empty_iter(&empty);
52 string16 empty = UTF8ToUTF16(""); local
53 UTF16CharIterator empty_iter(&empty);
  /external/chromium/base/
path_service_unittest.cc 20 // to non-empty for the given PathService::DirType enumeration value.
28 return result && !path.value().empty();
30 return result && !path.value().empty() && file_util::PathExists(path);
38 return !result && path.empty();
  /external/chromium/chrome/browser/autofill/
phone_number.cc 79 if (!number().empty())
82 if (!city_code().empty())
85 if (!country_code().empty())
88 if (!CityAndNumber().empty())
91 if (!WholeNumber().empty())
167 if (working.empty())
177 if (!country_code_.empty())
180 if (!city_code_.empty())
183 if (!number_.empty())
  /external/chromium/chrome/browser/
browsing_data_appcache_helper_unittest.cc 92 TEST_F(CannedBrowsingDataAppCacheHelperTest, Empty) {
100 ASSERT_TRUE(helper->empty());
102 ASSERT_FALSE(helper->empty());
104 ASSERT_TRUE(helper->empty());
  /external/chromium/chrome/browser/download/
save_file.cc 17 DCHECK(info->path.empty());
  /external/chromium/chrome/browser/importer/
firefox_importer_utils_linux.cc 14 if (!home.empty()) {
  /external/chromium/chrome/browser/prefs/
proxy_config_dictionary.cc 76 if (!proxy_server.empty()) {
97 if (!pac_url.empty())
99 if (!proxy_server.empty())
101 if (!bypass_list.empty())
  /external/chromium/chrome/browser/sessions/
session_restore.h 29 // session is empty and always_create_tabbed_browser is true, a new empty
32 // If urls_to_open is non-empty, a tab is added for each of the URLs.
54 // If urls_to_open is non-empty, a tab is added for each of the URLs.
  /external/chromium/chrome/browser/sync/util/
data_encryption_unittest.cc 19 ASSERT_FALSE(example.empty());
  /external/chromium/chrome/browser/ui/cocoa/bookmarks/
bookmark_button_cell.h 20 BOOL empty_; // is this an "empty" button placeholder button cell?
50 - (BOOL)empty; // returns YES if empty.
51 - (void)setEmpty:(BOOL)empty;
  /external/chromium/chrome/browser/ui/find_bar/
find_bar_state.cc 13 if (text.empty() && p->IsOffTheRecord()) {
find_tab_helper.cc 34 // If search_string is empty, it means FindNext was pressed with a keyboard
36 if (search_string.empty() && find_text_.empty()) {
42 if (!previous_find_text_.empty())
44 else if (!last_search_prepopulate_text.empty())
54 // or if the passed in search text is empty (FindNext keyboard shortcut). The
59 bool find_next = (find_text_ == search_string || search_string.empty()) &&
65 if (!search_string.empty())
90 if (!find_text_.empty())
  /external/chromium/chrome/browser/ui/
status_bubble.h 29 // to display immediately. Subsequent empty SetURL calls (typically called
32 // with an empty string, or call Hide().
35 // Sets the bubble text to a URL - if given a non-empty URL, this will cause
36 // the bubble to fade in and remain open until given an empty URL or until
  /external/guava/src/com/google/common/collect/
EnumMultiset.java 38 /** Creates an empty {@code EnumMultiset}. */
47 * @throws IllegalArgumentException if {@code elements} is empty
53 "EnumMultiset constructor passed empty Iterable");
62 /** Creates an empty {@code EnumMultiset}. */
  /external/icu4c/test/intltest/
simplethread.h 26 static void errorFunc(); // Empty function, provides a single convenient place

Completed in 1683 milliseconds

1 2 3 4 5 6 7 8 91011>>