HomeSort by relevance Sort by last modified time
    Searched defs:roc (Results 1 - 4 of 4) sorted by null

  /external/iw/
roc.c 14 SECTION(roc); variable
41 COMMAND(roc, start, "<freq> <time in ms>", NL80211_CMD_REMAIN_ON_CHANNEL, 0, CIB_NETDEV, handle_roc_start, "");
  /external/srtp/srtp/
ekt.c 170 uint32_t roc; local
187 /* set the SRTP ROC */
188 roc = srtcp_packet_get_ekt_roc(srtcp_hdr, pkt_octet_len);
189 err = rdbx_set_roc(&stream->rtp_rdbx, roc);
204 uint32_t roc; local
226 /* copy ROC into packet */
227 roc = (uint32_t)(pkt_index >> 16);
228 *((uint32_t *)packet) = be32_to_cpu(roc);
229 debug_print(mod_srtp, "writing EKT ROC: %s,",
230 octet_string_hex_string(packet, sizeof(roc)));
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Collections2Test.java 284 Comparator<String> roc = Collections.reverseOrder(); local
285 assertNotNull("Assert 0: comparator must not be null", roc);
288 roc instanceof Serializable);
292 Arrays.sort(numbers, roc);
301 Comparator<String> roc = Collections local
303 assertNotNull("Assert 0: comparator must not be null", roc);
306 roc instanceof Serializable);
310 Arrays.sort(numbers, roc);
314 roc = Collections.reverseOrder(null);
315 assertNotNull("Assert 3: comparator must not be null", roc);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
OldCollectionsTest.java 311 Comparator<String> roc = Collections.reverseOrder(); local
312 assertNotNull("Assert 0: comparator must not be null", roc);
315 roc instanceof Serializable);
319 Arrays.sort(numbers, roc);
328 Comparator<String> roc = Collections local
330 assertNotNull("Assert 0: comparator must not be null", roc);
333 roc instanceof Serializable);
337 Arrays.sort(numbers, roc);
341 roc = Collections.reverseOrder(null);
342 assertNotNull("Assert 3: comparator must not be null", roc);
    [all...]

Completed in 114 milliseconds