Searched refs:bFound (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
H A Dhelp_functions_ds.cc101 BOOL bFound = FALSE; local
112 bFound = (PinCategory == Category);
116 return bFound;
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dssearch.cpp756 UBool bFound; local
761 bFound = usearch_search(ussLong.getAlias(), 0, &start, &end, &status);
763 if (bFound) {
770 bFound = usearch_search(ussShort.getAlias(), 0, &start, &end, &status);
772 if (bFound) {
789 UBool bFound; local
801 bFound = usearch_search(ss.getAlias(), 0, &start, &end, &status);
803 if (bFound) {
/external/icu/icu4c/source/test/intltest/
H A Dssearch.cpp753 UBool bFound; local
758 bFound = usearch_search(ussLong.getAlias(), 0, &start, &end, &status);
760 if (bFound) {
767 bFound = usearch_search(ussShort.getAlias(), 0, &start, &end, &status);
769 if (bFound) {
786 UBool bFound; local
798 bFound = usearch_search(ss.getAlias(), 0, &start, &end, &status);
800 if (bFound) {
/external/srec/tools/grxmlcompile/
H A Dgrxmldoc.cpp1227 bool bFound; local
1231 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp);
1232 if(bFound)
1239 bFound = m_OutputPtxtLabels.getValue(strIndex, &tmp);
1240 if(bFound)
/external/pdfium/core/src/fpdfapi/fpdf_edit/
H A Dfpdf_edit_doc.cpp741 FX_BOOL bFound = FALSE; local
751 bFound = TRUE;
755 if (!bFound && IsHasCharSet(languages, charSets)) {
762 bFound = TRUE;
766 if (!bFound && IsHasCharSet(languages, charSets)) {
772 bFound = TRUE;
776 if (!bFound && IsHasCharSet(languages, charSets)) {
/external/sqlite/dist/orig/
H A Dsqlite3.c129718 int bFound = 0; /* True once an index has been found */ local
142154 int bFound = 0; /* True if *pRowid really is in the table */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c129738 int bFound = 0; /* True once an index has been found */ local
142186 int bFound = 0; /* True if *pRowid really is in the table */ local
[all...]

Completed in 719 milliseconds