/toolchain/binutils/binutils-2.25/ld/emultempl/ |
gld960c.em | 94 sc="-f stringify.sed"
|
generic.em | 88 sc="-f stringify.sed"
|
linux.em | 138 sc="-f stringify.sed"
|
lnk960.em | 217 sc="-f stringify.sed"
|
/external/chromium-trace/catapult/tracing/tracing/ui/base/ |
dom_helpers.html | 77 return a.length === b.length && JSON.stringify(a) === JSON.stringify(b);
|
/packages/apps/Test/connectivity/sl4n/rapidjson/ |
readme.md | 91 This simple example parses a JSON string into a document (DOM), make a simple modification of the DOM, and finally stringify the DOM to a JSON string. 112 // 3. Stringify the DOM
|
/external/chromium-trace/catapult/third_party/webtest/webtest/ |
forms.py | 127 if option_text == utils.stringify(text): 138 if option == utils.stringify(value): 189 str_texts = [utils.stringify(text) for text in texts] 205 str_values = [utils.stringify(value) for value in values] 514 values = set(utils.stringify(v) for v in value)
|
/packages/apps/UnifiedEmail/src/com/android/mail/providers/ |
Attachment.java | 358 result.put(AttachmentColumns.URI, stringify(uri)); 363 result.put(AttachmentColumns.CONTENT_URI, stringify(contentUri)); 364 result.put(AttachmentColumns.THUMBNAIL_URI, stringify(thumbnailUri)); 365 result.put(AttachmentColumns.PREVIEW_INTENT_URI, stringify(previewIntentUri)); 395 private static String stringify(Object object) { method in class:Attachment
|
/system/extras/libfec/ |
fec_verity.cpp | 355 if (token != stringify(VERITY_TABLE_VERSION)) { 363 if (token != stringify(FEC_BLOCKSIZE)) { 421 stringify(VERITY_TABLE_ARGS), i); 503 stringify(VERITY_MIN_TABLE_SIZE) ", " 504 stringify(VERITY_MAX_TABLE_SIZE) ")", header->length);
|
/external/mdnsresponder/mDNSCore/ |
DNSCommon.h | 30 // Note: The C preprocessor stringify operator ('#') makes a string from its argument, without macro expansion 32 // To expand "version" to its value before making the string, use STRINGIFY(version) instead 34 #define STRINGIFY(s) STRINGIFY_ARGUMENT_WITHOUT_EXPANSION(s)
|
/frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/ |
AndroidCameraAgentImpl.java | 353 Log.v(TAG, "Skip handleMessage - action = '" + CameraActions.stringify(msg.what) + "'"); 356 Log.v(TAG, "handleMessage - action = '" + CameraActions.stringify(msg.what) + "'"); 619 String errorContext = "CameraAction[" + CameraActions.stringify(cameraAction) + 677 parameters.setFocusMode(stringifier.stringify(settings.getCurrentFocusMode())); 696 parameters.setFlashMode(stringifier.stringify(settings.getCurrentFlashMode())); 701 .setSceneMode(stringifier.stringify(settings.getCurrentSceneMode())); [all...] |
CameraCapabilities.java | 347 public String stringify(FocusMode focus) { method in class:CameraCapabilities.Stringifier 377 public String stringify(FlashMode flash) { method in class:CameraCapabilities.Stringifier 407 public String stringify(SceneMode scene) { method in class:CameraCapabilities.Stringifier 437 public String stringify(WhiteBalance wb) { method in class:CameraCapabilities.Stringifier
|
/art/runtime/base/ |
macros.h | 151 // Stringify the argument. 153 #define STRINGIFY(x) QUOTE(x)
|
/external/libpcap/ |
pcap-libdlpi.c | 245 #define STRINGIFY(n) #n 261 pcap_libdlpi_err(p->opt.source, "dlpi_promiscon" STRINGIFY(level),
|
/prebuilts/go/darwin-x86/src/html/template/ |
css.go | 158 s, _ := stringify(args...) 218 s, t := stringify(args...)
|
/prebuilts/go/linux-x86/src/html/template/ |
css.go | 158 s, _ := stringify(args...) 218 s, t := stringify(args...)
|
/system/extras/showslab/ |
showslab.c | 10 #define STRINGIFY(a) STRINGIFY_ARG(a) 106 ret = sscanf(line, "%" STRINGIFY(SLABINFO_NAME_LEN) "s"
|
/external/vixl/test/ |
test-simulator-a64.cc | [all...] |
/external/clang/lib/Frontend/ |
HeaderIncludeGen.cpp | 55 Lexer::Stringify(Pathname);
|
/external/v8/test/benchmarks/ |
testcfg.py | 69 "kraken/json-stringify-tinderbox",
|
/external/v8/test/mjsunit/ |
debug-evaluate-with-context.js | 127 var request = JSON.stringify(request_json);
|
debug-liveedit-patch-positions.js | 99 print("Change log: " + JSON.stringify(change_log) + "\n");
|
/external/v8/test/webkit/fast/js/ |
JSON-parse-reviver-expected.txt | 138 PASS JSON.stringify(JSON.parse("[0,1]", reviveIntroducesNewArrayLikeObject)) is '[0,["a","a"]]'
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
features.md | 45 * Similar to [DOM](http://en.wikipedia.org/wiki/Document_Object_Model) for HTML/XML, RapidJSON can parse JSON into a DOM representation (`rapidjson::GenericDocument`), for easy manipulation, and finally stringify back to JSON if needed.
|
/external/clang/lib/Lex/ |
MacroArgs.cpp | 204 // Stringify all the tokens. 226 std::string Str = Lexer::Stringify(TokStr);
|