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

1 2 3 4 56 7 8

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
port.cc 174 Candidate c;
510 const Candidate& remote_candidate)
525 const Candidate& Connection::local_candidate() const {
529 static Candidate foo;
756 const Candidate& local = local_candidate();
757 const Candidate& remote = remote_candidate();
875 const Candidate& candidate)
876 : Connection(port, index, candidate), error_(0) {
  /external/clang/lib/Sema/
SemaCXXScopeSpec.cpp 388 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
389 return SRef.isAcceptableNestedNameSpecifier(candidate.getCorrectionDecl());
    [all...]
SemaExprMember.cpp 554 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
555 NamedDecl *ND = candidate.getCorrectionDecl();
    [all...]
  /external/webkit/Source/WebKit/android/WebCoreSupport/autofill/
FormManagerAndroid.cpp 644 HTMLFormControlElement* candidate = iter->get(); local
645 if (nameForAutofill(*candidate) == nameForAutofill(*element)) {
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java 743 public boolean accept(File candidate) {
744 return candidate.getName().startsWith(prefix);
    [all...]
  /packages/apps/Gallery/src/com/android/camera/
CropImage.java 362 String candidate = directory.toString() local
364 boolean exists = (new File(candidate)).exists();
  /external/clang/lib/Parse/
ParseExpr.cpp 468 virtual bool ValidateCandidate(const TypoCorrection &candidate) {
469 NamedDecl *ND = candidate.getCorrectionDecl();
471 return candidate.isKeyword();
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 1486 int candidate = locations[u] + value; local
    [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java 1407 int candidate = locations[u] + value; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndbdic.c     [all...]
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9-swt.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
  /external/v8/src/
heap.cc 1321 Object* candidate = function; local
1361 Object* candidate = global_contexts_list_; local
    [all...]
liveedit.cc 1018 // Returns true if an instance of candidate were inlined into function's code.
1019 static bool IsInlined(JSFunction* function, SharedFunctionInfo* candidate) {
1034 if (inlined->shared() == candidate) return true;
    [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 5720 Register candidate = scratch5; \/\/ Scratch register contains candidate. local
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 5935 Register candidate = scratch5; \/\/ Scratch register contains candidate. local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regexec.c 1308 Idx candidate = edests->elems[i]; local
    [all...]
  /external/webkit/Source/JavaScriptCore/interpreter/
Interpreter.cpp     [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 4964 Register candidate = scratch; \/\/ Scratch register contains candidate. local
    [all...]
  /prebuilt/common/kxml2/
kxml2-2.3.0.jar 
  /prebuilts/tools/common/http-client/
commons-logging-1.1.1.jar 
  /frameworks/base/services/java/com/android/server/am/
ActivityStack.java 2349 ActivityRecord candidate = mHistory.get(i); local
    [all...]

Completed in 6189 milliseconds

1 2 3 4 56 7 8