Searched refs:found (Results 126 - 150 of 1709) sorted by relevance

1234567891011>>

/external/chromium_org/content/renderer/pepper/
H A Dhost_globals.cc3 // found in the LICENSE file.
110 InstanceMap::iterator found = instance_map_.find(instance); local
111 if (found == instance_map_.end())
113 return found->second->module()->GetCallbackTracker().get();
220 ModuleMap::iterator found = module_map_.find(module); local
221 if (found == module_map_.end()) {
225 module_map_.erase(found);
231 ModuleMap::iterator found = module_map_.find(module); local
232 if (found == module_map_.end())
234 return found
272 InstanceMap::iterator found = instance_map_.find(instance); local
[all...]
/external/chromium_org/ppapi/host/
H A Dppapi_host.cc3 // found in the LICENSE file.
252 PendingHostResourceMap::iterator found = local
254 if (found == pending_resource_hosts_.end()) {
259 found->second->SetPPResourceForPendingHost(pp_resource);
260 resources_[pp_resource] = found->second;
261 pending_resource_hosts_.erase(found);
265 ResourceMap::iterator found = resources_.find(resource); local
266 if (found == resources_.end()) {
275 linked_ptr<ResourceHost> delete_at_end_of_scope(found->second);
276 resources_.erase(found);
280 ResourceMap::const_iterator found = resources_.find(resource); local
[all...]
/external/chromium_org/ppapi/proxy/
H A Dflash_font_file_resource.cc3 // found in the LICENSE file.
68 FontTableMap::const_iterator found = font_tables_.find(table); local
69 if (found == font_tables_.end())
71 return found->second.get();
H A Dplugin_resource_tracker.cc3 // found in the LICENSE file.
29 HostResourceMap::const_iterator found = host_resource_map_.find(resource); local
30 if (found == host_resource_map_.end())
32 return found->second;
/external/chromium_org/testing/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DSelectRuleFeatureSet.cpp75 bool found = false; local
82 found = true;
86 if (!found) {
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/chromium_org/third_party/opus/src/tests/
H A Drun_vectors.sh52 echo Test vectors found in $VECTOR_PATH
54 echo No test vectors found
61 echo ERROR: Compare program not found: $OPUS_COMPARE
68 echo ERROR: Decoder not found: $OPUS_DEMO
82 echo Bitstream file not found: testvector$file.bit
111 echo Bitstream file not found: testvector$file
/external/chromium_org/third_party/skia/src/animator/
H A DSkDisplayList.h5 * found in the LICENSE file.
37 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
51 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList);
53 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dtype_profiler_map.cc3 // found in the LICENSE file.
106 const ObjectInfo* found = g_type_profiler_map->Find(address); local
107 if (found == NULL)
109 return found->type;
/external/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/javassist/sample/evolve/
H A DVersionManager.java38 Object found = versionNo.get(qualifiedClassname);
39 if (found == null)
42 version = ((Integer)found).intValue() + 1;
/external/libmtp/examples/
H A Demptyfolders.c32 int found = 0; local
37 found = 1;
43 if(found == 0) { // no files claim this as a parent
100 printf("No folders found\n");
/external/libopus/tests/
H A Drun_vectors.sh52 echo Test vectors found in $VECTOR_PATH
54 echo No test vectors found
61 echo ERROR: Compare program not found: $OPUS_COMPARE
68 echo ERROR: Decoder not found: $OPUS_DEMO
82 echo Bitstream file not found: testvector$file.bit
111 echo Bitstream file not found: testvector$file
/external/llvm/utils/unittest/googletest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/mesa3d/src/gtest/src/
H A Dgtest-typed-test.cc70 bool found = false; local
75 found = true;
80 if (found) {
84 << " can be found in this test case.\n";
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
H A DUndeclaredThrowableTransformer.java31 boolean found = false;
36 found = true;
40 if (!found)
/external/mockito/src/org/mockito/internal/verification/
H A DAtMost.java36 List<Invocation> found = finder.findInvocations(invocations, wanted);
37 int foundSize = found.size();
42 invocationMarker.markVerified(found, wanted);
/external/protobuf/gtest/src/
H A Dgtest-typed-test.cc58 bool found = false; local
63 found = true;
68 if (found) {
72 << " can be found in this test case.\n";
/external/skia/src/animator/
H A DSkDisplayList.h5 * found in the LICENSE file.
37 SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList);
51 SkGroup** parent, SkGroup** found, SkTDDrawableArray**grandList);
53 SkTDDrawableArray** list, SkGroup** parent, SkGroup** found, SkTDDrawableArray** grandList,
/external/valgrind/main/memcheck/tests/
H A Dvarinfo1.stderr.exp1 Uninitialised byte(s) found during client check request
8 Uninitialised byte(s) found during client check request
14 Uninitialised byte(s) found during client check request
20 Uninitialised byte(s) found during client check request
26 Uninitialised byte(s) found during client check request
32 Uninitialised byte(s) found during client check request
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
H A Dcomment.js19 var found = str.search(nonWS);
20 return found == -1 ? 0 : found;
121 var found = line.indexOf(lineString);
122 if (found > -1 && !/comment/.test(self.getTokenTypeAt(Pos(i, found + 1)))) found = -1;
123 if (found == -1 && (i != end || i == start) && nonWS.test(line)) break lineComment;
124 if (found > -1 && nonWS.test(line.slice(0, found))) brea
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_unittest.cc3 // found in the LICENSE file.
224 bool found = false; local
231 found = cache->FindResponseForRequest(GURL("http://blah/miss"),
235 EXPECT_FALSE(found);
237 found = cache->FindResponseForRequest(kForeignExplicitEntryUrl,
241 EXPECT_TRUE(found);
248 found = cache->FindResponseForRequest(kManifestUrl,
252 EXPECT_TRUE(found);
259 found = cache->FindResponseForRequest(kInOnlineNamespaceUrl,
263 EXPECT_TRUE(found);
380 bool found = false; local
451 bool found = false; local
519 bool found = false; local
[all...]
/external/antlr/antlr-3.4/runtime/Python/unittests/
H A Dtesttree.py29 found = self.toNodesOnlyString(stream)
30 self.failUnlessEqual(expecting, found)
33 found = str(stream)
34 self.failUnlessEqual(expecting, found)
78 found = self.toNodesOnlyString(stream)
79 self.failUnlessEqual(expecting, found)
82 found = str(stream)
83 self.failUnlessEqual(expecting, found)
101 found = self.toNodesOnlyString(stream)
102 self.failUnlessEqual(expecting, found)
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dapp_yaml_helper.py3 # found in the LICENSE file.
44 raise ValueError('No versions found for %s in %s' % (
47 raise ValueError('Inconsistent versions found for %s in %s: %s' % (
113 found = None
117 found = get_app_yaml_revision(next_file_system)
119 if found == 0:
125 if found is None:
127 return found

Completed in 334 milliseconds

1234567891011>>