/third_party/skia/src/sksl/ir/ |
D | SkSLConstructorCompound.cpp | 62 ExpressionArray flattened; in Make() local 63 flattened.reserve_back(fields); in Make() 67 flattened.push_back(std::move(arg)); in Make() 73 flattened.push_back(std::move(innerArg)); in Make() 76 args = std::move(flattened); in Make()
|
/third_party/json/doc/mkdocs/docs/api/basic_json/ |
D | unflatten.md | 7 The function restores the arbitrary nesting of a JSON value that has been flattened before using the 16 the original JSON from a flattened version 35 Empty objects and arrays are flattened by [`flatten()`](flatten.md) to `#!json null` values and can… 43 …The following code shows how a flattened JSON object is unflattened into the original nested JSON …
|
D | flatten.md | 25 Empty objects and arrays are flattened to `#!json null` and will not be reconstructed correctly by … 32 …The following code shows how a JSON object is flattened to an object whose keys consist of JSON po…
|
D | index.md | 210 - [**flatten**](flatten.md) - return flattened JSON value 211 - [**unflatten**](unflatten.md) - unflatten a previously flattened JSON value
|
/third_party/libwebsockets/lib/jose/jws/ |
D | jws.c | 892 lws_jws_write_flattened_json(struct lws_jws *jws, char *flattened, size_t len) in lws_jws_write_flattened_json() argument 899 n += (unsigned int)lws_snprintf(flattened + n, len - n , "{\"payload\": \""); in lws_jws_write_flattened_json() 900 lws_strnncpy(flattened + n, jws->map_b64.buf[LJWS_PYLD], in lws_jws_write_flattened_json() 902 n = n + strlen(flattened + n); in lws_jws_write_flattened_json() 904 n += (unsigned int)lws_snprintf(flattened + n, len - n , "\",\n \"protected\": \""); in lws_jws_write_flattened_json() 905 lws_strnncpy(flattened + n, jws->map_b64.buf[LJWS_JOSE], in lws_jws_write_flattened_json() 907 n = n + strlen(flattened + n); in lws_jws_write_flattened_json() 910 n += (unsigned int)lws_snprintf(flattened + n, len - n , "\",\n \"header\": "); in lws_jws_write_flattened_json() 911 lws_strnncpy(flattened + n, jws->map_b64.buf[LJWS_UHDR], in lws_jws_write_flattened_json() 913 n = n + strlen(flattened + n); in lws_jws_write_flattened_json() [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 126 flattened = dict(descs[target_name]) 144 flattened[k] = sortedi(set(flattened.get(k, []) + v)) 151 return flattened
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_ops/ |
D | RewriteArrayOfArrayOfOpaqueUniforms.cpp | 26 const TVariable *flattened; member 227 return new TIntermBinary(op, new TIntermSymbol(data.flattened), index); in RewriteArrayOfArraySubscriptExpression() 295 data.flattened = new TVariable(mSymbolTable, uniformVariable->name(), newType, in visitDeclaration() 299 decl->appendDeclarator(new TIntermSymbol(data.flattened)); in visitDeclaration()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | export_targets.py | 135 flattened = dict(descs[target_name]) 156 existing = flattened.get(k, []) 159 flattened[k] = sortedi(set(existing + v)) 166 return flattened
|
/third_party/rust/crates/clap/tests/derive_ui/ |
D | flatten_and_methods.stderr | 1 error: methods are not allowed for flattened entry
|
/third_party/skia/resources/sksl/errors/ |
D | SwitchWithContinueInside.sksl | 7 // Static switches are flattened out so they should not generate an error.
|
/third_party/rust/crates/clap/tests/derive/ |
D | flatten.rs | 231 flattened: Flattened, in docstrings_ordering_with_multiple_command() field 251 flattened: Flattened, in docstrings_ordering_with_multiple_clap_partial() field
|
/third_party/jsoncpp/ |
D | CONTRIBUTING.md | 100 * `test_complex_01.expected`: flattened JSON element tree used to check if 102 * `test_complex_01.actual`: flattened JSON element tree produced by `jsontest` 107 * `test_complex_01.actual-rewrite`: flattened JSON element tree produced by
|
/third_party/glslang/Test/ |
D | hlsl.array.flatten.frag | 14 … float g_floats[4] = { 10, 11, 12, 13 }; // TODO: ... add when initializer lists can be flattened.
|
/third_party/node/deps/npm/node_modules/npm-logical-tree/ |
D | README.md | 89 for an npm package, as opposed to a physical tree which might be flattened. 91 `logical-tree` will represent deduplicated/flattened nodes using the same object
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | scriptutil.py | 179 def _add_procs(flattened, procs): argument 184 flattened.append(procs) 188 _add_procs(flattened, proc)
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-jws.h | 239 lws_jws_write_flattened_json(struct lws_jws *jws, char *flattened, size_t len);
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
D | README.md | 50 -f|Output flattened representation (instead of compact by default)
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/ |
D | README.md | 44 -f|Output flattened representation (instead of compact by default)
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | placeholder_span.dart | 54 /// [PlaceholderSpan]s are flattened to a `0xFFFC` object replacement character in the
|
D | beveled_rectangle_border.dart | 12 /// A rectangular border with flattened or "beveled" corners.
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gst-android-hardware-camera.h | 259 const gchar * flattened);
|
/third_party/node/deps/npm/node_modules/jsprim/ |
D | README.md | 44 of length "depth + 1", where the first "depth" elements correspond to flattened 102 than O(n) (where `n` is the number of flattened elements).
|
/third_party/gstreamer/gstreamer/docs/random/wtay/ |
D | eos-19012001 | 72 Since plain bins in bins are flattened during the chain creation, we do
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/ |
D | Combine.td | 22 // The rules contained in this group. The rules in a group are flattened into
|
/third_party/node/deps/npm/node_modules/rc/ |
D | README.md | 56 All configuration sources that were found will be flattened into one object,
|