Home
last modified time | relevance | path

Searched refs:save (Results 1 – 25 of 2299) sorted by relevance

12345678910>>...92

/third_party/mesa3d/src/mesa/vbo/
Dvbo_save_api.c153 struct vbo_save_context *save = &vbo_context(ctx)->save; in copy_vertices() local
155 GLuint sz = save->vertex_size; in copy_vertices()
161 assert(save->copied.buffer == NULL); in copy_vertices()
162 save->copied.buffer = malloc(sizeof(fi_type) * sz * prim->count); in copy_vertices()
165 prim->begin, sz, true, save->copied.buffer, src); in copy_vertices()
167 free(save->copied.buffer); in copy_vertices()
168 save->copied.buffer = NULL; in copy_vertices()
193 struct vbo_save_context *save = &vbo_context(ctx)->save; in reset_counters() local
195 save->vertex_store->used = 0; in reset_counters()
196 save->prim_store->used = 0; in reset_counters()
[all …]
Dvbo_save.c43 struct vbo_save_context *save = &vbo->save; in vbo_save_init() local
45 vbo_save_api_init( save ); in vbo_save_init()
48 save->VAO[vpm] = NULL; in vbo_save_init()
50 save->no_current_update = false; in vbo_save_init()
59 struct vbo_save_context *save = &vbo->save; in vbo_save_destroy() local
62 _mesa_reference_vao(ctx, &save->VAO[vpm], NULL); in vbo_save_destroy()
64 if (save->prim_store) { in vbo_save_destroy()
65 free(save->prim_store->prims); in vbo_save_destroy()
66 FREE(save->prim_store); in vbo_save_destroy()
67 save->prim_store = NULL; in vbo_save_destroy()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DStringSaver.h28 StringRef save(const char *S) { return save(StringRef(S)); } in save() function
29 StringRef save(StringRef S);
30 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function
31 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function
50 StringRef save(const char *S) { return save(StringRef(S)); } in save() function
51 StringRef save(StringRef S);
52 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function
53 StringRef save(const std::string &S) { return save(StringRef(S)); } in save() function
/third_party/node/deps/npm/lib/install/
Dsave.js83 toSave.forEach(function (pkg) { if (pkg.save) savingTo[pkg.save] = true })
84 toRemove.forEach(function (pkg) { if (pkg.save) savingTo[pkg.save] = true })
86 Object.keys(savingTo).forEach(function (save) { argument
87 if (!tree.package[save]) tree.package[save] = {}
93 if (pkg.save) tree.package[pkg.save][pkg.name] = pkg.spec
97 pkg.save !== saveType &&
106 … log.notice('save', `${pkg.name} is being moved from ${movedFrom.join(' and ')} to ${pkg.save}`)
115 if (pkg.save) delete tree.package[pkg.save][pkg.name]
172 return child.save
177 save: child.save
[all …]
/third_party/node/deps/npm/docs/content/cli-commands/
Dnpm-uninstall.md14 npm uninstall [<@scope>/]<pkg>[@<version>]... [-S|--save|-D|--save-dev|-O|--save-optional|--no-save]
33 `npm uninstall` takes 3 exclusive, optional flags which save or update
36 * `-S, --save`: Package will be removed from your `dependencies`.
38 * `-D, --save-dev`: Package will be removed from your `devDependencies`.
40 * `-O, --save-optional`: Package will be removed from your `optionalDependencies`.
42 * `--no-save`: Package will not be removed from your `package.json` file.
51 npm uninstall sax --save
52 npm uninstall @myorg/privatepackage --save
53 npm uninstall node-tap --save-dev
54 npm uninstall dtrace-provider --save-optional
[all …]
/third_party/skia/gm/
Dconcavepaths.cpp23 canvas->save(); in test_reverse_concave()
31 canvas->save(); in test_bowtie()
39 canvas->save(); in test_fake_bowtie()
49 canvas->save(); in test_intruding_vertex()
59 canvas->save(); in test_inversion_repeat_vertex()
71 canvas->save(); in test_fish()
81 canvas->save(); in test_fast_forward()
92 canvas->save(); in test_hole()
103 canvas->save(); in test_star()
112 canvas->save(); in test_twist()
[all …]
/third_party/libunwind/tests/
Dia64-test-nat-asm.S64 .save ar.pfs, loc0
66 .save rp, loc1
102 .save ar.pfs, loc0
104 .save rp, loc1
139 .save ar.pfs, loc0
141 .save rp, loc1
144 .save pr, loc2
179 .save ar.pfs, loc0
181 .save rp, loc1
183 .save ar.unat, loc2
[all …]
/third_party/skia/third_party/externals/libpng/tests/
Dpngunknown-sAPI2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save
/third_party/flutter/skia/third_party/externals/libpng/tests/
Dpngunknown-sAPI2 exec ./pngunknown --strict bKGD=save cHRM=save gAMA=save all=discard iCCP=save sBIT=save sRGB=save
/third_party/skia/docs/examples/
Dexample3ps.cpp13 canvas->save(); in draw()
27 canvas->save(); in draw()
34 canvas->save(); in draw()
41 canvas->save(); in draw()
48 canvas->save(); in draw()
66 canvas->save(); in draw()
73 canvas->save(); in draw()
80 canvas->save(); in draw()
87 canvas->save(); in draw()
94 canvas->save(); in draw()
[all …]
/third_party/flutter/skia/gm/
Dconcavepaths.cpp29 canvas->save(); in test_reverse_concave()
42 canvas->save(); in test_bowtie()
55 canvas->save(); in test_fake_bowtie()
71 canvas->save(); in test_intruding_vertex()
88 canvas->save(); in test_inversion_repeat_vertex()
104 canvas->save(); in test_fish()
120 canvas->save(); in test_fast_forward()
135 canvas->save(); in test_hole()
145 canvas->save(); in test_star()
155 canvas->save(); in test_twist()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DStringSaver.h26 StringRef save(const char *S) { return save(StringRef(S)); } in save() function
27 StringRef save(StringRef S);
28 StringRef save(const Twine &S) { return save(StringRef(S.str())); } in save() function
29 StringRef save(std::string &S) { return save(StringRef(S)); } in save() function
/third_party/iptables/
Diptables.spec124 cat << EOF > save
126 exec %{script_path}/iptables.init save
128 chmod 0755 save
130 …' -e 's;IPTABLES;IP6TABLES;g' < %{buildroot}/%{legacy_actions}/iptables/save > ip6tabes.save-legacy
131 install -m 0755 -c ip6tabes.save-legacy %{buildroot}/%{legacy_actions}/ip6tables/save
152 touch %{buildroot}%{_mandir}/man8/arptables-save.8
165 --slave $pfx-save iptables-save $pfx-legacy-save \
167 --slave $pfx6-save ip6tables-save $pfx6-legacy-save
189 --slave $pfx-save iptables-save $pfx-nft-save \
191 --slave $pfx6-save ip6tables-save $pfx6-nft-save
[all …]
/third_party/typescript/tests/baselines/reference/user/
Dassert.log4 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
5 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
6 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
7 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
8 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
9 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
10 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
11 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
16 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
19 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
[all …]
/third_party/typescript/tests/baselines/reference/
DdidYouMeanSuggestionErrors.errors.txt1 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
2 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
3 …name '$'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery`.
4 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
5 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
7 …me 'process'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
9 …me 'require'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
10 …ame 'Buffer'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
11 …ame 'module'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`.
25 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
[all …]
DstaticsInAFunction.errors.txt3 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
5 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
10 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
25 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
30 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
41 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
DoverloadingStaticFunctionsInFunctions.errors.txt3 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
5 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
10 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
25 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
30 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
41 …install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-de…
/third_party/alsa-lib/src/topology/
Delem.c33 .save = tplg_save_manifest_data,
46 .save = tplg_save_control_mixer,
59 .save = tplg_save_control_enum,
72 .save = tplg_save_control_bytes,
85 .save = tplg_save_dapm_widget,
98 .save = tplg_save_pcm,
111 .save = tplg_save_dai,
125 .save = tplg_save_link,
138 .save = tplg_save_cc,
161 .save = tplg_save_data,
[all …]
/third_party/skia/third_party/externals/libpng/
Dpngwtran.c326 png_byte save = *(sp++); in png_do_write_swap_alpha() local
330 *(dp++) = save; in png_do_write_swap_alpha()
344 png_byte save[2]; in png_do_write_swap_alpha() local
345 save[0] = *(sp++); in png_do_write_swap_alpha()
346 save[1] = *(sp++); in png_do_write_swap_alpha()
353 *(dp++) = save[0]; in png_do_write_swap_alpha()
354 *(dp++) = save[1]; in png_do_write_swap_alpha()
371 png_byte save = *(sp++); in png_do_write_swap_alpha() local
373 *(dp++) = save; in png_do_write_swap_alpha()
387 png_byte save[2]; in png_do_write_swap_alpha() local
[all …]
/third_party/flutter/skia/third_party/externals/libpng/
Dpngwtran.c326 png_byte save = *(sp++); in png_do_write_swap_alpha() local
330 *(dp++) = save; in png_do_write_swap_alpha()
344 png_byte save[2]; in png_do_write_swap_alpha() local
345 save[0] = *(sp++); in png_do_write_swap_alpha()
346 save[1] = *(sp++); in png_do_write_swap_alpha()
353 *(dp++) = save[0]; in png_do_write_swap_alpha()
354 *(dp++) = save[1]; in png_do_write_swap_alpha()
371 png_byte save = *(sp++); in png_do_write_swap_alpha() local
373 *(dp++) = save; in png_do_write_swap_alpha()
387 png_byte save[2]; in png_do_write_swap_alpha() local
[all …]
/third_party/libffi/src/powerpc/
Dlinux64_closure.S65 # 32 byte special reg save area + 64 byte parm save area
66 # + 128 byte retval area + 13*8 fpr save area + 12*16 vec save area + round to 16
69 # 32 byte special reg save area + 64 byte parm save area
70 # + 64 byte retval area + 13*8 fpr save area + round to 16
76 # 48 bytes special reg save area + 64 bytes parm save area
77 # + 16 bytes retval area + 13*8 bytes fpr save area + round to 16
90 # Our caller has not allocated a parameter save area.
95 # Save general regs into parm save area
105 # load up the pointer to the parm save area
113 # Save general regs into parm save area
[all …]
/third_party/skia/samplecode/
DSampleMaterialShadows.cpp73 canvas->save(); in onDrawContent()
83 canvas->save(); in onDrawContent()
93 canvas->save(); in onDrawContent()
103 canvas->save(); in onDrawContent()
113 canvas->save(); in onDrawContent()
116 canvas->save(); in onDrawContent()
126 canvas->save(); in onDrawContent()
129 canvas->save(); in onDrawContent()
/third_party/skia/third_party/externals/libpng/contrib/examples/
Dsimpleover.c282 png_image save; in create_sprite() local
284 memset(&save, 0, sizeof save); in create_sprite()
285 save.version = PNG_IMAGE_VERSION; in create_sprite()
286 save.opaque = NULL; in create_sprite()
287 save.width = sprite->width; in create_sprite()
288 save.height = sprite->height; in create_sprite()
289 save.format = PNG_FORMAT_LINEAR_RGB_ALPHA; in create_sprite()
290 save.flags = PNG_IMAGE_FLAG_FAST; in create_sprite()
291 save.colormap_entries = 0; in create_sprite()
293 if (png_image_write_to_stdio(&save, sprite->file, 1/*convert_to_8_bit*/, in create_sprite()
[all …]
/third_party/flutter/skia/third_party/externals/libpng/contrib/examples/
Dsimpleover.c282 png_image save; in create_sprite() local
284 memset(&save, 0, sizeof save); in create_sprite()
285 save.version = PNG_IMAGE_VERSION; in create_sprite()
286 save.opaque = NULL; in create_sprite()
287 save.width = sprite->width; in create_sprite()
288 save.height = sprite->height; in create_sprite()
289 save.format = PNG_FORMAT_LINEAR_RGB_ALPHA; in create_sprite()
290 save.flags = PNG_IMAGE_FLAG_FAST; in create_sprite()
291 save.colormap_entries = 0; in create_sprite()
293 if (png_image_write_to_stdio(&save, sprite->file, 1/*convert_to_8_bit*/, in create_sprite()
[all …]
/third_party/flutter/skia/tests/
DRecordPatternTest.cpp30 recorder.save(); in DEF_TEST()
51 recorder.save(); in DEF_TEST()
72 recorder.save(); in DEF_TEST()
87 recorder.save(); in DEF_TEST()
93 recorder.save(); in DEF_TEST()
112 recorder.save(); in DEF_TEST()
122 recorder.save(); in DEF_TEST()
131 recorder.save(); in DEF_TEST()

12345678910>>...92