Home
last modified time | relevance | path

Searched full:removing (Results 1 – 25 of 6231) sorted by relevance

12345678910>>...250

/external/ltp/testcases/kernel/syscalls/rmdir/
Drmdir02.c11 * 1. ENOTEMPTY when removing a non-empty directory
12 * 2. ENAMETOOLONG when removing a directory with long path name
13 * 3. ENOENT when removing a non-existing directory
14 * 4. ENOTDIR when removing a a file
15 * 5. EFAULT when removing a invalid pointer
16 * 6. ELOOP when removing a symlink loop
17 * 7. EROFS when removing a dir on RO mounted FS
18 * 8. EBUSY when removing a mount point
19 * 9. EINVAL when removing "." (current directory)
/external/aws-sdk-java-v2/.changes/2.4.x/
D2.4.15.json13 "description": "Removing invalid \"fips\" region"
23 "description": "Removing invalid dualstack regions and s3-external-1"
38 "description": "Removing invalid \"sandbox\" region"
48 "description": "Removing invalid \"local\" region"
53 "description": "Removing invalid \"fips\" region"
/external/parameter-framework/upstream/test/functional-tests-legacy/PfwTestCase/Domains/
DtDomain_Elements.py32 Adding and Removing elements from domain testcases
111 # Removing a domain element
112 log.I("Removing domain element %s from domain %s" % (self.elem_1_path,self.domain_name))
114 …assert err == None, "ERROR : command [removeElement] - Error while removing domain element %s" % (…
115 …assert out == "Done", "ERROR : command [removeElement] - Error while removing domain element %s" %…
152 # Removing created domain element
154 …assert err == None, "ERROR : command [removeElement] - Error while removing domain element %s" % (…
155 …assert out == "Done", "ERROR : command [removeElement] - Error while removing domain element %s" %…
271 # Error when removing domain elements
272 log.I("Removing a domain element from a non defined domain")
[all …]
DtDomain_Elements_Sequences.py115 # Removing created domain element
117 …assert err == None, "ERROR : command [removeElement] - Error while removing domain element %s" % (…
118 …assert out == "Done", "ERROR : command [removeElement] - Error while removing domain element %s" %…
120 …assert err == None, "ERROR : command [removeElement] - Error while removing domain element %s" % (…
121 …assert out == "Done", "ERROR : command [removeElement] - Error while removing domain element %s" %…
189 # Closing and removing temp file
194 # Removing created domain element
196 …assert err == None, "ERROR : command [removeElement] - Error while removing domain element %s" % (…
197 …assert out == "Done", "ERROR : command [removeElement] - Error while removing domain element %s" %…
268 # Closing and removing temp file
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1/src/main/java/com/google/cloud/aiplatform/v1/
DMergeVersionAliasesRequestOrBuilder.java66 * Add the `-` prefix to an alias means removing that alias from the version.
67 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
88 * Add the `-` prefix to an alias means removing that alias from the version.
89 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
110 * Add the `-` prefix to an alias means removing that alias from the version.
111 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
133 * Add the `-` prefix to an alias means removing that alias from the version.
134 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
DMergeVersionAliasesRequest.java142 * Add the `-` prefix to an alias means removing that alias from the version.
143 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
166 * Add the `-` prefix to an alias means removing that alias from the version.
167 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
190 * Add the `-` prefix to an alias means removing that alias from the version.
191 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
215 * Add the `-` prefix to an alias means removing that alias from the version.
216 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
765 * Add the `-` prefix to an alias means removing that alias from the version.
766 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
[all …]
/external/google-cloud-java/java-aiplatform/proto-google-cloud-aiplatform-v1beta1/src/main/java/com/google/cloud/aiplatform/v1beta1/
DMergeVersionAliasesRequestOrBuilder.java66 * Add the `-` prefix to an alias means removing that alias from the version.
67 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
88 * Add the `-` prefix to an alias means removing that alias from the version.
89 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
110 * Add the `-` prefix to an alias means removing that alias from the version.
111 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
133 * Add the `-` prefix to an alias means removing that alias from the version.
134 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
DMergeVersionAliasesRequest.java142 * Add the `-` prefix to an alias means removing that alias from the version.
143 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
166 * Add the `-` prefix to an alias means removing that alias from the version.
167 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
190 * Add the `-` prefix to an alias means removing that alias from the version.
191 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
215 * Add the `-` prefix to an alias means removing that alias from the version.
216 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
768 * Add the `-` prefix to an alias means removing that alias from the version.
769 * `-` is NOT counted in the 128 characters. Example: `-golden` means removing
[all …]
/external/linux-kselftest/tools/testing/selftests/cpufreq/
Dmodule.sh31 printf "Removing $1 module\n"
73 printf "Removing $1 module\n\n"
139 # try removing module, it should fail as governor is used
140 printf "Removing $2 module\n\n"
183 printf "Removing $1 module\n\n"
218 printf "Removing $1 module\n\n"
238 printf "Removing $2 module\n\n"
/external/executorch/examples/selective_build/
Dtest_selective_build.sh42 echo "Removing mv3.pte"
57 echo "Removing add_mul.pte"
72 echo "Removing add_mul.pte"
84 echo "Removing custom_ops_1.pte"
110 echo "Removing mv3.pte"
140 echo "Removing mv2.pte"
164 echo "Removing custom_ops_1.pte"
/external/guava/guava/src/com/google/common/util/concurrent/
DAbstractListeningExecutorService.java47 @CanIgnoreReturnValue // TODO(kak): consider removing this
57 @CanIgnoreReturnValue // TODO(kak): consider removing this
63 @CanIgnoreReturnValue // TODO(kak): consider removing this
69 @CanIgnoreReturnValue // TODO(kak): consider removing this
76 @CanIgnoreReturnValue // TODO(kak): consider removing this
/external/guava/android/guava/src/com/google/common/util/concurrent/
DAbstractListeningExecutorService.java47 @CanIgnoreReturnValue // TODO(kak): consider removing this
57 @CanIgnoreReturnValue // TODO(kak): consider removing this
63 @CanIgnoreReturnValue // TODO(kak): consider removing this
69 @CanIgnoreReturnValue // TODO(kak): consider removing this
76 @CanIgnoreReturnValue // TODO(kak): consider removing this
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/offline/
DSegmentDownloader.java136 M manifest = getManifest(dataSource, manifestDataSpec, /* removing= */ false); in download()
140 List<Segment> segments = getSegments(dataSource, manifest, /* removing= */ false); in download()
147 // Scan the segments, removing any that are fully downloaded. in download()
281 M manifest = getManifest(dataSource, manifestDataSpec, /* removing= */ true); in remove()
282 List<Segment> segments = getSegments(dataSource, manifest, /* removing= */ true); in remove()
289 // Ignore exceptions when removing. in remove()
302 * @param removing Whether the manifest is being loaded as part of the download being removed.
307 protected final M getManifest(DataSource dataSource, DataSpec dataSpec, boolean removing) in getManifest() argument
316 removing); in getManifest()
323 * @param removing Whether the execution is part of the download being removed.
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/offline/
DSegmentDownloader.java136 M manifest = getManifest(dataSource, manifestDataSpec, /* removing= */ false); in download()
140 List<Segment> segments = getSegments(dataSource, manifest, /* removing= */ false); in download()
147 // Scan the segments, removing any that are fully downloaded. in download()
281 M manifest = getManifest(dataSource, manifestDataSpec, /* removing= */ true); in remove()
282 List<Segment> segments = getSegments(dataSource, manifest, /* removing= */ true); in remove()
289 // Ignore exceptions when removing. in remove()
302 * @param removing Whether the manifest is being loaded as part of the download being removed.
307 protected final M getManifest(DataSource dataSource, DataSpec dataSpec, boolean removing) in getManifest() argument
316 removing); in getManifest()
323 * @param removing Whether the execution is part of the download being removed.
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DCollectExemplars.java45 removing("Collapsing", target, toRemove); in main()
46 removing( in main()
50 removing("numbers", target, new UnicodeSet("[:n:]")); in main()
54 removing("certain non-spacing", target, exclude); in main()
59 public static void removing(String title, UnicodeSet target, UnicodeSet toRemove) { in removing() method in CollectExemplars
/external/skia/modules/bentleyottmann/src/
DSweepLine.cpp41 void SweepLine::handleDeletions(Point eventPoint, const DeletionSegmentSet& removing) { in handleDeletions() argument
43 if (removing.empty()) { in handleDeletions()
51 auto toRemove = [eventPoint, &removing](Segment s) { in handleDeletions()
52 return s.lower() == eventPoint || removing.find(s) != removing.end(); in handleDeletions()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloader.java126 DataSource dataSource, DashManifest manifest, boolean removing) in getSegments() argument
136 dataSource, adaptationSets.get(j), periodStartUs, periodDurationUs, removing, segments); in getSegments()
147 boolean removing, in addSegmentsForAdaptationSet() argument
154 index = getSegmentIndex(dataSource, adaptationSet.type, representation, removing); in addSegmentsForAdaptationSet()
160 if (!removing) { in addSegmentsForAdaptationSet()
202 DataSource dataSource, int trackType, Representation representation, boolean removing) in getSegmentIndex() argument
215 @Nullable ChunkIndex seekMap = execute(runnable, removing); in getSegmentIndex()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/dash/src/main/java/com/google/android/exoplayer2/source/dash/offline/
DDashDownloader.java126 DataSource dataSource, DashManifest manifest, boolean removing) in getSegments() argument
136 dataSource, adaptationSets.get(j), periodStartUs, periodDurationUs, removing, segments); in getSegments()
147 boolean removing, in addSegmentsForAdaptationSet() argument
154 index = getSegmentIndex(dataSource, adaptationSet.type, representation, removing); in addSegmentsForAdaptationSet()
160 if (!removing) { in addSegmentsForAdaptationSet()
202 DataSource dataSource, int trackType, Representation representation, boolean removing) in getSegmentIndex() argument
215 @Nullable ChunkIndex seekMap = execute(runnable, removing); in getSegmentIndex()
/external/openthread/src/core/config/
Dnetdata_publisher.h77 …* Specifies the maximum value (in milliseconds) of the random wait time used before removing an en…
87 * Specifies the extra wait time (in milliseconds) used when removing a preferred entry.
89 …* When removing entries, certain entries are preferred over others. How the preference is determin…
92 …om wait selected based on `OPENTHREAD_CONFIG_NETDATA_PUBLISHER_MAX_DELAY_TO_REMOVE` before removing
93 …s gives higher chance for a non-preferred entry from another device to be removed before removing a
/external/sdk-platform-java/java-common-protos/proto-google-common-protos/src/main/java/com/google/api/
DVisibilityRuleOrBuilder.java61 * If a rule has multiple labels, removing one of the labels but not all of
68 * Removing INTERNAL from this restriction will break clients that rely on
83 * If a rule has multiple labels, removing one of the labels but not all of
90 * Removing INTERNAL from this restriction will break clients that rely on
/external/google-cloud-java/java-appengine-admin/proto-google-cloud-appengine-admin-v1/src/main/java/com/google/appengine/v1/
DDebugInstanceRequestOrBuilder.java61 …* [Adding and Removing SSH Keys](https://cloud.google.com/compute/docs/instances/adding-removing-s…
77 …* [Adding and Removing SSH Keys](https://cloud.google.com/compute/docs/instances/adding-removing-s…
/external/webrtc/api/video/
Dcolor_space.h51 // When adding/removing entries here, please make sure to do the
74 // When adding/removing entries here, please make sure to do the
94 // When adding/removing entries here, please make sure to do the
108 // When adding/removing entries here, please make sure to do the
121 // When adding/removing entries here, please make sure to do the
/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Dproject_replace_unsized_fn_params.stderr16 help: consider removing the `?Sized` bound to make the type parameter `Sized`
44 help: consider removing the `?Sized` bound to make the type parameter `Sized`
65 help: consider removing the `?Sized` bound to make the type parameter `Sized`
86 help: consider removing the `?Sized` bound to make the type parameter `Sized`
114 help: consider removing the `?Sized` bound to make the type parameter `Sized`
/external/angle/third_party/spirv-tools/src/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp43 // removing. in Apply()
49 // The member we are removing is being decorated, so we record in Apply()
53 // A member beyond the one we are removing is being decorated, so in Apply()
157 // being used, if the struct type is the one from which we are removing in AdjustAccessedIndices()
176 // The struct type is the struct from which we are removing a member, in AdjustAccessedIndices()
177 // and the member being accessed is beyond the member we are removing. in AdjustAccessedIndices()
/external/swiftshader/third_party/SPIRV-Tools/source/reduce/
Dremove_struct_member_reduction_opportunity.cpp43 // removing. in Apply()
49 // The member we are removing is being decorated, so we record in Apply()
53 // A member beyond the one we are removing is being decorated, so in Apply()
157 // being used, if the struct type is the one from which we are removing in AdjustAccessedIndices()
176 // The struct type is the struct from which we are removing a member, in AdjustAccessedIndices()
177 // and the member being accessed is beyond the member we are removing. in AdjustAccessedIndices()

12345678910>>...250