Home
last modified time | relevance | path

Searched refs:CAT (Results 1 - 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
H A DmappedTypeOverlappingStringEnumKeys.js5 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 DexhaustiveSwitchStatements1.js200 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 DAPIInfo.java37 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 DCheckAPI.java90 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 DAPIData.java131 int cat = info.getVal(APIInfo.CAT); in printStats()
/third_party/ltp/testcases/kernel/security/smack/
H A Dsmack_file_access.sh32 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 Dbackward_references.c49 #define EXPAND_CAT(a, b) CAT(a, b)
50 #define CAT(a, b) a ## b macro
120 #undef CAT macro
H A Dhash.h227 #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 Dbackward_references.c49 #define EXPAND_CAT(a, b) CAT(a, b)
50 #define CAT(a, b) a ## b macro
120 #undef CAT macro
H A Dhash.h227 #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 DMakefile173 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 Ddetect.mk129 CAT := cat macro
134 CAT := type macro
H A Ddos-def.mk17 CAT := type macro
/third_party/skia/third_party/externals/freetype/builds/os2/
H A Dos2-def.mk17 CAT := type macro
H A Ddetect.mk32 CAT := type macro
/third_party/skia/third_party/externals/freetype/builds/unix/
H A Dunixddef.mk23 CAT := cat macro
H A Ddetect.mk35 CAT := cat macro
/third_party/skia/third_party/externals/freetype/builds/windows/
H A Dwin32-def.mk17 CAT := type macro
H A Ddetect.mk69 CAT := type macro
/third_party/skia/third_party/externals/freetype/builds/ansi/
H A Dansi-def.mk17 CAT := cat macro
/third_party/skia/third_party/externals/freetype/builds/beos/
H A Dbeos-def.mk19 CAT := cat macro
H A Ddetect.mk31 CAT := cat macro
/third_party/skia/third_party/externals/freetype/builds/
H A Ddetect.mk46 CAT := cat macro
H A Dtoplevel.mk204 work := $(strip $(shell $(CAT) \
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
H A DLanguageTag.java62 CAT("Catalan", "cat"), enum constant

Completed in 11 milliseconds

12