Searched defs:Selection (Results 1 - 23 of 23) sorted by relevance

/external/llvm/include/llvm/MC/
H A DMCSectionCOFF.h39 /// This is the Selection field for the section symbol, if it is a COMDAT
41 mutable int Selection; member in class:llvm::final
46 MCSymbol *COMDATSymbol, int Selection, SectionKind K,
50 Selection(Selection) {
65 int getSelection() const { return Selection; }
67 void setSelection(int Selection) const;
45 MCSectionCOFF(StringRef Section, unsigned Characteristics, MCSymbol *COMDATSymbol, int Selection, SectionKind K, MCSymbol *Begin) argument
/external/clang/unittests/Driver/
H A DMultilibTest.cpp295 << "Selection picked " << SelectionM64 << " which was not expected";
303 << "Selection picked " << SelectionNoM64 << " which was not expected";
325 Multilib Selection; local
326 ASSERT_TRUE(MS2.select(Flags, Selection)) << "Selection failed for "
336 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DSelection.java10 public final class Selection { class
28 public Selection set(Selection other) {
35 public Selection set(int anchor, int caret, boolean clickAfter) {
43 Selection other2 = (Selection)other;
49 public boolean isLessThan(Selection other) {
53 public Selection pin(String text) {
69 public Selection swap(Selection afte
[all...]
/external/skia/src/sfnt/
H A DSkOTTable_OS_2_V0.h100 union Selection { union in struct:SkOTTableOS2_V0
H A DSkOTTable_OS_2_VA.h100 union Selection { union in struct:SkOTTableOS2_VA
H A DSkOTTable_OS_2_V1.h343 union Selection { union in struct:SkOTTableOS2_V1
H A DSkOTTable_OS_2_V2.h358 union Selection { union in struct:SkOTTableOS2_V2
H A DSkOTTable_OS_2_V3.h368 union Selection { union in struct:SkOTTableOS2_V3
H A DSkOTTable_OS_2_V4.h400 union Selection { union in struct:SkOTTableOS2_V4
/external/llvm/utils/TableGen/
H A DCodeGenInstruction.cpp414 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); local
416 Selection = Selection.split('|').second;
417 Res += Selection.split('|').first;
/external/llvm/lib/MC/
H A DMCContext.cpp385 StringRef COMDATSymName, int Selection,
394 COFFSectionKey T{Section, COMDATSymName, Selection};
406 CachedName, Characteristics, COMDATSymbol, Selection, Kind, Begin);
382 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection, const char *BeginSymName) argument
/external/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp867 int Selection = 0; local
872 Selection = getSelectionForCOFF(GV);
874 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE)
884 Selection = 0;
891 Selection);
922 int Selection = getSelectionForCOFF(GV); local
923 if (!Selection)
924 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES;
935 COMDATSymName, Selection);
940 Selection);
[all...]
/external/llvm/include/llvm/Object/
H A DCOFF.h450 uint8_t Selection; member in struct:llvm::object::coff_aux_section_definition
/external/llvm/include/llvm/Support/
H A DCOFF.h393 uint8_t Selection; member in struct:llvm::COFF::AuxiliarySectionDefinition
/external/robolectric/v3/runtime/
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.3_r2-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/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
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 ...
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 ...

Completed in 1595 milliseconds