OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:encloses
(Results
26 - 50
of
67
) sorted by null
1
2
3
/external/webkit/Source/WebKit/qt/Api/
qwebelement.cpp
[
all
...]
qwebframe.cpp
[
all
...]
/external/clang/lib/CodeGen/
CodeGenFunction.h
159
/// Returns true if this scope
encloses
I.
162
bool
encloses
(stable_iterator I) const { return Size <= I.Size; }
function in class:clang::CodeGen::EHScopeStack::stable_iterator
164
/// Returns true if this scope strictly
encloses
I: that is,
165
/// if it
encloses
I and is not I.
[
all
...]
/external/clang/lib/AST/
DeclBase.cpp
783
bool DeclContext::
Encloses
(const DeclContext *DC) const {
785
return getPrimaryContext()->
Encloses
(DC);
[
all
...]
/external/chromium/testing/gmock/include/gmock/internal/
gmock-internal-utils.h
208
// the target type's range
encloses
the source type's range.
/external/webkit/Source/WebCore/rendering/
RenderView.cpp
376
// Now create a single bounding box rect that
encloses
the whole selection.
RenderBlockLineLayout.cpp
658
// A relative positioned inline
encloses
us. In this case, we also have to determine our
[
all
...]
RenderLayer.cpp
[
all
...]
/frameworks/base/telephony/java/com/android/internal/telephony/
IntRangeManager.java
371
// found the IntRange that
encloses
the client range, if any
/external/clang/include/clang/AST/
DeclBase.h
[
all
...]
/frameworks/base/graphics/java/android/graphics/
Paint.java
[
all
...]
/docs/source.android.com/src/source/
code-style.md
299
should be declared in the innermost block that
encloses
all uses of the
/external/clang/lib/Sema/
SemaTemplate.cpp
[
all
...]
SemaExprMember.cpp
210
!RepClass->Equals(ContextClass) && RepClass->
Encloses
(ContextClass))
[
all
...]
SemaLookup.cpp
186
while (!Common->
Encloses
(EffectiveDC))
834
Lexical->
Encloses
(Semantic))
[
all
...]
/external/javassist/src/main/javassist/
CtClass.java
660
* the <code>CtClass</code>, which
encloses
the nested class, is modified
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/lib/gcc/i686-linux/4.4.3/include-fixed/X11/
Xos_r.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xos_r.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/X11/
Xos_r.h
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
Xos_r.h
[
all
...]
/packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java
746
* Given a point, return the cell that strictly
encloses
that point
768
* Given a point, return the cell that most closely
encloses
that point
[
all
...]
/external/webkit/Tools/Scripts/webkitpy/thirdparty/
BeautifulSoup.py
[
all
...]
/external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc
[
all
...]
/external/clang/docs/
AutomaticReferenceCounting.html
[
all
...]
Completed in 1443 milliseconds
1
2
3