HomeSort by relevance Sort by last modified time
    Searched full:deep (Results 151 - 175 of 956) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
ExceptionsAttribute_info.java 85 * Performs a deep copy.
91 // do deep copy:
GenericAttribute_info.java 62 * Performs a deep copy.
68 // do deep copy:
InnerClassesAttribute_info.java 100 * Performs a deep copy.
108 // do deep copy:
  /external/emma/core/java12/com/vladium/util/
IntVector.java 70 * Performs deep copy.
78 // deep clone:
  /external/protobuf/python/google/protobuf/internal/
message_factory_test.py 71 msg.circular_message.scalar_value = 'one deep'
72 msg.scalar_value = 'zero deep'
  /external/valgrind/coregrind/
pub_core_sparsewa.h 38 // uses a 256-way radix tree, which is therefore 4 levels deep on a
39 // 32-bit platform and 8 levels deep on a 64-bit platform.
  /external/webrtc/src/system_wrappers/interface/
data_log.h 76 // implement a deep copy copy constructor and operator=.
96 // must implement a deep copy copy constructor and operator=.
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
importNode01.java 34 * The "importNode(importedNode,deep)" method for a
42 * Invoke method importNode(importedNode,deep) on this document with
  /frameworks/base/docs/html/design/patterns/
app-structure.jd 20 <li>Apps such as Gmail or the Play Store that combine a broad set of data views with deep navigation</li>
26 deep and complex, category views connect top level and detail views.</p>
168 <li>You have particularly deep navigation branches.</li>
181 <p>After choosing the best top-level navigation for your app, don't mix and match patterns. For example, if you decide to use tabs for top-level switching, don't add a drawer, even if your navigation branches are deep. In this case, the navigation drawer would simply duplicate the information on the tabs, confusing your users.</p>
185 <p>Generally, the purpose of a deep, data-driven app is to navigate through organizational categories
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/optional/
optional.hpp 243 // Creates a deep copy of another optional<T>
270 // Assigns from another optional<T> (deep-copies the rhs value)
286 // Assigns from another _convertible_ optional<U> (deep-copies the rhs value)
303 // Assigns from a T (deep-copies the rhs value)
535 // Creates a deep copy of another convertible optional<U>
562 // Creates a deep copy of another optional<T>
582 // Assigns from another convertible optional<U> (converts && deep-copies the rhs value)
593 // Assigns from another optional<T> (deep-copies the rhs value)
602 // Assigns from a T (deep-copies the rhs value)
746 // optional's relational operators ( ==, !=, <, >, <=, >= ) have deep-semantics (compare values)
    [all...]
  /frameworks/wilhelm/src/
data.c 25 /** \brief Check a data locator and make local deep copy */
293 /** \brief Free the local deep copy of a data locator */
337 /** \brief Check a data format and make local deep copy */
777 /** \brief Free the local deep copy of a data format */
    [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
48 /// (Warning: if you have a deep subclass of BugReporterVisitorImpl, the
85 /// (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);
  /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>
  /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...]
  /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}.

Completed in 597 milliseconds

1 2 3 4 5 67 8 91011>>