HomeSort by relevance Sort by last modified time
    Searched refs:found (Results 226 - 250 of 3222) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/hwcplus/src/
hardware.c 190 goto found;
200 goto found;
204 /* Nothing found, try the default */
206 goto found;
211 found:
  /external/chromium_org/third_party/libsrtp/srtp/
install-win.bat 13 echo %destdir% not found
19 echo "%%d not found: are you in the right directory?"
  /external/chromium_org/ppapi/proxy/
host_dispatcher.cc 3 // 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/
resource_tracker.cc 3 // 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->second->resources.erase(pp_resource)
    [all...]
  /external/chromium_org/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...]
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 206 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 + ARRAYSIZE(kTargetPeerIdParam) - 1
    [all...]
  /external/elfutils/0.153/src/
ar.c 162 /* Make sure the message catalog can be found. */
441 not_found (int argc, char *argv[argc], bool found[argc])
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 = alloca (sizeof (bool) * argc) local
1116 struct armem **found = alloca (sizeof (*found) * argc); local
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
local_file_change_tracker.cc 3 // 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/
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...]
  /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.
  /external/chromium-trace/trace-viewer/src/cc/
picture_view_test_data.js 3 // found in the LICENSE file.
  /external/chromium_org/android_webview/tools/WebViewTelemetryShell/
Android.mk 3 # found in the LICENSE file.
  /external/chromium_org/chrome/browser/prefs/
browser_ui_prefs_migrator.cc 3 // found in the LICENSE file.
61 bool found = browser_dict->Remove(*it, &single_app_placement_dict); local
62 DCHECK(found);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
externs.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/extensions/searchvox/
constants.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/chromeos/wallpaper_manager/js/
main.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
closeable.js 3 // found in the LICENSE file.
errorcodes.js 3 // found in the LICENSE file.
messagetypes.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/gaia_auth/
success.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/password_manager_internals/
password_manager_internals.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 3 // found in the LICENSE file.
43 URLToFileChangesMap::iterator found = applied_changes_.find(url); local
44 if (found != applied_changes_.end()) {
45 DCHECK(!found->second.empty());
46 const FileChange& applied_change = found->second.back();
147 URLToFileChangesMap::const_iterator found = expected_changes.find(url); local
148 if (found == expected_changes.end()) {
149 EXPECT_TRUE(found != expected_changes.end())
155 const std::vector<FileChange>& expected = found->second;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_icon_path/
background.js 3 // found in the LICENSE file.

Completed in 808 milliseconds

1 2 3 4 5 6 7 8 91011>>