Home | History | Annotate | Download | only in util

Lines Matching refs:writeInt

52     private byte mScratch[] = new byte[4];  // scratch space for writeInt()
106 writeInt(0);
107 writeInt(3);
108 writeInt(1);
109 writeInt(20000); // Sampling period: 20ms
110 writeInt(0);
116 writeInt(0);
117 writeInt(1);
118 writeInt(0);
132 writeInt(node.sampleCount);
133 writeInt(depth);
135 writeInt(node.id);
161 private void writeInt(int v) throws IOException {