HomeSort by relevance Sort by last modified time
    Searched full:policy (Results 151 - 175 of 1619) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/libs/rs/
rsAdapter.h 31 // By policy this allocation will hold a pointer to the type
65 // By policy this allocation will hold a pointer to the type
  /ndk/build/platforms/android-3/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /ndk/build/platforms/android-4/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /ndk/build/platforms/android-5/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /ndk/build/platforms/android-5/arch-x86/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /ndk/build/platforms/android-8/arch-arm/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /ndk/build/platforms/android-8/arch-x86/usr/include/
sched.h 48 extern int sched_get_priority_max(int policy);
49 extern int sched_get_priority_min(int policy);
  /external/webkit/WebCore/platform/mac/
ClipboardMac.mm 49 ClipboardMac::ClipboardMac(bool forDragging, NSPasteboard *pasteboard, ClipboardAccessPolicy policy, Frame *frame)
50 : Clipboard(policy, forDragging)
142 if (policy() != ClipboardWritable)
154 if (policy() != ClipboardWritable)
211 if (policy() != ClipboardReadable)
240 if (policy() != ClipboardWritable)
273 if (policy() != ClipboardReadable && policy() != ClipboardTypesReadable)
303 if (policy() != ClipboardReadable)
332 if (policy() == ClipboardImageWritable || policy() == ClipboardWritable)
    [all...]
  /external/iproute2/man/man8/
ip.8 3 ip \- show / manipulate routing, devices, policy routing and tunnels
370 .IR XFRM_OBJECT " := { " state " | " policy " | " monitor " } "
524 .BR "ip xfrm policy" " { " add " | " update " } " " dir "
541 .BR "ip xfrm policy" " { " delete " | " get " } " " dir "
551 .BR "ip xfrm policy" " { " deleteall " | " list " } "
564 .B "ip xfrm policy flush"
766 - rule in routing policy database.
1284 - a special control route used together with policy rules. If such a
1286 no route was found. Without policy routing it is equivalent to the
1342 .I policy routin
    [all...]
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Application/ScanMngr/
scanMngr.h 321 /* scan policy */
322 scan_Policy_t scanPolicy; /**< scan policy */
487 * \brief Search current policy for band policy
491 * \param band - the band to find policy for.\n
492 * \return the policy structure if found, NULL if no policy configured for this band.\n
524 * \param bandPolicy - The scan policy for the requested band.\n
525 * \param bNeighborAPsOnly - whether to scan for neighbor APs only or for all policy defined channels.\n
536 * \param bandPolicy - The scan policy for the requested band.\
    [all...]
  /dalvik/libcore/annotation/src/main/java/java/lang/annotation/
RetentionPolicy.java 34 * at runtime. This is the default policy.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/sigi/
SigIObjectIdentifiers.java 24 * Certificate policy IDs for German SigI (Signature Interoperability
  /external/bluetooth/bluez/cups/
cups.h 26 CUPS_BACKEND_FAILED = 1, /* Job failed, use error-policy */
  /external/iproute2/include/linux/
xfrm.h 46 /* Selector, used as selector both on policy rules (SPD) and SAs. */
252 XFRM_AE_CU=64, /* Event cause is policy update */
380 #define XFRM_POLICY_LOCALOK 1 /* Allow user to override global policy */
396 struct xfrm_userpolicy_info policy; member in struct:xfrm_user_acquire
  /external/ipsec-tools/
Makefile 19 src/racoon/policy.c \
  /external/v8/src/
allocation.h 130 // Allocation policy for allocating in the C free store using malloc
131 // and free. Used as the default policy for lists.
139 // Allocation policy for allocating in preallocated space.
140 // Used as an allocation policy for ScopeInfo when generating
  /external/webkit/WebCore/platform/brew/
KURLBrew.cpp 33 // we follow the same policy here.
  /external/webkit/WebCore/platform/network/win/
CookieJarCFNetWin.cpp 125 CFHTTPCookieStorageAcceptPolicy policy = CFHTTPCookieStorageAcceptPolicyOnlyFromMainDocumentDomain; local
127 policy = CFHTTPCookieStorageGetCookieAcceptPolicy(cookieStorage);
128 return policy == CFHTTPCookieStorageAcceptPolicyOnlyFromMainDocumentDomain || policy == CFHTTPCookieStorageAcceptPolicyAlways;
  /external/webkit/WebKit/gtk/webkit/
webkiterror.cpp 31 return g_quark_from_static_string("webkit-policy-error-quark");
  /frameworks/base/core/java/android/app/admin/
IDevicePolicyManager.aidl 24 * Internal IPC interface to the device policy service.
  /frameworks/base/tests/framework-tests/src/android/test/
FrameworkTests.java 22 import com.android.internal.policy.impl.LockPatternKeyguardViewTest;
  /frameworks/base/tools/preload/
WritePreloadedClassFile.java 53 new FileOutputStream(Policy.PRELOADED_CLASS_FILE),
88 if (proc.fromZygote() && !Policy.isService(proc.name)) {
128 = Policy.isPreloadable(operation.loadedClass);
141 return Policy.isPreloadable(clazz)
  /frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardScreen.java 17 package com.android.internal.policy.impl;
KeyguardViewCallback.java 17 package com.android.internal.policy.impl;
KeyguardViewProperties.java 17 package com.android.internal.policy.impl;

Completed in 374 milliseconds

1 2 3 4 5 67 8 91011>>