Searched refs:found (Results 176 - 200 of 1709) sorted by relevance

1234567891011>>

/external/webrtc/src/modules/audio_processing/agc/
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/webrtc/src/modules/audio_processing/utility/
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/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestTemplates.java78 String found = actionST.render();
82 assertEquals(expecting, found);
115 String found = actionST.render();
119 assertEquals(expecting, found);
153 String found = actionST.render();
157 assertEquals(expecting, found);
188 String found = actionST.render();
192 assertEquals(expecting, found);
224 String found = actionST.render();
228 assertEquals(expecting, found);
[all...]
/external/chromium_org/chrome/browser/ui/
H A Dhung_plugin_tab_helper.cc3 // found in the LICENSE file.
303 PluginStateMap::iterator found = hung_plugins_.find(plugin_child_id);
304 if (found != hung_plugins_.end()) {
307 if (found->second->infobar)
308 infobar_service->RemoveInfoBar(found->second->infobar);
309 hung_plugins_.erase(found);
387 PluginStateMap::iterator found = hung_plugins_.find(child_id); local
388 DCHECK(found != hung_plugins_.end());
393 CloseBar(found->second.get());
399 PluginStateMap::iterator found local
[all...]
/external/chromium_org/chrome/installer/mini_installer/
H A Dmini_string_test.cc3 // found in the LICENSE file.
73 const wchar_t* found = str.findi(kTestStringFind); local
74 EXPECT_NE(static_cast<const wchar_t*>(NULL), found); local
75 std::wstring check(found, arraysize(kTestStringFind) - 1);
/external/chromium_org/content/browser/android/java/
H A Djni_helper.cc3 // found in the LICENSE file.
61 bool found = false; local
70 found = true;
75 if (found) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_script_cache_map.cc3 // found in the LICENSE file.
26 ResourceIDMap::const_iterator found = resource_ids_.find(url); local
27 if (found == resource_ids_.end())
29 return found->second;
/external/chromium_org/content/public/browser/
H A Dnotification_registrar.cc3 // found in the LICENSE file.
62 RecordVector::iterator found = std::find( local
64 DCHECK(found != registered_.end());
66 registered_.erase(found);
/external/chromium_org/courgette/
H A Ddisassembler_elf_32_x86_unittest.cc3 // found in the LICENSE file.
66 bool found = false; local
72 found = true;
76 EXPECT_TRUE(!found);
/external/chromium_org/ppapi/generators/
H A Didl_propertynode.py4 # found in the LICENSE file.
32 # Check locally for the property, and return it if found.
41 # Otherwise, it can not be found.
73 found = node.GetProperty(name)
74 if found != val:
75 ErrOut.Log('Got property %s expecting %s' % (found, val))
/external/ipsec-tools/src/racoon/
H A Dthrottle.c98 int found = 0; local
118 found = 1;
128 if (!found) {
/external/javassist/src/main/javassist/
H A DClassMap.java133 Object found = super.get(jvmClassName);
134 if (found == null && parent != null)
137 return found;
/external/chromium_org/media/base/android/java/src/org/chromium/media/
H A DUsbMidiDeviceFactoryAndroid.java3 // found in the LICENSE file.
94 boolean found = false;
95 for (int i = 0; i < device.getInterfaceCount() && !found; ++i) {
99 found = true;
102 if (found) {
108 // No USB-MIDI devices are found.
/external/chromium_org/ppapi/proxy/
H A Dhost_dispatcher.cc3 // found in the LICENSE file.
33 ModuleToDispatcherMap::const_iterator found = local
35 if (found == g_module_to_dispatcher->end()) {
41 if (!found->second->Send(new PpapiMsg_ReserveInstanceId(instance, &usable)))
104 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find(
106 if (found == g_instance_to_dispatcher->end())
108 return found->second;
123 InstanceToDispatcherMap::iterator found = g_instance_to_dispatcher->find(
125 if (found != g_instance_to_dispatcher->end())
126 g_instance_to_dispatcher->erase(found);
[all...]
/external/chromium_org/ppapi/shared_impl/
H A Dresource_tracker.cc3 // found in the LICENSE file.
167 InstanceMap::const_iterator found = instance_map_.find(instance); local
168 if (found == instance_map_.end())
170 return static_cast<int>(found->second->resources.size());
195 InstanceMap::iterator found = instance_map_.find(object->pp_instance()); local
196 if (found == instance_map_.end()) {
206 found->second->resources.insert(new_id);
216 InstanceMap::iterator found = instance_map_.find(object->pp_instance()); local
217 if (found != instance_map_.end())
218 found
[all...]
/external/chromium_org/third_party/hwcplus/src/
H A Dhardware.c190 goto found;
200 goto found;
204 /* Nothing found, try the default */
206 goto found;
211 found:
/external/chromium_org/third_party/libsrtp/srtp/
H A Dinstall-win.bat13 echo %destdir% not found
19 echo "%%d not found: are you in the right directory?"
/external/wpa_supplicant_8/hostapd/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
/external/wpa_supplicant_8/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dtrace.c117 bfd_boolean found; member in struct:bfd_data
130 if (data->found)
144 data->found = bfd_find_nearest_line(abfd, section, syms,
164 data.found = FALSE;
167 if (!data.found)
190 data.found = bfd_find_inliner_info(abfd, &data.filename,
192 } while (data.found);
205 data.found = FALSE;
208 if (!data.found)
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
H A Dpeer_channel.cc206 size_t found = args.find(kPeerId); local
207 if (found == std::string::npos)
210 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);
233 size_t found;
236 found = path.find(kTargetPeerIdParam, args);
237 if (found == std::string::npos)
239 if (found == (args + 1) || path[found - 1] == '&') {
240 found += ARRAYSIZE(kTargetPeerIdParam) - 1;
243 args = found
[all...]
/external/elfutils/0.153/src/
H A Dar.c162 /* Make sure the message catalog can be found. */
441 not_found (int argc, char *argv[argc], bool found[argc]) argument
444 if (!found[i])
470 bool found[argc]; local
471 memset (found, '\0', sizeof (found));
549 && !found[(char **) res->data - argv])
550 found[(char **) res->data - argv] = do_extract = true;
839 not_found (argc, argv, found);
928 bool *found local
1116 struct armem **found = alloca (sizeof (*found) * argc); local
[all...]
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dlocal_file_change_tracker.cc3 // found in the LICENSE file.
152 FileChangeMap::iterator found = changes_.find(url); local
153 if (found == changes_.end()) {
154 found = demoted_changes_.find(url);
155 if (found == demoted_changes_.end())
158 *changes = found->second.change_list;
166 FileChangeMap::iterator found = changes_.find(url); local
167 if (found == changes_.end())
169 change_seqs_.erase(found->second.change_seq);
170 changes_.erase(found);
184 FileChangeMap::iterator found = mirror_changes_.find(url); local
199 FileChangeMap::iterator found = mirror_changes_.find(url); local
220 FileChangeMap::iterator found = changes_.find(url); local
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c365 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 |
[all...]
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_wm.c365 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 |
[all...]

Completed in 1445 milliseconds

1234567891011>>