Home
last modified time | relevance | path

Searched refs:CK (Results 1 – 25 of 434) sorted by relevance

12345678910>>...18

/external/nist-sip/java/gov/nist/javax/sip/header/
DAuthenticationHeader.java81 public static final String CK = ParameterNamesIms.CK; field in AuthenticationHeader
120 || name.equalsIgnoreCase(ParameterNamesIms.CK) in setParameter()
529 setParameter(CK, ck); in setCK()
533 return getParameter(ParameterNamesIms.CK); in getCK()
/external/nist-sip/java/gov/nist/javax/sip/header/ims/
DWWWAuthenticateHeaderIms.java60 public static final String CK = ParameterNamesIms.CK; field
DParameterNamesIms.java39 public static final String CK = "ck"; field
/external/clang/utils/TableGen/
DNeonEmitter.cpp288 ClassKind CK; member in __anon985e31310111::Intrinsic
325 TypeSpec InTS, ClassKind CK, ListInit *Body, NeonEmitter &Emitter, in Intrinsic() argument
328 CK(CK), Body(Body), Guard(Guard.str()), IsUnavailable(IsUnavailable), in Intrinsic()
431 return CK; in getClassKind()
439 std::string getInstTypeCode(Type T, ClassKind CK) const;
450 std::string mangleName(std::string Name, ClassKind CK) const;
956 std::string Intrinsic::getInstTypeCode(Type T, ClassKind CK) const { in getInstTypeCode()
960 if (CK == ClassB) in getInstTypeCode()
970 if (CK == ClassI) { in getInstTypeCode()
981 if (CK == ClassB) { in getInstTypeCode()
[all …]
/external/icu/icu4c/source/data/region/
Dru_UA.txt8 CK{"О-ва Кука"}
Dur_IN.txt9 CK{"جزائر کک"}
Dfr_CA.txt17 CK{"îles Cook"}
Dnus.txt40 CK{"Kuk ɣa̱ylɛn"}
Dyi.txt60 CK{"קוק אינזלען"}
Dshi.txt43 CK{"ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⴽⵓⴽ"}
Dzgh.txt43 CK{"ⵜⵉⴳⵣⵉⵔⵉⵏ ⵏ ⴽⵓⴽ"}
Dbrx.txt78 CK{"कुक द्वीप"}
Dks.txt79 CK{"کُک جٔزیٖرٕ"}
Dvai.txt50 CK{"ꖏꕃ ꔳꘋꗣ"}
Dtt.txt46 CK{"Кук утраулары"}
Dtg.txt47 CK{"Ҷазираҳои Кук"}
Dja.txt81 CK{"クック諸島"}
Dky.txt81 CK{"Кук аралдары"}
Dpa.txt81 CK{"ਕੁੱਕ ਟਾਪੂ"}
Ddz.txt80 CK{"ཀུག་གླིང་ཚོམ"}
Dko.txt81 CK{"쿡 제도"}
Das.txt81 CK{"কুক দ্বীপপুঞ্জ"}
Dzh.txt81 CK{"库克群岛"}
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/CodeView/
DContinuationRecordBuilder.cpp41 static inline TypeLeafKind getTypeLeafKind(ContinuationRecordKind CK) { in getTypeLeafKind() argument
42 return (CK == ContinuationRecordKind::FieldList) ? LF_FIELDLIST in getTypeLeafKind()
/external/clang/lib/Sema/
DCodeCompleteConsumer.cpp371 void CodeCompletionBuilder::AddChunk(CodeCompletionString::ChunkKind CK, in AddChunk() argument
373 Chunks.push_back(Chunk(CK, Text)); in AddChunk()

12345678910>>...18