Home
last modified time | relevance | path

Searched refs:anon (Results 1 - 24 of 24) sorted by relevance

/third_party/ltp/testcases/kernel/controllers/memcg/
H A Dmemcontrol02.c13 * 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 Dcpuset_memory_testset.sh73 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 DgenericClassExpressionInFunction.js10 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 DSymbolTable.cpp433 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 DSymbolTable.h756 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 DIntermediate.cpp2885 const TAnonMember* anon = symbol.getAsAnonMember(); in addSymbolLinkageNode() local
2886 variable = &anon->getAnonContainer(); in addSymbolLinkageNode()
H A DParseHelper.cpp465 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 Dstgdict.c295 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 Dmemcg_force_empty.sh18 start_memcg_process --mmap-anon -s $PAGESIZE
H A Dmemcg_subgroup_charge.sh28 start_memcg_process --mmap-anon -s $MEM_TO_ALLOC
H A Dmemcg_max_usage_in_bytes_test.sh23 start_memcg_process --mmap-anon -s $MEM_TO_ALLOC
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/
H A Dinterworking.c1452 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 Dinterworking.c1467 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 Dhost_run.sh308 ./page-types -p $QEMU_PID -LN -b anon | grep $HOST_VIRT > $host_tmp
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h1948 #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 Dparse.c2873 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 DhlslParseHelper.cpp659 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 Dtypescript.js[all...]
/third_party/typescript/lib/
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
H A DtypingsInstaller.js[all...]
H A Dtsc.js42458 var anon = "(anonymous)"; global() variable
[all...]

Completed in 241 milliseconds