HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 176 - 200 of 2575) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/valgrind/memcheck/tests/
varinfo4.stderr.exp 1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
15 Uninitialised byte(s) found during client check request
varinfo5.stderr.exp 1 Uninitialised byte(s) found during client check request
12 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
28 Uninitialised byte(s) found during client check request
36 Uninitialised byte(s) found during client check request
44 Uninitialised byte(s) found during client check request
52 Uninitialised byte(s) found during client check request
61 Uninitialised byte(s) found during client check request
70 Uninitialised byte(s) found during client check request
79 Uninitialised byte(s) found during client check reques
    [all...]
  /external/webrtc/src/common_audio/resampler/
Android.mk 4 # 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/webrtc/src/common_audio/vad/
Android.mk 4 # 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/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
Android.mk 4 # 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/webrtc/src/modules/audio_coding/codecs/isac/main/source/
Android.mk 4 # 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/webrtc/src/modules/audio_processing/aec/
Android.mk 4 # 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/webrtc/src/modules/audio_processing/agc/
Android.mk 4 # 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/webrtc/src/modules/audio_processing/utility/
Android.mk 4 # 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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
platform_altivec.asm 5 ; 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.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_ports/
emms.asm 5 ; 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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTemplates.java 78 String found = actionST.render(); local
82 assertEquals(expecting, found);
115 String found = actionST.render(); local
119 assertEquals(expecting, found);
153 String found = actionST.render(); local
157 assertEquals(expecting, found);
188 String found = actionST.render(); local
192 assertEquals(expecting, found);
224 String found = actionST.render(); local
228 assertEquals(expecting, found);
259 String found = actionST.render(); local
    [all...]
  /external/ipsec-tools/src/racoon/
throttle.c 98 int found = 0; local
118 found = 1;
128 if (!found) {
  /external/javassist/src/main/javassist/
ClassMap.java 133 Object found = super.get(jvmClassName); local
134 if (found == null && parent != null)
137 return found;
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/
BmsgTokenizer.java 74 boolean found = false;
90 found = true;
92 } while (!found);
  /frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/
BmsgTokenizer.java 74 boolean found = false;
90 found = true;
92 } while (!found);
  /external/elfutils/src/tests/
get-aranges.c 65 Dwarf_Arange *found; local
67 found = dwarf_getarange_addr (aranges, testaddr[i]);
68 if (found != NULL)
72 if (dwarf_getarangeinfo (found, NULL, NULL, &cu_offset) != 0)
  /hardware/libhardware/
hardware.c 171 goto found;
181 goto found;
185 /* Nothing found, try the default */
187 goto found;
192 found:
  /external/v8/test/mjsunit/harmony/
array-find.js 77 var found = a.find(function(val, key, obj) { variable
90 assertEquals(undefined, found);
100 var found = a.find(function() { variable
106 assertEquals(undefined, found);
119 var found = Array.prototype.find.call(a, function(val, key, obj) { variable
132 assertEquals(undefined, found);
134 found = Array.prototype.find.apply(a, [function(val, key, obj) {
147 assertEquals("a", found);
168 var found = Array.prototype.find.call(a, function(val, key, obj) {
181 assertEquals(undefined, found);
190 var found = a.find(function(val) { a.push(val); return false; }); variable
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/unit/
WifiClientTest.java 126 boolean found = false;
129 found = true;
132 assertTrue(found);
140 found = false;
143 found = true;
147 assertFalse(found);
221 boolean found = false;
224 found = true;
227 assertTrue(found);
  /external/elfutils/src/src/
ar.c 155 /* Make sure the message catalog can be found. */
434 not_found (int argc, char *argv[argc], bool found[argc])
437 if (!found[i])
463 bool found[argc]; local
464 memset (found, '\0', sizeof (found));
542 && !found[(char **) res->data - argv])
543 found[(char **) res->data - argv] = do_extract = true;
832 not_found (argc, argv, found);
921 bool *found = alloca (sizeof (bool) * argc) local
1109 struct armem **found = alloca (sizeof (*found) * argc); local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/locale/
LanguageTag.java 218 boolean found = false;
222 found = true;
228 return found;
236 boolean found = false;
243 found = true;
257 return found;
265 boolean found = false;
269 found = true;
275 return found;
283 boolean found = false
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm.c 365 bool found = false; local
368 found |= key_debug("EXT_texture_swizzle or DEPTH_TEXTURE_MODE",
371 found |= key_debug("GL_CLAMP enabled on any texture unit's 1st coordinate",
373 found |= key_debug("GL_CLAMP enabled on any texture unit's 2nd coordinate",
375 found |= key_debug("GL_CLAMP enabled on any texture unit's 3rd coordinate",
377 found |= key_debug("GL_MESA_ycbcr texturing\n",
379 found |= key_debug("GL_MESA_ycbcr UV swapping\n",
382 return found;
392 bool found = false; local
415 found |= key_debug("alphatest, computed depth, depth test, or depth write"
    [all...]
  /build/core/combo/arch/arm/
armv5te.mk 6 # and a better solution should be found in the future.
armv7-a.mk 8 # and a better solution should be found in the future.

Completed in 1490 milliseconds

1 2 3 4 5 6 78 91011>>