Searched defs:found (Results 251 - 275 of 862) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.cc348 WIN32_FIND_DATAA found; // that final A is for Ansi (as opposed to Unicode) local
349 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
353 const char *fname = found.cFileName;
360 } while (FindNextFileA(hFind, &found) != FALSE); // A is for Ansi
/external/chromium_org/third_party/tcmalloc/vendor/src/windows/
H A Dport.cc279 WIN32_FIND_DATAA found; // that final A is for Ansi (as opposed to Unicode) local
280 HANDLE hFind = FindFirstFileA(full_glob, &found); // A is for Ansi
284 const char *fname = found.cFileName;
291 } while (FindNextFileA(hFind, &found) != FALSE); // A is for Ansi
/external/chromium_org/third_party/webrtc/base/
H A Dwin32toolhelp_unittest.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.
258 bool found = false; local
261 found = true;
265 EXPECT_TRUE(found);
268 found = false;
271 found = true;
275 EXPECT_TRUE(found);
/external/chromium_org/third_party/webrtc/examples/android/media_demo/jni/
H A Dvoice_engine_jni.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.
12 // The native functions are found using jni's auto discovery.
31 // Macro for native functions that can be found by way of jni-auto discovery.
110 ChannelTransports::iterator found = channel_transports_.find(channel); local
111 if (found == channel_transports_.end()) {
114 return found->second;
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_packet_history.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.
167 bool found = FindSeqNum(sequence_number, &index); local
168 if (!found) {
193 bool found = FindSeqNum(sequence_number, &index); local
194 if (!found) {
270 // We did not found a match, search all.
280 // We found a match.
/external/chromium_org/third_party/webrtc/modules/video_capture/linux/
H A Dvideo_capture_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.
76 bool found = false; local
96 found = true;
104 if (!found)
106 WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, _id, "no matching device found");
196 "no supporting video formats found");
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/listfmts/nasm/
H A Dnasm-listfmt.c170 int found = 0; local
175 found = 1;
180 if (!found) {
181 /* not found, add to list*/
/external/chromium_org/tools/gn/
H A Dbuilder.cc3 // found in the LICENSE file.
21 // was found in the dependecy graph. This is used to see if a given node
28 // Return false means no cycle was found.
39 std::vector<const BuilderRecord*>::iterator found = local
41 if (found != path->end()) {
42 // This item is already in the set, we found the cycle. Everything before
44 path->erase(path->begin(), found);
159 RecordMap::iterator found = records_.find(label); local
160 if (found == records_.end())
162 return found
[all...]
H A Dunique_vector.h3 // found in the LICENSE file.
172 // (size_t)(-1) if it's not found.
175 typename HashSet::const_iterator found = set_.find(ref); local
176 if (found == set_.end())
178 return found->index();
/external/chromium_org/v8/src/
H A Dcontexts.cc3 // found in the LICENSE file.
158 PrintF("=> found property in context object %p\n",
187 PrintF("=> found local in context slot %d (mode = %d)\n",
240 PrintF("=> found intermediate function in context slot %d\n",
256 PrintF("=> found in catch context\n");
274 PrintF("=> no property/slot found\n");
292 bool found = false; local
296 found = true;
301 CHECK(found);
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc124 char* found = strstr(str.start(), s2); local
125 return found != NULL ? s1 + (found - str.start()) : NULL;
/external/e2fsprogs/ext2ed/
H A Ddir_com.c196 5. If the required entry is found, we dispatch a remember command to insert the current inode (remember that
262 if (status==FOUND) { /* If found */
308 wprintw (command_win,"Error - Directory entry %s not found.\n",dir_name); /* Hmm, an invalid path somewhere */
317 Returns FOUND if found, or CONTINUE if not found.
369 internal_error ("dir_com","type_dir___entry","According to our gathered data, we should have found this entry");
547 int found=0; local
568 while (descriptor_ptr!=NULL && !found) {
570 found=1;
594 int found local
[all...]
H A Dfile_com.c399 int found=0; local
420 while (descriptor_ptr!=NULL && !found) {
422 found=1;
H A Dgeneral_com.c363 int i,len, found=0; local
393 for (i=0;i<current_type->fields_num && !found;i++) {
395 found=1;
418 if (found)
421 wprintw (command_win,"Error - Variable %s not found\n",variable);
496 short found=0; local
512 while (descriptor_ptr!=NULL && !found) {
514 found=1;
518 if (found) {
/external/e2fsprogs/lib/blkid/
H A Dtag.c65 * first such tag is returned, otherwise return only exact tag if found.
116 printf(" found cache tag head %s\n", type));
406 int c, ret, found; local
453 found = blkid_dev_has_tag(dev, search_type, search_value);
456 found ? "FOUND" : "NOT FOUND");
457 return(!found);
/external/eigen/bench/spbench/
H A Dspbenchsolver.h545 int idx = 1, found=false; local
546 while (idx<argc && !found){
548 found = true;
553 return found;
/external/eigen/unsupported/Eigen/src/SparseExtra/
H A DMatrixMarketIterator.h207 size_t found = m_matname.find("SPD"); local
208 if( (found!=std::string::npos) && (m_sym != NonSymmetric) )
/external/elfutils/0.153/libdw/
H A Ddwarf_getlocation.c27 found in the source code files (the "Approved Interfaces"). The files
139 struct loc_block_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
140 if (unlikely (found == NULL))
146 return_block->length = (*found)->length;
147 return_block->data = (*found)->data;
177 struct loc_s **found = tfind (&fake, &attr->cu->locs, loc_compare); local
179 if (found == NULL)
201 found = tsearch (newp, &attr->cu->locs, loc_compare);
204 assert ((*found)->nloc == 1);
208 *llbuf = (*found)
225 struct loc_s **found = tfind (&fake, cache, loc_compare); local
[all...]
/external/fio/
H A Dblktrace.c116 int found = 0; local
136 found = lookup_device(td, full_path, maj, min);
137 if (found) {
156 found = 1;
163 found = 1;
169 return found;
493 log_err("fio: found no ios in blktrace data\n");
/external/icu/icu4c/source/test/cintltst/
H A Duregiontest.c524 UBool found = FALSE; local
528 found = TRUE;
532 if ( !found ) {
/external/icu/icu4c/source/test/intltest/
H A Dregiontst.cpp615 UBool found = FALSE; local
619 found = TRUE;
623 if ( !found ) {
/external/iptables/extensions/
H A Dlibxt_sctp.c130 DEBUGP("Previous match found\n");
163 int found = 0; local
182 found = 0;
194 found = 1;
197 if (!found)
/external/libedit/src/
H A Dcommon.c710 bool_t found = 0; local
749 found++;
756 if (!found) {
758 (void) fprintf(el->el_errfile, "not found\n");
778 bool_t found = 0; local
804 found = h;
808 if (!found) { /* is it the current history number? */
811 (void) fprintf(el->el_errfile, "not found\n");
816 el->el_history.eventno = found;
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_main.c555 BOOLEAN found = FALSE; local
569 while ((count < num_nfcee) && (!found))
575 found = TRUE;
592 if (!found)
/external/libsepol/tests/
H A Dtest-common.c32 int found; local
36 fprintf(stderr, "symbol %s not found in table %d\n", id, sym_type);
47 found = 0;
50 found++;
52 CU_ASSERT(found == 1);
188 unsigned int i, j, new, found = 0; local
197 printf("role %s can't be found! \n", id);
206 found++;
216 CU_ASSERT(found == len);
217 if (found !
229 int j, new, found = 0; local
[all...]

Completed in 5781 milliseconds

<<11121314151617181920>>