/third_party/ltp/testcases/kernel/controllers/memcg/ |
H A D | memcontrol02.c | 13 * Note that the V1 rss and cache counters were renamed to anon and 37 ssize_t anon, current; in alloc_anon_50M_check() local 39 TST_CG_VER_IS_V1(tst_cg, "memory") ? "rss %zd" : "anon %zd"; in alloc_anon_50M_check() 49 SAFE_CG_LINES_SCANF(cg_child, "memory.stat", anon_key_fmt, &anon); in alloc_anon_50M_check() 51 TST_EXP_EXPR(anon > 0, "(memory.stat.anon=%zd) > 0", anon); in alloc_anon_50M_check() 52 TST_EXP_EXPR(values_close(size, anon, 3), in alloc_anon_50M_check() 53 "(size=%zd) ~= (memory.stat.anon=%zd)", size, anon); in alloc_anon_50M_check() [all...] |
/third_party/ltp/testcases/kernel/controllers/cpuset/cpuset_memory_test/ |
H A D | cpuset_memory_testset.sh | 73 cpuset_memory_test --mmap-anon >"$MEMORY_RESULT" & 250 cpuset_memory_test --mmap-anon >"$MEMORY_RESULT" & 267 cpuset_memory_test --mmap-anon >"$MEMORY_RESULT" & 310 cpuset_memory_test --mmap-anon --check >"$MEMORY_RESULT" & 355 cpuset_memory_test --mmap-anon --check >"$MEMORY_RESULT" & 407 cpuset_memory_test --mmap-anon >"$MEMORY_RESULT" & 443 cpuset_memory_test --mmap-anon --check >"$MEMORY_RESULT" & 498 cpuset_memory_test --thread --mmap-anon >"$MEMORY_RESULT" & 554 cpuset_memory_test --thread --mmap-anon >"$MEMORY_RESULT" & 610 cpuset_memory_test --thread --mmap-anon >" [all...] |
/third_party/typescript/tests/baselines/reference/ |
H A D | genericClassExpressionInFunction.js | 10 anon = class extends A<V> { } 19 class C extends (new B2<number>().anon) { 67 this.anon = /** @class */ (function (_super) {
100 }((new B2().anon)));
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | SymbolTable.cpp | 433 const TAnonMember* anon = iter->second->getAsAnonMember(); in clone() local 434 if (anon) { in clone() 438 if (! containerCopied[anon->getAnonId()]) { in clone() 439 TVariable* container = anon->getAnonContainer().clone(); in clone() 443 containerCopied[anon->getAnonId()] = true; in clone()
|
H A D | SymbolTable.h | 756 const TAnonMember* anon = shared->getAsAnonMember(); in copyUpDeferredInsert() local 757 assert(anon); in copyUpDeferredInsert() 758 TVariable* container = anon->getAnonContainer().clone(); in copyUpDeferredInsert() 760 container->setUniqueId(anon->getAnonContainer().getUniqueId()); in copyUpDeferredInsert()
|
H A D | Intermediate.cpp | 2885 const TAnonMember* anon = symbol.getAsAnonMember(); in addSymbolLinkageNode() local 2886 variable = &anon->getAnonContainer(); in addSymbolLinkageNode()
|
H A D | ParseHelper.cpp | 465 const TAnonMember* anon = symbol ? symbol->getAsAnonMember() : nullptr; in handleVariable() local 466 if (anon) { in handleVariable() 470 variable = anon->getAnonContainer().getAsVariable(); in handleVariable() 472 TIntermTyped* constNode = intermediate.addConstantUnion(anon->getMemberNumber(), loc); in handleVariable() 475 node->setType(*(*variable->getType().getStruct())[anon->getMemberNumber()].type); in handleVariable()
|
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 295 PyObject *anon; in MakeAnonFields() local 299 if (_PyObject_LookupAttrId(type, &PyId__anonymous_, &anon) < 0) { in MakeAnonFields() 302 if (anon == NULL) { in MakeAnonFields() 305 anon_names = PySequence_Fast(anon, "_anonymous_ must be a sequence"); in MakeAnonFields() 306 Py_DECREF(anon); in MakeAnonFields()
|
/third_party/ltp/testcases/kernel/controllers/memcg/functional/ |
H A D | memcg_force_empty.sh | 18 start_memcg_process --mmap-anon -s $PAGESIZE
|
H A D | memcg_subgroup_charge.sh | 28 start_memcg_process --mmap-anon -s $MEM_TO_ALLOC
|
H A D | memcg_max_usage_in_bytes_test.sh | 23 start_memcg_process --mmap-anon -s $MEM_TO_ALLOC
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | interworking.c | 1452 char *anon; in interworking_set_eap_params() local 1457 anon = os_malloc(buflen); in interworking_set_eap_params() 1458 if (anon == NULL) in interworking_set_eap_params() 1460 os_snprintf(anon, buflen, "anonymous%s", pos); in interworking_set_eap_params() 1463 anon = os_malloc(buflen); in interworking_set_eap_params() 1464 if (anon == NULL) in interworking_set_eap_params() 1466 os_snprintf(anon, buflen, "anonymous@%s", cred->realm); in interworking_set_eap_params() 1468 anon = os_strdup("anonymous"); in interworking_set_eap_params() 1469 if (anon == NULL) in interworking_set_eap_params() 1472 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) < in interworking_set_eap_params() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | interworking.c | 1467 char *anon; in interworking_set_eap_params() local 1472 anon = os_malloc(buflen); in interworking_set_eap_params() 1473 if (anon == NULL) in interworking_set_eap_params() 1475 os_snprintf(anon, buflen, "anonymous%s", pos); in interworking_set_eap_params() 1478 anon = os_malloc(buflen); in interworking_set_eap_params() 1479 if (anon == NULL) in interworking_set_eap_params() 1481 os_snprintf(anon, buflen, "anonymous@%s", cred->realm); in interworking_set_eap_params() 1483 anon = os_strdup("anonymous"); in interworking_set_eap_params() 1484 if (anon == NULL) in interworking_set_eap_params() 1487 if (wpa_config_set_quoted(ssid, "anonymous_identity", anon) < in interworking_set_eap_params() [all...] |
/third_party/ltp/testcases/kernel/mce-test/kvm/host/ |
H A D | host_run.sh | 308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp
|
/third_party/json/tests/thirdparty/doctest/ |
H A D | doctest.h | 1948 #define DOCTEST_TEST_CASE_TEMPLATE_INSTANTIATE_IMPL(id, anon, ...) \ 1949 DOCTEST_GLOBAL_NO_WARNINGS(DOCTEST_CAT(anon, DUMMY)) = \ 1961 #define DOCTEST_TEST_CASE_TEMPLATE_IMPL(dec, T, anon, ...) \ 1962 DOCTEST_TEST_CASE_TEMPLATE_DEFINE_IMPL(dec, T, DOCTEST_CAT(anon, ITERATOR), anon); \ 1963 DOCTEST_TEST_CASE_TEMPLATE_INSTANTIATE_IMPL(anon, anon, std::tuple<__VA_ARGS__>) \ 1965 static void anon()
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | parse.c | 2873 struct symbol *anon = alloc_symbol(token->pos, SYM_NODE); in toplevel_asm_declaration() local 2877 anon->ctype.base_type = fn; in toplevel_asm_declaration() 2883 // FIXME: add_symbol(list, anon); in toplevel_asm_declaration()
|
/third_party/glslang/glslang/HLSL/ |
H A D | hlslParseHelper.cpp | 659 const TAnonMember* anon = symbol ? symbol->getAsAnonMember() : nullptr; in handleVariable() local 661 if (anon) { in handleVariable() 671 variable = anon->getAnonContainer().getAsVariable(); in handleVariable() 674 TIntermTyped* constNode = intermediate.addConstantUnion(anon->getMemberNumber(), loc); in handleVariable() 677 node->setType(*(*variable->getType().getStruct())[anon->getMemberNumber()].type); in handleVariable()
|
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
/third_party/typescript/lib/ |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 42458 var anon = "(anonymous)"; global() variable [all...] |