HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 126 - 150 of 2204) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/icu4c/i18n/
regexst.cpp 148 fUnescapeCharSet(UnicodeString(TRUE, gUnescapeCharPattern, -1), *status),
158 fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status);
159 fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status);
160 fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status);
161 fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status);
162 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status);
163 fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status);
164 fPropSets[URX_GC_T] = new UnicodeSet(UnicodeString(TRUE, gGC_TPattern, -1), *status);
165 fPropSets[URX_GC_LV] = new UnicodeSet(UnicodeString(TRUE, gGC_LVPattern, -1), *status);
166 fPropSets[URX_GC_LVT] = new UnicodeSet(UnicodeString(TRUE, gGC_LVTPattern, -1), *status)
    [all...]
coleitr.cpp 47 : UObject(other), isDataOwned_(TRUE)
90 return TRUE;
181 m_data_->isWritable = TRUE;
205 m_data_->reset_ = TRUE;
246 m_data_->isWritable = TRUE;
251 m_data_->reset_ = TRUE;
278 : isDataOwned_(TRUE)
315 m_data_->isWritable = TRUE;
326 : isDataOwned_(TRUE)
383 m_data_->isWritable = TRUE;
    [all...]
  /external/wpa_supplicant/
eap_leap.c 87 ret->ignore = TRUE;
95 ret->ignore = TRUE;
108 ret->ignore = TRUE;
159 ret->ignore = TRUE;
177 ret->ignore = TRUE;
213 ret->ignore = TRUE;
221 ret->ignore = TRUE;
234 ret->ignore = TRUE;
263 sm->leap_done = TRUE;
285 ret->ignore = TRUE;
    [all...]
eap_vendor_test.c 83 ret->ignore = TRUE;
90 ret->ignore = TRUE;
97 ret->ignore = TRUE;
104 ret->ignore = TRUE;
114 ret->ignore = TRUE;
126 ret->allowNotifications = TRUE;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_leap.c 85 ret->ignore = TRUE;
92 ret->ignore = TRUE;
104 ret->ignore = TRUE;
157 ret->ignore = TRUE;
174 ret->ignore = TRUE;
208 ret->ignore = TRUE;
215 ret->ignore = TRUE;
227 ret->ignore = TRUE;
260 sm->leap_done = TRUE;
281 ret->ignore = TRUE;
    [all...]
eap_vendor_test.c 81 ret->ignore = TRUE;
88 ret->ignore = TRUE;
95 ret->ignore = TRUE;
102 ret->ignore = TRUE;
112 ret->ignore = TRUE;
123 ret->allowNotifications = TRUE;
  /external/icu4c/test/cintltst/
ncnvtst.c 147 expected, sizeof(expected), "ibm-920", 0 , TRUE, U_ZERO_ERROR))
153 expected, sizeof(expected), "LATIN_1", 0, TRUE, U_ZERO_ERROR ))
167 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
174 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
198 expected, sizeof(expected), "iso-2022-jp", 0 , TRUE, U_ZERO_ERROR))
201 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
228 expected, sizeof(expected), "iso-2022-cn", 0 , TRUE, U_ZERO_ERROR))
231 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)
    [all...]
  /external/dbus/dbus/
dbus-auth.c 298 * @returns #TRUE if the conversation is the server side
303 * @returns #TRUE if the conversation is the client side
410 /* Returns TRUE but with an empty string hash if the
412 * TRUE just means we had enough memory.
438 retval = TRUE;
466 retval = TRUE;
565 retval = TRUE; /* retval is only about mem */
586 retval = TRUE;
623 retval = TRUE;
682 retval = TRUE;
    [all...]
  /external/tcpdump/
print-lmp.c 456 hexdump=TRUE;
484 hexdump=TRUE;
501 hexdump=TRUE;
515 hexdump=TRUE;
528 hexdump=TRUE;
541 hexdump=TRUE;
566 hexdump=TRUE;
622 hexdump=TRUE;
634 hexdump=TRUE;
662 hexdump=TRUE;
    [all...]
  /external/svox/pico/lib/
picotok.c 341 (*paramFound) = TRUE;
359 (*paramFound) = TRUE;
380 done = TRUE;
384 (*paramFound) = TRUE;
423 (*done) = TRUE;
426 (*done) = TRUE;
475 rel = TRUE;
696 done = TRUE;
699 done = TRUE;
712 done = TRUE;
    [all...]
  /external/bluetooth/glib/gio/inotify/
inotify-helper.c 70 * Return value: #TRUE if initialization succeeded, #FALSE otherwise
80 if (initialized == TRUE)
98 initialized = TRUE;
102 return TRUE;
117 return TRUE;
131 sub->cancelled = TRUE;
138 return TRUE;
inotify-kernel.c 45 static gboolean ik_poll_fd_enabled = TRUE;
95 ik_poll_fd_enabled = TRUE;
160 return TRUE;
170 return TRUE;
191 initialized = TRUE;
213 return TRUE;
465 process_eq_running = TRUE;
471 return TRUE;
479 return TRUE;
486 return TRUE;
    [all...]
  /external/bluetooth/glib/tests/
