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

  /external/chromium_org/tools/gyp/test/dependencies/sharedlib-linksettings/
program.c 10 * This will fail to compile if TEST_DEFINE was propagated from sharedlib to
13 #ifdef TEST_DEFINE
14 #error TEST_DEFINE is already defined!
17 #define TEST_DEFINE 2
23 printf("%d\n", TEST_DEFINE);
sharedlib.c 12 * This will fail to compile if TEST_DEFINE was not obtained from sharedlib's
15 return TEST_DEFINE;
staticlib.c 8 * This will fail to compile if TEST_DEFINE was propagated from sharedlib to
11 #ifdef TEST_DEFINE
12 #error TEST_DEFINE is defined!

Completed in 47 milliseconds