Home
last modified time | relevance | path

Searched refs:argLen (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/bindings/v8/custom/
DV8ArrayBufferViewCustom.h51 int argLen = args.Length(); in constructWebGLArrayWithArrayBufferArgument() local
52 if (argLen > 1) { in constructWebGLArrayWithArrayBufferArgument()
60 if (argLen > 2) { in constructWebGLArrayWithArrayBufferArgument()
85 int argLen = args.Length(); in constructWebGLArray() local
86 if (!argLen) { in constructWebGLArray()
/external/icu4c/test/intltest/
Ddadrcoll.cpp171 int32_t argLen = 0; in processTest() local
226 argLen = testSetting.length(); in processTest()
228 processArguments(col, arguments, argLen); in processTest()
230 processArguments(clone, arguments, argLen); in processTest()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DCompiler.java842 int argLen; in stepPattern() local
850 argLen = getOp(opPos + OpMap.MAPINDEX_LENGTH); in stepPattern()
857 argLen = getArgLengthOfStep(opPos); in stepPattern()
866 argLen = getArgLengthOfStep(opPos); in stepPattern()
876 argLen = getArgLengthOfStep(opPos); in stepPattern()
890 argLen = getArgLengthOfStep(opPos); in stepPattern()
903 pattern.setPredicates(getCompiledPredicates(opPos + argLen)); in stepPattern()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java478 int argLen; in mightBeProximate() local
486 argLen = compiler.getArgLength(opPos); in mightBeProximate()
489 argLen = compiler.getArgLengthOfStep(opPos); in mightBeProximate()
1107 int argLen = compiler.getFirstPredicateOpPos(opPos); in createDefaultStepPattern() local
1109 ai.setPredicates(compiler.getCompiledPredicates(argLen)); in createDefaultStepPattern()
1131 int argLen; in analyzePredicate() local
1139 argLen = compiler.getArgLength(opPos); in analyzePredicate()
1142 argLen = compiler.getArgLengthOfStep(opPos); in analyzePredicate()