bookmarkfile-test.c 42 gboolean res = TRUE;
111 g_assert (g_bookmark_file_has_application (bookmark, TEST_URI_0, TEST_APP_NAME, NULL) == TRUE);
133 g_assert (g_bookmark_file_has_group (bookmark, TEST_URI_1, "Test", NULL) == TRUE);
138 g_assert (g_bookmark_file_remove_item (bookmark, TEST_URI_1, &error) == TRUE);
145 return TRUE;
173 return (success == TRUE ? 0 : 1);
  /external/chromium/third_party/icu/source/test/cintltst/
ncnvtst.c 147 expected, sizeof(expected), "ibm-920", 0 , TRUE, U_ZERO_ERROR))
153 expected, sizeof(expected), "LATIN_1", 0, TRUE, U_ZERO_ERROR ))
167 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
170 expected, sizeof(expected), "ibm-1363", offsets , TRUE, U_ZERO_ERROR))
174 expected, sizeof(expected), "ibm-1363", 0 , TRUE, U_ZERO_ERROR))
177 expected, sizeof(expected), "ibm-1363", offsets, TRUE, U_ZERO_ERROR))
193 expected, sizeof(expected), "iso-2022-jp", 0 , TRUE, U_ZERO_ERROR))
196 expected, sizeof(expected), "iso-2022-jp", offsets , TRUE, U_ZERO_ERROR))
223 expected, sizeof(expected), "iso-2022-cn", 0 , TRUE, U_ZERO_ERROR))
226 expected, sizeof(expected), "iso-2022-cn", offsets , TRUE, U_ZERO_ERROR)
    [all...]
  /external/bluetooth/glib/gio/xdgmime/
xdgmimeint.c 40 #ifndef TRUE
41 #define TRUE (!FALSE)
137 return TRUE;
  /external/chromium/base/third_party/xdg_mime/
xdgmimeint.c 40 #ifndef TRUE
41 #define TRUE (!FALSE)
137 return TRUE;
  /external/chromium/third_party/icu/source/test/perf/unisetperf/draft/
trieset.cpp 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
57 if(!utrie_setRange32(newTrie, start, end+1, TRUE, TRUE)) {
  /external/dbus/tools/
dbus-uuidgen.c 77 return TRUE;
104 ensure_uuid = TRUE;
109 get_uuid = TRUE;
  /external/icu4c/test/perf/unisetperf/draft/
trieset.cpp 43 UNewTrie *newTrie=utrie_open(NULL, NULL, 0x11000, 0, 0, TRUE);
57 if(!utrie_setRange32(newTrie, start, end+1, TRUE, TRUE)) {
  /libcore/luni/src/main/java/org/apache/xml/utils/
XMLReaderManager.java 98 if (!threadHasReader || m_inUse.get(reader) == Boolean.TRUE) {
112 m_parserFactory.setNamespaceAware(true);
121 reader.setFeature(NAMESPACES_FEATURE, true);
139 m_inUse.put(reader, Boolean.TRUE);
142 m_inUse.put(reader, Boolean.TRUE);
  /development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp 73 BOOL res = TRUE;
121 overlapped.hEvent = CreateEvent(NULL, TRUE, FALSE, NULL);
123 BOOL ret = TRUE;
150 &transferred, TRUE);
158 return ret ? true : false;
168 return true;
  /external/bluetooth/glib/gio/tests/
g-file-info.c 40 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_NAME) == TRUE);
41 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME) == TRUE);
42 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SIZE) == TRUE);
105 g_assert (g_file_info_has_attribute (info, G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER) == TRUE);
  /external/chromium/base/
object_watcher_unittest.cc 40 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
61 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
82 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
106 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL); // not signaled
  /external/chromium/third_party/icu/source/test/intltest/
testidna.cpp 257 FALSE, FALSE, TRUE
271 FALSE, FALSE, TRUE
284 FALSE, FALSE, TRUE
299 TRUE, FALSE, FALSE
331 FALSE, FALSE, TRUE
343 FALSE, FALSE, TRUE
355 FALSE, FALSE, TRUE
366 TRUE, FALSE, FALSE
377 TRUE, FALSE, FALSE
388 TRUE, FALSE, FALS
    [all...]
tzfmttst.cpp 182 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
253 UBool bTestAll = (testAllProp && uprv_strcmp(testAllProp, "true") == 0);
270 UBool AMBIGUOUS_DST_DECESSION[] = {FALSE, FALSE, FALSE, FALSE, TRUE, TRUE, FALSE, TRUE};
272 UBool AMBIGUOUS_NEGATIVE_SHIFT[] = {TRUE, TRUE, FALSE, FALSE, TRUE, TRUE, TRUE, TRUE}
    [all...]

Completed in 599 milliseconds

1 2 3 4 56 7 8 91011>>