Home
last modified time | relevance | path

Searched refs:flattened (Results 1 – 25 of 74) sorted by relevance

123

/third_party/skia/src/sksl/ir/
DSkSLConstructorCompound.cpp62 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/
Dunflatten.md7 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 …
Dflatten.md25 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…
Dindex.md253 - [**flatten**](flatten.md) - return flattened JSON value
254 - [**unflatten**](unflatten.md) - unflatten a previously flattened JSON value
/third_party/libwebsockets/lib/jose/jws/
Djws.c892 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/
DRewriteArrayOfArrayOfOpaqueUniforms.cpp26 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/
Dexport_targets.py135 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/
Dstring-constants.h33 void Memoize(Handle<String> flattened) const { flattened_ = flattened; } in Memoize() argument
/third_party/rust/crates/clap/tests/derive_ui/
Dflatten_and_methods.stderr1 error: methods are not allowed for flattened entry
/third_party/skia/resources/sksl/errors/
DSwitchWithContinueInside.sksl7 // Static switches are flattened out so they should not generate an error.
/third_party/rust/crates/clap/tests/derive/
Dflatten.rs231 flattened: Flattened, in docstrings_ordering_with_multiple_command() field
251 flattened: Flattened, in docstrings_ordering_with_multiple_clap_partial() field
/third_party/glslang/Test/
Dhlsl.array.flatten.frag14 … float g_floats[4] = { 10, 11, 12, 13 }; // TODO: ... add when initializer lists can be flattened.
/third_party/python/Tools/c-analyzer/c_common/
Dscriptutil.py179 def _add_procs(flattened, procs): argument
184 flattened.append(procs)
188 _add_procs(flattened, proc)
/third_party/typescript/src/compiler/factory/
DparenthesizerRules.ts439 …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/
Dlws-jws.h239 lws_jws_write_flattened_json(struct lws_jws *jws, char *flattened, size_t len);
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jws/
DREADME.md44 -f|Output flattened representation (instead of compact by default)
/third_party/libwebsockets/minimal-examples/crypto/minimal-crypto-jwe/
DREADME.md50 -f|Output flattened representation (instead of compact by default)
/third_party/json/docs/mkdocs/docs/features/
Djson_pointer.md97 // create flattened value
/third_party/gstreamer/gstplugins_bad/sys/androidmedia/
Dgst-android-hardware-camera.h259 const gchar * flattened);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/GlobalISel/
DCombine.td22 // The rules contained in this group. The rules in a group are flattened into
/third_party/gstreamer/gstreamer/docs/random/wtay/
Deos-1901200172 Since plain bins in bins are flattened during the chain creation, we do
/third_party/skia/modules/canvaskit/
DCHANGELOG.md91 - `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/
Demail.generator.rst111 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/
Dir3-notes.rst104 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/
Dconversions.cc1429 Handle<String> flattened = String::Flatten(isolate, string); in StringToDouble() local
1432 String::FlatContent flat = flattened->GetFlatContent(no_gc); in StringToDouble()

123