Searched defs:found (Results 51 - 75 of 447) sorted by relevance

1234567891011>>

/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/libunwind/src/dwarf/
H A DGfind_unwind_table.c56 Debug(1, "DT_PLTGOT not found in dynamic header\n");
188 Debug(1, "PT_LOAD section not found.\n");
196 bool found = false; local
210 found = get_eh_frame_info(ei, eh_frame_phdr_offset, load_base, &edi->di_cache);
211 if (found) {
232 found = true;
236 return found;
259 int i, ret, found = 0; local
431 found = 1;
444 found
[all...]
/external/linux-tools-perf/src/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:__anon12524::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/openssh/
H A Dssh-keysign.c174 int r, key_fd[NUM_KEYTYPES], i, found, version = 2, fd; local
216 for (i = found = 0; i < NUM_KEYTYPES; i++) {
218 found = 1;
220 if (found == 0)
229 found = 0;
241 found = 1;
244 if (!found)
245 fatal("no hostkey found");
268 found = 0;
272 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/skia/experimental/PdfViewer/
H A DSkTracker.h5 * found in the LICENSE file.
108 if (found(x, y)) {
121 if (found(x, y)) {
198 inline bool found(int x, int y) { function in class:SkTracker
/external/skia/samplecode/
H A DSampleAnimator.cpp6 * found in the LICENSE file.
75 const SkDOMNode* found = find_nodeID(dom, child, name); local
76 if (found) {
77 return found;
/external/skia/src/animator/
H A DSkDisplayList.cpp6 * found in the LICENSE file.
54 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
58 return SearchForMatch(match, list, parent, found, grandList);
72 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) {
73 *found = NULL;
82 if (apply->scope->isGroup() && SearchGroupForMatch(apply->scope, match, list, parent, found, grandList, index))
93 if (draw->isGroup() && SearchGroupForMatch(draw, match, list, parent, found, grandList, index))
101 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) {
106 int groupIndex = group->findGroup(match, list, parent, found, grandList);
108 *found
53 findGroup(SkADrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) argument
71 SearchForMatch(SkADrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList) argument
100 SearchGroupForMatch(SkADrawable* draw, SkADrawable* match, SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList, int &index) argument
[all...]
/external/skia/tests/
H A DPathOpsQuadLineIntersectionThreadedTest.cpp5 * found in the LICENSE file.
55 bool found = false; local
62 found = true;
65 REPORTER_ASSERT(reporter, found);
/external/sqlite/android/
H A DOldPhoneNumberUtils.cpp90 bool found; local
92 found = false;
97 if (c == '0' && !found) {
98 found = true;
104 return found;
/external/toybox/lib/
H A Dpassword.c112 int ret = -1, found = 0; local
158 found = 1;
180 if (!found && entry) fprintf(newfp, "%s\n", entry);
/external/tremolo/Tremolo/
H A Dtreminfo.c76 int found = 0; local
85 if(count == found)
89 found++;
/external/boringssl/src/crypto/asn1/
H A Da_strnid.c10 * apply to all code found in this distribution, be it the RC4, RSA,
195 int found; local
204 found = sk_ASN1_STRING_TABLE_find(stable, &idx, &fnd);
205 if (!found) return NULL;
/external/boringssl/src/crypto/bn/
H A Dprime.c10 * apply to all code found in this distribution, be it the RC4, RSA,
358 int found = 0; local
443 found = 1;
451 return found;
/external/drm_hwcomposer/
H A Ddrmresources.cpp503 bool found = false; local
504 for (int i = 0; !found && (size_t)i < props->count_props; ++i) {
508 found = true;
514 return found ? 0 : -ENOENT;

Completed in 1664 milliseconds

1234567891011>>