/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/linux/ |
blkdev.h | 26 #include <linux/stringify.h>
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/linux/ |
blkdev.h | 26 #include <linux/stringify.h>
|
/system/core/libcutils/tests/ |
PropertiesTest.cpp | 30 #define STRINGIFY(x) STRINGIFY_INNER(x)
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
armcoff.em | 213 sc="-f stringify.sed"
|
m68kcoff.em | 172 sc="-f stringify.sed"
|
/external/v8/src/ |
json-stringifier.h | 21 MUST_USE_RESULT MaybeHandle<Object> Stringify(Handle<Object> object); 192 MaybeHandle<Object> BasicJsonStringifier::Stringify(Handle<Object> object) { 210 return stringifier.Stringify(object);
|
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/node_modules/mocha/ |
mocha.js | 831 return JSON.stringify(this, function(key, val){ [all...] |
/external/chromium-trace/catapult/third_party/mocha/ |
mocha.js | 874 return JSON.stringify(this, function(key, val){ [all...] |
/external/chromium-trace/catapult/tracing/third_party/mocha/ |
mocha.js | 874 return JSON.stringify(this, function(key, val){ [all...] |
/external/chromium-trace/catapult/dashboard/dashboard/elements/ |
triage-dialog.html | 400 JSON.stringify(data[i].value) : data[i].value);
|
/external/icu/icu4c/source/common/ |
umutex.h | 36 // Stringify macros, to allow #include of user supplied atomic & mutex files.
|
/external/owasp/sanitizer/empiricism/ |
html-containment.js | 164 var token = JSON.stringify(String(v));
|
/external/v8/test/mjsunit/ |
messages.js | 99 JSON.stringify(o);
|
/external/v8/test/mjsunit/regress/ |
cross-script-vars.js | 10 json = JSON.stringify(desc);
|
/external/v8/tools/release/ |
merge_to_branch.py | 104 # Stringify: ["abcde", "12345"] -> "abcde, 12345"
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
ContactEditorUtils.java | 138 editor.putString(mDefaultAccountKey, defaultAccount.stringify());
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/preference/ |
ContactsPreferences.java | 194 editor.putString(mDefaultAccountKey, accountWithDataSet.stringify());
|
/device/google/contexthub/lib/nanohub/ |
aes.c | 137 #define STRINGIFY(b) STRINFIGY2(b) 138 #define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret = v; ret;})
|
/external/mesa3d/src/mapi/mapi/ |
mapi_abi.py | 371 def _c_function(self, ent, prefix, mangle=False, stringify=False): 377 fmt = formats[prefix.isupper()][stringify]
|
/external/vulkan-validation-layers/tests/ |
vktestbinding.cpp | 51 #define STRINGIFY(x) #x 53 ((expr) ? true : expect_failure(STRINGIFY(expr), __FILE__, __LINE__, \
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
internals.md | 17 With this design, SAX is not dependent on DOM. Even `Reader` and `Writer` have no dependencies between them. This provides flexibility to chain event publisher and handlers. Besides, `Value` does not depends on SAX as well. So, in addition to stringify a DOM to JSON, user may also stringify it to a XML writer, or do anything else.
|
/system/core/fs_mgr/ |
fs_mgr_verity.cpp | 76 #define STRINGIFY(x) __STRINGIFY(x) 502 n = fscanf(fp, "%" STRINGIFY(METADATA_TAG_MAX_LENGTH) "s %u\n",
|
/toolchain/binutils/binutils-2.25/ld/ |
ChangeLog-9899 | 14 STRINGIFY. Use yes/no instead of true/false as value for cache 383 * emultempl/ostring.sed: Rename from stringify.sed. 385 * Makefile.am (stringify.sed): New target. 386 (GEN_DEPENDS): Change $(srcdir)/emultempl/stringify.sed to 387 stringify.sed. 388 * configure.in: Define and substitute STRINGIFY. 389 * emultempl/*.em: Use stringify.sed from build directory rather 391 * emultempl/elf32.em: Use stringify.sed rather than inline sed [all...] |
/external/mdnsresponder/mDNSShared/ |
CommonServices.h | 703 /*! @function Stringify 705 @abstract Stringify's an expression. 709 Stringify macros to process raw text passed via -D options to C string constants. The double-wrapping is necessary 718 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant" 728 printf( "%s", Stringify( kMyConstant ) ); // Prints "kMyConstant" 734 #define Stringify( X ) # X 735 #define StringifyExpansion( X ) Stringify( X ) [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.cc | 870 // And stringify it again. 893 // And stringify it again. 908 // And stringify it again. [all...] |