Searched defs:solid (Results 1 - 6 of 6) sorted by relevance

/external/lzma/CS/7zip/Compress/LZ/
H A DLzOutWindow.cs27 public void Init(System.IO.Stream stream, bool solid) argument
31 if (!solid)
/external/lzma/Java/SevenZip/Compression/LZ/
H A DOutWindow.java36 public void Init(boolean solid) argument
38 if (!solid)
/external/pdfium/third_party/agg23/
H A Dagg_renderer_scanline.h55 bool solid = false; local
58 solid = true;
63 if(!solid) {
76 solid ? 0 : covers,
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java4603 public GameObject spawnObjectDoor(float positionX, float positionY, GameObjectType type, boolean solid) { argument
4771 if (solid) {
/external/python/cpython2/Objects/
H A Dtypeobject.c1680 PyTypeObject *solid; local
1682 solid = solid_base(type);
1699 if (!PyType_IsSubtype(solid, solid_base(t))) {
1722 This is the first one that's on the path to the "solid base". */
/external/python/cpython3/Objects/
H A Dtypeobject.c1801 PyTypeObject *solid; local
1804 solid = solid_base(type);
1821 if (!PyType_IsSubtype(solid, solid_base(base))) {
1944 This is the first one that's on the path to the "solid base". */

Completed in 808 milliseconds