Home
last modified time | relevance | path

Searched defs:localResult (Results 1 – 4 of 4) sorted by relevance

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java118 Local<Constructable> localResult = code.newLocal(constructable); in testNewInstance() local
165 Local<Integer> localResult = code.newLocal(TypeId.INT); in testInvokeStatic() local
233 Local<Integer> localResult = code.newLocal(TypeId.INT); in testInvokeVirtual() local
298 Local<Integer> localResult = superHashCode.newLocal(TypeId.INT); in testInvokeSuper() local
328 Local<Object> localResult = code.newLocal(TypeId.OBJECT); in testInvokeInterface() local
400 Local<Boolean> localResult = code.newLocal(TypeId.BOOLEAN); in testInvokeTypeSafety() local
1078 Local<T1> localResult = code.newLocal(valueAType); in binaryOpMethod() local
1357 Local<Boolean> localResult = code.newLocal(TypeId.BOOLEAN); in testInstanceOf() local
1384 Local<Integer> localResult = code.newLocal(TypeId.INT); in testForLoop() local
1430 Local<Integer> localResult = code.newLocal(TypeId.INT); in testWhileLoop() local
[all …]
/external/cronet/tot/third_party/icu/source/i18n/
Dnumber_capi.cpp366 auto localResult = formatter->fFormatter.format(std::move(number->fNumber), *ec); in usnumf_format() local
384 auto localResult = formatter->fFormatter.formatInt64(value, *ec); in usnumf_formatInt64() local
/external/icu/icu4c/source/i18n/
Dnumber_capi.cpp364 auto localResult = formatter->fFormatter.format(std::move(number->fNumber), *ec); in usnumf_format() local
382 auto localResult = formatter->fFormatter.formatInt64(value, *ec); in usnumf_formatInt64() local
/external/cronet/stable/third_party/icu/source/i18n/
Dnumber_capi.cpp366 auto localResult = formatter->fFormatter.format(std::move(number->fNumber), *ec); in usnumf_format() local
384 auto localResult = formatter->fFormatter.formatInt64(value, *ec); in usnumf_formatInt64() local