Home
last modified time | relevance | path

Searched +full:deep +full:- +full:is (Results 1 – 25 of 1114) sorted by relevance

12345678910>>...45

/external/chromium-trace/catapult/third_party/polymer/components/iron-flex-layout/classes/
Diron-shadow-flex-layout.html1 <!--
7 Code distributed by Google as part of the polymer project is also
9 -->
12 …console.warn('This file is deprecated. Please use `iron-flex-layout/iron-flex-layout-classes.html`…
21 html /deep/ .layout.horizontal,
22 html /deep/ .layout.horizontal-reverse,
23 html /deep/ .layout.vertical,
24 html /deep/ .layout.vertical-reverse {
25 display: -ms-flexbox;
26 display: -webkit-flex;
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-styles/classes/
Dshadow-layout.html1 <!--
7 Code distributed by Google as part of the polymer project is also
9 -->
12 …console.warn('This file is deprecated. Please use `iron-flex-layout/iron-flex-layout-classes.html`…
21 html /deep/ .layout.horizontal,
22 html /deep/ .layout.horizontal-reverse,
23 html /deep/ .layout.vertical,
24 html /deep/ .layout.vertical-reverse {
25 display: -ms-flexbox;
26 display: -webkit-flex;
[all …]
/external/autotest/server/site_tests/firmware_Cr50OpenWhileAPOff/
Dfirmware_Cr50OpenWhileAPOff.py2 # Use of this source code is governed by a BSD-style license that can be
14 """Verify the console can be opened while the AP is off.
17 the AP is off.
20 commands. 'ccd open' is just one.
38 # c2d2 uses cr50 for ec reset. The setting doesn't survive deep sleep.
39 # This test needs ec reset to survive deep sleep to keep the AP off.
54 # make sure password is cleared.
58 # You can only open cr50 from the console if a password is set. Set
59 # a password, so we can use it to open cr50 while the AP is off.
71 # Some devices can't tell the AP is off when the EC is off. Try
[all …]
/external/python/cpython3/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
5 :synopsis: Shallow and deep copy operations.
9 --------------
13 mutable items, a copy is sometimes needed so one can change one copy without
14 changing the other. This module provides generic shallow and deep copy
27 Return a deep copy of *x*.
36 The difference between shallow and deep copying is only relevant for compound
42 * A *deep copy* constructs a new compound object and then, recursively, inserts
45 Two problems often exist with deep copy operations that don't exist with shallow
51 * Because deep copy copies everything it may copy too much, such as data
[all …]
/external/python/cpython2/Doc/library/
Dcopy.rst1 :mod:`copy` --- Shallow and deep copy operations
5 :synopsis: Shallow and deep copy operations.
9 mutable items, a copy is sometimes needed so one can change one copy without
10 changing the other. This module provides generic shallow and deep copy
23 Return a deep copy of *x*.
31 The difference between shallow and deep copying is only relevant for compound
37 * A *deep copy* constructs a new compound object and then, recursively, inserts
40 Two problems often exist with deep copy operations that don't exist with shallow
46 * Because deep copy copies everything it may copy too much, such as data
47 which is intended to be shared between copies.
[all …]
/external/python/cpython3/Lib/
Dcopy.py1 """Generic (shallow and deep) copying operations.
8 x = copy.deepcopy(y) # make a deep copy of y
10 For module specific errors, copy.Error is raised.
12 The difference between shallow and deep copying is only relevant for
16 - A shallow copy constructs a new compound object and then (to the
20 - A deep copy constructs a new compound object and then, recursively,
23 Two problems often exist with deep copy operations that don't exist
29 b) because deep copy copies *everything* it may copy too much, e.g.
33 Python's deep copy operation avoids these problems by:
38 b) letting user-defined classes override the copying operation or the
[all …]
/external/python/cpython2/Lib/test/
Dtest_mhlib.py24 raise unittest.SkipTest("skipped on %s -- " % sys.platform +
55 "Current-Folder: %s\n" % folder)
109 'ignored-attribute': 'camping holiday'})
127 "This is message number %s\n" % i)
130 def deep(folder, n): function
133 "This is message number %s in %s\n" % (n, folder) )
134 deep('deep/f1', 1)
135 deep('deep/f1', 2)
136 deep('deep/f1', 3)
137 deep('deep/f2', 4)
[all …]
/external/autotest/server/site_tests/firmware_Cr50DeepSleepStress/
Dfirmware_Cr50DeepSleepStress.py2 # Use of this source code is governed by a BSD-style license that can be
19 """Verify Cr50 deep sleep after running power_SuspendStress.
21 Cr50 should enter deep sleep every suspend. Verify that by checking the
22 idle deep sleep count.
32 # Initialize the FWMP with a non-zero value. Use 100, because it's an
35 # The deep sleep count may not exactly match the suspend count. This is the
37 # count is greater than this ratio, fail the test.
41 """Make sure the test is running with access to the Cr50 console"""
49 raise error.TestNAError('deep sleep tests can only be run with a '
112 # Disable CCD so Cr50 can enter deep sleep
[all …]
/external/python/google-api-python-client/docs/dyn/
Ddfareporting_v3_3.advertiserLandingPages.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddfareporting_v3_5.advertiserLandingPages.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Ddfareporting_v3_4.advertiserLandingPages.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/javassist/src/main/javassist/bytecode/analysis/
DType.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
11 * Software distributed under the License is distributed on an "AS IS" basis,
27 * Represents a JVM type in data-flow analysis. This abstraction is necessary since
66 * Represents an unknown, or null type. This occurs when aconst_null is used.
67 * It is important not to treat this type as java.lang.Object, since a null can
70 * information. If this type is encountered on a frame then it is guaranteed to
71 * be null, and the type information is simply not available. Any attempts to
77 * Represents an internal JVM return address, which is used by the RET
82 /** A placeholder used by the analyzer for the second word position of a double-word type */
[all …]
/external/sdv/vsomeip/third_party/boost/proto/include/boost/proto/
Ddeep_copy.hpp59 /// be cv-qualified.
73 /// \brief A PolymorphicFunctionObject type for deep-copying
76 /// A PolymorphicFunctionObject type for deep-copying
77 /// Proto expression trees. When a tree is deep-copied,
81 /// \attention Terminals of reference-to-function type are
82 /// left unchanged. Terminals of reference-to-array type are
102 /// \brief Deep-copies a Proto expression tree, turning all
114 /// \brief A function for deep-copying
117 /// A function for deep-copying
118 /// Proto expression trees. When a tree is deep-copied,
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-styles/
Dcolor.html1 <!--
7 Code distributed by Google as part of the polymer project is also
9 -->
13 <style is="custom-style">
19 --google-red-100: #f4c7c3;
20 --google-red-300: #e67c73;
21 --google-red-500: #db4437;
22 --google-red-700: #c53929;
24 --google-blue-100: #c6dafc;
25 --google-blue-300: #7baaf7;
[all …]
/external/python/pyyaml/lib/yaml/
Dconstructor.py36 object, to prevent user-controlled methods from being called during
50 if node is not None:
67 def construct_object(self, node, deep=False): argument
70 if deep:
83 if tag_prefix is not None and node.tag.startswith(tag_prefix):
99 if tag_suffix is None:
113 if deep:
124 def construct_sequence(self, node, deep=False): argument
129 return [self.construct_object(child, deep=deep)
132 def construct_mapping(self, node, deep=False): argument
[all …]
/external/python/cpython2/Lib/
Dcopy.py1 """Generic (shallow and deep) copying operations.
8 x = copy.deepcopy(y) # make a deep copy of y
10 For module specific errors, copy.Error is raised.
12 The difference between shallow and deep copying is only relevant for
16 - A shallow copy constructs a new compound object and then (to the
20 - A deep copy constructs a new compound object and then, recursively,
23 Two problems often exist with deep copy operations that don't exist
29 b) because deep copy copies *everything* it may copy too much, e.g.
33 Python's deep copy operation avoids these problems by:
38 b) letting user-defined classes override the copying operation or the
[all …]
/external/autotest/server/site_tests/firmware_Cr50FIPSDS/
Dfirmware_Cr50FIPSDS.py2 # Use of this source code is governed by a BSD-style license that can be
15 Verify cr50 fips works after coming out of deep sleep.
20 """Shutdown the AP and give cr50 enough time to enter deep sleep."""
30 raise error.TestFail('Crypto not allowed after deep sleep')
31 # Make sure the EC jumped to RW. This could catch ec-efs issues.
35 raise error.TestError('Cr50 did not enter deep sleep')
36 # Make sure the DUT fully booted and is sshable.
40 """Verify FIPS after deep sleep."""
44 # Verify EC sysjump works on deep sleep resume.
/external/chromium-trace/catapult/third_party/polymer/components/app-route/test/
Dtest-app-example-1.html2 <!--
8 Code distributed by Google as part of the polymer project is also
10 -->
13 <title>app-route</title>
15 <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
16 <script src="../../web-component-tester/browser.js"></script>
19 <link rel="import" href="./app-example-1.html">
22 <test-fixture id="ExampleApp">
24 <app-example-1></app-example-1>
26 </test-fixture>
[all …]
Dapp-route.html2 <!--
8 Code distributed by Google as part of the polymer project is also
10 -->
13 <title>app-route</title>
15 <script src="../../webcomponentsjs/webcomponents-lite.js"></script>
16 <script src="../../web-component-tester/browser.js"></script>
19 <link rel="import" href="../app-route.html">
23 <test-fixture id="BasicRoute">
25 <app-route pattern='/user/:username'>
26 </app-route>
[all …]
/external/sdv/vsomeip/third_party/boost/proto/doc/reference/
Ddeep_copy.xml1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
8 -->
15 <!-- proto::result_of::deep_copy -->
18 <template-type-parameter name="Expr"/>
27 It should not be a reference type, nor should it be cv-qualified.
37 <!-- proto::functional::deep_copy -->
42 … <purpose>A <conceptname>PolymorphicFunctionObject</conceptname> type for deep-copying Proto
46 …A <conceptname>PolymorphicFunctionObject</conceptname> type for deep-copying Proto expression tree…
47 …When a tree is deep-copied, all internal nodes and terminals held by reference are instead held by…
[all …]
/external/flac/include/FLAC++/
Dmetadata.h1 /* libFLAC++ - Free Lossless Audio Codec library
2 * Copyright (C) 2002-2009 Josh Coalson
3 * Copyright (C) 2011-2023 Xiph.Org Foundation
9 * - Redistributions of source code must retain the above copyright
12 * - Redistributions in binary form must reproduce the above copyright
16 * - Neither the name of the Xiph.org Foundation nor the names of its
20 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
21 * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
70 * FLAC files, and it is read-only i.e. no writing back changed
94 * Any time a metadata object is constructed or assigned, you
[all …]
/external/javassist/src/main/javassist/bytecode/stackmap/
DTypeData.java2 * Javassist, a Java-bytecode translator toolkit.
3 * Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.
11 * Software distributed under the License is distributed on an "AS IS" basis,
35 * array type is a subtype of Cloneable and Serializable
49 * Sets the type name of this object type. If the given type name is
53 * @param className dot-separated name unless the type is an array type.
66 * If the type is a basic type, this method normalizes the type
91 * Depth-first search by Tarjan's algorithm
103 * Returns this if it is a TypeVar or a TypeVar that this
105 * It is used by dfs().
[all …]
/external/autotest/server/site_tests/firmware_Cr50DeviceState/
Dfirmware_Cr50DeviceState.py2 # Use of this source code is governed by a BSD-style license that can be
21 aren't any interrupt storms and that Cr50 enters regular or deep sleep a
26 DEEP_SLEEP_STEP_SUFFIX = ' Num Deep Sleep Steps'
28 KEY_CMD_END_TIME = -4
30 KEY_DEEP_SLEEP = -3
31 KEY_TIME = -2
32 KEY_RESET = -1
36 KEY_DEEP_SLEEP : 'Deep Sleep Count',
60 # USB, AP UART, and EC UART should be disabled if ccd is disabled.
66 # enough for cr50 to settle into whatever state. 60 seconds is also long
[all …]
/external/apache-xml/test/tests/conf/select/
Dselect59.xsl4 <!-- FileName: select59 -->
5 <!-- Document: http://www.w3.org/TR/Xpath -->
6 <!-- DocVersion: 19991116 -->
7 <!-- Section: 3.3 Node Sets -->
8 <!-- Purpose: test union operator using overlapping node-sets. Results should
9 always be output in doc order regardless of order of select attribute. -->
10 <!-- Creator: Carmelo Montanez (original) --><!-- Expression019 in NIST suite -->
11 <!-- Creator: Paul Dick (this version) -->
13 <xsl:key name="which" match="child" use="@wide|@deep"/>
14 <xsl:key name="one" match="child" use="@deep"/>
[all …]
/external/google-cloud-java/generation/
Dset_owlbot_config.sh9 # $ set_owlbot_config.sh java-dataform/.OwlBot.yaml
12 # $ for F in `find . -maxdepth 2 -name '.OwlBot.yaml'`; do sh generation/set_owlbot_config.sh $F; d…
14 for F in `find . -maxdepth 2 -name '.OwlBot.yaml'`;
19 if [ -z "${OWLBOT_FILE}" ]; then
24 if [ ! -r "${OWLBOT_FILE}" ]; then
32 if [ ! -d "${module_name}" ]; then
37 # For deep-remove-regex and deep-preserve-regex fields
38 sed -i.bak "s|\"/grpc-google|\"/${module_name}/grpc-google|" "${OWLBOT_FILE}" && rm "${OWLBOT_FILE}…
39 sed -i.bak "s|\"/proto-google|\"/${module_name}/proto-google|" "${OWLBOT_FILE}" && rm "${OWLBOT_FIL…
40 sed -i.bak "s|\"/google-\.\*|\"/${module_name}/google-.*|" "${OWLBOT_FILE}" && rm "${OWLBOT_FILE}".…
[all …]

12345678910>>...45