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

  /external/oauth/core/src/main/java/net/oauth/client/httpclient4/
HttpClient4.java 66 final boolean isPut = PUT.equalsIgnoreCase(method);
69 if (isPost || isPut) {
  /external/valgrind/main/VEX/priv/
ir_opt.c 836 Bool isPut;
893 isPut = True;
899 isPut = True;
905 isPut = False;
907 if (isPut && st->tag != Ist_PutI) {
    [all...]

Completed in 37 milliseconds