Lines Matching full:with
5 * you may not use this file except in compliance with the License.
130 << "Should reject key events with undefined action.";
138 << "Should reject key events with ACTION_MULTIPLE.";
158 << "Should reject motion events with undefined action.";
160 // Rejects pointer down with invalid index.
168 << "Should reject motion events with pointer down index too large.";
177 << "Should reject motion events with pointer down index too small.";
179 // Rejects pointer up with invalid index.
187 << "Should reject motion events with pointer up index too large.";
196 << "Should reject motion events with pointer up index too small.";
198 // Rejects motion events with invalid number of pointers.
205 << "Should reject motion events with 0 pointers.";
213 << "Should reject motion events with more than MAX_POINTERS pointers.";
215 // Rejects motion events with invalid pointer ids.
223 << "Should reject motion events with pointer ids less than 0.";
232 << "Should reject motion events with pointer ids greater than MAX_POINTER_ID.";
234 // Rejects motion events with duplicate pointer ids.
243 << "Should reject motion events with duplicate pointer ids.";