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

  /external/libffi/src/
closures.c 540 #define PUT(idx) do { printf ("freeing p[%i]\n", (idx)); dlfree (p[idx]); } while (0)
543 PUT (1);
546 PUT (1);
547 PUT (0);
548 PUT (2);
  /dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/net/www/protocol/http/
HttpURLConnectionImpl.java 65 private static final String PUT = "PUT";
969 // if user sets useCache to true, tries to put response to cache if cache
973 cacheRequest = responseCache.put(uri, this);
    [all...]

Completed in 195 milliseconds