Searched refs:TOSTRING (Results 1 – 6 of 6) sorted by relevance
/external/libgdx/extensions/gdx-bullet/jni/swig/common/ |
D | gdxPooledTypemap.i | 7 #define TOSTRING##JTYPE(X) "X" macro 14 jfieldID field = jenv->GetStaticFieldID(tempClass, TOSTRING##JTYPE(static##JTYPE), JCLASS); in JTYPE() 105 $input = gdx_takePoolObject##JTYPE(jenv, TOSTRING##JTYPE(pool##JTYPE)); 107 gdxPoolAutoRelease##JTYPE autoRelease_$input(jenv, TOSTRING##JTYPE(pool##JTYPE), $input); 110 $input = gdx_takePoolObject##JTYPE(jenv, TOSTRING##JTYPE(pool##JTYPE)); 112 …gdxAutoCommit##CTYPE##AndRelease##JTYPE auto_commit_$1(jenv, $input, &$1, TOSTRING##JTYPE(pool##JT…
|
/external/vboot_reference/cgpt/ |
D | cgpt_common.c | 800 #define TOSTRING(A) #A macro 803 TOSTRING(GPT_SUCCESS), in GptError() 804 TOSTRING(GPT_ERROR_NO_VALID_KERNEL), in GptError() 805 TOSTRING(GPT_ERROR_INVALID_HEADERS), in GptError() 806 TOSTRING(GPT_ERROR_INVALID_ENTRIES), in GptError() 807 TOSTRING(GPT_ERROR_INVALID_SECTOR_SIZE), in GptError() 808 TOSTRING(GPT_ERROR_INVALID_SECTOR_NUMBER), in GptError() 809 TOSTRING(GPT_ERROR_INVALID_UPDATE_TYPE) in GptError()
|
/external/chromium-trace/catapult/third_party/uritemplate/uritemplate/ |
D | __init__.py | 180 TOSTRING = { variable 256 expanded = TOSTRING[operator](
|
/external/mesa3d/src/gallium/state_trackers/vdpau/ |
D | vdpau_private.h | 54 #define TOSTRING(x) QUOTEME(x) macro 55 #define INFORMATION_STRING TOSTRING(INFORMATION)
|
/external/dhcpcd-6.8.2/ |
D | common.h | 51 #define TOSTRING(a) STRINGIFY(a) macro
|
D | if-linux.c | 1641 while (fscanf(fp, "%32[a-f0-9] %x %x %x %x %"TOSTRING(IF_NAMESIZE)"s\n", in if_addrflags6()
|