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

<<21222324252627282930>>

  /dalvik/dx/src/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 86 * Returns whether this item is a candidate for interning. The only
90 * @return {@code true} if this is an interning candidate, or
  /external/chromium/chrome/browser/
favicon_helper.h 211 // Return the current candidate if any.
249 // The current candidate's index in urls_.
  /external/chromium_org/base/process/
process_metrics.h 317 // Checks whether the candidate string is a valid disk name, [sh]d[a-z]+
320 BASE_EXPORT bool IsValidDiskName(const std::string& candidate);
  /external/chromium_org/chrome/browser/favicon/
favicon_handler.h 240 // Return the current candidate if any.
289 // Current favicon candidate.
favicon_handler.cc 267 // No current candidate, use this.
274 // Compare against current candidate.
415 // No more icons to request, set the favicon from the candidate.
420 // Reset candidate.
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 71 // When considering a candidate URL to be prerendered, we need to collect the
89 // and a set of candidate URLs.
528 // Only consider a candidate next page for prerendering if it was viewed
665 DictionaryValue* candidate; local
668 candidate = new DictionaryValue();
669 candidate->SetString("url", info->candidate_urls_[i].url.spec());
670 candidates->Append(candidate);
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
mediasession.cc 251 uint32 candidate; local
253 candidate = talk_base::CreateRandomNonZeroId();
254 } while (GetStreamBySsrc(params_vec, candidate, NULL) ||
255 std::count(ssrcs->begin(), ssrcs->end(), candidate) > 0);
256 ssrcs->push_back(candidate);
269 uint32 candidate = talk_base::CreateRandomNonZeroId() % kMaxSctpSid; local
270 if (!GetStreamBySsrc(params_vec, candidate, NULL)) {
271 *sid = candidate;
    [all...]
  /external/chromium_org/v8/src/
hashmap.h 187 // p is the candidate entry to clear. q is used to scan forwards.
208 // found. There is now a new candidate entry for clearing.
  /external/clang/test/SemaCXX/
functional-cast.cpp 14 struct NoValueInit { // expected-note 2 {{candidate constructor (the implicit copy constructor)}}
15 NoValueInit(int i, int j); // expected-note 2 {{candidate constructor}}
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 261 "1:8: Candidate 1: Incorrect type for arg 1. "
263 "1:8: Candidate 2: Incorrect type for arg 1. "
  /external/dexmaker/src/dx/java/com/android/dx/dex/file/
AnnotationsDirectoryItem.java 87 * Returns whether this item is a candidate for interning. The only
91 * @return {@code true} if this is an interning candidate, or
  /external/guava/guava-tests/test/com/google/common/math/
MathTesting.java 148 // First of all add all the integer candidate values.
181 // First of all add all the long candidate values.
  /external/llvm/lib/Analysis/IPA/
InlineCost.cpp 175 /// \brief Lookup the SROA-candidate argument and cost iterator which V maps to.
176 /// Returns false if V does not map to a SROA-candidate.
191 /// \brief Disable SROA for the candidate marked by this cost iterator.
193 /// This marks the candidate as no longer viable for SROA, and adds the cost
204 /// \brief If 'V' maps to a SROA candidate, disable SROA for it.
212 /// \brief Accumulate the given cost for a particular SROA candidate.
219 /// \brief Helper for the common pattern of handling a SROA candidate.
221 /// SROA for the candidate.
    [all...]
  /external/llvm/lib/CodeGen/
MachineCopyPropagation.cpp 198 // Copy is now a candidate for deletion.
254 // If 'Reg' is defined by a copy, the copy is no longer a candidate
TargetRegisterInfo.cpp 237 // Is RC a better candidate than BestRC?
246 // Bail early if we reached MinSize. We won't find a better candidate.
  /external/v8/src/
hashmap.h 173 // p is the candidate entry to clear. q is used to scan forwards.
194 // found. There is now a new candidate entry for clearing.
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 539 NJ_CHAR candidate[ NJ_MAX_LEN + NJ_TERM_LEN ]; local
541 if( njx_get_candidate( &( work->wnnClass ), &( work->result ), candidate, sizeof( NJ_CHAR ) * ( NJ_MAX_RESULT_LEN + NJ_TERM_LEN ) ) >= 0 &&
542 convertNjCharToString( env, &str, candidate, NJ_MAX_RESULT_LEN ) >= 0 ) {
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnn.java 48 /** Candidate view */
60 /** Auto hide candidate view */
  /frameworks/base/services/java/com/android/server/content/
SyncManager.java 2295 final SyncOperation candidate = operations.get(i); local
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp     [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 412 * There's no obvious candidate, so pick the first
419 int candidate = successors.get(i); local
420 if (Bits.get(workSet, candidate)) {
421 label = candidate;
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 418 * There's no obvious candidate, so pick the first
425 int candidate = successors.get(i); local
426 if (Bits.get(workSet, candidate)) {
427 label = candidate;
  /external/ceres-solver/scripts/
ceres-solver.spec 3 # Release candidate versions are messy. Give them a release of
  /external/chromium/base/debug/
stack_trace_posix.cc 84 // Try to demangle the mangled symbol candidate.
  /external/chromium_org/chrome/browser/ui/webui/options/
settings_format_browsertest.js 101 * @param {!Element} element The candidate element.

Completed in 999 milliseconds

<<21222324252627282930>>