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

1 2

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
oprghdlr.h 13 (EXPORT *PACPI_OP_REGION_HANDLER) (ULONG AccessType,
24 IN ULONG AccessType,
miniport.h 43 EMULATOR_PORT_ACCESS_TYPE AccessType;
  /external/curl/docs/examples/
curlx.c 107 " -accesstype arg - an Object identifier in an AIA/SIA method, e.g. AD_DVCS or ad_timestamping",
113 ./curlx -p12 psy.p12 -envpass XX -in request -verbose -accesstype AD_DVCS
136 int accesstype ; member in struct:sslctxparm_st
195 if (accessinfo = my_get_ext(ctx->cert,p->accesstype ,NID_sinfo_access)) {
201 else if (accessinfo = my_get_ext(ctx->cert,p->accesstype,
327 } else if (strcmp(*args,"-accesstype") == 0) {
329 if ((p.accesstype = OBJ_obj2nid(OBJ_txt2obj(*++args,0))) == 0) badarg=1;
409 else if (p.accesstype != 0) { /* see whether we can find an AIA or SIA for a given access type */
410 if (!(serverurl = my_get_ext(p.usercert,p.accesstype,NID_info_access))) {
415 if ((serverurl = my_get_ext(sk_X509_value(p.ca,j),p.accesstype,
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/header/ims/
PAccessNetworkInfo.java 52 private String accessType;
82 + "P-Access-Network-Info, setAccessType(), the accessType parameter is null.");
84 this.accessType = accessTypeVal;
91 return accessType;
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorResolver.java 131 int accessType = syntheticAccessorFSM.test(instructions);
133 if (accessType >= 0) {
135 new AccessedMember(accessType, ((ReferenceInstruction)instructions.get(0)).getReference());
  /external/llvm/lib/IR/
MDBuilder.cpp 166 MDNode *MDBuilder::createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType,
171 return MDNode::get(Context, {BaseType, AccessType, createConstant(Off),
174 return MDNode::get(Context, {BaseType, AccessType, createConstant(Off)});
  /external/curl/lib/
share.c 217 curl_lock_access accesstype)
226 share->lockfunc(data, type, accesstype, share->clientdata);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 347 public abstract Object lock(int accessType);
451 public Object lock(int accessType) {
538 public Object lock(int accessType) {
633 public Object lock(int accessType) {
634 switch (accessType) {
764 public Object lock(int accessType) {
875 public Object lock(int accessType) {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
UiccCarrierPrivilegeRules.java 125 public long accessType; // This bit is not currently used, but reserved for future use.
127 AccessRule(byte[] certificateHash, String packageName, long accessType) {
130 this.accessType = accessType;
141 packageName + " access: " + accessType;
565 long accessType = 0;
609 packageName, accessType);
  /external/deqp/framework/common/
tcuTextureUtil.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
iptypes.h 362 UCHAR AccessType;
inetreg.h 158 #define REGSTR_VAL_ACCESSTYPE TEXT("AccessType")
netioapi.h 185 NET_IF_ACCESS_TYPE AccessType;
routprot.h 175 typedef DWORD (WINAPI *PADD_INTERFACE)(LPWSTR InterfaceName,ULONG InterfaceIndex,NET_INTERFACE_TYPE InterfaceType,DWORD MediaType,WORD AccessType,WORD ConnectionType,PVOID InterfaceInfo,ULONG StructureVersion,ULONG StructureSize,ULONG StructureCount);
ntddstor.h 607 ULONG AccessType;
  /external/deqp/external/vulkancts/modules/vulkan/shaderrender/
vktShaderRenderIndexingTests.cpp 55 static const char* getIndexAccessTypeName (IndexAccessType accessType)
65 DE_ASSERT(deInBounds32((int)accessType, 0, INDEXACCESS_LAST));
66 return s_names[(int)accessType];
81 static const char* getVectorAccessTypeName (VectorAccessType accessType)
93 DE_ASSERT(deInBounds32((int)accessType, 0, VECTORACCESS_LAST));
94 return s_names[(int)accessType];
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderIndexingTests.cpp 59 static const char* getIndexAccessTypeName (IndexAccessType accessType)
69 DE_ASSERT(deInBounds32((int)accessType, 0, INDEXACCESS_LAST));
70 return s_names[(int)accessType];
85 static const char* getVectorAccessTypeName (VectorAccessType accessType)
97 DE_ASSERT(deInBounds32((int)accessType, 0, VECTORACCESS_LAST));
98 return s_names[(int)accessType];
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderIndexingTests.cpp 59 static const char* getIndexAccessTypeName (IndexAccessType accessType)
69 DE_ASSERT(deInBounds32((int)accessType, 0, INDEXACCESS_LAST));
70 return s_names[(int)accessType];
85 static const char* getVectorAccessTypeName (VectorAccessType accessType)
97 DE_ASSERT(deInBounds32((int)accessType, 0, VECTORACCESS_LAST));
98 return s_names[(int)accessType];
    [all...]
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 535 // TODO: We need to check if AccessType of TagA encloses AccessType of
536 // TagB to support aggregate AccessType. If yes, return true.
  /external/llvm/include/llvm/IR/
MDBuilder.h 158 MDNode *createTBAAStructTagNode(MDNode *BaseType, MDNode *AccessType,
  /external/guice/extensions/persist/lib/
hibernate-annotations.jar 
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
AsmAnalyzer.java 478 // SignatureReader.accept will call accessType so we don't really have
    [all...]
DependencyFinder.java 341 // SignatureReader.accept will call accessType so we don't really have
  /prebuilts/tools/common/google-api-java-client/1.20.0/
google-api-java-client-min-repackaged-1.20.0.jar 
  /prebuilts/tools/common/google-api-java-client/1.8.0-rc/
google-api-java-client-min-repackaged.jar 

Completed in 712 milliseconds

1 2