Searched refs:overridden (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-deltablue.js175 var overridden = out.determinedBy;
176 if (overridden != null) overridden.markUnsatisfied();
181 return overridden;
584 var overridden = c.satisfy(mark);
585 while (overridden != null)
586 overridden = overridden.satisfy(mark);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-deltablue.js175 var overridden = out.determinedBy;
176 if (overridden != null) overridden.markUnsatisfied();
181 return overridden;
584 var overridden = c.satisfy(mark);
585 while (overridden != null)
586 overridden = overridden.satisfy(mark);
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-deltablue.js175 var overridden = out.determinedBy;
176 if (overridden != null) overridden.markUnsatisfied();
181 return overridden;
584 var overridden = c.satisfy(mark);
585 while (overridden != null)
586 overridden = overridden.satisfy(mark);
/external/chromium_org/v8/benchmarks/
H A Ddeltablue.js181 var overridden = out.determinedBy;
182 if (overridden != null) overridden.markUnsatisfied();
187 return overridden;
590 var overridden = c.satisfy(mark);
591 while (overridden != null)
592 overridden = overridden.satisfy(mark);
/external/clang/tools/libclang/
H A DCXCursor.cpp866 SmallVectorImpl<CXCursor> &overridden) {
878 overridden.push_back(MakeCXCursor(*I, TU));
1161 CXCursor **overridden,
1163 if (overridden)
1164 *overridden = nullptr;
1170 if (!overridden || !num_overridden || !TU)
1213 *overridden = &((*Vec)[1]);
1217 void clang_disposeOverriddenCursors(CXCursor *overridden) { argument
1218 if (!overridden)
1223 --overridden;
865 getOverriddenCursors(CXCursor cursor, SmallVectorImpl<CXCursor> &overridden) argument
1160 clang_getOverriddenCursors(CXCursor cursor, CXCursor **overridden, unsigned *num_overridden) argument
[all...]
H A DCXCursor.h255 SmallVectorImpl<CXCursor> &overridden);
/external/jdiff/src/jdiff/
H A DXMLToAPI.java142 // See if it the method is overridden locally
143 boolean overridden = false;
149 overridden = true;
151 if (!overridden && m.inheritedFrom_ == null &&
/external/chromium_org/tools/clang/plugins/
H A DFindBadConstructsConsumer.cpp293 const CXXMethodDecl* overridden = *i; local
294 if (IsMethodInBannedOrTestingNamespace(overridden) ||
295 InTestingNamespace(overridden)) {
/external/compiler-rt/make/
H A Dsubdir.mk22 # The list of variables which are intended to be overridden in a subdirectory
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp117 // implies a related result type, and the original (overridden) method has
156 << /*overridden method*/ 0
2934 // would have overridden.
2947 // Search for overridden methods and merge information down from them.
2957 ObjCMethodDecl *overridden = *i; local
2960 if (isa<ObjCProtocolDecl>(overridden->getDeclContext()) ||
2961 CurrentClass != overridden->getClassInterface() ||
2962 overridden->isOverriding()) {
2966 // OverrideSearch will return as "overridden" the same method in the
2983 !isa<ObjCCategoryImplDecl>(overridden
[all...]
H A DSemaExprObjC.cpp1221 // Look for a method overridden by this method which explicitly uses
1223 if (const ObjCMethodDecl *overridden =
1227 if (TypeSourceInfo *TSI = overridden->getReturnTypeSourceInfo()) {
1232 loc = overridden->getLocation();
/external/icu/icu4c/source/
H A Dicudefs.mk9 # Some of these variables are overridden in the config/mh-* files.
237 # overridden by icucross.mk
276 # overridden by icucross.mk
/external/qemu/audio/
H A Daudio_int.h50 int overridden; member in struct:audio_option
H A Daudio.c604 opt->overriddenp = &opt->overridden;
/external/chromium_org/tools/clang/blink_gc_plugin/
H A DBlinkGCPlugin.cpp1626 CXXMethodDecl* overridden) {
1631 << info->record() << overridden->getParent();
1632 NoteOverriddenNonVirtualTrace(overridden);
1786 void NoteOverriddenNonVirtualTrace(CXXMethodDecl* overridden) { argument
1787 SourceLocation loc = overridden->getLocStart();
1791 << overridden;
1624 ReportOverriddenNonVirtualTrace(RecordInfo* info, CXXMethodDecl* trace, CXXMethodDecl* overridden) argument
/external/chromium_org/tools/win/
H A Dcopy-installer.bat18 REM selection. The defaults for location and build type can also be overridden
/external/doclava/src/com/google/doclava/
H A DMethodInfo.java125 // Even if we're told outright that this was the overridden method, we want to
455 MethodInfo overridden = this.findOverriddenMethod(name(), signature());
456 if (overridden != null) {
457 ParamTagInfo[] maternal = overridden.paramTags();
/external/clang/lib/AST/
H A DDeclObjC.cpp1025 SmallVectorImpl<const ObjCMethodDecl *> &overridden) {
1030 CollectOverriddenMethods(ProtD, Method, overridden);
1037 // Start searching for overridden methods using the method from the
1043 CollectOverriddenMethods(ID, Method, overridden);
1050 // Start searching for overridden methods using the method from the
1056 CollectOverriddenMethods(ID, Method, overridden);
1061 Method, overridden);
1024 collectOverriddenMethodsSlow(const ObjCMethodDecl *Method, SmallVectorImpl<const ObjCMethodDecl *> &overridden) argument
/external/clang/include/clang-c/
H A DIndex.h2589 * \brief Determine the set of methods that are overridden by the given
2608 * In all cases, this function determines the immediate overridden
2609 * method, rather than all of the overridden methods. For example, if
2610 * a method is originally declared in a class A, then overridden in B
2612 * then the only overridden method returned from this function when
2614 * invoke this function again, given the previously-found overridden
2621 * \param overridden A pointer whose pointee will be replaced with a
2622 * pointer to an array of cursors, representing the set of overridden
2623 * methods. If there are no overridden methods, the pointee will be
2627 * \param num_overridden A pointer to the number of overridden
[all...]
/external/bison/doc/
H A Drefcard.tex367 \%nonassoc} is optional. Additionally, precedence may be overridden
/external/chromium_org/native_client_sdk/src/tools/
H A Dcommon.mk14 # your project only builds in one or the other then this should be overridden
/external/clang/tools/c-index-test/
H A Dc-index-test.c654 CXCursor *overridden; local
810 clang_getOverriddenCursors(Cursor, &overridden, &num_overridden);
817 CXSourceLocation Loc = clang_getCursorLocation(overridden[I]);
830 clang_disposeOverriddenCursors(overridden);
/external/guava/guava/lib/
H A Djdiff.jarMETA-INF/ META-INF/MANIFEST.MF jdiff/ jdiff/API.class API.java package jdiff ...
/external/blktrace/doc/
H A Dblktrace.tex344 to \emph{/sys/kernel/debug} -- this can be overridden with the \emph{-r}
/external/chromium_org/third_party/icu/source/data/
H A Dmakedata.mak159 # This variable can be overridden to "-m static" by the project settings,

Completed in 9605 milliseconds

12