HomeSort by relevance Sort by last modified time
    Searched full:deep (Results 201 - 225 of 1306) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/wilhelm/src/
data.c 27 /** \brief Check a data locator and make local deep copy */
295 /** \brief Free the local deep copy of a data locator */
339 /** \brief Check a data format and make local deep copy */
732 /** \brief Free the local deep copy of a data format */
756 /** \brief Check a data source and make local deep copy */
    [all...]
  /external/mockito/src/org/mockito/internal/matchers/apachecommons/
EqualsBuilder.java 518 * <p>Performs a deep comparison of two <code>Object</code> arrays.</p>
549 * <p>Deep comparison of array of <code>long</code>. Length and all
580 * <p>Deep comparison of array of <code>int</code>. Length and all
611 * <p>Deep comparison of array of <code>short</code>. Length and all
642 * <p>Deep comparison of array of <code>char</code>. Length and all
673 * <p>Deep comparison of array of <code>byte</code>. Length and all
704 * <p>Deep comparison of array of <code>double</code>. Length and all
735 * <p>Deep comparison of array of <code>float</code>. Length and all
766 * <p>Deep comparison of array of <code>boolean</code>. Length and all
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporterVisitor.h 35 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
51 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
88 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
  /external/clang/test/SemaCXX/
functional-cast.cpp 57 // Cast away deep consts and volatiles.
256 ppint *deep = pppint(p3); local
258 (void)fnptrp(deep);
const-cast.cpp 26 // Cast away deep consts and volatiles.
  /external/clang/www/analyzer/
index.html 156 from basic syntactic checkers to those that find deep bugs by reasoning about
186 automatically find deep program bugs is about trading CPU time for the hardening
187 of code. Because of the deep analysis performed by state-of-the-art static
  /frameworks/base/docs/html/training/improving-layouts/
optimizing-layout.jd 40 lead to an excessively deep view hierarchy. Furthermore, nesting several instances of {@link
108 the layout shallow and wide, rather than narrow and deep. A {@link android.widget.RelativeLayout} as
145 <li>Deep layouts - Layouts with too much nesting are bad for performance. Consider using flatter layouts such as {@link android.widget.RelativeLayout} or {@link android.widget.GridLayout} to improve performance. The default maximum depth is 10.</li>
  /libcore/ojluni/src/main/java/java/security/cert/
PKIXRevocationChecker.java 185 * DER-encoded OCSP response for that certificate. A deep copy of
207 * DER-encoded OCSP response for that certificate. A deep copy of
262 // deep-copy the encoded responses, since they are mutable
  /external/icu/icu4c/source/common/unicode/
utext.h 316 * A deep clone will copy both the UText data structures and the underlying text.
319 * required to support deep clones. The user of clone() must check the status return
323 * Replaceable all support deep cloning.
325 * The UText returned from a deep clone will be writable, assuming that the text
350 * write access with deep clones.
359 * @param deep TRUE to request a deep clone, FALSE for a shallow clone.
363 * @param status Errors are returned here. For deep clones, U_UNSUPPORTED_ERROR
370 utext_clone(UText *dest, const UText *src, UBool deep, UBool readOnly, UErrorCode *status);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msxml.h 316 virtual HRESULT WINAPI cloneNode(VARIANT_BOOL deep,IXMLDOMNode **cloneRoot) = 0;
363 HRESULT (WINAPI *cloneNode)(IXMLDOMNode *This,VARIANT_BOOL deep,IXMLDOMNode **cloneRoot);
412 #define IXMLDOMNode_cloneNode(This,deep,cloneRoot) (This)->lpVtbl->cloneNode(This,deep,cloneRoot)
467 HRESULT WINAPI IXMLDOMNode_cloneNode_Proxy(IXMLDOMNode *This,VARIANT_BOOL deep,IXMLDOMNode **cloneRoot);
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GnssMeasurementValuesTest.java 90 + " Possibly, the test has been run deep indoors."
GnssNavigationMessageTest.java 89 + " Possibly, the test has been run deep indoors."
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
BitmapDecode.java 90 // create a deep copy of it using getPixels() into different configs
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/
FastQueue.java 49 protected int range = -1; // how deep have we gone?
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/
ClassicalRungeKuttaStepInterpolator.java 68 * @param interpolator interpolator to copy from. The copy is a deep
EulerStepInterpolator.java 63 * @param interpolator interpolator to copy from. The copy is a deep
HighamHall54StepInterpolator.java 55 * @param interpolator interpolator to copy from. The copy is a deep
MidpointStepInterpolator.java 65 * @param interpolator interpolator to copy from. The copy is a deep
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/
SynchronizedDescriptiveStatistics.java 53 * A copy constructor. Creates a deep-copy of the {@code original}.
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
DTMAxisIterator.java 93 * @return a deep copy of this iterator. The clone should not be reset
  /external/autotest/server/site_tests/platform_RebootAfterUpdate/
platform_RebootAfterUpdate.py 78 # functionality is currently nested deep into the test logic. Once
  /external/chromium-trace/catapult/third_party/polymer/components/paper-styles/
default-theme.html 30 --error-color: var(--paper-deep-orange-a700);
  /external/clang/test/Index/
print-type-size.cpp 137 //deep anonymous with deep level incomplete
154 //deep anonymous with first level incomplete
173 //deep anonymous with sub-first-level incomplete
  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
BridgeAttribute_info.java 53 * Performs a deep copy.
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONStringer.java 53 * you. Objects and arrays can be nested up to 20 levels deep.

Completed in 1091 milliseconds

1 2 3 4 5 6 7 891011>>