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

1 2 3 4 5

  /external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
base_symbol.py 25 def Cut(self, child):
class_definition.py 47 def Cut(self, child):
48 self.suite.Cut(child)
function_definition.py 47 def Cut(self, child):
48 self.suite.Cut(child)
  /external/guava/guava/src/com/google/common/collect/
Cut.java 32 * way, an interval can always be represented by a pair of {@code Cut} instances.
37 abstract class Cut<C extends Comparable> implements Comparable<Cut<C>>, Serializable {
40 Cut(@Nullable C endpoint) {
49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain);
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain);
59 * The canonical form is a BelowValue cut whenever possible, otherwise ABOVE_ALL, or
62 Cut<C> canonical(DiscreteDomain<C> domain) {
68 public int compareTo(Cut<C> that) {
90 if (obj instanceof Cut) {
    [all...]
  /external/pdfium/xfa/fxfa/
cxfa_ffcombobox.cpp 245 Optional<WideString> CXFA_FFComboBox::Cut() {
cxfa_fftextedit.cpp 407 Optional<WideString> CXFA_FFTextEdit::Cut() {
408 return ToEdit(m_pNormalWidget.get())->Cut();
cxfa_ffwidget.cpp 487 Optional<WideString> CXFA_FFWidget::Cut() {
  /external/guava/guava-tests/test/com/google/common/collect/
TreeRangeSetTest.java 85 private static final ImmutableList<Cut<Integer>> CUTS_TO_TEST;
88 List<Cut<Integer>> cutsToTest = Lists.newArrayList();
90 cutsToTest.add(Cut.belowValue(i));
91 cutsToTest.add(Cut.aboveValue(i));
93 cutsToTest.add(Cut.<Integer>aboveAll());
94 cutsToTest.add(Cut.<Integer>belowAll());
100 NavigableMap<Cut<Integer>, Range<Integer>> expectedRangesByLowerBound = Maps.newTreeMap();
105 NavigableMap<Cut<Integer>, Range<Integer>> rangesByLowerBound = rangeSet.rangesByLowerBound;
276 NavigableMap<Cut<Integer>, Range<Integer>> expectedRangesByUpperBound = Maps.newTreeMap();
  /external/pdfium/xfa/fwl/
cfwl_edit.cpp 332 Optional<WideString> CFWL_Edit::Cut() {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tom.h 328 virtual HRESULT WINAPI Cut(VARIANT *pVar) = 0;
390 HRESULT (WINAPI *Cut)(ITextRange *This,VARIANT *pVar);
454 #define ITextRange_Cut(This,pVar) (This)->lpVtbl->Cut(This,pVar)
    [all...]
  /prebuilts/misc/common/android-support-test/espresso/
espresso_web_release_no_deps.jar 
espresso_core_release_no_deps.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/tools/common/m2/repository/com/google/auto/value/auto-value/1.5.2/
auto-value-1.5.2.jar 
  /prebuilts/tools/common/m2/repository/com/google/guava/guava/10.0.1/
guava-10.0.1.jar 
  /cts/tests/libcore/javautilcollections/libs/
guava-20.0.jar 
  /external/annotation-tools/annotation-file-utilities/
annotation-file-utilities.jar 
  /external/annotation-tools/annotation-file-utilities/lib/
guava-20.0.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 
  /external/dagger2/lib/
google-java-format-0.1-20151017.042846-2.jar 
  /external/error_prone/error_prone/
error_prone_core-2.2.0-with-dependencies.jar 
  /external/guice/lib/
guava-16.0.1.jar 

Completed in 286 milliseconds

1 2 3 4 5