/third_party/typescript/tests/baselines/reference/ |
H A D | mappedTypeOverlappingStringEnumKeys.js | 5 CAT = "cat", 10 CAT = "cat", 16 type: TerrestrialAnimalTypes.CAT; 21 type: AlienAnimalTypes.CAT 33 { type: TerrestrialAnimalTypes.CAT, address: "" }, 34 { type: AlienAnimalTypes.CAT, planet: "" } 44 TerrestrialAnimalTypes["CAT"] = "cat";
50 AlienAnimalTypes["CAT"] = "cat";
55 { type: TerrestrialAnimalTypes.CAT, address: "" },
56 { type: AlienAnimalTypes.CAT, plane [all...] |
H A D | exhaustiveSwitchStatements1.js | 200 enum Animal { DOG, CAT } 207 case Animal.CAT: return Animal.CAT 439 Animal[Animal["CAT"] = 1] = "CAT";
445 case Animal.CAT: return Animal.CAT;
533 CAT = 1
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
H A D | APIInfo.java | 37 public static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, field in APIInfo 103 public void setClass() { setType(CAT, CAT_CLASS); } in setClass() 104 public void setField() { setType(CAT, CAT_FIELD); } in setField() 105 public void setConstructor() { setType(CAT, CAT_CONSTRUCTOR); } in setConstructor() 106 public void setMethod() { setType(CAT, CAT_METHOD); } in setMethod() 107 public void setEnum() { setType(CAT, CAT_ENUM); } in setEnum() 108 public void setEnumConstant() { setType(CAT, CAT_ENUM_CONSTANT); } in setEnumConstant() 129 public boolean isClass() { return getVal(CAT) == CAT_CLASS; } in isClass() 130 public boolean isField() { return getVal(CAT) == CAT_FIELD; } in isField() 131 public boolean isConstructor() { return getVal(CAT) in isField() [all...] |
H A D | CheckAPI.java | 90 private static final int CAT = 6, CAT_CLASS = 0, CAT_FIELD = 1, CAT_CONSTRUCTOR = 2, CAT_METHOD = 3; field in CheckAPI 194 for (int i = STA; i < CAT; ++i) { // include status in write() 208 int val = getVal(CAT); in write() 322 setType(CAT, CAT_FIELD); in read() 324 setType(CAT, CAT_METHOD); in read() 326 setType(CAT, CAT_CONSTRUCTOR); in read() 328 setType(CAT, CAT_CLASS); in read() 393 result = (lhi.getVal(CAT) == CAT_CLASS ? lhi.name : lhi.cls) in defaultComparator() 394 .compareTo(rhi.getVal(CAT) == CAT_CLASS ? rhi.name : rhi.cls); in defaultComparator() 396 result = lhi.getVal(CAT) in defaultComparator() [all...] |
H A D | APIData.java | 131 int cat = info.getVal(APIInfo.CAT); in printStats()
|
/third_party/ltp/testcases/kernel/security/smack/ |
H A D | smack_file_access.sh | 32 CAT=/bin/cat 63 got_read=$(smack_notroot $CAT "$testfile") 70 got_read=$(smack_notroot $CAT "$testfile" 2> /dev/null)
|
/third_party/node/deps/brotli/c/enc/ |
H A D | backward_references.c | 49 #define EXPAND_CAT(a, b) CAT(a, b) 50 #define CAT(a, b) a ## b macro 120 #undef CAT macro
|
H A D | hash.h | 227 #define EXPAND_CAT(a, b) CAT(a, b) 228 #define CAT(a, b) a ## b macro 373 #undef CAT macro
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | backward_references.c | 49 #define EXPAND_CAT(a, b) CAT(a, b) 50 #define CAT(a, b) a ## b macro 120 #undef CAT macro
|
H A D | hash.h | 227 #define EXPAND_CAT(a, b) CAT(a, b) 228 #define CAT(a, b) a ## b macro 373 #undef CAT macro
|
/third_party/lz4/tests/ |
H A D | Makefile | 173 CAT:=cat macro 195 $(CAT) $^ > $@ 235 echo "Hello World 2 !" | $(LZ4) | $(LZ4) -d | $(CAT) 239 $(CAT) $(FPREFIX)dg1M $(FPREFIX)dg1M > $(FPREFIX)2M 259 $(CAT) $(FPREFIX) | $(LZ4) > $(FPREFIX)-ncz.lz4 261 $(CAT) $(FPREFIX) | $(LZ4) --content-size > $(FPREFIX)-ncz2.lz4 # can't determine content size 270 $(CAT) $(FPREFIX)-nonempty $(FPREFIX)-empty $(FPREFIX)-nonempty > $(FPREFIX)-src 273 $(CAT) $(FPREFIX)-nonempty.lz4 $(FPREFIX)-empty.lz4 $(FPREFIX)-nonempty.lz4 > $(FPREFIX)-concat.lz4 299 $(CAT) $(FPREFIX)1.lz4 $(FPREFIX)2.lz4 $(FPREFIX)3.lz4 > $(FPREFIX)-concat1 307 $(CAT) [all...] |
/third_party/skia/third_party/externals/freetype/builds/dos/ |
H A D | detect.mk | 129 CAT := cat macro 134 CAT := type macro
|
H A D | dos-def.mk | 17 CAT := type macro
|
/third_party/skia/third_party/externals/freetype/builds/os2/ |
H A D | os2-def.mk | 17 CAT := type macro
|
H A D | detect.mk | 32 CAT := type macro
|
/third_party/skia/third_party/externals/freetype/builds/unix/ |
H A D | unixddef.mk | 23 CAT := cat macro
|
H A D | detect.mk | 35 CAT := cat macro
|
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | win32-def.mk | 17 CAT := type macro
|
H A D | detect.mk | 69 CAT := type macro
|
/third_party/skia/third_party/externals/freetype/builds/ansi/ |
H A D | ansi-def.mk | 17 CAT := cat macro
|
/third_party/skia/third_party/externals/freetype/builds/beos/ |
H A D | beos-def.mk | 19 CAT := cat macro
|
H A D | detect.mk | 31 CAT := cat macro
|
/third_party/skia/third_party/externals/freetype/builds/ |
H A D | detect.mk | 46 CAT := cat macro
|
H A D | toplevel.mk | 204 work := $(strip $(shell $(CAT) \
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
H A D | LanguageTag.java | 62 CAT("Catalan", "cat"), enum constant
|