Searched refs:modify (Results 26 - 50 of 286) sorted by relevance

1234567891011>>

/external/deqp/modules/glshared/
H A DglsTextureBufferCase.hpp73 TextureBufferCaseUtil::ModifyBits modify,
/external/flatbuffers/tests/MyGame/Example2/
H A DMonster.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/flatbuffers/tests/MyGame/
H A DInParentNamespace.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/flatbuffers/tests/namespace_test/NamespaceA/NamespaceB/
H A DTableInNestedNS.php2 // automatically generated by the FlatBuffers compiler, do not modify
/external/javassist/src/main/javassist/tools/rmi/
H A DStubGenerator.java130 int modify = orgclass.getModifiers();
131 if (Modifier.isAbstract(modify) || Modifier.isNative(modify)
132 || !Modifier.isPublic(modify))
/external/python/cpython2/Lib/test/
H A Dtest_poll.py46 p.modify(rd, select.POLLIN)
164 self.assertRaises(OverflowError, pollster.modify, 1, -1)
165 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
175 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
/external/python/cpython3/Lib/test/
H A Dtest_poll.py47 p.modify(rd, select.POLLIN)
167 self.assertRaises(OverflowError, pollster.modify, 1, -1)
168 self.assertRaises(OverflowError, pollster.modify, 1, 1 << 64)
178 self.assertRaises(OverflowError, pollster.modify, 1, USHRT_MAX + 1)
/external/selinux/libsemanage/src/
H A Ddatabase_policydb.h5 * modify it under the terms of the GNU Lesser General Public
73 record_policydb_table_modify_t modify; member in struct:record_policydb_table
/external/skia/tools/android/
H A Dupload_to_android.py113 def modify(self): member in class:Modifier
124 def modify(self): member in class:FetchModifier
172 def modify(self): member in class:AndroidLegacyFlagModifier
212 modifier.modify()
/external/skqp/tools/android/
H A Dupload_to_android.py113 def modify(self): member in class:Modifier
124 def modify(self): member in class:FetchModifier
172 def modify(self): member in class:AndroidLegacyFlagModifier
212 modifier.modify()
/external/dng_sdk/source/
H A Ddng_camera_profile.cpp5 // NOTICE: Adobe permits you to use, modify, and distribute this file in
383 dng_hue_sat_map::HSBModify modify; local
385 map.GetDelta (hue, sat, val, modify);
387 printer.Put_real32 (modify.fHueShift);
388 printer.Put_real32 (modify.fSatScale);
389 printer.Put_real32 (modify.fValScale);
884 dng_hue_sat_map::HSBModify modify; local
886 modify.fHueShift = stream.Get_real32 ();
887 modify.fSatScale = stream.Get_real32 ();
888 modify
[all...]
/external/curl/packages/vms/
H A Dbuild_gnv_curl.com9 $! Permission to use, copy, modify, and/or distribute this software for any
/external/deqp/framework/common/
H A DtcuThreadUtil.hpp78 void modify (de::SharedPtr<Event> event, std::vector<de::SharedPtr<Event> >& deps);
139 void modifyObject (de::SharedPtr<Object> object) { object->modify(m_event, m_deps); }
/external/kmod/libkmod/python/kmod/
H A D_util.pxd5 # python-kmod is free software: you can redistribute it and/or modify it under
H A D_util.pyx5 # python-kmod is free software: you can redistribute it and/or modify it under
H A Dkmod.pxd5 # python-kmod is free software: you can redistribute it and/or modify it under
H A Dlist.pxd5 # python-kmod is free software: you can redistribute it and/or modify it under
H A Dmodule.pxd5 # python-kmod is free software: you can redistribute it and/or modify it under
/external/libusb/android/jni/
H A DAndroid.mk5 # modify it under the terms of the GNU Lesser General Public
H A DApplication.mk5 # modify it under the terms of the GNU Lesser General Public
/external/linux-kselftest/tools/testing/selftests/ptp/
H A Dtestptp.mk5 # This program is free software; you can redistribute it and/or modify
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf16 // In /etc/named.conf you will need to modify the "options" section to
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_bc_fmt_def.inc7 * on the rights to use, copy, modify, merge, publish, distribute, sub
/external/autotest/cli/
H A Datest_migrate_host62 new_host.modify(locked=False)
/external/flatbuffers/tests/MyGame/Example/
H A DTestSimpleTableWithEnum.php2 // automatically generated by the FlatBuffers compiler, do not modify

Completed in 1482 milliseconds

1234567891011>>