/third_party/ltp/testcases/kernel/mce-test/hwpoison/ |
H A D | tsoftinj.c | 107 void anonymous(char *name, int flags) in anonymous() function 112 printf("anonymous\n"); in anonymous() 114 offline(ndesc(buf, "anonymous", name), p); in anonymous() 137 printf("anonymous hugepage\n"); in anonymous_hugepage() 139 offline(ndesc(buf, "anonymous hugepage", name), p); in anonymous_hugepage() 182 anonymous("anonymous", 0); in main() 183 check(&count, "anonymous", 1); in main() 184 anonymous("anonymous mloc in main() [all...] |
/third_party/ltp/testcases/kernel/mce-test/tsrc/ |
H A D | tsoftinj.c | 107 void anonymous(char *name, int flags) in anonymous() function 112 printf("anonymous\n"); in anonymous() 114 offline(ndesc(buf, "anonymous", name), p); in anonymous() 137 printf("anonymous hugepage\n"); in anonymous_hugepage() 139 offline(ndesc(buf, "anonymous hugepage", name), p); in anonymous_hugepage() 182 anonymous("anonymous", 0); in main() 183 check(&count, "anonymous", 1); in main() 184 anonymous("anonymous mloc in main() [all...] |
/third_party/ltp/testcases/kernel/syscalls/process_madvise/ |
H A D | process_madvise.h | 24 int anonymous; member 78 mapping->anonymous = value; in read_address_mapping()
|
/third_party/ltp/testcases/network/stress/ftp/ |
H A D | ftp-upload-stress02-rmt.sh | 68 curl -s --noproxy '*' -u anonymous:ftp@ltp-ns.org -T $filename \ 76 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
H A D | ftp-upload-stress01-rmt.sh | 50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | reflection.cpp | 100 bool anonymous = IsAnonymous(baseName); in addUniform() local 103 if (!anonymous) in addUniform() 135 bool anonymous = IsAnonymous(name); in addPipeIOVariable() local 139 baseName = anonymous ? TString() : type.getTypeName(); in addPipeIOVariable() 141 baseName = anonymous ? TString() : name; in addPipeIOVariable() 579 bool anonymous = false; in addDereferencedUniform() local 585 anonymous = IsAnonymous(base->getName()); in addDereferencedUniform() 590 if (! anonymous) in addDereferencedUniform() 628 if (! anonymous) { in addDereferencedUniform()
|
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 209 /* descr is the descriptor for a field marked as anonymous. Get all the 250 if (fdescr->anonymous) { in MakeFields() 326 descr->anonymous = 1; in MakeAnonFields()
|
H A D | ctypes.h | 201 int anonymous; member
|
/third_party/python/Lib/unittest/test/testmock/ |
H A D | testpatch.py | 414 def anonymous(): function 416 anonymous() 424 def anonymous(): function 426 anonymous() 439 def anonymous(): function 441 anonymous()
|
/third_party/node/deps/v8/src/ast/ |
H A D | ast-value-factory.h | 231 F(anonymous, "anonymous") \ 232 F(anonymous_function, "(anonymous function)") \
|
/third_party/node/deps/v8/src/parsing/ |
H A D | parser-base.h | 405 bool anonymous = impl()->IsNull(label); in LookupBreakTarget() local 407 if ((anonymous && t->is_target_for_anonymous()) || in LookupBreakTarget() 408 (!anonymous && in LookupBreakTarget() 418 bool anonymous = impl()->IsNull(label); in LookupContinueTarget() local 423 if (anonymous || ContainsLabel(t->own_labels(), in LookupContinueTarget() 3650 // "anonymous". We just want that name in the toString(). in ParseFunctionExpression() 4163 // The anonymous forms are allowed iff [default_export] is true. in ParseHoistableDeclaration() 4231 // The anonymous form is allowed iff [default_export] is true. in ParseClassDeclaration() 4876 // "anonymous". We just want that name in the toString(). in ParseAsyncFunctionLiteral()
|
/third_party/python/Lib/test/ |
H A D | test_inspect.py | 744 self.assertSourceEqual(mod2.anonymous, 55, 55)
|