HomeSort by relevance Sort by last modified time
    Searched full:permanent (Results 1 - 25 of 637) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/slf4j/slf4j-site/src/site/pages/
.htaccess 1 Redirect permanent /log4j-over-slf4j.html http://www.slf4j.org/legacy.html#log4j-over-slf4
  /external/libchrome/crypto/
nss_key_util.h 21 // success and false on failure. If |permanent| is true, the resulting key is
22 // permanent and is not exportable in plaintext form.
26 bool permanent,
32 // |permanent| is true, the resulting key is permanent and is not exportable in
37 bool permanent);
nss_key_util.cc 66 bool permanent,
76 &param, &public_key_raw, permanent,
77 permanent /* sensitive */, nullptr));
88 bool permanent) {
112 slot, &der_private_key_info, nullptr, nullptr, permanent,
113 permanent /* sensitive */, key_usage, &key_raw, nullptr);
nss_key_util_unittest.cc 40 false /* not permanent */, &public_key,
55 false /* not permanent */, &public_key,
73 false /* not permanent */, &public_key,
  /external/tpm2/
Handle.c 30 // This function returns the permanent handle that is equal to the input value or is the next higher value. If
40 // If inHandle is below the start of the range of permanent handles
44 // scan from input value untill we find an implemented permanent handle
73 // This function returns a list of the permanent handles of PCR, started from handle. If handle is larger than
74 // the largest permanent handle, an empty list will be returned with more set to NO.
95 // Iterate permanent handle range
101 // If we have not filled up the return list, add this permanent
108 // If the return list is full but we still have permanent handle
  /external/wpa_supplicant_8/src/eap_server/
eap_sim_db.h 55 const char *permanent, char *pseudonym);
57 int eap_sim_db_add_reauth(struct eap_sim_db_data *data, const char *permanent,
60 const char *permanent,
69 char *permanent; /* Permanent username */ member in struct:eap_sim_reauth
eap_sim_db.c 32 char *permanent; /* permanent username */ member in struct:eap_sim_pseudonym
99 " permanent CHAR(21) PRIMARY KEY,"
120 " permanent CHAR(21) PRIMARY KEY,"
182 const char *permanent, char *pseudonym)
187 if (!valid_db_string(permanent) || !valid_db_string(pseudonym)) {
193 "(permanent, pseudonym) VALUES ('%s', '%s');",
194 permanent, pseudonym);
213 if (os_strcmp(col[i], "permanent") == 0 && argv[i]) {
232 "SELECT permanent FROM pseudonyms WHERE pseudonym='%s';"
    [all...]
eap_server_aka.c 53 char permanent[20]; /* Permanent username */ member in struct:eap_aka_data
112 os_strlcpy(data->permanent, data->reauth->permanent,
113 sizeof(data->permanent));
155 const char *permanent; local
158 permanent = eap_sim_db_get_permanent(
160 if (permanent == NULL) {
163 "identity - request permanent identity");
167 os_strlcpy(data->permanent, permanent
749 const char *permanent; local
    [all...]
eap_server_sim.c 40 char permanent[20]; /* Permanent username */ member in struct:eap_sim_data
470 os_strlcpy(data->permanent, data->reauth->permanent,
471 sizeof(data->permanent));
479 const char *permanent; local
482 permanent = eap_sim_db_get_permanent(
485 if (permanent == NULL) {
487 "identity - request permanent identity");
491 os_strlcpy(data->permanent, permanent
    [all...]
  /external/skia/gyp/
skia_for_chromium_defines.gypi 13 # If these become 'permanent', they should be moved into skia_common.gypi
skia_for_android_framework_defines.gypi 13 # If these become 'permanent', they should be moved into common_variables.gypi
  /toolchain/binutils/binutils-2.25/gold/
descriptors.h 44 // permanent storage. This returns the descriptor to use, which may
51 // Release the file descriptor DESCRIPTOR. If PERMANENT is true, it
52 // will be closed, and the caller may not reopen it. If PERMANENT
57 release(int descriptor, bool permanent);
108 release_descriptor(int descriptor, bool permanent)
109 { descriptors.release(descriptor, permanent); }
  /external/curl/tests/data/
test808 21 * OK [PERMANENTFLAGS ()] No permanent flags permitted
  /external/vboot_reference/tests/tpm_lite/
tpmtest_fastenable.c 6 /* Testing: ForceClear and behavior of disable and permanent deactivated flags.
8 * ForceClear sets the permanent disable and deactivated flags to their default
  /frameworks/base/docs/html/training/managing-audio/
audio-focus.jd 51 permanent audio focus. Request transient focus when you expect to play audio for only a short time
52 (for example when playing navigation instructions). Request permanent audio focus when you
55 <p>The following snippet requests permanent audio focus on the music audio stream. You should
67 // Request permanent focus.
98 // Request permanent focus.
109 <p>Whenever another app requests audio focus as described above, its choice between permanent and
124 section&mdash;permanent loss, transient loss, and transient with ducking permitted.</p>
131 <p>If the audio focus loss is permanent, it?s assumed that another application is now being used to
138 loss is transient and resume it when we have regained the focus. If the loss is permanent, it
  /external/apache-http/android/src/android/net/http/
LoggingEventHandler.java 50 public void locationChanged(String newLocation, boolean permanent) {
53 " permanent " + permanent);
  /external/autotest/client/site_tests/cellular_DeferredRegistration/
cellular_DeferredRegistration.py 60 logging.info('Verifying permanent loss of registration behavior')
66 'after permanent registration loss.')
67 logging.info('Successfully verified permanent loss of registration '
control 11 - Shill never destroys a service after permanent registration loss
  /build/core/clang/
mips.mk 20 # permanent fix pending at http://reviews.llvm.org/D9669
mips64.mk 20 # permanent fix pending at http://reviews.llvm.org/D9669
  /frameworks/base/core/res/res/raw-da/
nodomain.html 14 <p>Websiden p&aring; <a href="%s">%s</a> kan v&aelig;re midlertidigt nede eller flyttet permanent til en ny internetadresse.</p>
  /frameworks/base/core/res/res/raw-nl/
nodomain.html 14 <p>De webpagina op <a href="%s">%s</a> is mogelijk tijdelijk niet beschikbaar of is permanent verplaatst naar een nieuw webadres.</p>
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipc.h 25 #define MSM_IPC_WAIT_FOREVER (~0) /* timeout for permanent subscription */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
fib_rules.h 7 /* rule is permanent, and cannot be deleted */
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
optiongroup.py 109 :ivar permanent: Indicate if this option is permanent.
119 def __init__(self, name=None, description=None, permanent=False,
124 self.permanent = permanent
164 elif name == 'Permanent':
279 :ivar permanent: Indicate if this option is permanent.
290 permanent=False, persistent=False, port_required=False,
297 self.permanent = permanen
    [all...]

Completed in 5290 milliseconds

1 2 3 4 5 6 7 8 91011>>