HomeSort by relevance Sort by last modified time
    Searched full:produce (Results 251 - 275 of 4549) sorted by null

<<11121314151617181920>>

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
VersionInfoTest.java 59 "\" should produce an exception");
70 "\" should produce an valid version");
76 errln("invalid ints should produce an exception");
86 errln("valid ints should not produce an exception");
186 " should produce " + TOSTRING_RESULT_[i]);
191 " should produce " + TOSTRING_RESULT_[i]);
  /external/icu/icu4c/source/i18n/unicode/
format.h 76 * A MessageFormat object might produce the string "There are no files
130 * Formats an object to produce a string.
144 * Format an object to produce a string. This is a pure virtual method which
164 * Format an object to produce a string. Subclasses should override this
185 * Parse a string to produce an object. This is a pure virtual
228 * Parses a string to produce an object. This is a convenience method
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
VersionInfoTest.java 55 "\" should produce an exception");
66 "\" should produce an valid version");
72 errln("invalid ints should produce an exception");
82 errln("valid ints should not produce an exception");
182 " should produce " + TOSTRING_RESULT_[i]);
187 " should produce " + TOSTRING_RESULT_[i]);
  /cts/tools/dasm/src/java_cup/
Main.java 48 * <dd> produce a dump of the symbols and grammar
50 * <dd> produce a dump of parse state machine
52 * <dd> produce a dump of the parse tables
54 * <dd> produce a dump of all of the above
77 /** User option -- do we produce a dump of the state machine */
79 /** User option -- do we produce a dump of the parse tables */
81 /** User option -- do we produce a dump of the grammar */
85 /** User option -- do we run produce extra debugging messages */
202 /* produce a summary if desired */
232 " -dump_grammar produce a human readable dump of the symbols and grammar\n"
    [all...]
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/
Yaml.java 185 * 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 Jav
    [all...]
  /art/runtime/arch/
instruction_set_features.h 49 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
52 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /art/runtime/arch/x86/
instruction_set_features_x86.h 38 // Process /proc/cpuinfo and use kRuntimeISA to produce InstructionSetFeatures.
41 // Process the auxiliary vector AT_HWCAP entry and use kRuntimeISA to produce
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 53 // Thus only test that calling the method with valid arguments doesn't produce
106 // Thus only test that calling the method with valid arguments doesn't produce
  /external/chromium-trace/catapult/tracing/tracing/extras/chrome/cc/
layer_tree_impl.html 78 // Old chrome's don't produce sourceFrameNumber.
93 // Old chrome's don't produce sourceFrameNumber.
  /external/clang/test/Modules/
no-implicit-builds.cpp 3 // Produce an error if a module is needed, but not found.
19 // Produce an error if a module is found in the cache but implicit modules is off.
  /external/iptables/
INSTALL 46 Produce additional binaries, iptables-static/ip6tables-static,
51 Produce binaries that have dynamic loading of extensions disabled.
  /external/javassist/sample/vector/
VectorAssistant.java 8 * This is a Javassist program which produce a new class representing
40 * as a template to produce the methods <code>add()</code> and
  /external/llvm/test/MC/ELF/
common.s 52 // Test that without an explicit .local we produce a global.
67 // Test that without an explicit .local we produce a global, even if the first
  /external/mesa3d/src/mesa/tnl/
NOTES 62 produce/not produce projected clip coordinates.
  /external/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
SourceValue.java 50 * The instructions that can produce this value. For example, for the Java
51 * code below, the instructions that can produce the value of <tt>i</tt>
  /external/skia/include/effects/
SkPerlinNoiseShader.h 17 It can produce tileable noise if asked to stitch tiles and provided a tile size.
50 * Each octave doubles the frequency, so 10 octaves would produce noise from
  /external/skia/include/pathops/
SkPathOps.h 36 Returns true if operation was able to produce a result;
53 Returns true if operation was able to produce a result;
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 54 /// Create - produce an empty relocation entry
57 /// Create - produce a relocation entry
  /frameworks/compile/mclinker/lib/MC/
InputFactory.cpp 33 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
42 Input* InputFactory::produce(llvm::StringRef pName, function in class:mcld::InputFactory
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 18 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i);
93 Node* NewNode = m_NodeFactory.produce(11);
  /frameworks/compile/slang/
slang_bitcode_gen.cpp 40 // The older bitcode writers will produce invalid bitcode if the -g
42 // when -g is set. However, this will produce a bitcode file linked to
  /packages/apps/ExactCalculator/docs/
implementation-overview.html 23 in timeouts during computations. It is in some sense not needed to produce correct results, but
35 evaluate the expression, and then invoking the resulting CR value to actually produce finite
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
mips-abi32.s 88 # Should produce warnings given -mgp32
94 # Should produce warnings given -mfp32
mips-gp32-fp32.s 88 # Should produce warnings given -mgp32
94 # Should produce warnings given -mfp32
  /art/test/537-checker-jump-over-jump/src/
Main.java 39 // `Fibs`) can produce a `jmp` x86-64 instruction when read barriers

Completed in 1143 milliseconds

<<11121314151617181920>>