HomeSort by relevance Sort by last modified time
    Searched refs:Policy (Results 151 - 175 of 223) sorted by null

1 2 3 4 5 67 8 9

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.launcher.jar 
org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
org.eclipse.equinox.p2.ui.sdk_1.0.100.v20100513.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
  /external/chromium_org/net/quic/crypto/
common_cert_set_51_100.inc 55 Policy: X509v3 Any Policy
465 Policy: X509v3 Any Policy
    [all...]
common_cert_set_1_50.inc 187 Policy: X509v3 Any Policy
329 Policy: 2.16.840.1.113733.1.7.1.1
503 Policy: X509v3 Any Policy
    [all...]
  /external/clang/lib/AST/
Expr.cpp 452 // expr" policy instead.
494 PrintingPolicy Policy(Context.getLangOpts());
517 FD->printQualifiedName(POut, Policy);
523 POut << Decl->getParamDecl(i)->getType().stream(Policy);
569 Args.get(i).print(Policy, TOut);
585 Args->get(i).print(Policy, TOut);
611 .getAsStringInternal(Proto, Policy);
613 AFT->getReturnType().getAsStringInternal(Proto, Policy);
    [all...]
Type.cpp     [all...]
Decl.cpp     [all...]
  /external/clang/lib/Parse/
ParseDeclCXX.cpp 825 const PrintingPolicy &Policy = Actions.getASTContext().getPrintingPolicy();
829 DiagID, Result.get(), Policy)
831 DiagID, Policy)) {
    [all...]
Parser.cpp     [all...]
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 346 const PrintingPolicy &Policy = ASTCtx.getPrintingPolicy();
382 pointeeTy.getUnqualifiedType().getAsString(Policy) + "*";
408 std::string typeName = ty.getUnqualifiedType().getAsString(Policy);
    [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp 10 // This file defines analysis_warnings::[Policy,Executor].
    [all...]
  /packages/experimental/StrictModeTest/src/com/android/strictmodetest/
StrictModeActivity.java 140 BlockGuard.Policy policy = BlockGuard.getThreadPolicy();
142 policy.onWriteToDisk();
267 int policy;
269 policy = mLocalServiceConn.stub.getThreadPolicy();
270 Log.d(TAG, "local service policy: " + policy);
271 policy = mRemoteServiceConn.stub.getThreadPolicy();
272 Log.d(TAG, "remote service policy: " + policy);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.launcher_1.3.0.v20130327-1440.jar 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /external/clang/include/clang/AST/
Decl.h 162 void printQualifiedName(raw_ostream &OS, const PrintingPolicy &Policy) const;
175 const PrintingPolicy &Policy,
    [all...]
ASTContext.h 466 void setPrintingPolicy(const clang::PrintingPolicy &Policy) {
467 PrintingPolicy = Policy;
    [all...]
DeclTemplate.h     [all...]
  /external/chromium_org/sandbox/linux/seccomp-bpf/
sandbox_bpf_unittest.cc 79 // policy and optional passing data between the caller, the policy and
184 // A simple blacklist policy, with a SIGSYS handler
276 // into a no-op by our policy, then we will read \x55.
360 // Stack a second sandbox with its own policy. Verify that we can further
374 // A more complex, but synthetic policy. This tests the correctness of the BPF
426 // A simple policy that tests whether ARM private system calls are supported
486 // BPF_TEST() is guaranteed to turn messages back on, after the policy
491 // Some system calls must always be allowed, if our policy wants to make
578 // This call should never be allowed. But our policy will intercept it an
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_local_account_policy_service_unittest.cc 5 #include "chrome/browser/chromeos/policy/device_local_account_policy_service.h"
21 #include "chrome/browser/chromeos/policy/device_local_account.h"
22 #include "chrome/browser/chromeos/policy/device_local_account_policy_provider.h"
23 #include "chrome/browser/chromeos/policy/proto/chrome_device_policy.pb.h"
30 #include "components/policy/core/common/cloud/cloud_policy_client.h"
31 #include "components/policy/core/common/cloud/cloud_policy_constants.h"
32 #include "components/policy/core/common/cloud/cloud_policy_service.h"
33 #include "components/policy/core/common/cloud/mock_device_management_service.h"
34 #include "components/policy/core/common/cloud/policy_builder.h"
35 #include "components/policy/core/common/external_data_fetcher.h
54 namespace policy { namespace
    [all...]
  /external/chromium_org/chrome/browser/extensions/updater/
extension_downloader.cc 51 const net::BackoffEntry::Policy kDefaultBackoffPolicy = {
  /libcore/jsr166-tests/src/test/java/jsr166/
ForkJoinPoolTest.java 32 import java.security.Policy;
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
Account.java 76 // Bit mask for the account's deletion policy (see DELETE_POLICY_x below)
106 // Deletion policy (see FLAGS_DELETE_POLICY_MASK, above)
151 public transient Policy mPolicy;
202 // other defaults (policy)
424 * Set the "delete policy" as a simple 0,1,2 value set.
425 * @param newPolicy the new delete policy
433 * Return the "delete policy" as a simple 0,1,2 value set.
434 * @return the current delete policy
    [all...]

Completed in 1612 milliseconds

1 2 3 4 5 67 8 9