Searched refs:Keyword (Results 1 - 25 of 87) sorted by relevance

1234

/external/javassist/src/main/javassist/compiler/ast/
H A DKeyword.java21 * Keyword.
23 public class Keyword extends ASTree { class in inherits:ASTree
26 public Keyword(int token) { method in class:Keyword
H A DVisitor.java46 public void atKeyword(Keyword n) throws CompileError {}
/external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
H A Dpluralrules.js33 goog.i18n.pluralRules.Keyword = {
47 * @return {goog.i18n.pluralRules.Keyword} Default value.
51 return goog.i18n.pluralRules.Keyword.OTHER;
117 * @return {goog.i18n.pluralRules.Keyword} Locale-specific plural value.
122 return goog.i18n.pluralRules.Keyword.ONE;
125 return goog.i18n.pluralRules.Keyword.TWO;
128 return goog.i18n.pluralRules.Keyword.FEW;
131 return goog.i18n.pluralRules.Keyword.MANY;
133 return goog.i18n.pluralRules.Keyword.OTHER;
141 * @return {goog.i18n.pluralRules.Keyword} Local
[all...]
H A Dordinalrules.js33 goog.i18n.ordinalRules.Keyword = {
47 * @return {goog.i18n.ordinalRules.Keyword} Default value.
51 return goog.i18n.ordinalRules.Keyword.OTHER;
117 * @return {goog.i18n.ordinalRules.Keyword} Locale-specific ordinal value.
122 return goog.i18n.ordinalRules.Keyword.ONE;
125 return goog.i18n.ordinalRules.Keyword.TWO;
128 return goog.i18n.ordinalRules.Keyword.FEW;
130 return goog.i18n.ordinalRules.Keyword.OTHER;
138 * @return {goog.i18n.ordinalRules.Keyword} Locale-specific ordinal value.
143 return goog.i18n.ordinalRules.Keyword
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dmkkeywordhash.c34 typedef struct Keyword Keyword; typedef in typeref:struct:Keyword
35 struct Keyword { struct
145 static Keyword aKeywordTable[] = {
295 ** Comparision function for two Keyword records
298 const Keyword *pA = (Keyword*)a;
299 const Keyword *pB = (Keyword*)b;
308 const Keyword *p
[all...]
/external/clang/include/clang/Sema/
H A DCodeCompleteConsumer.h651 const char *Keyword;
716 CodeCompletionResult(const char *Keyword, unsigned Priority = CCP_Keyword)
717 : Declaration(nullptr), Keyword(Keyword), Priority(Priority),
769 return Keyword;
/external/chromium_org/chrome/third_party/chromevox/
H A DchromeVoxChromeOptionsScript.js592 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function(a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow(10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinalRules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){return goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordinalRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}};
593 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b%10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){return 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Keyword.OTHER:goog.i18n.ordinalRules.Keyword.ONE};
594 goog.i18n.ordinalRules.huSelect_=function(a){return 1==a||5==a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.ordinalRules.Keyword
[all...]
H A DchromeVoxChromeBackgroundScript.js531 goog.i18n.NumberFormat.prototype.intLog10_=function(a){for(var b=0;1<=(a/=10);)b++;return b};goog.i18n.NumberFormat.prototype.roundToSignificantDigits_=function(a,b,c){if(!a)return a;var d=this.intLog10_(a);b=b-d-1;if(b<-c)return c=Math.pow(10,c),Math.round(a/c)*c;c=Math.pow(10,b);a=Math.round(a*c);return a/c};goog.i18n.NumberFormat.prototype.pluralForm_=function(){return"other"};goog.i18n.ordinalRules={};goog.i18n.ordinalRules.Keyword={ZERO:"zero",ONE:"one",TWO:"two",FEW:"few",MANY:"many",OTHER:"other"};goog.i18n.ordinalRules.defaultSelect_=function(){return goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.decimals_=function(a){a+="";var b=a.indexOf(".");return-1==b?0:a.length-b-1};goog.i18n.ordinalRules.get_vf_=function(a,b){var c=void 0===b?Math.min(goog.i18n.ordinalRules.decimals_(a),3):b,d=Math.pow(10,c),d=(a*d|0)%d;return{v:c,f:d}};
532 goog.i18n.ordinalRules.get_wt_=function(a,b){if(0===b)return{w:0,t:0};for(;0===b%10;)b/=10,a--;return{w:a,t:b}};goog.i18n.ordinalRules.enSelect_=function(a){return 1==a%10&&11!=a%100?goog.i18n.ordinalRules.Keyword.ONE:2==a%10&&12!=a%100?goog.i18n.ordinalRules.Keyword.TWO:3==a%10&&13!=a%100?goog.i18n.ordinalRules.Keyword.FEW:goog.i18n.ordinalRules.Keyword.OTHER};goog.i18n.ordinalRules.svSelect_=function(a){return 1!=a%10&&2!=a%10||11==a%100||12==a%100?goog.i18n.ordinalRules.Keyword.OTHER:goog.i18n.ordinalRules.Keyword.ONE};
533 goog.i18n.ordinalRules.huSelect_=function(a){return 1==a||5==a?goog.i18n.ordinalRules.Keyword.ONE:goog.i18n.ordinalRules.Keyword
[all...]
/external/protobuf/editors/
H A Dproto.vim91 HiLink pbDefault Keyword
92 HiLink pbExtend Keyword
93 HiLink pbRPC Keyword
/external/clang/lib/Basic/
H A DIdentifierTable.cpp90 // Language Keyword Implementation
123 static void AddKeyword(StringRef Keyword, argument
153 Table.get(Keyword, AddResult == 3 ? tok::identifier : TokenCode);
160 static void AddCXXOperatorKeyword(StringRef Keyword, argument
163 IdentifierInfo &Info = Table.get(Keyword, TokenCode);
/external/chromium_org/components/test/data/web_database/
H A Dversion_25.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','29');
H A Dversion_26.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','29');
H A Dversion_48.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','48');
H A Dversion_20.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','27');
H A Dversion_22.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','27');
H A Dversion_27.sql6 INSERT INTO "meta" VALUES('Builtin Keyword Version','29');
H A Dversion_29.sql7 INSERT INTO "meta" VALUES('Builtin Keyword Version','29');
H A Dversion_37.sql7 INSERT INTO "meta" VALUES('Builtin Keyword Version','33');
H A Dversion_38.sql7 INSERT INTO "meta" VALUES('Builtin Keyword Version','33');
H A Dversion_39.sql7 INSERT INTO "meta" VALUES('Builtin Keyword Version','33');
H A Dversion_40.sql9 INSERT INTO "meta" VALUES('Builtin Keyword Version','33');
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp51 case CPDF_StreamParser::Keyword:
79 if (type == CPDF_StreamParser::Keyword) {
119 if (type != CPDF_StreamParser::Keyword) {
156 case CPDF_StreamParser::Keyword: {
403 if (type != CPDF_StreamParser::Keyword) {
507 return Keyword;
/external/clang/lib/AST/
H A DType.cpp1404 TypeWithKeyword::getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword) { argument
1405 switch (Keyword) {
1419 TypeWithKeyword::KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword) { argument
1420 switch (Keyword) {
1434 StringRef TypeWithKeyword::getKeywordName(ElaboratedTypeKeyword Keyword) { argument
1435 switch (Keyword) {
1449 ElaboratedTypeKeyword Keyword,
1453 : TypeWithKeyword(Keyword, DependentTemplateSpecialization, Canon, true, true,
1470 ElaboratedTypeKeyword Keyword,
1475 ID.AddInteger(Keyword);
1448 DependentTemplateSpecializationType( ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args, QualType Canon) argument
1468 Profile(llvm::FoldingSetNodeID &ID, const ASTContext &Context, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *Qualifier, const IdentifierInfo *Name, unsigned NumArgs, const TemplateArgument *Args) argument
1483 ElaboratedTypeKeyword Keyword; local
[all...]
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmscgats.c92 char* Keyword; // Name of variable member in struct:_KeyVal
1132 if (cmsstrcasecmp(Key, p->Keyword) == 0)
1187 p->Keyword = AllocString(it8, Key);
1625 if (*p ->Keyword == '#') {
1645 if (!IsAvailableOnList(it8-> ValidKeywords, p->Keyword, NULL, NULL)) {
1649 WriteStr(fp, p->Keyword);
1653 AddAvailableProperty(it8, p->Keyword, WRITE_UNCOOKED);
1656 WriteStr(fp, p->Keyword);
1935 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expected")) return FALSE;
1943 if (!GetVal(it8, Buffer, MAXSTR-1, "Keyword expecte
[all...]
/external/clang/include/clang/AST/
H A DType.h1303 unsigned Keyword : 8;
3950 TypeWithKeyword(ElaboratedTypeKeyword Keyword, TypeClass tc, argument
3956 TypeWithKeywordBits.Keyword = Keyword;
3961 return static_cast<ElaboratedTypeKeyword>(TypeWithKeywordBits.Keyword);
3980 static TagTypeKind getTagTypeKindForKeyword(ElaboratedTypeKeyword Keyword);
3982 static bool KeywordIsTagTypeKind(ElaboratedTypeKeyword Keyword);
3984 static StringRef getKeywordName(ElaboratedTypeKeyword Keyword);
4010 ElaboratedType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, argument
4012 : TypeWithKeyword(Keyword, Elaborate
4044 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, QualType NamedType) argument
4076 DependentNameType(ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name, QualType CanonType) argument
4107 Profile(llvm::FoldingSetNodeID &ID, ElaboratedTypeKeyword Keyword, NestedNameSpecifier *NNS, const IdentifierInfo *Name) argument
[all...]

Completed in 377 milliseconds

1234