Home
last modified time | relevance | path

Searched refs:minified (Results 1 – 17 of 17) sorted by relevance

/third_party/cJSON/tests/
Dminify_tests.c48 char* minified = (char*) malloc(sizeof(to_minify)); in cjson_minify_should_remove_single_line_comments() local
49 TEST_ASSERT_NOT_NULL(minified); in cjson_minify_should_remove_single_line_comments()
50 strcpy(minified, to_minify); in cjson_minify_should_remove_single_line_comments()
52 cJSON_Minify(minified); in cjson_minify_should_remove_single_line_comments()
53 TEST_ASSERT_EQUAL_STRING("{}", minified); in cjson_minify_should_remove_single_line_comments()
55 free(minified); in cjson_minify_should_remove_single_line_comments()
62 char* minified = (char*) malloc(sizeof(to_minify)); in cjson_minify_should_remove_spaces() local
63 TEST_ASSERT_NOT_NULL(minified); in cjson_minify_should_remove_spaces()
64 strcpy(minified, to_minify); in cjson_minify_should_remove_spaces()
66 cJSON_Minify(minified); in cjson_minify_should_remove_spaces()
[all …]
/third_party/json/doc/mkdocs/docs/features/binary_formats/
Dindex.md45 Sizes compared to minified JSON value.
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_tex.c1152 nir_ssa_def *minified = nir_imin(b, &tex->dest.ssa, in nir_lower_txs_lod() local
1164 comp[i] = nir_channel(b, minified, i); in nir_lower_txs_lod()
1167 minified = nir_vec(b, comp, dest_size); in nir_lower_txs_lod()
1170 nir_ssa_def_rewrite_uses_after(&tex->dest.ssa, minified, in nir_lower_txs_lod()
1171 minified->parent_instr); in nir_lower_txs_lod()
/third_party/node/deps/npm/node_modules/es6-promise/
DCHANGELOG.md107 * Mangle and compress the minified version
/third_party/node/deps/npm/node_modules/tweetnacl/
DREADME.md356 To build minified versions:
360 Tests use minified version, so make sure to rebuild it every time you change
371 For example, the following command will test fast minified version:
/third_party/openGLES/extensions/HP/
DHP_image_transform.txt152 is minified by the scaling factors. IMAGE_CUBIC_WEIGHT_HP defines
196 The resampling method to be used when the image is minified is specified
/third_party/skia/third_party/externals/opengl-registry/extensions/HP/
DHP_image_transform.txt152 is minified by the scaling factors. IMAGE_CUBIC_WEIGHT_HP defines
196 The resampling method to be used when the image is minified is specified
/third_party/node/deps/npm/docs/content/using-npm/
Dscripts.md67 * Creating minified versions of JavaScript source code.
/third_party/flatbuffers/dart/lib/src/
Dreference.dart217 /// Returns a minified JSON representation of the underlying FlexBuffer value.
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_pixel_transform.txt220 pixel rectangle is minified is specified by calling one of these
/third_party/openGLES/extensions/EXT/
DEXT_pixel_transform.txt220 pixel rectangle is minified is specified by calling one of these
/third_party/openGLES/extensions/NV/
DNV_texture_rectangle.txt118 textures are minified leading to texture cache thrashing.
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_texture_rectangle.txt118 textures are minified leading to texture cache thrashing.
/third_party/openGLES/extensions/ARB/
DARB_texture_rectangle.txt165 textures are minified leading to texture cache thrashing due to
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_texture_rectangle.txt155 textures are minified leading to texture cache thrashing due to
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst1653 - freedreno/a6xx: Set a level's pitch based on minified level0 pitch,
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch78556 +# gets minified. -O0 compiles _much_ more quickly than -O3 or -Oz,