/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 173 int[] avalues = { in TestCodePointAtBefore() local 185 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore() 186 if (UCharacter.codePointAt(s, i) != avalues[i]) in TestCodePointAtBefore() 188 if (UCharacter.codePointAt(c, i) != avalues[i]) in TestCodePointAtBefore() 190 if (UCharacter.codePointAt(b, i) != avalues[i]) in TestCodePointAtBefore() 203 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore() 204 if (UCharacter.codePointAt(c, i, 4) != avalues[i]) in TestCodePointAtBefore()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/ |
D | UCharacterSurrogateTest.java | 170 int[] avalues = { in TestCodePointAtBefore() local 182 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore() 183 if (UCharacter.codePointAt(s, i) != avalues[i]) in TestCodePointAtBefore() 185 if (UCharacter.codePointAt(c, i) != avalues[i]) in TestCodePointAtBefore() 187 if (UCharacter.codePointAt(b, i) != avalues[i]) in TestCodePointAtBefore() 200 for (int i = 0; i < avalues.length; ++i) { in TestCodePointAtBefore() 201 if (UCharacter.codePointAt(c, i, 4) != avalues[i]) in TestCodePointAtBefore()
|
/external/python/cpython3/Modules/_ctypes/ |
D | callproc.c | 764 void **avalues, in _call_function_pointer() argument 827 ffi_call(&cif, (void *)pProc, resmem, avalues); in _call_function_pointer() 1086 void **avalues; in _ctypes_callproc() local 1157 avalues = (void **)alloca(sizeof(void *) * argcount); in _ctypes_callproc() 1159 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc() 1174 avalues[i] = tmp; in _ctypes_callproc() 1179 avalues[i] = (void *)args[i].value.p; in _ctypes_callproc() 1181 avalues[i] = (void *)&args[i].value; in _ctypes_callproc() 1184 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
|
/external/python/cpython2/Modules/_ctypes/ |
D | callproc.c | 774 void **avalues, in _call_function_pointer() argument 841 ffi_call(&cif, (void *)pProc, resmem, avalues); in _call_function_pointer() 1104 void **avalues; in _ctypes_callproc() local 1170 avalues = (void **)alloca(sizeof(void *) * argcount); in _ctypes_callproc() 1172 if (!resbuf || !avalues || !atypes) { in _ctypes_callproc() 1179 avalues[i] = (void *)args[i].value.p; in _ctypes_callproc() 1181 avalues[i] = (void *)&args[i].value; in _ctypes_callproc() 1184 if (-1 == _call_function_pointer(flags, pProc, avalues, atypes, in _ctypes_callproc()
|
/external/cldr/tools/java/org/unicode/cldr/test/ |
D | CLDRTest.java | 442 Set<String> avalues = result.get(code); in TestForIllegalAttributeValues() local 443 …getLocaleAndName(locale) + "\tillegal attribute value for " + code + ", value:\t" + show(avalues)); in TestForIllegalAttributeValues() 446 totalvalues.addAll(avalues); in TestForIllegalAttributeValues() 451 Set<String> avalues = totalResult.get(code); in TestForIllegalAttributeValues() local 452 errln("All illegal attribute values for " + code + ", value:\t" + show(avalues)); in TestForIllegalAttributeValues() 524 private String show(Collection<String> avalues) { in show() argument 527 for (Iterator<String> it3 = avalues.iterator(); it3.hasNext();) { in show()
|
/external/python/cpython2/Modules/_ctypes/libffi/doc/ |
D | libffi.texi | 180 @defun void ffi_call (ffi_cif *@var{cif}, void *@var{fn}, void *@var{rvalue}, void **@var{avalues}) 193 @var{avalues} is a vector of @code{void *} pointers that point to the 196 then @var{avalues} is ignored. Note that argument values may be
|
/external/libffi/doc/ |
D | libffi.texi | 180 @defun void ffi_call (ffi_cif *@var{cif}, void *@var{fn}, void *@var{rvalue}, void **@var{avalues}) 193 @var{avalues} is a vector of @code{void *} pointers that point to the 196 then @var{avalues} is ignored. Note that argument values may be
|
/external/python/cpython3/Modules/_ctypes/libffi_osx/ |
D | README | 171 void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);
|
/external/python/cpython2/Modules/_ctypes/libffi_osx/ |
D | README | 171 void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);
|
/external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
D | README | 171 void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);
|
/external/python/cpython2/Modules/_ctypes/libffi_msvc/ |
D | README | 171 void ffi_call(ffi_cif *cif, void *fn, void *rvalue, void **avalues);
|