HomeSort by relevance Sort by last modified time
    Searched full:candidate (Results 826 - 850 of 1480) sorted by null

<<31323334353637383940>>

  /external/chromium_org/chrome/browser/profiles/
profile_manager.cc 514 Profile* candidate = iter->second->profile.get(); local
515 if (candidate == profile ||
516 (candidate->HasOffTheRecordProfile() &&
517 candidate->GetOffTheRecordProfile() == profile)) {
    [all...]
  /external/chromium_org/chrome/browser/sync/sessions2/
sessions_sync_manager.h 340 // stale and a candidate for garbage collection.
  /external/chromium_org/chrome/browser/ui/views/extensions/
extension_message_bubble_view.cc 123 break; // Found a good candidate.
  /external/chromium_org/components/url_matcher/
url_matcher.h 106 // "|/index.html" in the string and see that this candidate URL actually has
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_manager_android.cc 185 // candidate
  /external/chromium_org/courgette/
adjustment_method_2.cc 38 (symbol) U,V,... in A2 has a set of candidates from A1, each candidate with a
42 assignment is. We pick the variable with the most clear-cut candidate, make the
108 difference above the next candidate (X:=C) and this is also the largest
249 // AssignmentCandidates is a priority queue of candidate assignments to
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertTextCommand.cpp 171 // Insert the character at the leftmost candidate.
  /external/chromium_org/third_party/WebKit/public/web/
WebWidget.h 197 // Called to notify that IME candidate window has changed its visibility or
  /external/chromium_org/third_party/freetype/src/psnames/
psmodule.c 267 /* mark this extra glyph as a candidate for the cmap */
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
constants.cc 161 const char LN_CANDIDATE[] = "candidate";
session.cc 309 // Verify each candidate before passing down to transport layer.
315 *error = "Candidate has unknown component: " + cand->ToString() +
764 LOG(LS_INFO) << "Candidate gathering is complete.";
    [all...]
  /external/chromium_org/tools/find_runtime_symbols/
prepare_symbol_info.py 109 # TODO(dmikurube): Find another candidate for output_dir_path.
  /external/chromium_org/v8/src/
contexts.cc 285 // enqueued as a code flushing candidate and we remove it now.
  /external/clang/test/SemaCXX/
nested-name-spec.cpp 180 struct a { }; // expected-note{{candidate constructor (the implicit copy constructor)}}
  /external/clang/test/SemaObjCXX/
arc-type-conversion.mm 4 void * cvt(id arg) // expected-note{{candidate function not viable: cannot convert argument of incomplete type 'void *' to '__strong id'}}
  /external/dropbear/libtommath/etc/
pprime.c 59 r += 2; /* next candidate */
  /external/freetype/src/psnames/
psmodule.c 267 /* mark this extra glyph as a candidate for the cmap */
  /external/guava/guava-tests/test/com/google/common/collect/
ComputingConcurrentHashMapTest.java 242 // TODO(user): May be a good candidate to play with the MultithreadedTestCase
  /external/icu4c/samples/ufortune/resources/
root.txt 125 "A candidate is a person who gets money from the rich and votes from the
  /external/iputils/ninfod/
ninfod_addrs.c 183 * the candidate subject interface.
  /external/llvm/lib/CodeGen/
MachineBlockPlacement.cpp 295 // predecessor to the worklist as a viable candidate for CFG-neutral
423 /// This looks through the provided worklist as a list of candidate basic
434 // Once we need to walk the worklist looking for a candidate, cleanup the
713 // Without a candidate exiting block or with only a single block in the
    [all...]
  /external/llvm/lib/Target/X86/
X86FixupLEAs.cpp 236 DEBUG(dbgs() << "Candidate to replace:"; MBI->dump(););
  /external/opencv/cv/src/
cvkdtree.cpp 204 // desc is m x d set of candidate points.
  /external/oprofile/libutil++/
op_bfd.h 102 * @param extra_images container where all extra candidate filenames
  /external/v8/src/arm/
assembler-arm-inl.h 158 // evacuation candidate.

Completed in 1407 milliseconds

<<31323334353637383940>>