HomeSort by relevance Sort by last modified time
    Searched defs:numkeys (Results 1 - 2 of 2) sorted by null

  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ACBTree.h 52 NSInteger numkeys; /* number of active entries */ variable
68 @property (assign) NSInteger numkeys; variable
  /prebuilts/misc/windows/sdl2/test/
testautomation_keyboard.c 17 * @brief Check call to SDL_GetKeyboardState with and without numkeys reference.
24 int numkeys; local
27 /* Case where numkeys pointer is NULL */
32 /* Case where numkeys pointer is not NULL */
33 numkeys = -1;
34 state = (Uint8 *)SDL_GetKeyboardState(&numkeys);
35 SDLTest_AssertPass("Call to SDL_GetKeyboardState(&numkeys)");
37 SDLTest_AssertCheck(numkeys >= 0, "Validate that value of numkeys is >= 0, got: %i", numkeys);
    [all...]

Completed in 309 milliseconds