Home
last modified time | relevance | path

Searched full:produce (Results 1 – 25 of 3231) sorted by relevance

12345678910>>...130

/external/llvm/lib/Analysis/
DTargetTransformInfo.cpp53 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getOperationCost()
59 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost()
66 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getCallCost()
82 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntrinsicCost()
88 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getUserCost()
149 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getScalingFactorCost()
208 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getFPOpCost()
216 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCodeSizeCost()
222 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost()
229 assert(Cost >= 0 && "TTI should not produce negative costs!"); in getIntImmCost()
[all …]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/lang/
DTestUScriptRun.java104 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
111 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
118 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
125 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
132 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
139 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
146 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
153 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
160 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction()
167 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
[all …]
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/lang/
DTestUScriptRun.java105 … errln("new UScriptRun(nullString, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
112 … errln("new UScriptRun(nullString, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
119 … errln("new UScriptRun(nullString, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
126 … errln("new UScriptRun(nullString, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
133 errln("new UScriptRun(nullChars, 0, 100) did not produce an IllegalArgumentException!"); in TestContstruction()
140 errln("new UScriptRun(nullChars, 100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
147 … errln("new UScriptRun(nullChars, 0, -100) did not produce an IllegalArgumentException!"); in TestContstruction()
154 … errln("new UScriptRun(nullChars, -100, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
161 errln("new UScriptRun(dummyString, 0, 6) did not produce an IllegalArgumentException!"); in TestContstruction()
168 errln("new UScriptRun(dummy, 6, 0) did not produce an IllegalArgumentException!"); in TestContstruction()
[all …]
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/parser/
DParserImpl.java157 currentEvent = state.produce(); in peekEvent()
181 public Event produce() { in produce() method in ParserImpl.ParseStreamStart
192 public Event produce() { in produce() method in ParserImpl.ParseImplicitDocumentStart
206 return p.produce(); in produce()
212 public Event produce() { in produce() method in ParserImpl.ParseDocumentStart
250 public Event produce() { in produce() method in ParserImpl.ParseDocumentEnd
269 public Event produce() { in produce() method in ParserImpl.ParseDocumentContent
278 return p.produce(); in produce()
357 public Event produce() { in produce() method in ParserImpl.ParseBlockNode
492 public Event produce() { in produce() method in ParserImpl.ParseBlockSequenceFirstEntry
[all …]
/external/llvm/test/CodeGen/PowerPC/
Dvec_mergeow.ll8 ; ordering. If run on a big endian machine, this should produce the vmrgew
9 ; instruction. If run on a little endian machine, this should produce the
33 ; ordering. If run on a big endian machine, this should produce the vmrgew
34 ; instruction. If run on a little endian machine, this should produce the
56 ; ordering. If run on a big endian machine, this should produce the vmrgow
57 ; instruction. If run on a little endian machine, this should produce the
81 ; ordering. If run on a big endian machine, this should produce the vmrgow
82 ; instruction. If run on a little endian machine, this should produce the
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DCDL.java76 * Produce a JSONArray of strings from a row of comma delimited values.
106 * Produce a JSONObject from a row of comma delimited text, using a
122 * Produce a JSONArray of JSONObjects from a comma delimited text string,
133 * Produce a JSONArray of JSONObjects from a comma delimited text string,
144 * Produce a JSONArray of JSONObjects from a comma delimited text string
157 * Produce a JSONArray of JSONObjects from a comma delimited text string
185 * Produce a comma delimited text row from a JSONArray. Values containing
220 * Produce a comma delimited text from a JSONArray of JSONObjects. The
239 * Produce a comma delimited text from a JSONArray of JSONObjects using
/external/clang/test/SemaCXX/
Dms_struct.cpp14 …// expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with bas…
16 …// expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with b…
29 …// expected-error@-2 {{ms_struct may not produce Microsoft-compatible layouts for classes with bas…
31 …// expected-warning@-4 {{ms_struct may not produce Microsoft-compatible layouts for classes with b…
/external/jemalloc/test/unit/
Dprng.c14 "Repeated generation should produce repeated results"); in test_prng_lg_range_u32()
19 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u32()
51 "Repeated generation should produce repeated results"); in test_prng_lg_range_u64()
56 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_u64()
88 "Repeated generation should produce repeated results"); in test_prng_lg_range_zu()
93 "Equivalent generation should produce equivalent results"); in test_prng_lg_range_zu()
/external/python/cpython2/Tools/scripts/
Ddiff.py17 …parser.add_option("-c", action="store_true", default=False, help='Produce a context format diff (d…
18 … parser.add_option("-u", action="store_true", default=False, help='Produce a unified format diff')
19 …parser.add_option("-m", action="store_true", default=False, help='Produce HTML side by side diff (…
20 parser.add_option("-n", action="store_true", default=False, help='Produce a ndiff format diff')
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/
DYaml.java185 * Produce the corresponding representation tree for a given Object.
361 * Parse the only YAML document in a String and produce the corresponding
373 * Parse the only YAML document in a stream and produce the corresponding
385 * Parse the only YAML document in a stream and produce the corresponding
397 * Parse the only YAML document in a stream and produce the corresponding
414 * Parse the only YAML document in a String and produce the corresponding
431 * Parse the only YAML document in a stream and produce the corresponding
454 * Parse all YAML documents in a String and produce corresponding Java
494 * Parse all YAML documents in a String and produce corresponding Java
508 * Parse all YAML documents in a stream and produce corresponding Java
[all …]
/external/llvm/test/CodeGen/Mips/Fast-ISel/
Dicmpa.ll27 ; FIXME: This instruction is redundant. The sltiu can only produce 0 and 1.
48 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
68 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
88 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
108 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
128 ; FIXME: This instruction is redundant. The sltu can only produce 0 and 1.
147 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
166 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
187 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
206 ; FIXME: This instruction is redundant. The slt can only produce 0 and 1.
/external/r8/
DREADME.md30 a version of gradle to use for building on the first run. This will produce
42 flag to remove this debugging information to produce smaller dex files.
44 Typical invocations of D8 to produce dex file(s) in the out directoy:
63 Typical invocations of R8 to produce optimized dex file(s) in the out directory:
/external/protobuf/more_tests/
DMakefile9 # since different compilers produce wildly different warnings we cannot assume
32 # Verify that headers produce no warnings even under strict settings.
39 # produce tons of extra warnings so we'll need to do some work first.
/external/bison/lib/
Dprintf-args.c99 it occurs quite frequently in printf statements that produce in PRINTF_FETCHARGS()
108 it occurs quite frequently in printf statements that produce in PRINTF_FETCHARGS()
148 it occurs quite frequently in printf statements that produce in PRINTF_FETCHARGS()
160 it occurs quite frequently in printf statements that produce in PRINTF_FETCHARGS()
172 it occurs quite frequently in printf statements that produce in PRINTF_FETCHARGS()
/external/selinux/libselinux/man/man3/
Davc_has_perm.3108 Using an uninitialized structure will produce undefined behavior.
119 will still produce an audit message in this case.
141 to be returned unexpectedly. For example, netlink socket errors may produce
/external/protobuf/js/binary/
Darith.js134 * Add two 64-bit numbers to produce a 64-bit number.
148 * Subtract two 64-bit numbers to produce a 64-bit number.
162 * Multiply two 32-bit numbers to produce a 64-bit number.
168 // Directly multiplying two 32-bit numbers may produce up to 64 bits of
209 // Produce two parts: at bits 0-63, and 32-95.
221 * Divide a 64-bit number by a 32-bit number to produce a
343 * Add two 64-bit numbers to produce a 64-bit number.
357 * Subtract two 64-bit numbers to produce a 64-bit number.
/external/vixl/test/aarch32/config/
Dtemplate-macro-assembler-aarch32.cc.in64 // Values to be passed to the assembler to produce the instruction under test.
73 // produce the instruction.
81 // Each element of this array produce one instruction encoding.
134 // For now, these test don't currently produce (or check) any trace; we just
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DXSLTElementDef.java53 * @param classObject The class of the object that this element def should produce.
81 * @param classObject The class of the object that this element def should produce.
112 * @param classObject The class of the object that this element def should produce.
136 * @param classObject The class of the object that this element def should produce.
164 * @param classObject The class of the object that this element def should produce.
194 * @param classObject The class of the object that this element def should produce.
220 * @param classObject The class of the object that this element def should produce.
238 * @param classObject The class of the object that this element def should produce.
261 * @param classObject The class of the object that this element def should produce.
662 * @return The class of the object that this element def should produce, or null.
/external/clang/test/CodeGenCXX/
Dctor-dtor-alias.cpp14 // Test that we produce the apropriate comdats when creating aliases to
72 // Test that we don't produce aliases from B to A. We cannot because we cannot
128 // Test that we don't produce an alias from ~B to ~A<int> (or crash figuring
168 // Test that we produce a call to bar's destructor. We used to call foo's, but in zed()
225 // Test that when we don't have to worry about COMDATs we produce an alias
/external/skia/src/gpu/
DGrShape.h20 * It is possible to apply the style to the GrShape to produce a new GrShape where the geometry
25 * Shapes can produce keys that represent only the geometry information, not the style. Note that
26 * when styling information is applied to produce a new shape then the style has been converted
206 * Returns whether the geometry is empty. Note that applying the style could produce a
270 * Might applying the styling to the geometry produce an inverse fill. The "may" part comes in
271 * because an arbitrary path effect could produce an inverse filled path. In other cases this
275 // An arbitrary path effect can produce an arbitrary output path, which may be inverse in mayBeInverseFilledAfterStyling()
/external/ltp/lib/
Dself_exec.c61 * Second iteration - actually produce output. in asprintf()
183 tst_resm(TBROK, "Could not produce self_exec string"); in self_exec()
196 "Could not produce self_exec string"); in self_exec()
205 "Could not produce self_exec string"); in self_exec()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java59 throw new IllegalStateException("cannot produce certificate signature"); in generateFullCert()
71 throw new IllegalStateException("cannot produce attribute certificate signature"); in generateFullAttrCert()
83 throw new IllegalStateException("cannot produce certificate signature"); in generateFullCRL()
150 // TODO: should probably produce a set that imposes correct ordering in getNonCriticalExtensionOIDs()
/external/libgsm/src/
Dcode.c36 * once per frame to produce at the output of the coder the
39 * frame (160 samples of signal d[0..159]). These parts produce at
48 * 40 samples. These parts produce at the output of the coder:
/external/icu/icu4c/source/i18n/unicode/
Dformat.h78 * A MessageFormat object might produce the string "There are no files
132 * Formats an object to produce a string.
146 * Format an object to produce a string. This is a pure virtual method which
166 * Format an object to produce a string. Subclasses should override this
187 * Parse a string to produce an object. This is a pure virtual
230 * Parses a string to produce an object. This is a convenience method
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt427 To produce a code block in Markdown, simply indent every line of the
487 You can produce a horizontal rule tag (`<hr />`) by placing three or
490 following lines will produce a horizontal rule:
524 Will produce:
624 Both of the above examples will produce the following HTML output:
668 will produce:
688 To produce a literal asterisk or underscore at a position where it
704 will produce:
713 which will produce this:
725 will produce:
[all …]

12345678910>>...130