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

  /frameworks/base/core/java/android/net/http/
LoggingEventHandler.java 53 public void locationChanged(String newLocation, boolean permanent) {
56 " permanent " + permanent);
  /external/chromium/crypto/
rsa_private_key_nss.cc 54 PR_FALSE /* not permanent */,
61 PR_TRUE /* permanent */,
69 PR_FALSE /* not permanent */,
77 PR_TRUE /* permanent */,
188 bool permanent,
202 &result->public_key_, permanent, sensitive, NULL);
212 const std::vector<uint8>& input, bool permanent, bool sensitive) {
232 slot, &der_private_key_info, NULL, NULL, permanent, sensitive,
rsa_private_key.h 181 // The created key is permanent and is not exportable in plaintext form.
195 // The created key is permanent and is not exportable in plaintext form.
242 // TODO(cmasone): consider replacing |permanent| and |sensitive| with a
245 bool permanent,
251 const std::vector<uint8>& input, bool permanent, bool sensitive);
  /external/valgrind/main/VEX/priv/
main_util.c 65 static HChar permanent[N_PERMANENT_BYTES] __attribute__((aligned(8))); variable
66 static HChar* permanent_first = &permanent[0];
67 static HChar* permanent_curr = &permanent[0];
68 static HChar* permanent_last = &permanent[N_PERMANENT_BYTES-1];
76 vassert(permanent_first == &permanent[0]);
77 vassert(permanent_last == &permanent[N_PERMANENT_BYTES-1]);
163 if (private_LibVEX_alloc_first == &permanent[0]) pool = "PERM";
172 "Increase N_{TEMPORARY,PERMANENT}_BYTES and recompile.");
  /frameworks/base/tests/CoreTests/android/core/
TestEventHandler.java 324 * @param permanent Indicator of whether this is a permanent change
326 public void locationChanged(String newLocation, boolean permanent) {
329 newLocation + " permanent " + permanent);
350 if (((expectPermanent == 0) && !permanent) ||
351 ((expectPermanent == 1) && permanent)){
354 expectDetails.append("Location permanent expected:"+
355 expectPermanent+" got"+permanent);
667 public void expectLocationChanged(String newLocation, boolean permanent) {
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherModel.java 138 public void bindAppsRemoved(ArrayList<ApplicationInfo> apps, boolean permanent);
    [all...]
Launcher.java     [all...]
  /external/iproute2/doc/
ip-tunnels.tex 410 ip neigh add 10.0.0.2 lladdr 128.6.190.2 dev Universe nud permanent
ip-cref.tex 703 \item \verb|dynamic| and \verb|permanent|
706 address configuration or only list permanent (not dynamic) addresses.
885 \item \verb|permanent| --- the neighbour entry is valid forever and can be only be removed
902 --- add a permanent ARP entry for the neighbour 10.0.0.3 on the device \verb|eth0|.
    [all...]

Completed in 186 milliseconds