HomeSort by relevance Sort by last modified time
    Searched refs:cresult (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/cintltst/
cmsgtst.c 988 char cresult[256]; local
1029 char cresult[256]; local
    [all...]
  /prebuilts/misc/windows/sdl2/test/
testautomation_rwops.c 605 int cresult; local
694 cresult = SDL_RWclose(rw);
696 SDLTest_AssertCheck(cresult == 0, "Verify result value is 0; got: %d", cresult);
  /external/python/cpython3/PC/
_msi.c 21 wchar_t *cresult; local
33 if (UuidToStringW(&result, &cresult) == RPC_S_OUT_OF_MEMORY) {
38 oresult = PyUnicode_FromWideChar(cresult, wcslen(cresult));
39 RpcStringFreeW(&cresult);
  /external/python/cpython2/PC/
_msi.c 21 char *cresult; local
33 if (UuidToString(&result, &cresult) == RPC_S_OUT_OF_MEMORY) {
38 oresult = PyString_FromString(cresult);
39 RpcStringFree(&cresult);

Completed in 664 milliseconds