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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/server/
peer_channel.cc 201 size_t found = args.find(kPeerId); local
202 if (found == std::string::npos)
205 int id = atoi(&args[found + ARRAYSIZE(kPeerId) - 1]);
228 size_t found;
231 found = path.find(kTargetPeerIdParam, args);
232 if (found == std::string::npos)
234 if (found == (args + 1) || path[found - 1] == '&') {
235 found += ARRAYSIZE(kTargetPeerIdParam) - 1;
238 args = found + ARRAYSIZE(kTargetPeerIdParam) - 1
    [all...]
  /external/elfutils/src/
ar.c 161 /* Make sure the message catalog can be found. */
425 not_found (int argc, char *argv[argc], bool found[argc])
428 if (!found[i])
454 bool found[argc]; local
455 memset (found, '\0', sizeof (found));
520 && !found[(char **) res->data - argv])
521 found[(char **) res->data - argv] = do_extract = true;
812 not_found (argc, argv, found);
901 bool *found = alloca (sizeof (bool) * argc) local
1089 struct armem **found = alloca (sizeof (*found) * argc); 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/chrome/browser/resources/net_internals/
timelineviewpainter.js 3 // found in the LICENSE file.
  /external/chromium/chrome/browser/resources/shared/css/
tree.css.js 3 // found in the LICENSE file.
  /external/chromium/chrome/common/deprecated/
event_sys-inl.h 3 // found in the LICENSE file.
135 typename Listeners::iterator found = listeners_.find(listener); local
136 if (found == listeners_.end()) {
140 DCHECK(found->second) << "Attempted to add the same listener twice.";
141 found->second = false; // Not dead yet.
152 typename Listeners::iterator found = listeners_.find(listener); local
153 if (found != listeners_.end()) {
154 found->second = true; // Mark as dead.
155 wait = (found->first == current_listener_callback_ &&
  /external/chromium-trace/trace-viewer/src/cc/
picture_view_test_data.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/resources/apps_debugger/
background.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/file_manager/foreground/js/
error_counter.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/google_now/
utility_test_util.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
remote_change_handler.cc 3 // found in the LICENSE file.
98 PathToChangeMap::iterator found = path_to_change->find(normalized_path); local
101 if (found != path_to_change->end())
102 changes_.erase(found->second.position_in_queue);
134 OriginToChangesMap::iterator found = origin_to_changes_map_.find(origin); local
135 if (found == origin_to_changes_map_.end())
137 for (PathToChangeMap::iterator itr = found->second.begin();
138 itr != found->second.end(); ++itr)
140 origin_to_changes_map_.erase(found);
  /external/chromium_org/chrome/browser/sync_file_system/
fake_remote_change_processor.cc 3 // found in the LICENSE file.
42 URLToFileChangesMap::iterator found = applied_changes_.find(url); local
43 if (found != applied_changes_.end()) {
44 DCHECK(!found->second.empty());
45 const FileChange& applied_change = found->second.back();
146 URLToFileChangesMap::const_iterator found = expected_changes.find(url); local
147 if (found == expected_changes.end()) {
148 EXPECT_TRUE(found != expected_changes.end())
154 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.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/browserAction/set_page_color/
popup.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/downloads/download_manager/
icons.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/common/extensions/docs/examples/api/infobars/sandwichbar/
contentscript.js 3 // found in the LICENSE file.
infobar.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome/test/functional/ispy/client/
wait_on_ajax.js 3 // found in the LICENSE file.
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
cf-activex-externs.js 3 // found in the LICENSE file.
  /external/chromium_org/content/renderer/dom_storage/
dom_storage_cached_area.cc 3 // found in the LICENSE file.
228 std::map<base::string16, int>::iterator found = local
230 DCHECK(found != ignore_key_mutations_.end());
231 if (--found->second == 0)
232 ignore_key_mutations_.erase(found);
238 std::map<base::string16, int>::iterator found = local
240 DCHECK(found != ignore_key_mutations_.end());
241 if (--found->second == 0)
242 ignore_key_mutations_.erase(found);

Completed in 1791 milliseconds

1 2 3 4 5 6 7 8 91011>>