Searched refs:modify (Results 1 - 25 of 286) sorted by relevance

1234567891011>>

/external/tpm2/
H A DVendorString.h22 Please modify VendorString.h to provide a specific \
40 Please modify include\VendorString.h to provide a vednor specific \
61 Please modify include\VendorString.h to provide a vendor specific firmware \
/external/flatbuffers/tests/MyGame/Example/
H A DAny.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DColor.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DAbility.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DTest.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DEnumInNestedNS.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DStructInNestedNS.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/flatbuffers/tests/union_vector/
H A DCharacter.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DBookReader.php2 // automatically generated by the FlatBuffers compiler, do not modify
H A DRapunzel.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/dng_sdk/source/
H A Ddng_hue_sat_map.h5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
151 HSBModify &modify) const;
165 const HSBModify &modify)
173 modify);
182 const HSBModify &modify);
162 SetDelta(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) argument
H A Ddng_hue_sat_map.cpp5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
138 HSBModify &modify) const
159 modify.fHueShift = deltas [offset].fHueShift;
160 modify.fSatScale = deltas [offset].fSatScale;
161 modify.fValScale = deltas [offset].fValScale;
170 const HSBModify &modify)
191 SafeGetDeltas () [offset] = modify;
199 if (modify.fValScale != 1.0f)
228 zeroSatModify.fHueShift = modify.fHueShift;
229 zeroSatModify.fSatScale = modify
167 SetDeltaKnownWriteable(uint32 hueDiv, uint32 satDiv, uint32 valDiv, const HSBModify &modify) argument
[all...]
/external/python/cpython2/Tools/scripts/
H A Dwin_add2path.py20 def modify(): function
46 paths, envpath = modify()
H A Dmailerdaemon.py158 def parsedir(dir, modify):
181 if modify:
211 if modify:
227 modify = 0
229 modify = 1
233 parsedir(folder, modify)
235 parsedir('/ufs/jack/Mail/errorsinbox', modify)
/external/python/cpython3/Tools/scripts/
H A Dwin_add2path.py20 def modify(): function
47 paths, envpath = modify()
H A Dmailerdaemon.py166 def parsedir(dir, modify):
189 if modify:
219 if modify:
235 modify = 0
237 modify = 1
241 parsedir(folder, modify)
243 parsedir('/ufs/jack/Mail/errorsinbox', modify)
/external/selinux/libsemanage/src/
H A Dbooleans_policydb.c5 * modify it under the terms of the GNU Lesser General Public
41 .modify = NULL,
H A Dibendports_policydb.c5 * modify it under the terms of the GNU Lesser General Public
35 .modify = (record_policydb_table_modify_t)sepol_ibendport_modify,
H A Dibpkeys_policydb.c5 * modify it under the terms of the GNU Lesser General Public
35 .modify = (record_policydb_table_modify_t)sepol_ibpkey_modify,
H A Dinterfaces_policydb.c5 * modify it under the terms of the GNU Lesser General Public
41 .modify = (record_policydb_table_modify_t) sepol_iface_modify,
H A Dnodes_policydb.c5 * modify it under the terms of the GNU Lesser General Public
40 .modify = (record_policydb_table_modify_t) sepol_node_modify,
H A Dports_policydb.c5 * modify it under the terms of the GNU Lesser General Public
40 .modify = (record_policydb_table_modify_t) sepol_port_modify,
H A Dusers_base_policydb.c5 * modify it under the terms of the GNU Lesser General Public
40 .modify = (record_policydb_table_modify_t) sepol_user_modify,
/external/python/cpython3/Lib/test/
H A Dtest_devpoll.py41 p.modify(rd, select.POLLIN)
110 self.assertRaises(ValueError, devpoll.modify, fd, select.POLLIN)
127 self.assertRaises(OverflowError, pollster.modify, 1, -1)
128 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
138 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
/external/libbrillo/brillo/glib/
H A Dobject_unittest.cc35 void MutableRegularTestValue(const T& x, O modify) { argument
41 modify(&y);
47 modify(&y);

Completed in 399 milliseconds

1234567891011>>