Searched refs:found (Results 151 - 175 of 961) sorted by relevance

1234567891011>>

/external/libopus/
H A Dcompile100 found=no
107 found=yes
112 found=yes
119 if test "$found" != yes; then
/external/libvncserver/
H A Dcompile100 found=no
107 found=yes
112 found=yes
119 if test "$found" != yes; then
/external/openssh/
H A Dauth2-pubkey.c340 Key *found; local
345 found = NULL;
348 if (found != NULL)
349 key_free(found);
350 found = key_new(key_is_cert(key) ? KEY_UNSPEC : key->type);
359 if (key_read(found, &cp) != 1) {
373 if (key_read(found, &cp) != 1) {
380 if (!key_equal(found, key->cert->signature_key))
387 if ((fp = sshkey_fingerprint(found,
390 debug("matching CA found
[all...]
H A Dauth-options.c438 int r, ret = -1, result, found; local
454 debug3("found certificate option \"%.100s\" len %zu",
456 found = 0;
460 found = 1;
464 found = 1;
468 found = 1;
471 found = 1;
474 found = 1;
477 if (!found && (which & OPTIONS_CRITICAL) != 0) {
492 found
[all...]
/external/valgrind/memcheck/tests/
H A Dvarinfo6.stderr.exp1 Uninitialised byte(s) found during client check request
13 Uninitialised byte(s) found during client check request
/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/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/lldb/test/benchmarks/disassembly/
H A DTestDoAttachThenDisassembly.py52 found = False
56 found = True
/external/mesa3d/src/glsl/
H A Dopt_constant_propagation.cpp161 acp_entry *found = NULL; local
178 found = entry;
183 if (!found)
190 if (found->initial_values & (1 << j))
196 data.f[i] = found->constant->value.f[rhs_channel];
199 data.i[i] = found->constant->value.i[rhs_channel];
202 data.u[i] = found->constant->value.u[rhs_channel];
205 data.b[i] = found->constant->value.b[rhs_channel];
/external/netperf/
H A Dnetcpu_kstat10.c106 "%s found an unexpected %s statistic %.16s\n",
124 int found=0; local
135 "found < 3" to the end conditions, but then we wouldn't
143 found++;
147 found++;
151 found++;
173 if (3 == found) {
195 /* the lookup failed or found the wrong type */
210 int found=0; local
223 "found < 1
[all...]
/external/v8/test/mjsunit/es6/
H A Dgenerators-debug-scopes.js3 // found in the LICENSE file.
105 var found = false;
106 for (var j = 0; j < response.refs.length && !found; j++) {
107 found = response.refs[j].handle == response.body.scopes[i].object.ref;
109 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
120 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
141 print('Names found in scope:');
167 var found = false;
168 for (var i = 0; i < response.refs.length && !found;
[all...]
/external/v8/test/mjsunit/harmony/
H A Ddebug-blockscopes.js116 var found = false;
117 for (var j = 0; j < response.refs.length && !found; j++) {
118 found = response.refs[j].handle == response.body.scopes[i].object.ref;
120 assertTrue(found, "Scope object " + response.body.scopes[i].object.ref + " not found");
132 print('property ' + p + ' not found in scope');
134 assertFalse(property_mirror.isUndefined(), 'property ' + p + ' not found in scope');
155 print('Names found in scope:');
181 var found = false;
182 for (var i = 0; i < response.refs.length && !found;
[all...]
/external/conscrypt/src/main/java/org/conscrypt/
H A DKeyManagerImpl.java156 ArrayList<String> found = new ArrayList<String>();
196 found.add(alias);
216 found.add(alias);
221 if (!found.isEmpty()) {
222 return found.toArray(new String[found.size()]);
/external/google-breakpad/src/testing/gtest/scripts/
H A Dpump.py174 # We found regex in lines
196 # We found a regex in line.
312 found = FindFirst(lines, TOKEN_TABLE, pos)
313 if not found:
317 if found.start == pos:
321 prev_token = MakeToken(lines, pos, found.start, 'code')
324 if found.token_type == '$var':
327 yield found
328 id_token = ParseToken(lines, found.end, ID_REGEX, 'id')
340 elif found
[all...]
/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/libvpx/libvpx/test/android/
H A DAndroid.mk4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
7 # be found in the AUTHORS file in the root of the source tree.
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Ddequantize_v6.asm5 ; 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.
/external/libvpx/libvpx/vp8/common/ppc/
H A Dcopy_altivec.asm5 ; 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.
/external/libvpx/libvpx/vp8/encoder/arm/neon/
H A Dvp8_memcpy_neon.asm5 ; 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.
/external/libvpx/libvpx/vp8/encoder/ppc/
H A Drdopt_altivec.asm5 ; 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.
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_mmx.asm5 ; 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.
/external/ppp/pppd/plugins/pppoatm/
H A Dans.c45 unsigned char *pos,*data,*found; local
74 found = NULL;
104 if (!found) {
105 found = data;
120 if (!found) return TRY_OTHER;
121 memcpy(((struct sockaddr_atmsvc *) result)->sas_addr.pub,found,
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowViewGroup.java33 View found = child.findViewById(id);
34 if (found != null) {
35 return found;
49 View found = child.findViewWithTag(obj);
50 if (found != null) {
51 return found;
/external/valgrind/gdbserver_tests/
H A Dmssnapshot.stderrB.exp6 v.info all_errors : show all errors found so far
7 v.info last_error : show last error found
9 v.info n_errs_found [msg] : show the nr of errors found so far and the given msg

Completed in 790 milliseconds

1234567891011>>