HomeSort by relevance Sort by last modified time
    Searched defs:isTemporary (Results 1 - 25 of 47) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCSymbol.h 50 /// IsTemporary - True if this is an assembler temporary label, which
53 unsigned IsTemporary : 1;
61 MCSymbol(StringRef name, bool isTemporary)
63 IsTemporary(isTemporary), IsUsed(false) {}
74 /// isTemporary - Check if this is an assembler temporary symbol.
75 bool isTemporary() const { return IsTemporary; }
  /external/swiftshader/third_party/LLVM/lib/MC/
MCContext.cpp 83 bool isTemporary = false;
85 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
89 assert(isTemporary && "Cannot rename non temporary symbols");
101 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
  /cts/tests/tests/content/src/android/content/cts/
ContentProviderTest.java 165 assertFalse(mockContentProvider.isTemporary());
290 protected boolean isTemporary() {
291 return super.isTemporary();
  /external/llvm/include/llvm/MC/
MCSymbol.h 79 /// IsTemporary - True if this is an assembler temporary label, which
82 unsigned IsTemporary : 1;
149 MCSymbol(SymbolKind Kind, const StringMapEntry<bool> *Name, bool isTemporary)
150 : IsTemporary(isTemporary), IsRedefinable(false), IsUsed(false),
215 /// isTemporary - Check if this is an assembler temporary symbol.
216 bool isTemporary() const { return IsTemporary; }
  /external/testng/src/main/java/org/testng/xml/
LaunchSuite.java 45 public boolean isTemporary() {
  /frameworks/base/core/java/android/content/
ContentProvider.java     [all...]
  /external/llvm/include/llvm/IR/
Metadata.h 874 /// If \a isTemporary(), this always returns \c false; if \a isDistinct(),
883 bool isResolved() const { return !isTemporary() && !NumUnresolved; }
887 bool isTemporary() const { return Storage == Temporary; }
891 /// \pre \a isTemporary() must be \c true.
893 assert(isTemporary() && "Expected temporary node");
903 /// \pre No operands (or operands' operands, etc.) have \a isTemporary().
970 /// \pre \a isTemporary().
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 284 public boolean isTemporary() {
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20130516-1953.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
android.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit/2.14/
htmlunit-2.14.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/sdk/10/
android.jar 

Completed in 326 milliseconds

1 2