Searched
full:deep (Results
326 -
350 of
1307) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 592 def _setupCloneElement(self, deep): 595 clone = root.cloneNode(deep) 597 root, clone, "testCloneElement" + (deep and "Deep" or "Shallow")) 717 def check_import_document(self, deep, testName): 720 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 740 # Testing attribute clones uses a helper, and should always be deep, 742 def check_clone_attribute(self, deep, testName): 746 clone = attr.cloneNode(deep) 762 def check_clone_pi(self, deep, testName) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_minidom.py | 592 def _setupCloneElement(self, deep): 595 clone = root.cloneNode(deep) 597 root, clone, "testCloneElement" + (deep and "Deep" or "Shallow")) 717 def check_import_document(self, deep, testName): 720 self.assertRaises(xml.dom.NotSupportedErr, doc1.importNode, doc2, deep) 740 # Testing attribute clones uses a helper, and should always be deep, 742 def check_clone_attribute(self, deep, testName): 746 clone = attr.cloneNode(deep) 762 def check_clone_pi(self, deep, testName) [all...] |
/cts/hostsidetests/net/src/com/android/cts/net/ |
HostsideRestrictBackgroundNetworkTests.java | 298 final String result = runCommand("cmd deviceidle enabled deep").trim();
|
/cts/tests/tests/location/src/android/location/cts/ |
GnssMeasurementRegistrationTest.java | 38 * 2. If no {@link GnssMeasurementsEvent} are received, then check whether the device is deep indoor.
|
/development/samples/AppNavigation/res/values/ |
strings.xml | 44 <string name="notifications_description">There are two classes of notifications: notifications that deep-link into an app directly, (e.g. an incoming SMS) and notifications that present an interstitial/summary of multiple collapsed notifications before linking into the app itself. (e.g. Calendar event notifications.) The buttons below will create notifications of each type.</string>
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
ANTLRStringStream.as | 46 /** tracks how deep mark() calls are nested */
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/ |
FastQueue.cs | 61 /// How deep have we gone?
|
LookaheadStream.cs | 61 /** <summary>tracks how deep mark() calls are nested</summary> */
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Misc/ |
FastQueue.cs | 65 /// How deep have we gone?
|
LookaheadStream.cs | 64 /** <summary>tracks how deep mark() calls are nested</summary> */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/misc/ |
LookaheadStream.java | 57 /** tracks how deep mark() calls are nested */
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
ANTLRBufferedTokenStream.h | 53 NSInteger range; // how deep have we gone?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
ANTLRBufferedTokenStream.h | 53 NSInteger range; // how deep have we gone?
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
ANTLRBufferedTokenStream.h | 53 NSInteger range; // how deep have we gone?
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
ANTLRBufferedTokenStream.h | 55 NSInteger range; // how deep have we gone?
|
LookaheadStream.h | 50 /** tracks how deep mark() calls are nested */
|
LookaheadStream.m | 50 /** tracks how deep mark() calls are nested */
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/nonstiff/ |
GillStepInterpolator.java | 75 * @param interpolator interpolator to copy from. The copy is a deep
|
RungeKuttaStepInterpolator.java | 73 * <p>The copy is a deep copy: its arrays are separated from the
|
ThreeEighthesStepInterpolator.java | 70 * @param interpolator interpolator to copy from. The copy is a deep
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/ |
DummyStepInterpolator.java | 75 * @param interpolator interpolator to copy from. The copy is a deep
|
StepInterpolator.java | 125 * @return a deep copy of the instance, which can be used independently.
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/ |
SynchronizedSummaryStatistics.java | 45 * A copy constructor. Creates a deep-copy of the {@code original}.
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
IntStack.java | 30 * heavy recopying penalty if/when its size is increased. If we expect deep
|
ObjectStack.java | 30 * heavy recopying penalty if/when its size is increased. If we expect deep
|
Completed in 961 milliseconds
<<11121314151617181920>>