Searched refs:found (Results 276 - 300 of 1709) sorted by relevance

<<11121314151617181920>>

/external/qemu/android/camera/
H A Dcamera-capture-windows.c704 int inp_channel, found = 0; local
706 for (inp_channel = 0; inp_channel < 10 && found < max; inp_channel++) {
710 snprintf(name, sizeof(name), "%s%d", _default_window_name, found);
718 cis[found].frame_sizes = (CameraFrameDim*)malloc(sizeof(_emulate_dims));
719 if (cis[found].frame_sizes != NULL) {
721 sprintf(disp_name, "webcam%d", found);
722 cis[found].display_name = ASTRDUP(disp_name);
723 cis[found].device_name = ASTRDUP(name);
724 cis[found].direction = ASTRDUP("front");
725 cis[found]
[all...]
/external/valgrind/main/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/chromium_org/third_party/mesa/src/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/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/chromium_org/chrome/browser/google/
H A Dgoogle_brand_chromeos.cc3 // found in the LICENSE file.
70 const bool found = provider->GetMachineStatistic( local
72 if (found && !brand.empty()) {
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dnaclsdk.bat5 :: found in the LICENSE file.
/external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
H A Dnacl.scons4 # found in the LICENSE file.
/external/chromium_org/third_party/mesa/src/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/chromium_org/third_party/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp5 * found in the LICENSE file.
91 bool found = false; local
93 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
95 if (!found) {
99 REPORTER_ASSERT(reporter, found);
184 int found = -1;
199 if (found > 0) {
204 found = i3;
211 double cubicT = (found - 1 + liner[1][0]) / 1000.;
/external/chromium_org/ui/display/util/x11/
H A Dedid_parser_x11.cc3 // found in the LICENSE file.
118 bool found = ParseOutputOverscanFlag(edid, flag);
119 return found;
/external/chromium_org/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/chromium_org/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/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/skia/tests/
H A DPathOpsCubicQuadIntersectionTest.cpp5 * found in the LICENSE file.
91 bool found = false; local
93 found |= quadCubicTests[index].answers[idx2].approximatelyEqual(xy1);
95 if (!found) {
99 REPORTER_ASSERT(reporter, found);
184 int found = -1;
199 if (found > 0) {
204 found = i3;
211 double cubicT = (found - 1 + liner[1][0]) / 1000.;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c191 BOOLEAN found=FALSE; local
206 found = TRUE;
213 if (found)
216 BTIF_TRACE_DEBUG("%s found=%d channel_id=0x%08x",
217 __FUNCTION__, found, channel_id, *p_app_idx, *p_mcl_idx);
218 return found;
251 BTIF_TRACE_DEBUG("btif_hl_num_dchs: mcl handle found j =%d",j);
256 BTIF_TRACE_DEBUG("btif_hl_num_dchs_in_use:found x =%d",x);
374 BOOLEAN found=FALSE; local
383 found
571 BOOLEAN found = FALSE; local
1004 BOOLEAN found=FALSE; local
1048 BOOLEAN found=FALSE; local
1091 BOOLEAN found=FALSE; local
1130 BOOLEAN found=FALSE; local
1183 BOOLEAN found = FALSE; local
1253 BOOLEAN found =FALSE; local
1285 BOOLEAN found=FALSE; local
1423 BOOLEAN found = FALSE; local
1678 BOOLEAN found=FALSE; local
1709 BOOLEAN found=FALSE; local
1742 BOOLEAN found=FALSE; local
1781 BOOLEAN found=FALSE; local
1825 BOOLEAN found=FALSE; local
1859 BOOLEAN found=FALSE; local
1888 BOOLEAN found=FALSE; local
1963 BOOLEAN found=FALSE; local
1992 BOOLEAN found=FALSE; local
2025 BOOLEAN found=FALSE; local
2053 BOOLEAN found=FALSE; local
2079 BOOLEAN found = FALSE; local
4581 BOOLEAN found= FALSE; local
[all...]
/external/chromium_org/build/android/pylib/gtest/
H A Dtest_runner.py3 # found in the LICENSE file.
105 found = p.expect([re_run, re_passed, re_runner_fail],
107 if found == 1: # re_passed
109 elif found == 2: # re_runner_fail
113 found = p.expect([re_ok, re_fail, re_crash], timeout=self._timeout)
115 if found == 0: # re_ok
120 elif found == 2: # re_crash
/external/chromium_org/chrome/browser/history/
H A Dtop_sites_cache.cc3 // found in the LICENSE file.
49 std::map<GURL, Images>::const_iterator found = local
51 if (found != images_.end()) {
52 base::RefCountedMemory* data = found->second.thumbnail.get();
63 std::map<GURL, Images>::const_iterator found = local
65 if (found != images_.end()) {
66 *score = found->second.thumbnail_score;
101 // Search in [|it_lo|, |it_hi|) in reversed order. The first URL found that's
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapi_schema_graph.py3 # found in the LICENSE file.
13 some element was found and what annotation object was associated with it,
17 def __init__(self, found=None, annotation=None):
18 assert found is not None, 'LookupResult was given None value for |found|.'
19 self.found = found
139 returns the node availability if found, None otherwise.
197 logging.warning('No availability found for: %s' % self)
201 # If the parent node availability couldn't be found, somethin
[all...]
/external/chromium_org/net/dns/
H A Dmdns_cache.cc3 // found in the LICENSE file.
84 RecordMap::iterator found = mdns_cache_.find(key); local
85 if (found != mdns_cache_.end()) {
86 return found->second;
176 RecordMap::iterator found = mdns_cache_.find(key); local
178 if (found != mdns_cache_.end() && found->second == record) {
/external/chromium_org/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/chromium_org/third_party/bintrees/bintrees/
H A Drbtree.py22 # found that red black trees are best suited to largely random data that has
186 # Stop if found
212 found = None # Found item
226 # Save found node
228 found = node
255 # Replace and remove if found
256 if found is not None:
257 found.key = node.key
258 found.value = node.value
267 if not found
[all...]
/external/chromium_org/third_party/icu/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/chromium_org/third_party/icu/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)

Completed in 926 milliseconds

<<11121314151617181920>>