/third_party/ffmpeg/libavfilter/x86/ |
H A D | vf_hflip.asm | 40 add wd, wd 62 add xq, mmsize * 2 68 add wq, rq 75 add xq, %3
|
H A D | vf_gradfun.asm | 61 add r0, 4 64 add r0, 4 79 add r0, 8 103 add r0, 16
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/ |
H A D | Launcher.java | 90 topPanel.add(b); in init() 92 add(BorderLayout.CENTER,topPanel); in init() 101 add(BorderLayout.NORTH, new Label( in init() 104 add(BorderLayout.SOUTH,statusLabel); in init()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/mapper/ |
H A D | LocaleMapper.java | 37 * @param unresolved the unresolved CLDR source data (to determine which paths to add). 53 defaultCalendar.ifPresent(c -> icuData.add(RB_CALENDAR, c)); in process() 85 validRbPaths.add(rbPath); in collectResultPath() 89 validRbPaths.add(parent); in collectResultPath() 124 valuesToHack.add(8, valuesToHack.get(10)); in doDateTimeHack()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | LaoBreakEngine.java | 48 fMarkSet.add(0x0020); 51 fBeginWordSet.add(0x0E81, 0x0EAE); // basic consonants (including holes for corresponding Thai characters) 52 fBeginWordSet.add(0x0EDC, 0x0EDD); // digraph consonants (no Thai equivalent) 53 fBeginWordSet.add(0x0EC0, 0x0EC4); // prefix vowels
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
H A D | CanonicalCharacterData.java | 40 equivs.add(equiv); in Record() 122 public void add(int character) in add() method in CanonicalCharacterData 131 recordVector.add(new Record(character, script)); in add() 176 data.add(characterSet.charAt(i)); in factory()
|
/third_party/mesa3d/src/broadcom/compiler/ |
H A D | vir_opt_copy_propagate.c | 55 if (inst->qpu.alu.add.output_pack != V3D_QPU_PACK_NONE || in is_copy_mov() 107 return inst->qpu.alu.add.a_unpack != V3D_QPU_UNPACK_NONE; in vir_has_unpack() 109 return inst->qpu.alu.add.b_unpack != V3D_QPU_UNPACK_NONE; in vir_has_unpack() 165 switch (inst->qpu.alu.add.op) { in try_copy_prop()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/regex/ |
H A D | NfaFlattener.java | 116 followerQueue.add(PathFollower.of(t, graph.edgeValue(node, t).get())); in visitSubgraph() 126 joiningEdges.add(follower.edge()); in visitSubgraph() 139 followerQueue.add( in visitSubgraph() 153 joiningEdges.add(queue.remove().edge()); in collectJoiningEdges()
|
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/ |
H A D | Schema.java | 44 public Builder add(Column<?> column) { in add() method in Schema.Builder 45 names.add(column.getName()); in add() 51 public Builder add(ColumnGroup<?, ?> group) { in add() method in Schema.Builder 52 names.add(group.prototype().getName()); in add()
|
/third_party/rust/crates/codespan/codespan-lsp/src/ |
H A D | lib.rs | 152 let file_id = files.add("test", text); in position() 179 let file_id = files.add("unicode", UNICODE); in unicode_get_byte_index() 205 let file_id = files.add("unicode", UNICODE.to_string()); in unicode_get_position() 206 let file_id2 = files.add("unicode newline", "\n".to_string() + UNICODE); in unicode_get_position()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/geometry/ |
H A D | vktGeometryEmitGeometryShaderTests.cpp | 137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 141 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms() 143 sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true)); in initPrograms() 155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/geometry/ |
H A D | vktGeometryEmitGeometryShaderTests.cpp | 137 sourceCollections.glslSources.add("vertex") << glu::VertexSource(src.str()); in initPrograms() 141 sourceCollections.glslSources.add("geometry") << glu::GeometrySource(shaderGeometry(false)); in initPrograms() 143 sourceCollections.glslSources.add("geometry_pointsize") << glu::GeometrySource(shaderGeometry(true)); in initPrograms() 155 sourceCollections.glslSources.add("fragment") << glu::FragmentSource(src.str()); in initPrograms()
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/truetype/ |
H A D | GlyphTable.java | 127 locas.add(0); in generateLocaList() 129 locas.add(0); in generateLocaList() 134 locas.add(total + size); in generateLocaList() 149 this.glyphBuilders.add(Glyph.Builder.getBuilder(this, data, lastLocaValue /* offset */, in initialize()
|
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/mobileer/miditools/ |
H A D | MidiPortSelector.java | 63 mAdapter.add(new MidiPortWrapper(null, 0, 0)); in MidiPortSelector() 109 mAdapter.add(wrapper); in onDeviceAdded() 134 // If it becomes free then add it back to the menu. in onDeviceStatusChanged() 149 mBusyPorts.add(wrapper); in onDeviceStatusChanged() 156 mAdapter.add(wrapper); in onDeviceStatusChanged()
|
/third_party/ffmpeg/libavcodec/aarch64/ |
H A D | vp9itxfm_16bpp_neon.S | 101 add \tmp1\().4s, \in1\().4s, \in2\().4s 207 add \out1\().4s, \in1\().4s, \in2\().4s 215 add \out2\().4s, \in1\().4s, \in2\().4s 222 add \tmp1\().2d, \in1\().2d, \in3\().2d 223 add \tmp2\().2d, \in2\().2d, \in4\().2d 233 add \c0\().4s, \c0\().4s, \c1\().4s 239 add \c3\().4s, v17.4s, \c2\().4s 250 add v16.4s, \c0\().4s, \c2\().4s 260 add \c0\().4s, v18.4s, v22.4s 262 add \c [all...] |
H A D | vp9itxfm_neon.S | 52 add \tmp1\().8h, \in1\().8h, \in2\().8h 158 add \out1\().8h, \in1\().8h, \in2\().8h 166 add \out2\().8h, \in1\().8h, \in2\().8h 173 add \tmp1\().4s, \in1\().4s, \in3\().4s 174 add \tmp2\().4s, \in2\().4s, \in4\().4s 184 add \c0\().4h, \c0\().4h, \c1\().4h 190 add \c3\().4h, v17.4h, \c2\().4h 197 add v16.4h, \c0\().4h, \c2\().4h 207 add \c0\().4h, v18.4h, v22.4h 209 add \c [all...] |
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | message_test.py | 522 msg.repeated_nested_message.add(bb=1) 523 msg.repeated_nested_message.add(bb=2) 525 other_msg.repeated_nested_message.add(bb=3) 526 other_msg.repeated_nested_message.add(bb=4) 540 msg.repeated_nested_message.add('wrong') 544 msg.repeated_nested_message.add(value_field='wrong') 555 msg.repeated_nested_message.add(bb=1) 568 add = 0 570 add += item 571 self.assertEqual(add, [all...] |
/third_party/ffmpeg/libavcodec/arm/ |
H A D | mlpdsp_armv5te.S | 327 add ST3, ST2, AC0 329 add ST2, ST2, AC0 350 A add pc, pc, CO0 388 A add pc, pc, CO0 407 add v1, sp, #9*4 // point at arguments on stack 464 // add to index field without needing to mask) 516 add NOISE, NOISE, INDEX, lsr #32-6 519 add INDEX, INDEX, INDEX, lsl #32-6 521 add NOISE, NOISE, INDEX, lsr #32-7 524 add INDE [all...] |
H A D | hevcdsp_sao_neon.S | 61 add r6, #8 63 add r7, #8 108 add r10, r8 // src[x + a_stride] 110 add r11, r9 // src[x + b_stride] 142 add r6, #8 144 add r7, #8
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | Thumb2InstrInfo.cpp | 131 .add(predOps(ARMCC::AL)); in copyPhysReg() 154 .add(predOps(ARMCC::AL)); in storeRegToStackSlot() 170 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in storeRegToStackSlot() 195 .add(predOps(ARMCC::AL)); in loadRegFromStackSlot() 211 MIB.addFrameIndex(FI).addImm(0).addMemOperand(MMO).add(predOps(ARMCC::AL)); in loadRegFromStackSlot() 273 .add(predOps(Pred, PredReg)) in emitT2RegPlusImmediate() 274 .add(condCodeOp()) in emitT2RegPlusImmediate() 285 .add(predOps(Pred, PredReg)) in emitT2RegPlusImmediate() 286 .add(condCodeOp()) in emitT2RegPlusImmediate() 301 .add(predOp in emitT2RegPlusImmediate() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 585 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 604 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 656 programCollection.spirvAsmSources.add("frag") << frag.str(); in initPrograms() 744 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 768 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 869 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 893 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 1000 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 1006 programCollection.glslSources.add("frag") << glu::FragmentSource(frag); in initPrograms() 1071 programCollection.glslSources.add("mes in initPrograms() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderBuiltinTests.cpp | 585 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 604 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 656 programCollection.spirvAsmSources.add("frag") << frag.str(); in initPrograms() 744 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 768 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 869 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 893 programCollection.glslSources.add("frag") << glu::FragmentSource(frag.str()); in initPrograms() 1000 programCollection.glslSources.add("mesh") << glu::MeshSource(mesh.str()); in initPrograms() 1006 programCollection.glslSources.add("frag") << glu::FragmentSource(frag); in initPrograms() 1071 programCollection.glslSources.add("mes in initPrograms() [all...] |
/third_party/eudev/src/libudev/ |
H A D | libudev-list.c | 167 /* add new name */ in udev_list_entry_add() 189 unsigned int add; in udev_list_entry_add() local 191 add = list->entries_max; in udev_list_entry_add() 192 if (add < 1) in udev_list_entry_add() 193 add = 64; in udev_list_entry_add() 194 entries = realloc(list->entries, (list->entries_max + add) * sizeof(struct udev_list_entry *)); in udev_list_entry_add() 202 list->entries_max += add; in udev_list_entry_add()
|
/third_party/eudev/src/udev/ |
H A D | udev-node.c | 129 static const char *link_find_prioritized(struct udev_device *dev, bool add, const char *stackdir, char *buf, size_t bufsize) { in link_find_prioritized() argument 135 if (add) { in link_find_prioritized() 182 static void link_update(struct udev_device *dev, const char *slink, bool add) { in link_update() argument 193 if (!add && unlink(filename) == 0) in link_update() 196 target = link_find_prioritized(dev, add, dirname, buf, sizeof(buf)); in link_update() 206 if (add) { in link_update() 350 /* always add /dev/{block,char}/$major:$minor */ in udev_node_add() 356 /* create/update symlinks, add symlinks to name index */ in udev_node_add()
|
/third_party/ffmpeg/libavcodec/x86/ |
H A D | audiodsp.asm | 29 add orderd, orderd 30 add v1q, orderq 31 add v2q, orderq 41 add orderq, mmsize*2 104 add srcq, mmsize*4*(%2+%3) 105 add dstq, mmsize*4*(%2+%3)
|