Searched defs:consts (Results 1 - 12 of 12) sorted by relevance

/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_code.py18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_code.py18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_code.py18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_code.py18 consts: ('None', '<code object g>')
29 consts: ('None',)
46 consts: ('None',)
62 consts: ('None',)
79 consts: ("'doc string'", 'None')
88 def consts(t): function
102 print "consts:", tuple(consts(co.co_consts))
/prebuilts/ndk/current/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4219 // Use 'consts' as the flattened glslang source of scalar constants to recursively
4222 // If there are not enough elements present in 'consts', 0 will be substituted;
4223 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
4225 spv::Id TGlslangToSpvTraverser::createSpvConstantFromConstUnionArray(const glslang::TType& glslangType, const glslang::TConstUnionArray& consts, int& nextConst, bool specConstant) argument
4236 spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
4240 spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
4244 spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
4247 bool zero = nextConst >= consts.size();
4250 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
4253 spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextCons
[all...]
/prebuilts/ndk/current/sources/third_party/vulkan/glslang/SPIRV/
H A DGlslangToSpv.cpp4219 // Use 'consts' as the flattened glslang source of scalar constants to recursively
4222 // If there are not enough elements present in 'consts', 0 will be substituted;
4223 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
4225 spv::Id TGlslangToSpvTraverser::createSpvConstantFromConstUnionArray(const glslang::TType& glslangType, const glslang::TConstUnionArray& consts, int& nextConst, bool specConstant) argument
4236 spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
4240 spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
4244 spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
4247 bool zero = nextConst >= consts.size();
4250 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
4253 spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextCons
[all...]
/prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/SPIRV/
H A DGlslangToSpv.cpp4219 // Use 'consts' as the flattened glslang source of scalar constants to recursively
4222 // If there are not enough elements present in 'consts', 0 will be substituted;
4223 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
4225 spv::Id TGlslangToSpvTraverser::createSpvConstantFromConstUnionArray(const glslang::TType& glslangType, const glslang::TConstUnionArray& consts, int& nextConst, bool specConstant) argument
4236 spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
4240 spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
4244 spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
4247 bool zero = nextConst >= consts.size();
4250 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
4253 spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextCons
[all...]
/prebuilts/ndk/r13/sources/third_party/vulkan/glslang/SPIRV/
H A DGlslangToSpv.cpp4219 // Use 'consts' as the flattened glslang source of scalar constants to recursively
4222 // If there are not enough elements present in 'consts', 0 will be substituted;
4223 // an empty 'consts' can be used to create a fully zeroed SPIR-V constant.
4225 spv::Id TGlslangToSpvTraverser::createSpvConstantFromConstUnionArray(const glslang::TType& glslangType, const glslang::TConstUnionArray& consts, int& nextConst, bool specConstant) argument
4236 spvConsts.push_back(createSpvConstantFromConstUnionArray(elementType, consts, nextConst, false));
4240 spvConsts.push_back(createSpvConstantFromConstUnionArray(vectorType, consts, nextConst, false));
4244 spvConsts.push_back(createSpvConstantFromConstUnionArray(*iter->type, consts, nextConst, false));
4247 bool zero = nextConst >= consts.size();
4250 spvConsts.push_back(builder.makeIntConstant(zero ? 0 : consts[nextConst].getIConst()));
4253 spvConsts.push_back(builder.makeUintConstant(zero ? 0 : consts[nextCons
[all...]
/prebuilts/devtools/tools/lib/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/tools/common/m2/repository/org/python/jython-standalone/2.5.3/
H A Djython-standalone-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/LICENSE META-INF/NOTICE META-INF/maven/jline/ ...
/prebuilts/misc/common/jython/
H A Djython.jarMETA-INF/MANIFEST.MF com/xhaus/modjy/ModjyJServlet.class ModjyJServlet.java package com.xhaus ...
/prebuilts/tools/common/m2/repository/org/python/jython/2.5.3/
H A Djython-2.5.3.jarMETA-INF/MANIFEST.MF META-INF/services/javax.script.ScriptEngineFactory com/xhaus/modjy/ModjyJServlet ...

Completed in 1487 milliseconds