Searched refs:zoo (Results 1 - 10 of 10) sorted by relevance
/third_party/ltp/pan/ |
H A D | ltp-bump.c | 50 zoo_t zoo; in main() local 86 if ((zoo = zoo_open(active)) == NULL) { in main() 93 nanny = zoo_getpid(zoo, argv[optind]); in main() 103 if (zoo_clear(zoo, nanny)) in main() 112 zoo_close(zoo); in main()
|
H A D | zoolib.c | 38 * If the system crashes, we should be able to look at the zoo file to find out 42 * The zoo file is meant to be a text file that fits on a standard console. 45 * zoo file format: 65 /* zoo_mark(): private function to make an entry to the zoo 73 /* zoo_getname(): create a filename to use for the zoo */ 77 char *zoo; in zoo_getname() local 79 zoo = getenv("ZOO"); in zoo_getname() 80 if (zoo) { in zoo_getname() 81 snprintf(buf, 1024, "%s/%s", zoo, "active"); in zoo_getname() 89 /* zoo_open(): open a zoo fo [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | exhaustiveSwitchStatements1.js | 202 declare const zoo: { animal: Animal } | undefined; 205 switch (zoo?.animal ?? Animal.DOG) { 443 switch ((_a = zoo === null || zoo === void 0 ? void 0 : zoo.animal) !== null && _a !== void 0 ? _a : Animal.DOG) {
535 declare const zoo: {
|
H A D | propertiesAndIndexers.js | 37 zoo: string;
|
/third_party/jerryscript/tests/jerry/es2015/ |
H A D | object-is.js | 49 var zoo = foo; variable 52 assert(Object.is(foo, zoo) === true);
|
/third_party/gn/src/gn/ |
H A D | string_atom_unittest.cc | 39 auto zoo = StringAtom("zoo"); in TEST() local 42 EXPECT_TRUE(foo < zoo); in TEST() 43 EXPECT_TRUE(bar < zoo); in TEST() 50 auto zoo_ret = set.insert(std::string_view("zoo")); 60 EXPECT_EQ(set.find(std::string_view("zoo")), zoo_ret.first); 81 auto zoo_ret = set.insert(std::string_view("zoo")); 103 EXPECT_EQ(set.find(std::string_view("zoo")), zoo_ret.first);
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/ |
H A D | inline_test.cpp | 3463 // When function main() calls function zoo() and function zoo() calls 3475 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]] 3499 ; CHECK: [[zoo]] = OpFunction %v4float None 3511 %10 = OpString "zoo" 3540 %37 = OpExtInst %void %1 DebugFunction %10 %31 %26 7 1 %27 %10 FlagIsProtected|FlagIsPrivate 7 %zoo 3545 %41 = OpFunctionCall %v4float %zoo 3568 %zoo = OpFunction %v4float None %25 4135 ; CHECK: [[zoo:%\d+]] = OpString "zoo" [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
H A D | inline_test.cpp | 3463 // When function main() calls function zoo() and function zoo() calls 3475 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]] 3499 ; CHECK: [[zoo]] = OpFunction %v4float None 3511 %10 = OpString "zoo" 3540 %37 = OpExtInst %void %1 DebugFunction %10 %31 %26 7 1 %27 %10 FlagIsProtected|FlagIsPrivate 7 %zoo 3545 %41 = OpFunctionCall %v4float %zoo 3568 %zoo = OpFunction %v4float None %25 4135 ; CHECK: [[zoo:%\d+]] = OpString "zoo" [all...] |
/third_party/spirv-tools/test/opt/ |
H A D | inline_test.cpp | 3467 // When function main() calls function zoo() and function zoo() calls 3479 ; CHECK: [[dbg_zoo:%\d+]] = OpExtInst %void [[ext]] DebugFunction {{%\d+}} {{%\d+}} {{%\d+}} 7 1 {{%\d+}} {{%\d+}} FlagIsProtected|FlagIsPrivate 7 [[zoo:%\d+]] 3503 ; CHECK: [[zoo]] = OpFunction %v4float None 3515 %10 = OpString "zoo" 3544 %37 = OpExtInst %void %1 DebugFunction %10 %31 %26 7 1 %27 %10 FlagIsProtected|FlagIsPrivate 7 %zoo 3549 %41 = OpFunctionCall %v4float %zoo 3572 %zoo = OpFunction %v4float None %25 4139 ; CHECK: [[zoo:%\d+]] = OpString "zoo" [all...] |
/third_party/ltp/ |
H A D | runltp | 174 -W ZOOFILE Specify the zoo file used to record current test tags (default PID of this script)
|
Completed in 14 milliseconds