HomeSort by relevance Sort by last modified time
    Searched refs:TRUE (Results 201 - 225 of 3726) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/icu/source/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/icu4c/i18n/
regexst.cpp 150 fUnescapeCharSet(UnicodeString(TRUE, gUnescapeCharPattern, -1), *status),
160 fPropSets[URX_ISWORD_SET] = new UnicodeSet(UnicodeString(TRUE, gIsWordPattern, -1), *status);
161 fPropSets[URX_ISSPACE_SET] = new UnicodeSet(UnicodeString(TRUE, gIsSpacePattern, -1), *status);
162 fPropSets[URX_GC_EXTEND] = new UnicodeSet(UnicodeString(TRUE, gGC_ExtendPattern, -1), *status);
163 fPropSets[URX_GC_CONTROL] = new UnicodeSet(UnicodeString(TRUE, gGC_ControlPattern, -1), *status);
164 fPropSets[URX_GC_L] = new UnicodeSet(UnicodeString(TRUE, gGC_LPattern, -1), *status);
165 fPropSets[URX_GC_V] = new UnicodeSet(UnicodeString(TRUE, gGC_VPattern, -1), *status);
166 fPropSets[URX_GC_T] = new UnicodeSet(UnicodeString(TRUE, gGC_TPattern, -1), *status);
167 fPropSets[URX_GC_LV] = new UnicodeSet(UnicodeString(TRUE, gGC_LVPattern, -1), *status);
168 fPropSets[URX_GC_LVT] = new UnicodeSet(UnicodeString(TRUE, gGC_LVTPattern, -1), *status)
    [all...]
rematch.cpp 108 fInputUniStrMaybeMutable = TRUE;
210 fAnchoringBounds = TRUE;
500 bailOut = TRUE;
504 bailOut = TRUE;
621 fHitEnd = TRUE;
633 fHitEnd = TRUE;
648 fHitEnd = TRUE;
670 return TRUE;
673 fHitEnd = TRUE;
720 return TRUE;
    [all...]
  /external/bluetooth/bluedroid/stack/l2cap/
l2c_int.h 156 #if L2CAP_CORRUPT_ERTM_PKTS == TRUE
161 BOOLEAN in_use; /* TRUE if test in progress */
164 BOOLEAN is_rx; /* TRUE if incoming packets */
170 BOOLEAN in_use; /* TRUE if test in progress */
180 #endif /* L2CAP_CORRUPT_ERTM_PKTS == TRUE */
191 BOOLEAN remote_busy; /* TRUE if peer has flowed us off */
192 BOOLEAN local_busy; /* TRUE if we have flowed off the peer */
210 #if (L2CAP_ERTM_STATS == TRUE)
237 #if L2CAP_CORRUPT_ERTM_PKTS == TRUE
247 #if (L2CAP_UCD_INCLUDED == TRUE)
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h 32 #if RFCOMM_INCLUDED == TRUE
38 #if (BLE_INCLUDED == TRUE)
40 #if (SMP_INCLUDED == TRUE)
77 ? TRUE : FALSE)
102 BOOLEAN link_up_issued; /* True if busy_level link up has been issued */
122 #if BLE_INCLUDED == TRUE
191 #if BLE_INCLUDED == TRUE
198 #if BTM_BLE_CONFORMANCE_TESTING == TRUE
206 #if BLE_INCLUDED == TRUE
246 #if BTM_USE_INQ_RESULTS_FILTER == TRUE
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
regextst.cpp 255 // The expected results are UBool - TRUE or FALSE.
270 UBool retVal = TRUE;
333 UBool retVal = TRUE;
352 return TRUE; // not a failure of the Regex engine
493 REGEX_TESTLM("st(abc)ring", "stabcring thing", TRUE, FALSE);
494 REGEX_TESTLM("st(abc)ring", "stabcring", TRUE, TRUE);
500 REGEX_TESTLM("st(abc)*ring", "string", TRUE, TRUE);
501 REGEX_TESTLM("st(abc)*ring", "stabcring", TRUE, TRUE)
    [all...]
  /external/icu4c/test/intltest/
regextst.cpp 352 // The expected results are UBool - TRUE or FALSE.
367 UBool retVal = TRUE;
430 UBool retVal = TRUE;
449 return TRUE; // not a failure of the Regex engine
595 REGEX_TESTLM("st(abc)ring", "stabcring thing", TRUE, FALSE);
596 REGEX_TESTLM("st(abc)ring", "stabcring", TRUE, TRUE);
602 REGEX_TESTLM("st(abc)*ring", "string", TRUE, TRUE);
603 REGEX_TESTLM("st(abc)*ring", "stabcring", TRUE, TRUE)
    [all...]
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 146 apply_edits_(true),
178 TRUE, TRUE, 0);
202 TRUE, TRUE, 0);
208 gtk_box_pack_start(GTK_BOX(content), top, TRUE, TRUE, 0);
209 gtk_box_pack_start(GTK_BOX(content), table, TRUE, TRUE, 0);
210 gtk_box_pack_start(GTK_BOX(content), bottom, TRUE, TRUE, 0)
    [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/bluedroid/stack/gap/
gap_ble.c 20 #if (defined BLE_INCLUDED && BLE_INCLUDED == TRUE)
142 p_clcb->in_use = TRUE;
144 p_clcb->connected = TRUE;
170 p_clcb->in_use = TRUE;
172 p_clcb->connected = TRUE;
263 started = TRUE;
290 is_long == TRUE)
365 return TRUE;
443 ignore = TRUE;
449 ignore = TRUE;
    [all...]
  /external/chromium_org/base/win/
