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

  /external/llvm/include/llvm/Target/
TargetOpcodes.h 87 /// BUNDLE - This instruction represents an instruction bundle. Instructions
88 /// which immediately follow a BUNDLE instruction which are marked with
89 /// 'InsideBundle' flag are inside the bundle.
90 BUNDLE = 14,
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/generatemenucode/model/codegenerators/
CodeGeneratorBasedOnMenuConstants.java 50 public static final String BUNDLE = "Bundle"; //$NON-NLS-1$
MenuHandlerCodeGenerator.java 64 private static final String ON_CREATE_METHODBINDING = "public void onCreate(android.os.Bundle)"; //$NON-NLS-1$
96 * public void onCreate (Bundle savedInstanceState) {
144 createVariableDeclarationFromStrings(CodeGeneratorBasedOnMenuConstants.BUNDLE,
147 //public void onCreate (Bundle savedInstanceState)
  /external/chromium/base/
native_library.h 38 BUNDLE,
45 CFBundleRef bundle;
  /external/llvm/lib/CodeGen/
MachineInstrBundle.cpp 47 // Remove BUNDLE instruction and the InsideBundle flags from bundled
94 /// finalizeBundle - Finalize a machine instruction bundle which includes
96 /// This routine adds a BUNDLE instruction to represent the bundle, it adds
98 /// bundle, and it copies externally visible defs and uses to the BUNDLE
103 assert(FirstMI != LastMI && "Empty bundle?");
110 TII->get(TargetOpcode::BUNDLE));
164 // Re-defined inside the bundle, it's no longer killed.
188 // If it's not live beyond end of the bundle, mark it dead
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.event_1.2.0.v20100503.jar 
org.eclipse.osgi.services_3.2.100.v20100503.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /frameworks/base/core/java/android/widget/
RemoteViews.java 34 import android.os.Bundle;
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 61 InsideBundle = 1 << 1 // Instruction is inside a bundle (not
62 // the first MI in a bundle)
186 /// isInsideBundle - Return true if MI is in a bundle (but not the first MI
187 /// in a bundle).
189 /// A bundle looks like this before it's finalized:
201 /// In this case, the first MI starts a bundle but is not inside a bundle, the
202 /// next 2 MIs are considered "inside" the bundle.
204 /// After a bundle is finalized, it looks like this:
206 /// | Bundle |
    [all...]
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 568 case TargetOpcode::BUNDLE:
640 assert(!I->isBundle() && "No nested bundle!");
    [all...]
  /external/srec/config/en.us/dictionary/
c0.6     [all...]

Completed in 171 milliseconds