Searched defs:isDirect (Results 1 - 24 of 24) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/io/nio/
H A DNIOBuffer.java36 public boolean isDirect(); method in interface:NIOBuffer
H A DIndirectNIOBuffer.java42 if (buffer.isDirect())
58 public boolean isDirect() method in class:IndirectNIOBuffer
H A DDirectNIOBuffer.java64 if (!buffer.isDirect())
96 public boolean isDirect() method in class:DirectNIOBuffer
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
H A DMethodUtil.java50 return input != null && isDirect(input);
56 return input != null && !isDirect(input);
60 public static boolean isDirect(@Nonnull Method method) { method in class:MethodUtil
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java477 if (method.isDirect()) {
534 boolean isDirect() { method in class:DexMaker.MethodDeclaration
/external/mesa3d/src/mesa/drivers/x11/
H A Dglxapi.h41 GLboolean isDirect; member in struct:__GLXcontextRec
/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h77 llvm::Type *TypeData; // isDirect() || isExtend()
80 unsigned DirectOffset; // isDirect() || isExtend()
90 bool InReg : 1; // isDirect() || isExtend() || isIndirect()
91 bool CanBeFlattened: 1; // isDirect()
164 bool isDirect() const { return TheKind == Direct; } function
171 bool canHaveCoerceToType() const { return isDirect() || isExtend(); }
175 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
179 assert((isDirect() || isExtend()) && "Not a direct or extend kind");
205 assert((isDirect() || isExtend() || isIndirect()) && "Invalid kind!");
210 assert((isDirect() || isExten
[all...]
/external/mesa3d/src/glx/
H A Dglxclient.h331 Bool isDirect; member in struct:glx_context
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp67 bool isDirect() const { return P.getInt() & Direct; } function in class:__anon1589::BindingKey
125 os << ',' << (K.isDirect() ? "direct" : "default")
588 if (!K.isDirect())
845 if (IncludeAllDefaultBindings || NextKey.isDirect())
855 if (IncludeAllDefaultBindings || NextKey.isDirect())
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_api.c79 GLboolean isDirect; member in struct:__GLXcontextRec
1072 glxCtx->isDirect = DEFAULT_DIRECT;
1373 return glxCtx->isDirect;
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1781 bool isDirect = false; local
1826 isDirect = true;
1865 isDirect = true;
1897 if ((!isDirect || isARMFunc) && !Subtarget->hasV5TOps())
1902 if (!isDirect && !Subtarget->hasV5TOps())
1904 else if (doesNotRet && isDirect && Subtarget->hasRAS() &&
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.mortbay.jetty.server_6.1.23.v201004211559.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 3260 milliseconds