object_watcher_unittest.cc 43 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
64 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
84 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL);
110 HANDLE event = CreateEvent(NULL, TRUE, TRUE, NULL);
126 HANDLE event = CreateEvent(NULL, TRUE, FALSE, NULL); // not signaled
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state_derived.c 78 texCoords[find_mapping(fs, unit)] = TRUE;
83 colors[fs->info.input_semantic_index[i]] = TRUE;
90 texCoords[find_mapping(fs, unit)] = TRUE;
91 needW = TRUE;
95 fog = TRUE;
98 face = TRUE;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_draw.c 55 svga->state.sw.in_swtnl_draw = TRUE;
61 svga->swtnl.new_vbuf = TRUE;
162 draw_set_driver_clipping(svga->swtnl.draw, TRUE, TRUE, TRUE);
164 return TRUE;
  /external/harfbuzz_ng/test/api/
test-buffer.c 418 { "abcde", -1, 5, TRUE },
419 { "abcde", 3, 3, TRUE },
420 { "abcde", 5, 5, TRUE },
422 { "\xc2\xa9\xc2\xa9\xc2\xa9", -1, 6, TRUE },
424 { "\xc2\xa9\xc2\xa9\xc2\xa9", 2, 2, TRUE },
426 { "\xc2\xa9\xc2\xa9\xc2\xa9", 4, 4, TRUE },
428 { "\xc2\xa9\xc2\xa9\xc2\xa9", 6, 6, TRUE },
430 { "\xe2\x89\xa0\xe2\x89\xa0", -1, 6, TRUE },
433 { "\xe2\x89\xa0\xe2\x89\xa0", 3, 3, TRUE },
436 { "\xe2\x89\xa0\xe2\x89\xa0", 6, 6, TRUE },
    [all...]
  /external/icu4c/tools/icuinfo/
icuinfo.cpp 55 icuInitted = TRUE;
245 didSomething=TRUE;
249 didSomething = TRUE;
254 didSomething = TRUE;
267 didSomething = TRUE;
272 didSomething = TRUE;
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 78 texCoords[find_mapping(fs, unit)] = TRUE;
83 colors[fs->info.input_semantic_index[i]] = TRUE;
90 texCoords[find_mapping(fs, unit)] = TRUE;
91 needW = TRUE;
95 fog = TRUE;
98 face = TRUE;
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_draw.c 55 svga->state.sw.in_swtnl_draw = TRUE;
61 svga->swtnl.new_vbuf = TRUE;
162 draw_set_driver_clipping(svga->swtnl.draw, TRUE, TRUE, TRUE);
164 return TRUE;
  /external/wpa_supplicant_8/src/eap_peer/
eap_vendor_test.c 75 ret->ignore = TRUE;
82 ret->ignore = TRUE;
89 ret->ignore = TRUE;
96 ret->ignore = TRUE;
106 ret->ignore = TRUE;
117 ret->allowNotifications = TRUE;
  /frameworks/av/drm/libdrmframework/plugins/forward-lock/internal-format/common/
FwdLockGlue.c 29 #define TRUE 1
51 int result = TRUE;
82 isInitialized = TRUE;
91 isInitialized = TRUE;
123 return TRUE;
164 result = TRUE;
  /external/chromium_org/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/libnfc-nci/src/nfa/dm/
nfa_dm_act.c 38 #if (defined (NFA_CHO_INCLUDED) && (NFA_CHO_INCLUDED==TRUE))
42 #if (NFC_NFCEE_INCLUDED == TRUE)
47 #if (defined (NFA_SNEP_INCLUDED) && (NFA_SNEP_INCLUDED==TRUE))
255 #if (BT_TRACE_VERBOSE == TRUE)
342 #if (NFC_NFCEE_INCLUDED == TRUE)
429 ** Returns TRUE (message buffer to be freed by caller)
459 return (TRUE);
468 ** Returns TRUE (message buffer to be freed by caller)
510 return (TRUE);
551 ** Returns TRUE (message buffer to be freed by caller
    [all...]
  /external/apache-xml/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);
  /external/chromium_org/remoting/host/
continue_window_gtk.cc 53 gtk_window_set_urgency_hint(GTK_WINDOW(continue_window_), TRUE);
86 gtk_window_set_keep_above(GTK_WINDOW(continue_window_), TRUE);
96 gtk_label_set_line_wrap(GTK_LABEL(text_label), TRUE);

Completed in 565 milliseconds

1 2 3 4 5 6 7 891011>>