Home
last modified time | relevance | path

Searched defs:defVal (Results 1 – 16 of 16) sorted by relevance

/external/jmonkeyengine/engine/src/core/com/jme3/export/
DInputCapsule.java54 public byte readByte(String name, byte defVal) throws IOException; in readByte()
55 public byte[] readByteArray(String name, byte[] defVal) throws IOException; in readByteArray()
56 public byte[][] readByteArray2D(String name, byte[][] defVal) throws IOException; in readByteArray2D()
60 public int readInt(String name, int defVal) throws IOException; in readInt()
61 public int[] readIntArray(String name, int[] defVal) throws IOException; in readIntArray()
62 public int[][] readIntArray2D(String name, int[][] defVal) throws IOException; in readIntArray2D()
67 public float readFloat(String name, float defVal) throws IOException; in readFloat()
68 public float[] readFloatArray(String name, float[] defVal) throws IOException; in readFloatArray()
69 public float[][] readFloatArray2D(String name, float[][] defVal) throws IOException; in readFloatArray2D()
74 public double readDouble(String name, double defVal) throws IOException; in readDouble()
[all …]
DOutputCapsule.java52 public void write(byte value, String name, byte defVal) throws IOException; in write()
53 public void write(byte[] value, String name, byte[] defVal) throws IOException; in write()
54 public void write(byte[][] value, String name, byte[][] defVal) throws IOException; in write()
59 public void write(int value, String name, int defVal) throws IOException; in write()
60 public void write(int[] value, String name, int[] defVal) throws IOException; in write()
61 public void write(int[][] value, String name, int[][] defVal) throws IOException; in write()
66 public void write(float value, String name, float defVal) throws IOException; in write()
67 public void write(float[] value, String name, float[] defVal) throws IOException; in write()
68 public void write(float[][] value, String name, float[][] defVal) throws IOException; in write()
73 public void write(double value, String name, double defVal) throws IOException; in write()
[all …]
/external/jmonkeyengine/engine/src/xml/com/jme3/export/xml/
DDOMOutputCapsule.java102 public void write(byte value, String name, byte defVal) throws IOException { in write()
109 public void write(byte[] value, String name, byte[] defVal) throws IOException { in write()
127 public void write(byte[][] value, String name, byte[][] defVal) throws IOException { in write()
149 public void write(int value, String name, int defVal) throws IOException { in write()
156 public void write(int[] value, String name, int[] defVal) throws IOException { in write()
174 public void write(int[][] value, String name, int[][] defVal) throws IOException { in write()
188 public void write(float value, String name, float defVal) throws IOException { in write()
195 public void write(float[] value, String name, float[] defVal) throws IOException { in write()
215 public void write(float[][] value, String name, float[][] defVal) throws IOException { in write()
236 public void write(double value, String name, double defVal) throws IOException { in write()
[all …]
DDOMInputCapsule.java125 public byte readByte(String name, byte defVal) throws IOException { in readByte()
141 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray()
180 public byte[][] readByteArray2D(String name, byte[][] defVal) throws IOException { in readByteArray2D()
226 public int readInt(String name, int defVal) throws IOException { in readInt()
242 public int[] readIntArray(String name, int[] defVal) throws IOException { in readIntArray()
280 public int[][] readIntArray2D(String name, int[][] defVal) throws IOException { in readIntArray2D()
329 public float readFloat(String name, float defVal) throws IOException { in readFloat()
345 public float[] readFloatArray(String name, float[] defVal) throws IOException { in readFloatArray()
379 public float[][] readFloatArray2D(String name, float[][] defVal) throws IOException { in readFloatArray2D()
415 public double readDouble(String name, double defVal) throws IOException { in readDouble()
[all …]
/external/jmonkeyengine/engine/src/core-plugins/com/jme3/export/binary/
DBinaryOutputCapsule.java72 public void write(byte value, String name, byte defVal) throws IOException { in write()
79 public void write(byte[] value, String name, byte[] defVal) in write()
87 public void write(byte[][] value, String name, byte[][] defVal) in write()
95 public void write(int value, String name, int defVal) throws IOException { in write()
102 public void write(int[] value, String name, int[] defVal) in write()
110 public void write(int[][] value, String name, int[][] defVal) in write()
118 public void write(float value, String name, float defVal) in write()
126 public void write(float[] value, String name, float[] defVal) in write()
134 public void write(float[][] value, String name, float[][] defVal) in write()
142 public void write(double value, String name, double defVal) in write()
[all …]
DBinaryInputCapsule.java266 public BitSet readBitSet(String name, BitSet defVal) throws IOException { in readBitSet()
273 public boolean readBoolean(String name, boolean defVal) throws IOException { in readBoolean()
280 public boolean[] readBooleanArray(String name, boolean[] defVal) in readBooleanArray()
288 public boolean[][] readBooleanArray2D(String name, boolean[][] defVal) in readBooleanArray2D()
296 public byte readByte(String name, byte defVal) throws IOException { in readByte()
303 public byte[] readByteArray(String name, byte[] defVal) throws IOException { in readByteArray()
310 public byte[][] readByteArray2D(String name, byte[][] defVal) in readByteArray2D()
318 public ByteBuffer readByteBuffer(String name, ByteBuffer defVal) in readByteBuffer()
328 ArrayList<ByteBuffer> defVal) throws IOException { in readByteBufferArrayList()
335 public double readDouble(String name, double defVal) throws IOException { in readDouble()
[all …]
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorKey.java136 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
DXSLTElementProcessor.java361 String defVal = attrDef.getDefault(); in setPropertiesFromAttributes() local
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp152 ValueDef::set(Value *defVal) in set()
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.cpp152 ValueDef::set(Value *defVal) in set()
/external/chromium_org/third_party/libxml/src/include/libxml/
DschemasInternals.h267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member
792 xmlSchemaValPtr defVal; /* The compiled value contraint. */ member
/external/libxml2/include/libxml/
DschemasInternals.h267 xmlSchemaValPtr defVal; /* The compiled value constraint */ member
792 xmlSchemaValPtr defVal; /* The compiled value contraint. */ member
/external/chromium_org/third_party/icu/source/common/
Duresbund.c2356 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
/external/icu4c/common/
Duresbund.cpp2407 char defVal[1024] = ""; /* default value for given locale */ in ures_getFunctionalEquivalent() local
/external/libxml2/
Dxmlschemas.c530 xmlSchemaValPtr defVal; member
/external/chromium_org/third_party/libxml/src/
Dxmlschemas.c530 xmlSchemaValPtr defVal; member