Home
last modified time | relevance | path

Searched full:modify (Results 1 – 25 of 19860) sorted by relevance

12345678910>>...795

/external/deqp/android/cts/main/src/
Degl-main-2022-03-01.txt56 dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba8
57 dEQP-EGL.functional.image.modify.android_native_rgba4_tex_subimage_rgba4
58 dEQP-EGL.functional.image.modify.android_native_rgba4_renderbuffer_clear_color
59 dEQP-EGL.functional.image.modify.android_native_rgb5_a1_tex_subimage_rgb5_a1
60 dEQP-EGL.functional.image.modify.android_native_rgb5_a1_renderbuffer_clear_color
61 dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb8
62 dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb565
63 dEQP-EGL.functional.image.modify.android_native_rgb565_renderbuffer_clear_color
64 dEQP-EGL.functional.image.modify.android_native_rgb8_tex_subimage_rgb8
65 dEQP-EGL.functional.image.modify.android_native_rgb8_renderbuffer_clear_color
[all …]
/external/deqp/android/cts/main/
Degl-main-2022-03-01.txt55 dEQP-EGL.functional.image.modify.android_native_d16_renderbuffer_clear_depth
56 dEQP-EGL.functional.image.modify.android_native_d24_renderbuffer_clear_depth
57 dEQP-EGL.functional.image.modify.android_native_d24s8_renderbuffer_clear_depth
58 dEQP-EGL.functional.image.modify.android_native_d24s8_renderbuffer_clear_stencil
59 dEQP-EGL.functional.image.modify.android_native_d32f_renderbuffer_clear_depth
60 dEQP-EGL.functional.image.modify.android_native_d32fs8_renderbuffer_clear_depth
61 dEQP-EGL.functional.image.modify.android_native_d32fs8_renderbuffer_clear_stencil
62 dEQP-EGL.functional.image.modify.android_native_rgb10a2_renderbuffer_clear_color
63 dEQP-EGL.functional.image.modify.android_native_rgb565_renderbuffer_clear_color
64 dEQP-EGL.functional.image.modify.android_native_rgb565_tex_subimage_rgb565
[all …]
/external/aws-sdk-java-v2/services/directory/src/main/resources/codegen-resources/
Dcustomization.config12 "modify": [
21 "modify": [
30 "modify": [
39 "modify": [
48 "modify": [
57 "modify": [
66 "modify": [
75 "modify": [
84 "modify": [
93 "modify": [
[all …]
/external/aws-sdk-java-v2/services/ec2/src/main/resources/codegen-resources/
Dcustomization.config85 "modify": [
94 "modify": [
103 "modify": [
112 "modify": [
121 "modify": [
130 "modify": [
139 "modify": [
148 "modify": [
157 "modify": [
166 "modify": [
[all …]
/external/aws-sdk-java-v2/services/quicksight/src/main/resources/codegen-resources/
Dcustomization.config4 "modify": [
13 "modify": [
22 "modify": [
31 "modify": [
40 "modify": [
49 "modify": [
58 "modify": [
67 "modify": [
76 "modify": [
85 "modify": [
[all …]
/external/aws-sdk-java-v2/services/ssooidc/src/main/resources/codegen-resources/
Dcustomization.config5 "modify": [
15 "modify": [
25 "modify": [
35 "modify": [
45 "modify": [
55 "modify": [
65 "modify": [
75 "modify": [
85 "modify": [
95 "modify": [
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/draft/
DUnmodifiableBitSet.java24 throw new UnsupportedOperationException("Cannot modify."); in and()
29 throw new UnsupportedOperationException("Cannot modify."); in andNot()
34 throw new UnsupportedOperationException("Cannot modify."); in clear()
39 throw new UnsupportedOperationException("Cannot modify."); in clear()
44 throw new UnsupportedOperationException("Cannot modify."); in clear()
49 throw new UnsupportedOperationException("Cannot modify."); in flip()
54 throw new UnsupportedOperationException("Cannot modify."); in flip()
59 throw new UnsupportedOperationException("Cannot modify."); in set()
64 throw new UnsupportedOperationException("Cannot modify."); in set()
69 throw new UnsupportedOperationException("Cannot modify."); in set()
[all …]
/external/llvm/utils/emacs/
Dtablegen-mode.el59 (modify-syntax-entry ?\ " " tablegen-mode-syntax-table)
60 (modify-syntax-entry ?\t " " tablegen-mode-syntax-table)
61 (modify-syntax-entry ?\r " " tablegen-mode-syntax-table)
62 (modify-syntax-entry ?\n " " tablegen-mode-syntax-table)
63 (modify-syntax-entry ?\f " " tablegen-mode-syntax-table)
65 (modify-syntax-entry ?\% "w" tablegen-mode-syntax-table)
66 (modify-syntax-entry ?\_ "w" tablegen-mode-syntax-table)
68 (modify-syntax-entry ?/ ". 124b" tablegen-mode-syntax-table)
69 (modify-syntax-entry ?* ". 23" tablegen-mode-syntax-table)
70 (modify-syntax-entry ?\n "> b" tablegen-mode-syntax-table)
[all …]
/external/sdv/vsomeip/third_party/boost/multi_index/test/
Dtest_update.cpp1 /* Boost.MultiIndex test for replace(), modify() and modify_key().
69 c.modify(it,do_nothing()); in test_stable_update()
72 c.modify(it,do_nothing(),do_nothing()); in test_stable_update()
77 bool b=c.modify(it,assign_value(i),assign_value(*it)); in test_stable_update()
144 BOOST_TEST(iis.modify(iis.begin(),increment_first)); in test_update()
145 BOOST_TEST(ii2.modify(ii2.begin(),increment_first)); in test_update()
146 BOOST_TEST(ii1.modify(project<1>(iis,iis.begin()),increment_first)); in test_update()
147 BOOST_TEST(ii2.modify(ii2.begin(),increment_first,decrement_first)); in test_update()
149 BOOST_TEST(!iis.modify(iis.begin(),increment_first,decrement_first)); in test_update()
152 BOOST_TEST(!iis.modify(iis.begin(),increment_first)); in test_update()
[all …]
/external/pigweed/pw_env_setup/py/pw_env_setup/
Djson_visitor.py37 'modify': {},
55 self._data['modify'].setdefault(name, default)
59 self._data['modify'][remove.name]['remove'].append(remove.value)
60 if remove.value in self._data['modify'][remove.name]['append']:
61 self._data['modify'][remove.name]['append'].remove(remove.value)
62 if remove.value in self._data['modify'][remove.name]['prepend']:
63 self._data['modify'][remove.name]['prepend'].remove(remove.value)
67 self._data['modify'][prepend.name]['prepend'].append(prepend.value)
68 if prepend.value in self._data['modify'][prepend.name]['remove']:
69 self._data['modify'][prepend.name]['remove'].remove(prepend.value)
[all …]
/external/skia/resources/sksl/errors/
DInvalidAssignment.rts32 cannot modify immutable variable 'u'
33 cannot modify immutable variable 'x'
36 cannot modify immutable variable 'l'
37 cannot modify immutable variable 'r'
38 cannot modify immutable variable 'l'
41 cannot modify immutable variable 'x'
42 cannot modify immutable variable 'x'
43 cannot modify immutable variable 's.f'
44 cannot modify immutable variable 't.s'
/external/skia/tests/sksl/errors/
DInvalidAssignment.glsl6 error: 12: cannot modify immutable variable 'u'
9 error: 13: cannot modify immutable variable 'x'
18 error: 18: cannot modify immutable variable 'l'
21 error: 19: cannot modify immutable variable 'r'
24 error: 20: cannot modify immutable variable 'l'
33 error: 25: cannot modify immutable variable 'x'
36 error: 26: cannot modify immutable variable 'x'
39 error: 27: cannot modify immutable variable 's.f'
42 error: 28: cannot modify immutable variable 't.s'
/external/freetype/
DLICENSE7 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
53 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
76 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
99 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
122 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
145 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
168 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
191 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
214 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dfuse_mul_to_conv.h37 // Modify Convolution2DAttributes so that after making convolution with
43 // Modify DepthwiseConvolution2DAttributes so that after making depth wise
50 // Modify ConvolutionTransposedAttributes so that after making convolution
57 // Modify FullyConnectedAttributes so that after making fully connected with
63 // Modify Convolution2DAttributes so that after making convolution with
69 // Modify DepthwiseConvolution2DAttributes so that after making depth wise
76 // Modify ConvolutionTransposedAttributes so that after making convolution
83 // Modify FullyConnectedAttributes so that after making fully connected
/external/python/google-api-python-client/docs/dyn/
Dpeople_v1.contactGroups.members.html81 <code><a href="#modify">modify(resourceName, body=None, x__xgafv=None)</a></code></p>
82 <p class="firstline">Modify the members of a contact group owned by the authenticated user. The onl…
90 <code class="details" id="modify">modify(resourceName, body=None, x__xgafv=None)</code>
91 …<pre>Modify the members of a contact group owned by the authenticated user. The only system contac…
94 resourceName: string, Required. The resource name of the contact group to modify. (required)
98 { # A request to modify an existing contact group&#x27;s members. Contacts can be removed from any …
115 { # The response to a modify contact group members request.
/external/selinux/python/semanage/
Dsemanage10 # modify it under the terms of the GNU General Public License as
54 usage_login_dict = {' --add': ('-s SEUSER', '-r RANGE', 'LOGIN',), ' --modify': ('-s SEUSER', '-r R…
57 …': ('(', '-t TYPE', '-f FTYPE', '|', '-e EQUAL', ')', 'FILE_SPEC',), ' --modify': ('(', '-t TYPE',…
60 …', '-R ROLES', '-r RANGE', 'SEUSER', ')'), ' --delete': ('SEUSER',), ' --modify': ('(', '-L LEVEL'…
63 …-p PROTOCOL', '-r RANGE', '(', 'port_name', '|', 'port_range', ')'), ' --modify': ('-t TYPE', '-p …
66 …ET_PREFIX', '-r RANGE', '(', 'ibpkey_name', '|', 'pkey_range', ')'), ' --modify': ('-t TYPE', '-x …
69 … --add': ('-t TYPE', '-z IBDEV_NAME', '-r RANGE', '(', 'port', ')'), ' --modify': ('-t TYPE', '-z …
72 …-add': ('-M NETMASK', '-p PROTOCOL', '-t TYPE', '-r RANGE', 'node'), ' --modify': ('-M NETMASK', '…
75 usage_interface_dict = {' --add': ('-t TYPE', '-r RANGE', 'interface'), ' --modify': ('-t TYPE', '-…
78 usage_boolean_dict = {' --modify': ('(', '--on', '|', '--off', ')', 'boolean'), ' --list': ('-C',),…
[all …]
/external/flatbuffers/tests/FlatBuffers.Test.Swift/Tests/FlatBuffers.Test.SwiftTests/
DXCTestManifests.swift21 // DO NOT MODIFY: This is autogenerated, use:
31 // DO NOT MODIFY: This is autogenerated, use:
54 // DO NOT MODIFY: This is autogenerated, use:
64 // DO NOT MODIFY: This is autogenerated, use:
73 // DO NOT MODIFY: This is autogenerated, use:
90 // DO NOT MODIFY: This is autogenerated, use:
103 // DO NOT MODIFY: This is autogenerated, use:
119 // DO NOT MODIFY: This is autogenerated, use:
/external/angle/src/tests/deqp_support/
Ddeqp_egl_test_expectations.txt160 b/328156792 PINEAPPLE VULKAN : dEQP-EGL.functional.image.modify.renderbuffer_stencil_renderbuffer_c…
223 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb565 = FAIL
224 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_tex_subimage_rgb8 = FAIL
225 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_renderbuffer_clear_color = F…
226 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb5_a1_tex_subimage_rgb5_a1 = FAIL
227 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba4 = FAIL
228 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgba4_tex_subimage_rgba8 = FAIL
229 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_rgb565_renderbuffer_clear_color = FA…
230 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_depth16_renderbuffer_clear_depth = F…
231 6485 MAC METAL : dEQP-EGL.functional.image.modify.renderbuffer_stencil_renderbuffer_clear_stencil =…
[all …]
/external/aws-sdk-java-v2/services/inspector/src/main/resources/codegen-resources/
Dcustomization.config13 "modify": [
22 "modify": [
31 "modify": [
40 "modify": [
49 "modify": [
/external/capstone/bindings/python/
Dtest_tms320c64x.py58 if i.mem.modify == TMS320C64X_MEM_MOD_INVALID:
59 print("\t\t\toperands[%u].mem.modify: Invalid" % (c))
60 if i.mem.modify == TMS320C64X_MEM_MOD_NO:
61 print("\t\t\toperands[%u].mem.modify: No" % (c))
62 if i.mem.modify == TMS320C64X_MEM_MOD_PRE:
63 print("\t\t\toperands[%u].mem.modify: Pre" % (c))
64 if i.mem.modify == TMS320C64X_MEM_MOD_POST:
65 print("\t\t\toperands[%u].mem.modify: Post" % (c))
/external/mesa3d/src/gbm/main/
Dgbm_backend_abi.h8 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
80 * DO NOT MODIFY THIS STRUCT. Instead, introduce a gbm_bo_v1, increment
165 * To modify this structure, introduce a new gbm_device_v<N> structure, add it
177 * DO NOT MODIFY THIS STRUCT. Instead, introduce a gbm_bo_v1, increment
195 * To modify this structure, introduce a new gbm_bo_v<N> structure, add it to
206 * DO NOT MODIFY THIS STRUCT. Instead, introduce a gbm_surface_v1, increment
223 * To modify this structure, introduce a new gbm_surface_v<N> structure, add it
234 * DO NOT MODIFY THIS STRUCT. Instead, introduce a gbm_backend_v1, increment
253 * To modify this structure, introduce a new gbm_backend_v<N> structure, add it
263 * DO NOT MODIFY THIS STRUCT. Instead, introduce a gbm_core_v1, increment
[all …]
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/config/customization/
DShapeModifier.java23 * Use shapeModifiers customization to add/remove shape members or to modify the
30 private List<Map<String, ModifyModelShapeModifier>> modify; field in ShapeModifier
63 return modify; in getModify()
66 public void setModify(List<Map<String, ModifyModelShapeModifier>> modify) { in setModify() argument
67 this.modify = modify; in setModify()
/external/tensorflow/tensorflow/compiler/jit/
Dresource_operation_safety_analysis_test.cc125 Node* modify = MakeModify(root, "M"); in TEST() local
127 root.graph()->AddControlEdge(read, modify); in TEST()
139 Node* modify = MakeModify(root, "M"); in TEST() local
141 root.graph()->AddControlEdge(modify, read); in TEST()
147 std::pair<int, int> modify_read_pair = {modify->id(), read->id()}; in TEST()
154 Node* modify = MakeModify(root, "M"); in TEST() local
157 root.graph()->AddControlEdge(modify, write); in TEST()
168 Node* modify = MakeModify(root, "M"); in TEST() local
171 root.graph()->AddControlEdge(write, modify); in TEST()
177 std::pair<int, int> write_modify_pair = {write->id(), modify->id()}; in TEST()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DInstructionSelector.h258 /// - NewInsnID - Instruction ID to modify
265 /// - NewInsnID - Instruction ID to modify
271 /// - NewInsnID - Instruction ID to modify
278 /// - InsnID - Instruction ID to modify
282 /// - InsnID - Instruction ID to modify
286 /// - InsnID - Instruction ID to modify
291 /// - InsnID - Instruction ID to modify
297 /// - InsnID - Instruction ID to modify
301 /// - InsnID - Instruction ID to modify
306 /// - InsnID - Instruction ID to modify
[all …]
/external/guice/extensions/servlet/src/com/google/inject/servlet/
DContinuingHttpServletRequest.java121 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setComment()
126 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setDomain()
131 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setMaxAge()
136 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setPath()
141 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setSecure()
146 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setValue()
151 throw new UnsupportedOperationException("Cannot modify cookies on a continued request"); in setVersion()

12345678910>>...795