Home
last modified time | relevance | path

Searched refs:Patch (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/regex/src/
H A Dcompile.rs18 type Result = result::Result<Patch, Error>;
19 type ResultOrEmpty = result::Result<Option<Patch>, Error>;
22 struct Patch { structure names
144 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_one()
175 let mut dotstar_patch = Patch { hole: Hole::None, entry: 0 }; in compile_many()
188 let Patch { hole, entry } = in compile_many()
196 let Patch { hole, entry } = in compile_many()
224 /// The `Patch` value returned by each c_* method provides metadata
418 Ok(Some(Patch { hole, entry })) in c_capture()
447 Ok(Some(Patch { hol in c_char()
[all...]
/third_party/python/Lib/msilib/
H A Dschema.py415 Patch = Table('Patch') variable
416 Patch.add_field(1,'File_',11592)
417 Patch.add_field(2,'Sequence',9474)
418 Patch.add_field(3,'PatchSize',260)
419 Patch.add_field(4,'Attributes',1282)
420 Patch.add_field(5,'Header',6400)
421 Patch.add_field(6,'StreamRef_',7462)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembly, MsiAssemblyName, MsiDigitalCertificate, MsiDigitalSignature, MsiFileHash, MsiPatchHeaders, ODBCAttribute, ODBCDriver, ODBCDataSource, ODBCSourceAttribute, ODBCTranslator, Patch, PatchPackage, PublishComponent, RadioButton, Registry, RegLocator, RemoveFile, RemoveIniFile, RemoveRegistry, ReserveCost, SelfReg, ServiceControl, ServiceInstall, Shortcut, Signature, TextStyle, TypeLib, UIText, Upgrade, Verb]
882 ('Patch','Sequenc
[all...]
/third_party/skia/samplecode/
H A DSamplePatch.cpp48 class Patch { class
50 Patch() { sk_bzero(fPts, sizeof(fPts)); } in Patch() function in __anon18637::Patch
51 ~Patch() {} in ~Patch()
107 void Patch::draw(SkCanvas* canvas, const SkPaint& paint, int nu, int nv, in draw()
188 Patch* patch) { in drawpatches()
236 SkString name() override { return SkString("Patch"); }
247 Patch patch;
/third_party/skia/third_party/externals/oboe/include/oboe/
H A DVersion.h77 static constexpr uint16_t Patch = OBOE_VERSION_PATCH; member
/third_party/skia/src/gpu/ops/
H A DLatticeOp.cpp170 Patch& patch = fPatches.push_back(); in NonAALatticeOp()
265 const Patch& patch = fPatches[i];
381 struct Patch { struct in skgpu::v1::LatticeOp::final
389 SkSTArray<1, Patch, true> fPatches;
/third_party/skia/third_party/externals/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp108 {CASE(Patch), {}},
485 {CASE(Patch), {}},
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/
H A Dtext_to_binary.annotation_test.cpp108 {CASE(Patch), {}},
485 {CASE(Patch), {}},
/third_party/spirv-tools/test/
H A Dtext_to_binary.annotation_test.cpp108 {CASE(Patch), {}},
490 {CASE(Patch), {}},
/third_party/spirv-tools/source/opt/
H A Deliminate_dead_output_stores_pass.cpp88 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in KillAllDeadStoresOfLocRef()
H A Dliveness.cpp249 var_id, uint32_t(spv::Decoration::Patch), [](const Instruction& deco) { in MarkRefLive()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs351 Patch = 15, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs355 Patch = 15, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs358 Patch = 15, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs351 Patch = 15, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs355 Patch = 15, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs358 Patch = 15, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs351 Patch = 15, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs355 Patch = 15, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs358 Patch = 15, enumerator
/third_party/node/deps/v8/include/v8-include/
H A Dv8-fast-api-calls.h840 auto Patch(Ret (*patching_func)(Args...)) { in Patch() function in v8::internal::CFunctionBuilderWithFunction
/third_party/spirv-tools/source/val/
H A Dvalidate_annotation.cpp148 case spv::Decoration::Patch: in ValidateDecorationTarget()
H A Dvalidate_interfaces.cpp254 // equal. Also track Patch and PerTaskNV decorations. in GetLocationsForVariable()
293 } else if (dec.dec_type() == spv::Decoration::Patch) { in GetLocationsForVariable()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs452 Patch = 15, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs452 Patch = 15, enumerator
/third_party/json/docs/docset/
H A DdocSet.sql183 INSERT INTO searchIndex(name, type, path) VALUES ('JSON Merge Patch', 'Guide', 'features/merge_patch/index.html');
184 INSERT INTO searchIndex(name, type, path) VALUES ('JSON Patch and Diff', 'Guide', 'features/json_patch/index.html');

Completed in 80 milliseconds

12