Home
last modified time | relevance | path

Searched refs:add (Results 1026 - 1050 of 4499) sorted by relevance

1...<<41424344454647484950>>...180

/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DUnicodeMap.java303 availableValues.add(value); // add if not there already in _put()
445 * Adds bunch o' codepoints; otherwise like add.
464 * @param unicodeMap the property to add to the map
486 * @param prop the property to add to the map
518 availableValues.add(value); in setMissing()
536 result.add(transitions[i], transitions[i+1]-1); in keySet()
543 result.add((String)key); in keySet()
565 result.add(transitions[i], transitions[i+1]-1); in keySet()
587 if (values[i] != null) temp.add(value in values()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_algebraic.py486 languages. If, for instance, you are constructing an add operation and you
836 self.add(obj)
857 def add(self, obj): member in TreeAutomaton.IndexMap
939 self.opcodes.add(opcode)
943 child.parent_ops.add(opcode)
1021 rep_index = rep.add(filtered)
1022 new_opcodes.add(op)
1033 self.states.add(frozenset((self.wildcard,)))
1034 self.states.add(frozenset((self.const,self.wildcard)))
1055 # Try all possible pairings of source items and add th
[all...]
/third_party/node/deps/cjs-module-lexer/
H A Dlexer.js382 _exports.add(decode(expt));
448 _exports.add(decode(expt));
454 unsafeGetters.add(decode(expt));
824 reexports.add(decode(starExportSpecifier));
886 _exports.add(decode(source.slice(startPos, endPos)));
905 _exports.add(decode(source.slice(startPos, endPos)));
948 reexports.add(decode(source.slice(reexportStart, reexportEnd)));
951 reexports.add(decode(source.slice(reexportStart, reexportEnd)));
983 _exports.add(decode(source.slice(startPos, endPos)));
1010 _exports.add(decod
[all...]
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
H A DDumbTextComponent.java106 selectionListener = AWTEventMulticaster.add(selectionListener, l); in addActionListener()
114 textListener = AWTEventMulticaster.add(textListener, l); in addTextListener()
796 String add = ""; in fixHex()
800 add = "" + (char)(store >> 16) + (char)bottom; in fixHex()
803 add = "" + (char)(((store >> 10) & 0x3FF) + 0xD800) in fixHex()
808 add = ""+(char)(store & 0xFFFF); in fixHex()
812 add = hex(ch); in fixHex()
817 add = hex(ch) + add; in fixHex()
821 replaceRange(add, selectio in fixHex()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp1043 programCollection.spirvAsmSources.add(vertex.str()) << vertexShaderSource; in initPrograms()
1044 programCollection.spirvAsmSources.add(fragment.str()) << fragmentShaderSource; in initPrograms()
1566 programCollection.spirvAsmSources.add("tessellation_control") << tessellationControlSource; in initPrograms()
1567 programCollection.spirvAsmSources.add("tessellation_evaluation") << tessellationEvaluationSource; in initPrograms()
1757 programCollection.spirvAsmSources.add("geometry") << geometrySource; in initPrograms()
2092 programCollection.spirvAsmSources.add(vertex.str()) << vertexShaderSource; in initPrograms()
2093 programCollection.spirvAsmSources.add(fragment.str()) << fragmentShaderSource; in initPrograms()
2530 programCollection.spirvAsmSources.add("tessellation_control") << tessellationControlSource; in initPrograms()
2531 programCollection.spirvAsmSources.add("tessellation_evaluation") << tessellationEvaluationSource; in initPrograms()
2689 programCollection.spirvAsmSources.add("geometr in initPrograms()
[all...]
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-repacker.hh355 roots.add (l.objidx); in assign_32bit_spaces()
438 parents.add (root_idx ()); in isolate_subgraph()
460 roots.add (index_map[next]); in isolate_subgraph()
484 subgraph.add (node_idx); in find_subgraph()
729 visited.add (p); in wide_parents()
736 parents.add (p); in wide_parents()
799 // we instead just add new entries into the queue when a priority changes. in update_distances()
1015 visited.add (start_idx); in find_connected_nodes()
1020 connected.add (start_idx); in find_connected_nodes()
1061 roots.add (roo in _try_isolating_subgraphs()
[all...]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsmCrossStageInterfaceTests.cpp1043 programCollection.spirvAsmSources.add(vertex.str()) << vertexShaderSource; in initPrograms()
1044 programCollection.spirvAsmSources.add(fragment.str()) << fragmentShaderSource; in initPrograms()
1566 programCollection.spirvAsmSources.add("tessellation_control") << tessellationControlSource; in initPrograms()
1567 programCollection.spirvAsmSources.add("tessellation_evaluation") << tessellationEvaluationSource; in initPrograms()
1757 programCollection.spirvAsmSources.add("geometry") << geometrySource; in initPrograms()
2092 programCollection.spirvAsmSources.add(vertex.str()) << vertexShaderSource; in initPrograms()
2093 programCollection.spirvAsmSources.add(fragment.str()) << fragmentShaderSource; in initPrograms()
2530 programCollection.spirvAsmSources.add("tessellation_control") << tessellationControlSource; in initPrograms()
2531 programCollection.spirvAsmSources.add("tessellation_evaluation") << tessellationEvaluationSource; in initPrograms()
2689 programCollection.spirvAsmSources.add("geometr in initPrograms()
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DCollectionSet.java56 public boolean add(E e) { in add() method in CollectionSet
57 return data.add(e); in add()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DCollectionSet.java58 public boolean add(E e) { in add() method in CollectionSet
59 return data.add(e); in add()
/third_party/libunwind/libunwind/src/ia64/
H A Dsigsetjmp.S41 add out2 = JB_MASK*8, in0
53 add r16 = JB_MASK_SAVED*8, in0
/third_party/ltp/testcases/kernel/containers/netns/
H A Dnetns_sysfs.sh28 ip link add $DUMMYDEV_HOST type dummy || \
29 tst_brk TBROK "failed to add a new (host) dummy device"
32 tst_ns_exec $NS_HANDLE $NS_TYPE ip link add $DUMMYDEV type dummy || \
33 tst_brk TBROK "failed to add a new dummy device"
/third_party/musl/src/signal/sh/
H A Dsigsetjmp.s11 add #60, r6
23 add #60, r6
/third_party/musl/src/setjmp/sh/
H A Dsetjmp.S14 add #52, r4
20 add #36, r4
/third_party/ltp/testcases/network/stress/interface/
H A Dif-route-addlarge.sh22 tst_res TINFO "'$cmd' add IPv$TST_IPVER $ROUTE_TOTAL routes"
52 route) route -A $inet add ${new_rt}${opt_rt} dev $iface ;;
53 ip) ip route add ${new_rt}${opt_rt} dev $iface ;;
56 tst_res TFAIL "Can't add route $new_rt to $iface"
H A Dif-route-adddel.sh27 tst_res TINFO "'$cmd' add/del ${new_rt}${opt_rt} $NS_TIMES times"
39 route) route -A $inet add ${new_rt}${opt_rt} dev $iface ;;
40 ip) ip route add ${new_rt}${opt_rt} dev $iface ;;
43 tst_res TFAIL "Can't add route $new_rt to $iface"
/third_party/node/deps/openssl/openssl/crypto/bn/
H A Dbn_depr.c23 const BIGNUM *add, const BIGNUM *rem, in BN_generate_prime()
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb)) in BN_generate_prime()
22 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback) (int, int, void *), void *cb_arg) BN_generate_prime() argument
/third_party/python/Tools/c-analyzer/cpython/
H A D_files.py53 levels.add('stable')
54 levels.add('cpython')
/third_party/protobuf/benchmarks/protobuf.js/
H A Dprotobufjs_benchmark.js37 .add("protobuf.js static decoding", function() {
43 .add("protobuf.js static encoding", function() {
/third_party/protobuf/conformance/
H A Dupdate_failure_list.py32 """Script to update a failure list file to add/remove failures.
42 parser.add_argument('--add', dest='add_list', action='append')
53 add_set.add(line)
59 raise Exception("Asked to both add and remove test: " + line)
60 remove_set.add(line.strip())
/third_party/protobuf/examples/
H A Dadd_person.py28 phone_number = person.phones.add()
59 PromptForAddress(address_book.people.add())
/third_party/openssl/crypto/bn/
H A Dbn_depr.c23 const BIGNUM *add, const BIGNUM *rem, in BN_generate_prime()
36 if (!BN_generate_prime_ex(rnd, bits, safe, add, rem, &cb)) in BN_generate_prime()
22 BN_generate_prime(BIGNUM *ret, int bits, int safe, const BIGNUM *add, const BIGNUM *rem, void (*callback) (int, int, void *), void *cb_arg) BN_generate_prime() argument
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
H A DvktProtectedMemBufferValidator.cpp178 programCollection.glslSources.add("ResetSSBO") << glu::ComputeSource(resetSSBOShader); in initBufferValidatorPrograms()
179 programCollection.glslSources.add("BufferValidator") << glu::ComputeSource(validatorShader); in initBufferValidatorPrograms()
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/
H A Ddata_structures.py15 the .add method."""
21 self.add(k, v)
52 def add(self, k, v): member in DictOfStringSets
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/component/
H A DRuleSegment.java31 boolean add(int glyph) { in add() method in RuleSegment
50 return super.add(glyphGroup); in addInternal()
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/testing/
H A DTestLanguagesForFonts.java24 langs.add("en"); in main()
42 langs.add(lang); in availableLangs()

Completed in 19 milliseconds

1...<<41424344454647484950>>...180