HomeSort by relevance Sort by last modified time
    Searched full:string_check (Results 1 - 3 of 3) sorted by null

  /external/iptables/extensions/
libxt_string.c 204 static void string_check(struct xt_fcheck_call *cb) function
315 .x6_fcheck = string_check,
330 .x6_fcheck = string_check,
  /cts/tests/tests/widget/src/android/widget/cts/
AutoCompleteTextViewTest.java 86 private final static String STRING_CHECK = "To be checked";
325 mAutoCompleteTextView.setText(STRING_CHECK);
326 verify(mockTextWatcher, times(1)).onTextChanged(sameCharSequence(STRING_CHECK),
327 eq(0), eq(STRING_TEST.length()), eq(STRING_CHECK.length()));
    [all...]
  /external/curl/tests/libtest/
lib557.c 1377 static int string_check(char *buf, const char *buf2) function
    [all...]

Completed in 305 milliseconds