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

<<21222324252627282930>>

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnDictionaryImplJni.java 253 * Retrieve the candidate string from the current word information.
257 * @return The candidate string
363 * Set the candidate string to the current word information.
366 * @param candidate The candidate string
370 public static final native int setCandidate( long work, String candidate );
  /external/llvm/lib/CodeGen/
MachineScheduler.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java     [all...]
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
PinyinIME.java 111 * Balloon used when user presses a candidate.
116 * Used to notify the input method when the user touch a candidate.
835 // Get result candidate list, if choice_id < 0, do a new decoding.
836 // If choice_id >=0, select the candidate, and get the new candidate
    [all...]
  /external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java 851 * Appends message if the given name is similar to the candidate.
854 * @param name the (trimmed) name to be test against the candidate, not null
855 * @param candidate the candidate name (not null)
858 final String candidate) {
859 if (name.equals(candidate)) {
867 // then suggest the candidate adapter class name.
868 if (name.regionMatches(true, 0, candidate, 0, PKG_LEN + 5)) {
870 messageBuffer.append(candidate);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Position.cpp 579 // that map to the VisiblePosition between 'b' and the space. This function will return the left candidate
581 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
701 // that map to the VisiblePosition between 'b' and the space. This function will return the right candidate
704 // in boundary after the last candidate, where endsOfNodeAreVisuallyDistinctPositions(boundary).
1179 InlineTextBox* candidate = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnection_unittest.cc 433 const webrtc::IceCandidateInterface* /*candidate*/) {}
612 talk_base::scoped_ptr<webrtc::IceCandidateInterface> candidate(
614 EXPECT_TRUE(pc()->AddIceCandidate(candidate.get()));
617 virtual void OnIceCandidate(const webrtc::IceCandidateInterface* candidate) {
621 EXPECT_TRUE(candidate->ToString(&ice_sdp));
626 signaling_message_receiver()->ReceiveIceMessage(candidate->sdp_mid(),
627 candidate->sdp_mline_index(), ice_sdp);
    [all...]
  /external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc 623 " candidate: 'CANDIDATE_1',"
626 " candidate: 'CANDIDATE_2',"
630 " candidate: 'CANDIDATE_3',"
635 " candidate: 'CANDIDATE_4',"
714 // Candidate ID == 2 is 1 in index.
  /external/chromium_org/chrome/browser/history/
url_index_private_data.h 54 // must occur in the candidate history item's URL or page title for the item
59 // cursor (if set), occur within the candidate's URL or page title.
194 // A helper class which performs the final filter on each candidate
221 // candidate results set is too large.
389 // Used for unit testing only. Records the number of candidate history items
  /external/llvm/utils/release/
test-release.sh 11 # Download, build, and test the release candidate for an LLVM release.
45 echo " -rc NUM The pre-release candidate number."
46 echo " -final The final release candidate."
135 echo "error: no release candidate number specified"
190 echo "llvm $Release release candidate $RC doesn't exist!"
  /external/v8/src/arm/
code-stubs-arm.h 617 Register candidate = Register::FromAllocationIndex(i); local
618 if (candidate.is(r1)) continue;
619 if (candidate.is(r2)) continue;
620 if (candidate.is(r3)) continue;
621 return candidate;
    [all...]
  /external/v8/src/mips/
code-stubs-mips.h 618 Register candidate = Register::FromAllocationIndex(i); local
619 if (candidate.is(r1)) continue;
620 if (candidate.is(r2)) continue;
621 if (candidate.is(r3)) continue;
622 return candidate;
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
port_unittest.cc 94 static Candidate GetCandidate(Port* port) {
151 // Exposed for testing candidate building.
164 virtual Connection* CreateConnection(const Candidate& remote_candidate,
168 // Set use-candidate attribute flag as this will add USE-CANDIDATE attribute
249 Candidate c = GetCandidate(dst_);
660 // The new ping went to the candidate address, but that address was bad.
    [all...]
  /external/chromium_org/chrome/browser/
internal_auth.cc 454 int candidate = kVerificationWindowTicks;
456 candidate = verification_window_seconds_ *
458 return std::max(1, std::min(candidate, kVerificationWindowTicks));
  /external/chromium_org/chrome/browser/safe_browsing/
browser_feature_extractor.cc 237 // 1) The candidate url
238 // 2) The first url on the same host as the candidate url (assuming that
239 // it's different from the candidate url).
  /external/chromium_org/chrome/browser/ui/fullscreen/
fullscreen_controller_state_test.cc 619 StateTransitionInfo candidate = NextTransitionInShortestPath( local
622 if (candidate.distance + 1 < result.distance) {
625 result.distance = candidate.distance + 1;
    [all...]
  /external/chromium_org/media/filters/
audio_renderer_algorithm_unittest.cc 473 // Check if the energy of candidate blocks of each channel computed correctly.
537 // Check the energy of the candidate blocks of the first channel.
548 // Check the energy of the candidate blocks of the second channel.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTextAreaElement.cpp 476 bool HTMLTextAreaElement::isValidValue(const String& candidate) const
478 return !valueMissing(candidate) && !tooLong(candidate, IgnoreDirtyFlag);
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker.cc 16 #include "talk/p2p/base/candidate.h"
286 const std::vector<Candidate> candidates = port->Candidates();
287 Candidate c = candidates[0];
  /external/chromium_org/tools/telemetry/telemetry/core/backends/
android_rndis.py 241 candidate = network | suffix
242 if candidate not in used_addresses:
243 return candidate
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
Settings.java 224 private static Object getNonNull(Object candidate, Object fallback){
225 if (candidate == null)
227 return candidate;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 67 /** The candidate filter */
109 * Set the candidate filter
111 * @param filter The candidate filter
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ReplaceStringsVisitor.java 360 * The rating is reversed: the lowest rating integer is used for the best candidate.
365 * rating number is the best candidate.
385 // That would be the best candidate ever, so we can stop here.
  /external/stlport/etc/
ChangeLog-4.0 1 The following fix was made in 4.0 since 4.0 Release Candidate :
26 The following fix was made in 4.0 Release Candidate :
29 The following changes were made in 4.0 Release Candidate since 4.0 beta 8:
473 The following changes were made in 4.0 release candidate 2 since 4.0 release candidate 1:
520 The following changes were made in 4.0 release candidate 1 since 3.2.2 Beta 4 :
  /dalvik/dexgen/src/com/android/dexgen/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

Completed in 1520 milliseconds

<<21222324252627282930>>