Home
last modified time | relevance | path

Searched refs:Selection (Results 1 – 25 of 185) sorted by relevance

12345678

/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DSelection.java12 public final class Selection { class
30 public Selection set(Selection other) { in set()
37 public Selection set(int anchor, int caret, boolean clickAfter) { in set()
45 Selection other2 = (Selection)other; in equals()
51 public boolean isLessThan(Selection other) { in isLessThan()
55 public Selection pin(String text) { in pin()
71 public Selection swap(Selection after) { in swap()
84 public Selection fixAfterReplace(int start, int end, int len) { in fixAfterReplace()
109 public Selection nextBound(BreakIterator breaker, in nextBound()
DDumbTextComponent.java53 private Selection selection = new Selection();
57 private transient Selection tempSelection = new Selection();
406 public void select(Selection newSelection) { in select()
636 public Selection point2Offset(Point p, Selection o) { in point2Offset()
/external/llvm/include/llvm/MC/
DMCSectionCOFF.h48 mutable int Selection; variable
53 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument
57 Selection(Selection) { in MCSectionCOFF()
72 int getSelection() const { return Selection; } in getSelection()
74 void setSelection(int Selection) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCSectionCOFF.h51 mutable int Selection; variable
56 MCSymbol *COMDATSymbol, int Selection, SectionKind K, in MCSectionCOFF() argument
60 Selection(Selection) { in MCSectionCOFF()
75 int getSelection() const { return Selection; } in getSelection()
77 void setSelection(int Selection) const;
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCSectionCOFF.h34 int Selection; variable
39 int Selection, SectionKind K) in MCSectionCOFF() argument
41 Characteristics(Characteristics), Selection (Selection) { in MCSectionCOFF()
54 int getSelection () const { return Selection; } in getSelection()
/external/llvm/lib/MC/
DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
35 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection()
36 this->Selection = Selection; in setSelection()
71 switch (Selection) { in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionCOFF.cpp34 void MCSectionCOFF::setSelection(int Selection) const { in setSelection()
35 assert(Selection != 0 && "invalid COMDAT selection type"); in setSelection()
36 this->Selection = Selection; in setSelection()
76 switch (Selection) { in PrintSwitchToSection()
/external/llvm/test/MC/COFF/
Dseh-section-2.s61 # CHECK: Selection: Any (0x2)
78 # CHECK: Selection: Associative (0x5)
96 # CHECK: Selection: Associative (0x5)
114 # CHECK: Selection: Associative (0x5)
132 # CHECK: Selection: Associative (0x5)
150 # CHECK: Selection: Associative (0x5)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/COFF/
Dseh-section-2.s61 # CHECK: Selection: Any (0x2)
78 # CHECK: Selection: Associative (0x5)
96 # CHECK: Selection: Associative (0x5)
114 # CHECK: Selection: Associative (0x5)
132 # CHECK: Selection: Associative (0x5)
150 # CHECK: Selection: Associative (0x5)
/external/clang/test/CodeGenObjC/
Ddebuginfo-properties.m10 @class Selection;
13 @property (nonatomic, retain) Selection* selection;
30 Selection *_selection;
39 Selection *_selection;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/FuzzMutate/
DRandom.h36 typename std::remove_const<T>::type Selection = {}; variable
47 return Selection; in getSelection()
68 Selection = Item; in sample()
/external/setupdesign/main/src/com/google/android/setupdesign/view/
DTouchableMovementMethod.java19 import android.text.Selection;
62 lastEventResult = Selection.getSelectionStart(buffer) != -1; in onTouchEvent()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/GlobalISel/
Dgisel-commandline-option.ll45 ; FALLBACK: AArch64 Instruction Selection
46 ; NOFALLBACK-NOT: AArch64 Instruction Selection
50 ; DISABLED: AArch64 Instruction Selection
/external/setupdesign/main/src/com/google/android/setupdesign/span/
DLinkSpan.java23 import android.text.Selection;
96 Selection.setSelection((Spannable) text, 0); in onClick()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp891 int Selection = 0; in getExplicitSectionGlobal() local
896 Selection = getSelectionForCOFF(GV); in getExplicitSectionGlobal()
898 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal()
908 Selection = 0; in getExplicitSectionGlobal()
913 Selection); in getExplicitSectionGlobal()
944 int Selection = getSelectionForCOFF(GV); in SelectSectionForGlobal() local
945 if (!Selection) in SelectSectionForGlobal()
946 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal()
961 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
966 Selection, UniqueID); in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DSDNodeProperties.td12 // Selection DAG Pattern Operations
18 // Selection DAG Node Properties.
/external/clang/unittests/Driver/
DMultilibTest.cpp325 Multilib Selection; in TEST() local
326 ASSERT_TRUE(MS2.select(Flags, Selection)) << "Selection failed for " in TEST()
336 ASSERT_EQ(Selection.gccSuffix(), Suffix) << "Selection picked " << Selection in TEST()
/external/perfetto/ui/src/common/
Dstate.ts113 type Selection = alias
144 currentSelection: Selection|null;
/external/llvm/test/tools/llvm-readobj/
Dbigobj.test102 CHECK-NEXT: Selection: 0x0
119 CHECK-NEXT: Selection: 0x0
136 CHECK-NEXT: Selection: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/
Dbigobj.test102 CHECK-NEXT: Selection: 0x0
119 CHECK-NEXT: Selection: 0x0
136 CHECK-NEXT: Selection: 0x0
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1089 int Selection = 0; in getExplicitSectionGlobal() local
1094 Selection = getSelectionForCOFF(GO); in getExplicitSectionGlobal()
1096 if (Selection == COFF::IMAGE_COMDAT_SELECT_ASSOCIATIVE) in getExplicitSectionGlobal()
1106 Selection = 0; in getExplicitSectionGlobal()
1111 Selection); in getExplicitSectionGlobal()
1142 int Selection = getSelectionForCOFF(GO); in SelectSectionForGlobal() local
1143 if (!Selection) in SelectSectionForGlobal()
1144 Selection = COFF::IMAGE_COMDAT_SELECT_NODUPLICATES; in SelectSectionForGlobal()
1166 COMDATSymName, Selection, UniqueID); in SelectSectionForGlobal()
1171 Selection, UniqueID); in SelectSectionForGlobal()
/external/v8/tools/turbolizer/src/
Dview.ts8 abstract initializeContent(data: any, rememberedSelection: Selection): void;
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenInstruction.cpp387 StringRef Selection = Cur.slice(VariantsStart, VariantsEnd); in FlattenAsmStringVariants() local
389 Selection = Selection.split('|').second; in FlattenAsmStringVariants()
390 Res += Selection.split('|').first; in FlattenAsmStringVariants()
/external/pdfium/xfa/fde/
Dcfde_texteditengine.h196 struct Selection { struct
236 Selection selection_;
/external/swiftshader/third_party/LLVM/lib/MC/
DMCSectionCOFF.cpp52 switch (Selection) { in PrintSwitchToSection()

12345678