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

1 2 3 45 6 7 8

  /external/webkit/Source/WebCore/dom/
Position.cpp 513 // that map to the VisiblePosition between 'b' and the space. This function will return the left candidate
515 // Also, upstream() will return [boundary, 0] for any of the positions from [boundary, 0] to the first candidate
635 // that map to the VisiblePosition between 'b' and the space. This function will return the right candidate
638 // in boundary after the last candidate, where endsOfNodeAreVisuallyDistinctPositions(boundary).
1087 InlineTextBox* candidate = 0; local
    [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 419 * There's no obvious candidate, so pick the first
426 int candidate = successors.get(i); local
427 if (Bits.get(workSet, candidate)) {
428 label = candidate;
  /external/chromium/chrome/browser/chromeos/input_method/
input_method_util.cc 677 const std::string& candidate = candidates[i]; local
681 candidate) == 0) {
682 input_method_ids.push_back(candidate);
  /external/chromium/chrome/common/extensions/
extension_file_util.cc 61 FilePath candidate = extension_dir.AppendASCII( local
63 if (!file_util::PathExists(candidate)) {
64 version_dir = candidate;
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 419 * There's no obvious candidate, so pick the first
426 int candidate = successors.get(i); local
427 if (Bits.get(workSet, candidate)) {
428 label = candidate;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
OpenWnnEN.java 554 if (mWordSeparators.contains(ev.word.candidate) &&
888 mInputConnection.commitText(word.candidate, (FIX_CURSOR_TEXT_END ? 1 : word.candidate.length()));
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 1991 final SyncOperation candidate = operations.get(i); local
    [all...]
  /dalvik/dx/src/com/android/dx/cf/code/
Ropper.java 376 int candidate = getMinimumUnreservedLabel(); local
380 if (label >= candidate) {
381 candidate = label + 1;
385 return candidate;
    [all...]
  /external/dnsmasq/src/
dhcp.c 669 struct dhcp_config *config, *candidate; local
703 for (candidate = NULL, count = 0, config = configs; config; config = config->next)
712 candidate = config;
715 return candidate;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 249 SpellCheckerSubtype candidate = null; local
256 } else if (candidate == null) {
260 candidate = scs;
275 return candidate;
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 539 NJ_CHAR *candidate, NJ_UINT16 size) {
557 ret = njd_b_get_candidate(&result->word, candidate, size);
562 ret = njd_l_get_candidate(iwnn, &result->word, candidate, size);
566 ret = njd_f_get_candidate(&result->word, candidate, size);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
ContactAggregator.java 218 NameMatchCandidate candidate = mList.get(mCount); local
219 candidate.mName = name;
220 candidate.mLookupType = nameLookupType;
1629 final NameMatchCandidate candidate = candidates.mList.get(i); local
1682 NameMatchCandidate candidate = candidates.mList.get(i); local
    [all...]
  /external/doclava/src/com/google/doclava/
ClassInfo.java     [all...]
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp 1611 Position candidate = startPos.downstream(); local
    [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp 721 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
722 NamedDecl *ND = candidate.getCorrectionDecl();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchController.java 421 IAndroidTarget candidate = null; local
428 candidate = target;
437 if (candidate != null) {
438 // We found a better SDK target candidate, that is closer to the
442 projectTarget = candidate;
    [all...]
  /external/v8/src/
ast.cc 535 Handle<JSFunction> candidate(JSFunction::cast(cell_->value()));
538 if (!HEAP->InNewSpace(*candidate)) {
539 target_ = candidate;
    [all...]
hydrogen-instructions.cc 1202 HValue* candidate = NULL; local
1205 while (position < count && candidate == NULL) {
1207 if (current != this) candidate = current;
1211 if (current != this && current != candidate) return NULL;
1213 ASSERT(candidate != this);
1214 return candidate;
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DuplicateIdDetector.java 414 File candidate = new File(folder, name + DOT_XML); local
415 Layout candidateLayout = mFileToLayout.get(candidate);
418 } else if (mFileToIds.containsKey(candidate)) {
  /external/webkit/Source/WebCore/rendering/
RenderObject.cpp 2555 Position candidate = position.downstream(CanCrossEditingBoundary); local
    [all...]

Completed in 2075 milliseconds

1 2 3 45 6 7 8