HomeSort by relevance Sort by last modified time
    Searched refs:candidate (Results 51 - 75 of 190) sorted by null

1 23 4 5 6 7 8

  /libcore/luni/src/main/java/java/lang/
Runtime.java 379 String candidate = directory + filename; local
380 candidates.add(candidate);
381 if (new File(candidate).exists()) {
382 String error = nativeLoad(candidate, loader);
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_ext.h 87 NJ_CHAR *candidate, NJ_UINT16 size);
94 extern NJ_INT16 njd_b_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
103 extern NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate,
117 NJ_CHAR *candidate, NJ_UINT16 size);
  /external/chromium/chrome/browser/password_manager/
password_form_manager.cc 425 int PasswordFormManager::ScoreResult(const PasswordForm& candidate) const {
427 // For scoring of candidate login data:
438 if (candidate.origin == observed_form_.origin) {
448 base::SplitString(candidate.origin.path(), '/', &candidate_path_tokens);
461 if (candidate.action == observed_form_.action)
463 if (candidate.password_element == observed_form_.password_element)
465 if (candidate.submit_element == observed_form_.submit_element)
467 if (candidate.username_element == observed_form_.username_element)
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndfdic.c 402 NJ_INT16 njd_f_get_candidate(NJ_WORD *word, NJ_CHAR *candidate, NJ_UINT16 size)
434 NJ_CHAR_COPY(candidate + j, area);
437 candidate[len] = NJ_CHAR_NUL;
450 nje_convert_hira_to_kata(work, candidate, len);
453 candidate[j] = work[j];
460 NJ_CHAR_COPY(candidate + j, area);
465 candidate[len] = NJ_CHAR_NUL;
  /external/webkit/Source/WebCore/platform/graphics/win/
FontCacheWin.cpp 415 static int CALLBACK matchImprovingEnumProc(CONST LOGFONT* candidate, CONST TEXTMETRIC* metrics, DWORD fontType, LPARAM lParam)
421 matchData->m_chosen = *candidate;
425 if (!candidate->lfItalic != !matchData->m_chosen.lfItalic) {
426 if (!candidate->lfItalic == !matchData->m_desiredItalic)
427 matchData->m_chosen = *candidate;
433 unsigned candidateWeightDeltaMagnitude = abs(candidate->lfWeight - matchData->m_desiredWeight);
435 // If both are the same distance from the desired weight, prefer the candidate if it is further from regular.
436 if (chosenWeightDeltaMagnitude == candidateWeightDeltaMagnitude && abs(candidate->lfWeight - FW_NORMAL) > abs(matchData->m_chosen.lfWeight - FW_NORMAL)) {
437 matchData->m_chosen = *candidate;
443 matchData->m_chosen = *candidate;
    [all...]
  /external/webkit/PerformanceTests/SunSpider/resources/
sunspider-compare-results.js 273 var candidate = categoryMeans[category].toFixed(1).toString().length;
274 if (candidate > width)
275 width = candidate;
277 var candidate = testMeansByCategory[category][test].toFixed(1).toString().length;
278 if (candidate > width)
279 width = candidate;
  /frameworks/base/core/java/android/app/
ApplicationErrorReport.java 170 String candidate = pm.getInstallerPackageName(packageName); local
171 ComponentName result = getErrorReportReceiver(pm, packageName, candidate);
179 candidate = SystemProperties.get(SYSTEM_APPS_ERROR_RECEIVER_PROPERTY);
180 result = getErrorReportReceiver(pm, packageName, candidate);
187 candidate = SystemProperties.get(DEFAULT_ERROR_RECEIVER_PROPERTY);
188 return getErrorReportReceiver(pm, packageName, candidate);
196 * @param receiverPackage candidate package to receive the error
  /build/core/
build_id.mk 18 # (like "MAIN") or a branch name and a release candidate
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.cc 128 void RawTransportChannel::OnCandidate(const Candidate& candidate) {
129 remote_address_ = candidate.address();
175 PortAllocatorSession *session, const std::vector<Candidate>& candidates) {
179 // The most recent candidate is the one we haven't seen yet.
180 Candidate c = candidates[candidates.size() - 1];
  /external/webkit/Source/WebCore/page/
SpatialNavigation.h 145 void distanceDataForNode(FocusDirection, const FocusCandidate& current, FocusCandidate& candidate);
  /frameworks/base/core/java/android/webkit/
AccessibilityInjectorFallback.java 146 for (AccessibilityWebContentKeyBinding candidate : sBindings) {
147 if (event.getKeyCode() == candidate.getKeyCode()
148 && event.hasModifiers(candidate.getModifiers())) {
149 binding = candidate;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
CandidatesViewManager.java 52 * Attribute of a word (a candidate in the history list)
57 * Attribute of a word (the best candidate)
97 * @param type The candidate view type,
141 * Get candidate is focused now.
143 * @return the Candidate is focused of a flag.
148 * Select candidate that has focus.
169 text.setText(word.candidate);
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 );
TextCandidatesViewManager.java 78 /** Delay of set candidate */
87 /** Handler for focus Candidate */
89 /** Handler for set Candidate */
91 /** Handler for select Candidate */
94 /** NUmber of Candidate display lines */
125 /** Minimum width of a candidate (density support) */
127 /** Maximum width of a candidate (density support) */
129 /** Minimum height of the category candidate view */
131 /** Left align threshold of the candidate view */
142 /** Whether hide the view if there is no candidate */
    [all...]
  /external/chromium/chrome/browser/
memory_details_linux.cc 90 bool candidate = true; local
95 candidate = false;
100 if (!candidate)
  /external/chromium/third_party/libjingle/source/talk/xmllite/
xmlnsstack.cc 171 std::string candidate(AsciiLower(ns.substr(first, last - first)));
172 if (candidate.find("xml") != 0)
173 return candidate;
  /external/clang/utils/
CmpDriver 51 candidate = cost(a_0, b)
52 if best is None or candidate < best[0]:
53 best = (candidate, a_0, j)
  /external/icu4c/tools/genctd/
genctd.cpp 312 UChar *candidate = current;
322 mtd->addWord(candidate, length, status);
336 candidate = current-1;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 127 /** The candidate filter */
195 * Get a candidate.
197 * @param index Index of a candidate.
198 * @return The candidate; {@code null} if there is no candidate.
264 * Add a candidate to the conversion result buffer.
267 * the same one in the buffer and the length of the candidate
274 if (word.candidate == null || mCandTable.containsKey(word.candidate)
275 || word.candidate.length() > MAX_OUTPUT_LENGTH)
    [all...]
  /external/webkit/Source/WebCore/css/
CSSFontSelector.cpp 536 CSSFontFace* candidate = familyFontFaces->at(i).get(); local
537 unsigned candidateTraitsMask = candidate->traitsMask();
544 // of small-caps synthesis and just ignore the font face as a candidate.
545 if (candidate->hasSVGFontFaceSource() && (traitsMask & FontVariantSmallCapsMask) && !(candidateTraitsMask & FontVariantSmallCapsMask))
548 candidateFontFaces.append(candidate);
554 CSSFontFace* candidate = familyLocallyInstalledFontFaces->at(i).get(); local
555 unsigned candidateTraitsMask = candidate->traitsMask();
560 candidateFontFaces.append(candidate);
  /libcore/luni/src/main/java/libcore/net/http/
HttpEngine.java 256 CacheResponse candidate = responseCache.get(uri, method, local
258 if (candidate == null) {
262 Map<String, List<String>> responseHeadersMap = candidate.getHeaders();
263 cachedResponseBody = candidate.getBody();
264 if (!acceptCacheResponseType(candidate)
276 this.cacheResponse = candidate;
279 this.cacheResponse = candidate;
  /packages/apps/Camera/src/com/android/camera/
CameraSettings.java 103 for (String candidate : context.getResources().getStringArray(
105 if (setCameraPictureSize(candidate, supported, parameters)) {
108 editor.putString(KEY_PICTURE_SIZE, candidate);
122 String candidate, List<Size> supported, Parameters parameters) {
123 int index = candidate.indexOf('x');
125 int width = Integer.parseInt(candidate.substring(0, index));
126 int height = Integer.parseInt(candidate.substring(index + 1));
  /packages/apps/LegacyCamera/src/com/android/camera/
CameraSettings.java 102 for (String candidate : context.getResources().getStringArray(
104 if (setCameraPictureSize(candidate, supported, parameters)) {
107 editor.putString(KEY_PICTURE_SIZE, candidate);
121 String candidate, List<Size> supported, Parameters parameters) {
122 int index = candidate.indexOf('x');
124 int width = Integer.parseInt(candidate.substring(0, index));
125 int height = Integer.parseInt(candidate.substring(index + 1));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java     [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
CropImage.java 321 File candidate = null; local
324 candidate = new File(directory, filename + "-" + i + "."
327 if (candidate.createNewFile()) break;
330 + candidate.getAbsolutePath(), e);
334 if (!candidate.exists() || !candidate.isFile()) {
338 candidate.setReadable(true, false);
339 candidate.setWritable(true, false);
342 FileOutputStream fos = new FileOutputStream(candidate);
351 + candidate.getAbsolutePath(), e)
    [all...]

Completed in 3136 milliseconds

1 23 4 5 6 7 8