Searched defs:Cut (Results 1 - 14 of 14) sorted by relevance

/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/annotated_symbol/
H A Dbase_symbol.py25 def Cut(self, child): member in class:AnnotatedSymbol
H A Dclass_definition.py47 def Cut(self, child): member in class:Class
48 self.suite.Cut(child)
H A Dfunction_definition.py47 def Cut(self, child): member in class:Function
48 self.suite.Cut(child)
/external/guava/guava/src/com/google/common/collect/
H A DCut.java32 * 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 { class in inherits:Comparable,Serializable
40 Cut(@Nullable C endpoint) { method in class:Cut
49 abstract Cut<C> withLowerBoundType(BoundType boundType, DiscreteDomain<C> domain);
50 abstract Cut<C> withUpperBoundType(BoundType boundType, DiscreteDomain<C> domain);
62 Cut<C> canonical(DiscreteDomain<C> domain) {
68 public int compareTo(Cut<C> that) {
90 if (obj instanceof Cut) {
91 // It might not really be a Cut<
[all...]
/external/pdfium/xfa/fxfa/app/
H A Dxfa_ffchoicelist.cpp432 bool CXFA_FFComboBox::Cut(CFX_WideString& wsCut) { function in class:CXFA_FFComboBox
H A Dxfa_ffwidget.cpp320 bool CXFA_FFWidget::Cut(CFX_WideString& wsCut) { function in class:CXFA_FFWidget
/external/pdfium/xfa/fwl/
H A Dcfwl_edit.cpp336 bool CFWL_Edit::Cut(CFX_WideString& wsCut) { function in class:CFWL_Edit
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DLiveIntervalAnalysis.cpp2114 bool Cut = false; local
2165 Cut = true;
2167 return Cut;
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
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/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 169 milliseconds