Searched defs:found (Results 151 - 175 of 862) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Ddevice_info_linux.cc5 * 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.
95 bool found = false; local
103 found = true;
112 if (!found)
167 bool found = false; local
197 found = true;
206 found = true;
214 if (!found)
[all...]
/external/chromium_org/tools/gn/
H A Dargs.cc3 // found in the LICENSE file.
102 Scope::KeyValueMap::const_iterator found = local
104 if (found == all_overrides_.end())
106 return &found->second;
H A Dinput_file_manager.cc3 // found in the LICENSE file.
112 InputFileMap::const_iterator found = input_files_.find(file_name); local
113 if (found == input_files_.end()) {
126 InputFileData* data = found->second;
165 InputFileMap::iterator found = input_files_.find(file_name); local
166 if (found == input_files_.end()) {
177 data = found->second;
H A Dloader_unittest.cc3 // found in the LICENSE file.
104 CannedResponseMap::const_iterator found = local
106 if (found == canned_responses_.end())
109 pending_[i].second.Run(found->second->root.get());
/external/chromium_org/ui/chromeos/network/
H A Dnetwork_list.cc3 // found in the LICENSE file.
55 std::map<views::View*, std::string>::const_iterator found = local
57 if (found == network_map_.end())
59 *service_path = found->second;
232 ServicePathMap::const_iterator found = local
234 if (found == service_path_map_.end()) {
239 container = found->second;
/external/e2fsprogs/ext2ed/
H A Dinode_com.c372 int found=0; local
382 while (!found && group_num>=0 && group_num<file_system_info.groups_count) {
385 found=1;
391 if (!found)
/external/eigen/unsupported/test/
H A Dpolynomialsolver.cpp52 cerr << "Roots found: " << roots.transpose() << endl;
104 // 1) the roots found are correct
120 bool found = false; local
121 for( size_t j=0; j<calc_realRoots.size()&& !found; ++j )
124 found = true; }
126 VERIFY( found );
/external/elfutils/0.153/libdw/
H A Dfde.c26 found in the source code files (the "Approved Interfaces"). The files
244 struct dwarf_fde **found = tfind (&fde_key, &cache->fde_tree, &compare_fde); local
245 if (found != NULL)
246 return *found;
308 /* We found no FDE covering this address. */
/external/elfutils/0.153/libdwfl/
H A Dcu.c26 found in the source code files (the "Approved Interfaces"). The files
194 struct dwfl_cu **found = tsearch (&key, &mod->lazy_cu_root, &compare_cukey); local
195 if (unlikely (found == NULL))
198 if (*found == &key || *found == NULL)
204 *found = (void *) -1l;
211 *found = NULL;
240 *found = cu;
244 *result = *found;
/external/freetype/src/autofit/
H A Dhbshim.c255 FT_Bool found = 0; local
278 found = 1;
285 if ( !found )
287 FT_TRACE4(( " no blue characters found; style skipped\n" ));
/external/harfbuzz_ng/src/
H A Dhb-ot-map.cc202 hb_bool_t found = false; local
209 found = true;
212 found |= hb_ot_layout_language_find_feature (face,
219 if (!found && !(info->flags & F_HAS_FALLBACK))
244 map->needs_fallback = !found;
/external/icu/icu4c/source/common/
H A Duarrsort.c67 UBool found=FALSE; local
82 * (where found will never become TRUE in the insertion sort)
85 found=TRUE;
98 found=TRUE;
104 return found ? (start-1) : ~start;
/external/icu/icu4c/source/test/intltest/
H A Dwindttst.cpp81 UBool found = FALSE; local
87 if (found = uprv_getWindowsTimeZoneInfo(&tzi, equiv.getBuffer(), equiv.length())) {
92 if (! found) {
/external/icu/icu4c/source/test/letest/
H A Dcmaps.cpp59 le_bool found = FALSE; local
65 for (i = 0; i < nSubtables && !found; i += 1) {
77 found = TRUE;
91 for (i = 0; i < nSubtables && !found; i += 1) {
107 found = TRUE;
120 if (found)
/external/icu/icu4c/source/test/perf/leperf/
H A Dcmaps.cpp59 le_bool found = FALSE; local
65 for (i = 0; i < nSubtables && !found; i += 1) {
77 found = TRUE;
91 for (i = 0; i < nSubtables && !found; i += 1) {
107 found = TRUE;
120 if (found)
/external/ipsec-tools/src/racoon/
H A Dadmin.c294 "phase 1 for %s -> %s not found\n", loc, rem);
311 int found = 0, len = com->ac_len - sizeof(com); local
322 found = purgeph1bylogin(user);
324 "deleted %d SA for user \"%s\"\n", found, user);
418 "no configuration found "
/external/libnfc-nxp/src/
H A DphFriNfc_NdefReg.c167 uint8_t found=0;/* to check for the node present or not */ local
187 found=1;/* if the node is present */
217 if(!found )
324 From iana.org, it has never been found any registered media type
526 From iana.org, it has never been found any registered media type
567 /* we have found a matching TNF */
605 /* If the match is already found for the UNCHANGED_TNF,
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dcgroup.c16 int found = 0; local
37 found = 1;
43 if (found)
47 if (!found)
115 goto found;
122 found:
H A Dprobe-finder.h59 /* Callback when a probe point is found */
105 int found; member in struct:line_finder
/external/lzma/CPP/Windows/
H A DFileFind.cpp303 bool CEnumerator::Next(CFileInfo &fi, bool &found) argument
307 found = true;
310 found = false;
334 bool CEnumeratorW::Next(CFileInfoW &fi, bool &found) argument
338 found = true;
341 found = false;
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer.c71 bool found = false; local
77 found = true;
81 if (found) {
/external/mesa3d/src/glsl/
H A Dopt_tree_grafting.cpp92 bool found; member in struct:__anon27686::find_deref_info
102 info->found = true;
111 info.found = false;
115 return info.found;
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_vs.c317 bool found = false; local
341 found |= key_debug("GL_FIXED rescaling",
346 found |= key_debug("user clip flags",
349 found |= key_debug("user clipping planes as push constants",
353 found |= key_debug("clip distance enable",
355 found |= key_debug("clip plane enable bitfield",
358 found |= key_debug("copy edgeflag",
360 found |= key_debug("PointCoord replace",
362 found |= key_debug("vertex color clamping",
365 found |
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_cmaps/
H A Dfpdf_cmaps.cpp3 // found in the LICENSE file.
84 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&charcode, pMap->m_pDWordMap, pMap->m_DWordCount, 8, compareDWordRange); local
85 if (found) {
86 return found[3] + (FX_WORD)charcode - found[1];
89 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&charcode, pMap->m_pDWordMap, pMap->m_DWordCount, 6, compareDWordSingle); local
90 if (found) {
91 return found[2];
107 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&code, pMap->m_pWordMap, pMap->m_WordCount, 4, compareWord); local
108 if (found) {
112 FX_WORD* found = (FX_WORD*)FXSYS_bsearch(&code, pMap->m_pWordMap, pMap->m_WordCount, 6, compareWordRange); local
[all...]
/external/qemu/android/
H A Dmain-common.c118 int found = 0; local
129 found = 1;
134 if (found)
305 D( "found Android build root: %s", android_build_root );
306 D( "found Android build out: %s", android_build_out );
320 "directory could not be found.\n\n"

Completed in 3650 milliseconds

1234567891011>>