Home
last modified time | relevance | path

Searched refs:purpose (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/external/chromium/chrome/browser/sync/engine/
Dsyncer_thread.cc33 SyncerThread::SyncSessionJob::SyncSessionJob(SyncSessionJobPurpose purpose, in SyncSessionJob() argument
36 const tracked_objects::Location& nudge_location) : purpose(purpose), in SyncSessionJob()
173 DCHECK_NE(job.purpose, SyncSessionJob::CLEAR_USER_DATA); in DecideWhileInWaitInterval()
180 if (job.purpose == SyncSessionJob::POLL) in DecideWhileInWaitInterval()
183 DCHECK(job.purpose == SyncSessionJob::NUDGE || in DecideWhileInWaitInterval()
184 job.purpose == SyncSessionJob::CONFIGURATION); in DecideWhileInWaitInterval()
189 if (job.purpose == SyncSessionJob::NUDGE) { in DecideWhileInWaitInterval()
203 if (job.purpose == SyncSessionJob::CLEAR_USER_DATA) in DecideOnJob()
210 if (job.purpose == SyncSessionJob::NUDGE) in DecideOnJob()
212 else if (job.purpose == SyncSessionJob::CONFIGURATION) in DecideOnJob()
[all …]
Dsyncer_thread2_whitebox_unittest.cc80 SyncerThread::SyncSessionJob::SyncSessionJobPurpose purpose) { in CreateAndDecideJob() argument
82 job.purpose = purpose; in CreateAndDecideJob()
219 job.purpose = SyncerThread::SyncSessionJob::CONFIGURATION; in TEST_F()
Dsyncer_thread.h127 SyncSessionJob(SyncSessionJobPurpose purpose, base::TimeTicks start,
131 SyncSessionJobPurpose purpose; member
203 SyncSessionJob::SyncSessionJobPurpose purpose,
282 void SetSyncerStepsForPurpose(SyncSessionJob::SyncSessionJobPurpose purpose,
/external/stlport/
DLICENSE10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the…
23purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
25purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
27purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
DNOTICE10 Permission to use or copy this software for any purpose is hereby granted without fee, provided the…
23purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
25purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
27purpose is hereby granted without fee, provided that the above copyright notice appear in all copi…
/external/openssl/crypto/x509v3/
Dv3_purp.c103 return (*a)->purpose - (*b)->purpose; in xp_cmp()
125 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
127 if(X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
131 *p = purpose; in X509_PURPOSE_set()
159 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
163 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id()
164 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
165 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
210 ptmp->purpose = id; in X509_PURPOSE_add()
252 return xp->purpose; in X509_PURPOSE_get_id()
/external/chromium_org/third_party/openssl/openssl/crypto/x509v3/
Dv3_purp.c103 return (*a)->purpose - (*b)->purpose; in xp_cmp()
125 int X509_PURPOSE_set(int *p, int purpose) in X509_PURPOSE_set() argument
127 if(X509_PURPOSE_get_by_id(purpose) == -1) { in X509_PURPOSE_set()
131 *p = purpose; in X509_PURPOSE_set()
159 int X509_PURPOSE_get_by_id(int purpose) in X509_PURPOSE_get_by_id() argument
163 if((purpose >= X509_PURPOSE_MIN) && (purpose <= X509_PURPOSE_MAX)) in X509_PURPOSE_get_by_id()
164 return purpose - X509_PURPOSE_MIN; in X509_PURPOSE_get_by_id()
165 tmp.purpose = purpose; in X509_PURPOSE_get_by_id()
210 ptmp->purpose = id; in X509_PURPOSE_add()
252 return xp->purpose; in X509_PURPOSE_get_id()
/external/nist-sip/java/gov/nist/javax/sip/header/
DCallInfo.java100 public void setPurpose(String purpose) { in setPurpose() argument
101 if (purpose == null) in setPurpose()
104 this.setParameter("purpose", purpose); in setPurpose()
/external/ppp/pppd/plugins/radius/
DCOPYRIGHT7 purpose and without fee is hereby granted, provided that this
16 suitability of this software for any purpose. It is provided "as is"
23 purpose and without fee is hereby granted, provided that this copyright and
31 software for any purpose. It is provided "as is" without express or implied
39 purpose and without fee is hereby granted, provided that this copyright
47 of this software for any purpose. It is provided "as is" without express
54 documentation for any purpose and without fee is hereby granted, provided
85 software for any particular purpose. It is provided "as is"
/external/chromium_org/third_party/openssl/openssl/crypto/x509/
Dx509_vpm.c75 param->purpose = 0; in x509_verify_param_zero()
172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit()
239 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument
241 return X509_PURPOSE_set(&param->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
Dx509_vfy.c458 int purpose; in check_chain_extensions()
476 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions()
486 purpose = ctx->param->purpose; in check_chain_extensions()
552 if (ctx->param->purpose > 0) in check_chain_extensions()
554 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions()
1909 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument
1911 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose()
1930 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument
1934 if (!purpose) purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
1936 if (purpose) in X509_STORE_CTX_purpose_inherit()
[all …]
/external/openssl/crypto/x509/
Dx509_vpm.c75 param->purpose = 0; in x509_verify_param_zero()
172 x509_verify_param_copy(purpose, 0); in X509_VERIFY_PARAM_inherit()
239 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose) in X509_VERIFY_PARAM_set_purpose() argument
241 return X509_PURPOSE_set(&param->purpose, purpose); in X509_VERIFY_PARAM_set_purpose()
Dx509_vfy.c458 int purpose; in check_chain_extensions()
476 purpose = X509_PURPOSE_CRL_SIGN; in check_chain_extensions()
486 purpose = ctx->param->purpose; in check_chain_extensions()
552 if (ctx->param->purpose > 0) in check_chain_extensions()
554 ret = X509_check_purpose(x, purpose, must_be_ca > 0); in check_chain_extensions()
1909 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose) in X509_STORE_CTX_set_purpose() argument
1911 return X509_STORE_CTX_purpose_inherit(ctx, 0, purpose, 0); in X509_STORE_CTX_set_purpose()
1930 int purpose, int trust) in X509_STORE_CTX_purpose_inherit() argument
1934 if (!purpose) purpose = def_purpose; in X509_STORE_CTX_purpose_inherit()
1936 if (purpose) in X509_STORE_CTX_purpose_inherit()
[all …]
/external/libgsm/
DNOTICE7 software for any purpose nor are held responsible for any defects of
25 for any purpose with or without fee is hereby granted,
29 of this software for any purpose nor are held responsible
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/about_files/
Dpixman-licenses.txt6 documentation for any purpose is hereby granted without fee, provided that
31 documentation for any purpose and without fee is hereby granted,
52 documentation for any purpose is hereby granted without fee, provided that
58 representations about the suitability of this software for any purpose. It
75 and its documentation for any purpose is hereby granted without fee,
82 any purpose. It is provided "as is" without express or implied
/external/llvm/projects/sample/autoconf/
DLICENSE.TXT14 documentation for any purpose is hereby granted without fee, provided that
20 suitability of this software for any purpose. It is provided "as is"
/external/stlport/stlport/
Drope6 * and its documentation for any purpose is hereby granted without fee,
11 * purpose. It is provided "as is" without express or implied warranty.
Dslist6 * and its documentation for any purpose is hereby granted without fee,
11 * purpose. It is provided "as is" without express or implied warranty.
/external/llvm/autoconf/
DLICENSE.TXT14 documentation for any purpose is hereby granted without fee, provided that
20 suitability of this software for any purpose. It is provided "as is"
/external/chromium_org/third_party/zlib/
DLICENSE1 /* zlib.h -- interface of the 'zlib' general purpose compression library
10 Permission is granted to anyone to use this software for any purpose,
/external/chromium/net/third_party/gssapi/
DLICENSE4 and its documentation for any purpose is hereby granted without fee,
11 purpose. It is provided "as is" without express or implied warranty.
/external/e2fsprogs/debian/
Dlibcomerr2.copyright15 and its documentation for any purpose and without fee is
23 the suitability of this software for any purpose. It is
Dlibss2.copyright16 and its documentation for any purpose and without fee is
24 the suitability of this software for any purpose. It is
/external/llvm/lib/Target/SystemZ/
DSystemZRegisterInfo.td49 // General-purpose registers
52 // Lower 32 bits of one of the 16 64-bit general-purpose registers
57 // One of the 16 64-bit general-purpose registers.
71 // General-purpose registers
/external/openssl/include/openssl/
Dx509_vfy.h172 int purpose; /* purpose to check untrusted certificates */ member
418 int X509_STORE_set_purpose(X509_STORE *ctx, int purpose);
491 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose);
494 int purpose, int trust);
521 int X509_VERIFY_PARAM_set_purpose(X509_VERIFY_PARAM *param, int purpose);

12345678910>>...26