/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 164 gyp_includes_set.add(include_dir) 389 rel_paths.add(os.path.relpath(path, toplevel_dir)) 391 rel_paths.add(path)
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | place-dep.js | 91 // canPlace, but it does NOT add this canPlace to the parent's 338 // all the things that we add and remove, so that we can know what 391 this.needEvaluation.add(edge.from) 405 invalidDeps.add(dep) 562 set.add(grandchild)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | eclipse.py | 164 gyp_includes_set.add(include_dir) 386 rel_paths.add(os.path.relpath(path, toplevel_dir)) 388 rel_paths.add(path)
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/arborist/ |
H A D | load-actual.js | 310 this.#topNodes.add(realpath) 317 this.#topNodes.add(realpath) 335 did.add(node.target.realpath)
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | bootstrap_x86_64.S | 278 add $8, %rdi 290 add $8, %rdi 359 add $16, %rsp
|
/third_party/rust/crates/humantime/src/ |
H A D | duration.rs | 85 fn add(self, other: Self) -> Result<Self, Error>; in add() functions 92 fn add(self, other: Self) -> Result<Self, Error> { in add() functions 146 let mut nsec = self.current.1.add(nsec)?; in parse_unit() 148 sec = sec.add(nsec / 1_000_000_000)?; in parse_unit() 151 sec = self.current.0.add(sec)?; in parse_unit()
|
/third_party/protobuf/conformance/ |
H A D | ConformanceJava.java | 170 messages.add(null); in parseBinary() 171 exceptions.add(null); in parseBinary() 382 typeRegistry = TypeRegistry.newBuilder().add( in run()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 598 dst.glslSources.add("vertex") << glu::VertexSource( in createDescriptorSetLayoutLifetimeGraphicsSource() 608 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutLifetimeComputeSource() 618 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutBindingOrderingSource()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 236 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 279 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms() 295 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 284 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 336 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms() 352 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiDescriptorSetTests.cpp | 598 dst.glslSources.add("vertex") << glu::VertexSource( in createDescriptorSetLayoutLifetimeGraphicsSource() 608 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutLifetimeComputeSource() 618 dst.glslSources.add("compute") << glu::ComputeSource( in createDescriptorSetLayoutBindingOrderingSource()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/fragment_ops/ |
H A D | vktFragmentOperationsScissorMultiViewportTests.cpp | 236 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 279 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms() 295 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryInstancedRenderingTests.cpp | 284 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 336 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms() 352 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/skia/third_party/externals/angle2/src/common/spirv/ |
H A D | gen_spirv_builder_and_parser.py | 265 # If so, add the capability to the list of unsupported ones. 267 self.unsupported_capabilities.add(name) 271 self.unsupported_capabilities.add(name) 278 self.bit_mask_types.add(bitEnumEntry['kind'])
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | entity_db.py | 97 does not add any macros as pertaining to the category "flags". 435 self._linkedMacros.add(macro) 467 alias_set.add(entityName) 468 alias_set.add(aliasName) 599 # Abstract method: subclass must implement to add any "not from the registry" (and not system type) 656 # OK, we might actually add an entity here
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/bitmap/ |
H A D | EblcTable.java | 200 bitmapSizeTable.add(size); in createBitmapSizeTable() 268 locaList.add(locaMap); in generateLocaList() 293 sizeBuilders.add(sizeBuilder); in initialize()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/core/ |
H A D | CMapFormat4.java | 274 list.add(new Segment(segment)); in deepCopy() 393 this.segments.add(segment); in initialize() 400 this.glyphIdArray.add(data.readUShort(index + CMapFormat4.glyphIdArrayOffset(segCount))); in initialize()
|
/third_party/skia/third_party/externals/jinja2/ |
H A D | idtracking.py | 78 self.stores.add(name) 96 self.stores.add(name) 146 rv.add(target)
|
/third_party/skia/src/pathops/ |
H A D | SkOpCoincidence.h | 148 void add(SkOpPtT* coinPtTStart, SkOpPtT* coinPtTEnd, SkOpPtT* oppPtTStart, 242 void add(const SkOpPtT* coinPtTStart, const SkOpPtT* coinPtTEnd, const SkOpPtT* oppPtTStart, in add() function in SkOpCoincidence 244 this->add(const_cast<SkOpPtT*>(coinPtTStart), const_cast<SkOpPtT*>(coinPtTEnd), in add()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceELFSection.h | 269 void add(const std::string &Str); 270 void add(GlobalString Str) { in add() function in Ice::ELFStringTableSection 272 add(Str.toString()); in add()
|
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | SmallSortedMap.java | 258 entryList.add(insertionPoint, new Entry(key, value)); in put() 303 entryList.add(new Entry(iterator.next())); in removeArrayEntryAt() 493 public boolean add(Map.Entry<K, V> entry) { in add() method in SmallSortedMap.EntrySet
|
/third_party/vk-gl-cts/scripts/khr_util/ |
H A D | registry.py | 151 #BOZA: No reason to add alias: it has its own entry in enums in xml file 174 #BOZA: No reason to add alias: it has its own entry in enums 252 def modify(items, item): items.add(item) 281 self.versions.add(eFeature.get('name')) 445 available.add(extName)
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2570 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1)); in checkRounding() 2578 lastParsed = checkRound(nf, iValue.add(smallIncrement), lastParsed); in checkRounding() 3231 errors.add(new String("Bad parse result - expected:" + expect + " actual:" + n.doubleValue())); in run() 3236 errors.add(new String(t.getClass().getName() + " - " + t.getMessage())); in run() 4687 // For each test, add assert that all the fields are present and in the right spot. in TestFormatToCharacterIteratorIssue11805() 4803 result.add(new FieldContainer(start, end, attribute, value)); in CompareAttributedCharacterFormatOutput() 4832 v1.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER)); in TestNPEIssue11914() 4833 v1.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR)); in TestNPEIssue11914() 4834 v1.add(new FieldContainer(4, 7, NumberFormat.Field.INTEGER)); in TestNPEIssue11914() 4835 v1.add(ne in TestNPEIssue11914() [all...] |
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
H A D | NumberFormatTest.java | 2567 BigDecimal iValue = base.add(increment.multiply(new BigDecimal(i)).movePointLeft(1)); in checkRounding() 2575 lastParsed = checkRound(nf, iValue.add(smallIncrement), lastParsed); in checkRounding() 3228 errors.add(new String("Bad parse result - expected:" + expect + " actual:" + n.doubleValue())); in run() 3233 errors.add(new String(t.getClass().getName() + " - " + t.getMessage())); in run() 4687 // For each test, add assert that all the fields are present and in the right spot. in TestFormatToCharacterIteratorIssue11805() 4803 result.add(new FieldContainer(start, end, attribute, value)); in CompareAttributedCharacterFormatOutput() 4832 v1.add(new FieldContainer(0, 3, NumberFormat.Field.INTEGER)); in TestNPEIssue11914() 4833 v1.add(new FieldContainer(3, 4, NumberFormat.Field.GROUPING_SEPARATOR)); in TestNPEIssue11914() 4834 v1.add(new FieldContainer(4, 7, NumberFormat.Field.INTEGER)); in TestNPEIssue11914() 4835 v1.add(ne in TestNPEIssue11914() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sp.c | 104 * bnx2x_exe_queue_add - add a new element to the execution queue 108 * @elem: new command to add 136 /* If so, add it to the execution queue */ in bnx2x_exe_queue_add() 803 bool add, unsigned char *dev_addr, int index) in bnx2x_set_mac_in_nig() 816 (add ? "ADD" : "DELETE"), index); in bnx2x_set_mac_in_nig() 818 if (add) { in bnx2x_set_mac_in_nig() 830 NIG_REG_LLH0_FUNC_MEM_ENABLE) + 4*index, add); in bnx2x_set_mac_in_nig() 838 * @add: if true the command is an ADD command, DEL otherwise 844 struct bnx2x_vlan_mac_obj *o, bool add, int opcode, in bnx2x_vlan_mac_set_cmd_hdr_e2() 856 if (add) in bnx2x_vlan_mac_set_cmd_hdr_e2() 802 bnx2x_set_mac_in_nig(struct bnx2x *bp, bool add, unsigned char *dev_addr, int index) bnx2x_set_mac_in_nig() argument 843 bnx2x_vlan_mac_set_cmd_hdr_e2(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, struct eth_classify_cmd_header *hdr) bnx2x_vlan_mac_set_cmd_hdr_e2() argument 893 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_mac_e2() local 992 bnx2x_vlan_mac_set_cfg_entry_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, bool add, int opcode, u8 *mac, u16 vlan_id, struct mac_configuration_entry *cfg_entry) bnx2x_vlan_mac_set_cfg_entry_e1x() argument 1018 bnx2x_vlan_mac_set_rdata_e1x(struct bnx2x *bp, struct bnx2x_vlan_mac_obj *o, int type, int cam_offset, bool add, u8 *mac, u16 vlan_id, int opcode, struct mac_configuration_cmd *config) bnx2x_vlan_mac_set_rdata_e1x() argument 1055 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_mac_e1x() local 1078 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_vlan_e2() local 1128 bool add = (cmd == BNX2X_VLAN_MAC_ADD) ? true : false; bnx2x_set_one_vlan_mac_e2() local 1194 bool add = (elem->cmd_data.vlan_mac.cmd == BNX2X_VLAN_MAC_ADD) ? bnx2x_set_one_vlan_mac_e1h() local [all...] |