/third_party/python/Lib/test/ |
H A D | test_weakset.py | 186 f.add(s) 189 f.add(s) 221 self.s.add(x) 224 self.s.add(x) 226 self.assertRaises(TypeError, self.s.add, []) 227 self.fs.add(Foo()) 230 self.fs.add(self.obj) 396 s.add(u)
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/ |
H A D | vktDynamicRenderingRandomTests.cpp | 910 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 925 programCollection.glslSources.add("vertPassthrough") << glu::VertexSource(src.str()); in initPrograms() 942 programCollection.glslSources.add("vertLayer") << glu::VertexSource(src.str()); in initPrograms() 968 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms() 995 programCollection.glslSources.add("geomLayer") << glu::GeometrySource(src.str()); in initPrograms() 1022 programCollection.glslSources.add("tsc") << glu::TessellationControlSource(src.str()); in initPrograms() 1041 programCollection.glslSources.add("tse") << glu::TessellationEvaluationSource(src.str()); in initPrograms() 1058 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms()
|
/drivers/hdf_core/adapter/khdf/liteos_m/network/src/ |
H A D | netbuf_adapter.c | 261 * add The pointer to the net buffer queue to add. 264 void NetBufQueueConcat(NetBufQueue *q, NetBufQueue *add) in NetBufQueueConcat() argument 270 if (!NetBufQueueIsEmpty(add)) { in NetBufQueueConcat() 271 DListMerge(&add->dlist, &q->dlist); in NetBufQueueConcat() 272 q->size += add->size; in NetBufQueueConcat() 273 add->size = 0; in NetBufQueueConcat() 346 * Pop head room and add to data buffer 412 * len The length of add data
|
/drivers/hdf_core/adapter/khdf/liteos/network/src/ |
H A D | netbuf_adapter.c | 259 * add The pointer to the net buffer queue to add. 262 void NetBufQueueConcat(NetBufQueue *q, NetBufQueue *add) in NetBufQueueConcat() argument 268 if (!NetBufQueueIsEmpty(add)) { in NetBufQueueConcat() 269 DListMerge(&add->dlist, &q->dlist); in NetBufQueueConcat() 270 q->size += add->size; in NetBufQueueConcat() 271 add->size = 0; in NetBufQueueConcat() 344 * Pop head room and add to data buffer 410 * len The length of add data
|
/third_party/ffmpeg/libavfilter/ |
H A D | vf_lenscorrection.c | 127 const uint64_t add = (1 << 23); \ 152 const uint64_t du = off_x >= 0 ? (radius_mult * off_x + add) & max : max - ((radius_mult * -off_x + add) & max); \ 153 const uint64_t dv = off_y >= 0 ? (radius_mult * off_y + add) & max : max - ((radius_mult * -off_y + add) & max); \
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
H A D | BasicTimeZone.java | 252 filteredRules.add(initial); in getTimeZoneRules() 306 // Just add the rule as is in getTimeZoneRules() 307 filteredRules.add(tar); in getTimeZoneRules() 332 filteredRules.add(newtar); in getTimeZoneRules() 341 // Just add the rule as is in getTimeZoneRules() 342 filteredRules.add(ar); in getTimeZoneRules() 351 filteredRules.add(newar); in getTimeZoneRules()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | IcuDataDumper.java | 193 headerComment.add(match.get(0)); in processLine() 223 currentValue.add(wrappedValue); in processLine() 230 currentValue.add(match.get(0)); in processLine() 236 currentValue.add(wrappedValue); in processLine() 279 indices.add(depth, 1); in getSegment()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
H A D | BasicTimeZone.java | 241 filteredRules.add(initial); in getTimeZoneRules() 295 // Just add the rule as is in getTimeZoneRules() 296 filteredRules.add(tar); in getTimeZoneRules() 321 filteredRules.add(newtar); in getTimeZoneRules() 330 // Just add the rule as is in getTimeZoneRules() 331 filteredRules.add(ar); in getTimeZoneRules() 340 filteredRules.add(newar); in getTimeZoneRules()
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 75 event_dirs.add((time, event_dir)) 86 # add path to the set of event_dirs if it is not a sibling of 90 self.event_dirs.add((datetime.now(), path)) 171 scan_dirs.add(entry.path) 193 self.trees.add(tree) 211 trees.add(tree) 257 # add single_include/nlohmann into path, if needed
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/traces/ |
H A D | afuc_test.asm | 41 add $01, $01, 0x0004 label 47 ; read 2nd dword of fw, and add offset (minus 4 because we skipped first dword) 52 add $01, $01, $04 label 83 (xmov1)add $data, $02, $data 134 add $02, $regdata, 0x42 label
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_dump.c | 263 if (inst->qpu.alu.add.op != V3D_QPU_A_NOP) { in vir_dump_alu() 264 fprintf(stderr, "%s", v3d_qpu_add_op_name(instr->alu.add.op)); in vir_dump_alu() 271 fprintf(stderr, "%s", v3d_qpu_pack_name(instr->alu.add.output_pack)); in vir_dump_alu() 273 unpack[0] = instr->alu.add.a_unpack; in vir_dump_alu() 274 unpack[1] = instr->alu.add.b_unpack; in vir_dump_alu()
|
/third_party/node/lib/internal/perf/ |
H A D | observe.js | 269 this.#entryTypes.add(entryTypes[n]); 276 this.#entryTypes.add(type); 281 kPending.add(this); 288 kObservers.add(this); 316 kPending.add(this); 396 * See also https://www.w3.org/TR/resource-timing-2/#dfn-add-a-performanceresourcetiming-entry
|
/third_party/node/lib/internal/test_runner/ |
H A D | coverage.js | 457 mergedRanges.add(oldRange); 472 mergedRanges.add(oldRange); 477 // Look at ranges representing missing coverage and add ranges that 483 mergedRanges.add(newRange); 487 mergedRanges.add(oldRange); 494 mergedRanges.add(newRange);
|
/third_party/node/tools/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 372 roots.add(target) 392 build_file_targets.add(target) 421 target.deps.add(dep_target) 422 dep_target.back_deps.add(target) 484 add_if_no_ancestor: If true and there are no ancestors of |target| then add 499 # Always add 'executable' targets. Even though they may be built by other 502 # And always add static_libraries that have no dependencies on them from 533 result.add(target)
|
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | common.py | 314 dependencies.add(r) 534 def add(self, key): member in OrderedSet 582 self.add(i) 626 visited.add(node) 627 visiting.add(node)
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | hebrwcal.cpp | 191 * For example, to add three days to the current date, you can call 192 * <code>add(Calendar.DATE, 3)</code>. 200 * This method is able to add to 204 * <b>Note:</b> You should always use {@link #roll roll} and add rather 210 * @param amount the amount to add to the field. 216 void HebrewCalendar::add(UCalendarDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar 269 Calendar::add(field, amount, status); in add() 277 void HebrewCalendar::add(EDateFields field, int32_t amount, UErrorCode& status) in add() function in HebrewCalendar 279 add((UCalendarDateFields)field, amount, status); in add() 299 * and {@link #ZONE_OFFSET ZONE_OFFSET}. Subclasses may, of course, add suppor [all...] |
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
H A D | analyzer.py | 372 roots.add(target) 392 build_file_targets.add(target) 421 target.deps.add(dep_target) 422 dep_target.back_deps.add(target) 484 add_if_no_ancestor: If true and there are no ancestors of |target| then add 499 # Always add 'executable' targets. Even though they may be built by other 502 # And always add static_libraries that have no dependencies on them from 533 result.add(target)
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | common.py | 307 dependencies.add(r) 528 def add(self, key): member in OrderedSet 576 self.add(i) 620 visited.add(node) 621 visiting.add(node)
|
/third_party/node/deps/openssl/openssl/crypto/ |
H A D | x86_64cpuid.pl | 397 add $lastdiff,($out) 407 add %eax,($out) 434 add $lastdiff,($out) 444 add %eax,($out) # accumulate diff 497 add \$8,%rax
|
/third_party/python/Lib/ |
H A D | site.py | 78 # Prefixes for site-packages; add additional prefixes like /usr/local here 142 known_paths.add(dircase) 154 d.add(itemcase) 163 and add that to known_paths, or execute it if it starts with 'import '. 192 known_paths.add(dircase) 219 known_paths.add(sitedircase) 362 seen.add(prefix)
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/tessellation/ |
H A D | vktTessellationGeometryGridRenderTests.cpp | 157 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 172 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 193 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms() 220 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms() 394 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
|
H A D | vktTessellationGeometryPointSizeTests.cpp | 66 FLAG_TESSELLATION_ADD = 1u << 2, // !< read and add to gl_PointSize in tessellation shader pair 68 FLAG_GEOMETRY_ADD = 1u << 4, // !< read and add to gl_PointSize in geometry shader 184 programCollection.glslSources.add("vert") << glu::VertexSource(src.str()); in initPrograms() 198 programCollection.glslSources.add("frag") << glu::FragmentSource(src.str()); in initPrograms() 226 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(src.str()); in initPrograms() 247 << " // add to point size\n" in initPrograms() 256 programCollection.glslSources.add("tese") << glu::TessellationEvaluationSource(src.str()); in initPrograms() 283 programCollection.glslSources.add("geom") << glu::GeometrySource(src.str()); in initPrograms()
|
/third_party/openssl/crypto/ |
H A D | x86_64cpuid.pl | 397 add $lastdiff,($out) 407 add %eax,($out) 434 add $lastdiff,($out) 444 add %eax,($out) # accumulate diff 497 add \$8,%rax
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-ot-var-hvar-table.hh | 100 outer_map.add (outer); in init() 103 inner_sets[outer]->add (inner); in init() 190 outer_map.add (0); in init() 195 inner_sets[0]->add (old_gid); in init() 209 inner_maps[0].add (gid); in init()
|
/third_party/skia/third_party/externals/harfbuzz/test/shape/ |
H A D | hb_test_tools.py | 166 def add (self, test): member in Stat 177 def add (self, test): member in Stats 178 self.total.add (test) 180 self.passed.add (test) 182 self.failed.add (test)
|