Searched defs:found (Results 276 - 300 of 447) sorted by relevance

<<1112131415161718

/external/jetty/lib/
H A Dslf4j-jdk14-1.6.1.jar ... .logging.LogRecord record StackTraceElement[] steArray int selfIndex int found public void log (org.slf4j.Marker, java. ...
/external/libusb/libusb/os/
H A Dlinux_usbfs.c161 int found = 0; local
172 found = 1;
177 return found;
193 usbi_dbg("found usbfs at %s", ret);
259 usbi_dbg("found usb devices in sysfs");
952 usbi_dbg("busnum not found, cannot relate sysfs to usbfs, "
1688 usbi_dbg("URB not found --> assuming ready to be reaped");
/external/libvncserver/x11vnc/
H A Duser.c2425 int found = 0, len = strlen(create_display_extra); local
2443 found = 1;
2452 if (!found) {
2454 fprintf(stderr, "The program \"%s\" could not be found in PATH and standard locations.\n", prog);
2644 unixpw_msg("No DISPLAY found.", 3);
2784 unixpw_msg("No DISPLAY found.", 3);
/external/libvpx/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
668 int found = 0, i; local
675 found = 1;
680 if (!found)
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_bitstream.c5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
8 * be found in the AUTHORS file in the root of the source tree.
989 int found = 0; local
994 found = cm->width == cfg->y_crop_width &&
997 // Set "found" to 0 for temporal svc and for spatial svc key frame
1001 found = 0;
1003 vp9_wb_write_bit(wb, found);
1004 if (found) {
1009 if (!found) {
[all...]
/external/lldb/source/Expression/
H A DClangASTSource.cpp104 // Using directives found in this context.
196 log->Printf(" CTD[%u] Type could not be completed in the module in which it was first found.", current_id);
198 bool found = false; local
216 i != e && !found;
233 ti != te && !found;
254 found = true;
272 ti != te && !found;
293 found = true;
693 log->Printf(" CAS::FEVD[%u] Matching type found for \"%s\": %s",
747 log->Printf(" CAS::FEVD[%u] Matching type found fo
1210 bool found = false; local
[all...]
/external/llvm/lib/TableGen/
H A DRecord.cpp1197 std::string::size_type found; local
1200 found = Val.find(LHSs->getValue(), idx);
1201 if (found != std::string::npos) {
1202 Val.replace(found, LHSs->getValue().size(), MHSs->getValue());
1204 idx = found + MHSs->getValue().size();
1205 } while (found != std::string::npos);
1739 PrintFatalError(getLoc(), "Invalid value is found when setting '"
1767 assert(RV && "Template argument record not found??");
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_ureg.c673 boolean found = FALSE; local
675 for (j = 0; j < nr2 && !found; j++) {
678 found = TRUE;
682 if (!found) {
/external/mesa3d/src/glsl/
H A Dlinker.cpp85 : name(name), found(false)
95 found = true;
113 found = true;
124 found = true;
134 return found;
139 bool found; /**< Was a write to the variable found? */ member in class:find_assignment_visitor
149 : name(name), found(false)
157 this->found = true;
166 return this->found;
171 bool found; /**< Was a write to the variable found? */ member in class:find_deref_visitor
[all...]
/external/mesa3d/src/mesa/program/
H A Dir_to_mesa.cpp2418 const bool found = local
2421 assert(found);
2423 if (!found)
2484 const bool found = local
2486 assert(found);
2488 if (!found)
/external/mksh/src/
H A Dmisc.c895 bool notp, found = false; local
932 found = true;
935 return ((found != notp) ? p+2 : NULL);
1536 * either found the target and successfully resolved it,
1537 * or found its parent directory and may create it
2129 * escape sequence was found
/external/opencv/cv/src/
H A Dcvcalibinit.cpp207 int found = 0; local
272 // Try our standard "1" dilation, but if the pattern is not found, iterate the whole procedure with higher dilations.
280 if (found) break; // already found it
284 //Pattern was not found using binarization
417 continue; // haven't found inner quads
442 found = 1;
464 if( found )
465 found = icvCheckBoardMonotony( out_corners, pattern_size );
467 if( found
687 int found = 0; local
[all...]
H A Dcvfundam.cpp203 bool found = getSubset( m1, m2, ms1, ms2, modelPoints ); local
204 if( !found )
302 bool found = getSubset( m1, m2, ms1, ms2, 300 ); local
303 if( !found )
655 that can be found at http://www-sop.inria.fr/robotvis/personnel/zzhang/zzhang-eng.html */
/external/opencv/cvaux/src/
H A Dcvvecfacetracking.cpp517 int found = ChoiceTrackingFace3(pFaceTracker, nElements, big_face, new_face, new_energy); local
521 if (found)
565 found = TRUE;
574 if (found)
603 found = FALSE;
605 if (found)
610 return found;
667 int found = FALSE; local
693 found = TRUE;
701 if (found)
726 int found = FALSE; local
[all...]
/external/openfst/src/include/fst/
H A Dreplace.h613 // Set error if found; return FST impl properties.
1349 bool found = false; local
1355 found = true;
1359 found = current_matcher_->Find(kNoLabel) || final_arc_ || found;
1362 found = current_matcher_->Find(label_);
1364 return found;
/external/openssh/
H A Dsshconnect2.c1190 * 1. agent keys that are found in the config file
1200 int agent_fd, i, r, found; local
1227 found = 0;
1235 found = 1;
1239 /* If IdentitiesOnly set and key not found then don't use it */
1240 if (!found && options.identities_only) {
1257 found = 0;
1267 found = 1;
1271 if (!found && !options.identities_only) {
/external/pdfium/core/src/fpdfapi/fpdf_font/
H A Dfpdf_font.cpp3 // found in the LICENSE file.
1102 _GlyphNameMap* found = (_GlyphNameMap*)FXSYS_bsearch(pStrAdobe, g_GlyphNameSubsts, local
1105 if (found) {
1106 return found->m_pStrUnicode;
H A Dfpdf_font_cid.cpp3 // found in the LICENSE file.
445 void* found = FXSYS_bsearch(&charcode, m_pAddMapping + 4, *(FX_DWORD*)m_pAddMapping, 8, compareCID); local
446 if (found == NULL) {
452 return (FX_WORD)(((FX_DWORD*)found)[1] % 65536 + charcode - * (FX_DWORD*)found);
/external/pdfium/core/src/fxge/ge/
H A Dfx_ge_fontmap.cpp3 // found in the LICENSE file.
284 _AltFontName* found = (_AltFontName*)FXSYS_bsearch(name.c_str(), g_AltFontNames, local
286 if (found == NULL) {
289 name = g_Base14FontNames[found->m_Index];
290 return found->m_Index;
816 _AltFontFamily* found = (_AltFontFamily*)FXSYS_bsearch(fontName.c_str(), g_AltFontFamilies, local
818 if (found == NULL) {
821 return found->m_pFontFamily;
/external/pdfium/core/src/fxge/win32/
H A Dfx_win32_device.cpp3 // found in the LICENSE file.
217 _FontNameMap* found = (_FontNameMap*)FXSYS_bsearch(name.c_str(), pFontnameMap, local
219 if (found == NULL) {
222 name = found->m_pSubFontName;
/external/ppp/pppd/
H A Dsys-solaris.c284 * get_first_ethernet - returns the first Ethernet interface name found in
285 * the system, or NULL if none is found
296 int fd, num_ifs, i, found; local
344 found = 0;
364 found = 1;
370 if (found) {
378 * get_first_ethernet - returns the first Ethernet interface name found in
379 * the system, or NULL if none is found
389 int fd, num_ifs, i, found; local
430 found
[all...]
/external/selinux/libsemanage/src/
H A Dsemanage_store.c1059 semanage_list_t *found = NULL; local
1093 found = semanage_list_find(list, all_modinfos[i].name);
1094 if (found == NULL) {
2381 /* If an escape character is found,
/external/skia/tests/
H A DPathOpsSkpClipTest.cpp5 * found in the LICENSE file.
730 SortByName* found = sorted[0][idx]; local
731 (void) addError(state, *found);
/external/v8/src/
H A Dassembler.cc849 Object* found = isolate->FindCodeObject(addr); local
850 CHECK(found->IsCode());
851 CHECK(code->address() == HeapObject::cast(found)->address());
/external/v8/src/compiler/
H A Dregister-allocator.cc3 // found in the LICENSE file.
1359 bool found = false; local
1361 found = true;
1383 DCHECK(!found);

Completed in 743 milliseconds

<<1112131415161718