/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/docs/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 | 253 - [**flatten**](flatten.md) - return flattened JSON value 254 - [**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/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/node/deps/v8/src/codegen/ |
D | string-constants.h | 33 void Memoize(Handle<String> flattened) const { flattened_ = flattened; } in Memoize() argument
|
/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/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/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/typescript/src/compiler/factory/ |
D | parenthesizerRules.ts | 439 …ind.UnionType: // Not strictly necessary, but a union containing a union should have been flattened 458 …/ Not strictly necessary, but an intersection containing an intersection should have been flattened
|
/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-jws/ |
D | README.md | 44 -f|Output flattened representation (instead of compact by default)
|
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/ |
D | README.md | 50 -f|Output flattened representation (instead of compact by default)
|
/third_party/json/docs/mkdocs/docs/features/ |
D | json_pointer.md | 97 // create flattened value
|
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/ |
D | gst-android-hardware-camera.h | 259 const gchar * flattened);
|
/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/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/modules/canvaskit/ |
D | CHANGELOG.md | 91 - `Path.toCmds()` returns a flattened Float32Array instead of a 2D Array. 92 - `Canvaskit.Path.MakeFromCmds` no longer accepts a 2D Array. Inputs must be flattened, 239 - `Path.addPoly()` no longer accepts a 2d array of points, but a flattened 1d array. 241 flattened 1d arrays in both places. 260 - `Canvas.drawPoints` correctly takes a flattened Array or TypedArray of points (as the
|
/third_party/python/Doc/library/ |
D | email.generator.rst | 111 all the lines of the flattened message. If *linesep* is ``None`` (the 204 all the lines of the flattened message. If *linesep* is ``None`` (the
|
/third_party/mesa3d/docs/drivers/freedreno/ |
D | ir3-notes.rst | 104 gets flattened out and results chosen with ``sel`` instructions. 357 In this stage, simple if/else blocks are flattened into a single block with ``phi`` nodes converted…
|
/third_party/node/deps/v8/src/numbers/ |
D | conversions.cc | 1429 Handle<String> flattened = String::Flatten(isolate, string); in StringToDouble() local 1432 String::FlatContent flat = flattened->GetFlatContent(no_gc); in StringToDouble()
|