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

  /external/bluetooth/glib/gio/fen/
fen-helper.c 239 fen_sub* _sub = (fen_sub*)sub; local
241 g_file_monitor_emit_event (G_FILE_MONITOR (_sub->user_data),
  /dalvik/libcore/security/src/main/java/org/bouncycastle/jce/provider/
CertPathValidatorUtilities.java 436 String _sub = email.substring(email.indexOf('@') + 1); local
440 permitted.add(_sub);
453 if (_sub.endsWith(_permitted))
455 intersect.add(_sub);
457 else if (_permitted.endsWith(_sub))
469 String _sub = email.substring(email.indexOf('@') + 1); local
473 excluded.add(_sub);
485 if (_sub.endsWith(_excluded))
489 else if (_excluded.endsWith(_sub))
491 intersect.add(_sub);
    [all...]

Completed in 133 milliseconds