HomeSort by relevance Sort by last modified time
    Searched refs:getEntryKind (Results 1 - 19 of 19) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineJumpTableInfo.h 84 JTEntryKind getEntryKind() const { return EntryKind; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 263 if (e.getEntryKind() == IClasspathEntry.CPE_LIBRARY ||
264 e.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
266 if (e.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
271 } else if (e.getEntryKind() == IClasspathEntry.CPE_CONTAINER) {
283 if (entry.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 79 if (pathEntry.getEntryKind() != IPathEntry.CDT_SOURCE
80 && pathEntry.getEntryKind() != IPathEntry.CDT_OUTPUT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
LibraryClasspathContainerInitializer.java 144 int kind = entry.getEntryKind();
463 if (entry.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
467 if (entry.getEntryKind() == IClasspathEntry.CPE_PROJECT) {
483 } else if (entry.getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
487 } else if (entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER) {
AndroidClasspathContainerInitializer.java 731 if (entry.getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
    [all...]
ProjectHelper.java 177 int kind = entry.getEntryKind();
214 int kind = entry.getEntryKind();
299 int kind = entry.getEntryKind();
    [all...]
BaseProjectHelper.java 83 if (e.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sourcelookup/
AdtSourceLookupDirector.java 74 if (entry.getEntryKind() == IClasspathEntry.CPE_LIBRARY
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
BuildHelper.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
Mocks.java 167 * {@link IClasspathEntry#getEntryKind} and {@link IClasspathEntry#getPath}.
171 expect(entry.getEntryKind()).andReturn(kind).anyTimes();
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 537 switch (getEntryKind()) {
557 switch (getEntryKind()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiClassAttributeNode.java 481 if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE ||
483 entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER)) {
UiPackageAttributeNode.java 272 if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ResourceManagerBuilder.java 145 if (e.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
  /external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 

Completed in 1940 milliseconds