HomeSort by relevance Sort by last modified time
    Searched refs:getEntryKind (Results 1 - 25 of 25) 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 302 if (e.getEntryKind() == IClasspathEntry.CPE_LIBRARY ||
303 e.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
305 if (e.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
310 } else if (e.getEntryKind() == IClasspathEntry.CPE_CONTAINER) {
322 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 411 final int kind = entry.getEntryKind();
552 if (entry.getEntryKind() == IClasspathEntry.CPE_VARIABLE) {
556 if (entry.getEntryKind() == IClasspathEntry.CPE_PROJECT) {
572 } else if (entry.getEntryKind() == IClasspathEntry.CPE_LIBRARY) {
576 } else if (entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER) {
AndroidClasspathContainerInitializer.java     [all...]
ProjectHelper.java 212 int kind = entry.getEntryKind();
249 int kind = entry.getEntryKind();
336 int kind = entry.getEntryKind();
    [all...]
BaseProjectHelper.java 87 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 180 * {@link IClasspathEntry#getEntryKind} and {@link IClasspathEntry#getPath}.
184 expect(entry.getEntryKind()).andReturn(kind).anyTimes();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
BuildFileCreator.java 426 if (entry.getEntryKind() != IClasspathEntry.CPE_SOURCE ||
483 if (entry.getEntryKind() != IClasspathEntry.CPE_SOURCE) {
ProjectSetupBuilder.java 373 && classpathEntry.getEntryKind() == IClasspathEntry.CPE_PROJECT) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
ResourceManagerBuilder.java 167 if (e.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiPackageAttributeNode.java 272 if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE) {
UiClassAttributeNode.java 485 if (entry.getEntryKind() == IClasspathEntry.CPE_SOURCE ||
487 entry.getEntryKind() == IClasspathEntry.CPE_CONTAINER)) {
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 726 switch (getEntryKind()) {
746 switch (getEntryKind()) {
    [all...]
  /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/lint/
EclipseLintClient.java 822 int kind = entry.getEntryKind();
830 kind = entry.getEntryKind();
    [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 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.repository.tools_2.1.0.v20130327-2119.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 

Completed in 617 milliseconds