Home
last modified time | relevance | path

Searched refs:anonymous (Results 1 - 12 of 12) sorted by relevance

/third_party/ltp/testcases/kernel/mce-test/hwpoison/
H A Dtsoftinj.c107 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 Dtsoftinj.c107 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 Dprocess_madvise.h24 int anonymous; member
78 mapping->anonymous = value; in read_address_mapping()
/third_party/ltp/testcases/network/stress/ftp/
H A Dftp-upload-stress02-rmt.sh68 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 Dftp-upload-stress01-rmt.sh50 out=$(curl --noproxy '*' -sS -u anonymous:ftp@ltp-ns.org -T $filename \
/third_party/glslang/glslang/MachineIndependent/
H A Dreflection.cpp100 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 Dstgdict.c209 /* 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 Dctypes.h201 int anonymous; member
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py414 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 Dast-value-factory.h231 F(anonymous, "anonymous") \
232 F(anonymous_function, "(anonymous function)") \
/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h405 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 Dtest_inspect.py744 self.assertSourceEqual(mod2.anonymous, 55, 55)

Completed in 25 milliseconds