Searched refs:minified (Results 1 – 17 of 17) sorted by relevance
/third_party/cJSON/tests/ |
D | minify_tests.c | 48 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/ |
D | index.md | 45 Sizes compared to minified JSON value.
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_tex.c | 1152 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/ |
D | CHANGELOG.md | 107 * Mangle and compress the minified version
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | README.md | 356 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/ |
D | HP_image_transform.txt | 152 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/ |
D | HP_image_transform.txt | 152 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/ |
D | scripts.md | 67 * Creating minified versions of JavaScript source code.
|
/third_party/flatbuffers/dart/lib/src/ |
D | reference.dart | 217 /// Returns a minified JSON representation of the underlying FlexBuffer value.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_pixel_transform.txt | 220 pixel rectangle is minified is specified by calling one of these
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_pixel_transform.txt | 220 pixel rectangle is minified is specified by calling one of these
|
/third_party/openGLES/extensions/NV/ |
D | NV_texture_rectangle.txt | 118 textures are minified leading to texture cache thrashing.
|
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/ |
D | NV_texture_rectangle.txt | 118 textures are minified leading to texture cache thrashing.
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_texture_rectangle.txt | 165 textures are minified leading to texture cache thrashing due to
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_texture_rectangle.txt | 155 textures are minified leading to texture cache thrashing due to
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 1653 - freedreno/a6xx: Set a level's pitch based on minified level0 pitch,
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 78556 +# gets minified. -O0 compiles _much_ more quickly than -O3 or -Oz,
|