HomeSort by relevance Sort by last modified time
    Searched full:produce (Results 201 - 225 of 3396) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/gpu/command_buffer/service/
mailbox_manager_unittest.cc 79 // Tests basic produce/consume behavior.
99 // Tests behavior with multiple produce on the same texture.
109 // Can produce a second time with the same mailbox.
113 // Can produce again, with a different mailbox.
128 // Tests behavior with multiple produce on the same mailbox with different
140 // Can produce a second time with the same mailbox, but different texture.
466 // TODO: Produce incomplete texture
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/check/
Assert.java 115 * the format of error message to produce if the check fails, as expected by
131 * the format of error message to produce if the check fails, as expected by
182 * the format of error message to produce if the check fails, as expected by
198 * the format of error message to produce if the check fails, as expected by
226 * the format of error message to produce if the check fails, as expected by
277 * the format of error message to produce if the check fails, as expected by
299 * the format of error message to produce if the check fails, as expected by
  /external/chromium_org/third_party/icu/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/icu4c/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
  /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...]
emit.java 95 sub-parts of code generation took (used to produce
190 /* Timing values used to produce timing report in main.*/
192 /** Time to produce symbol constant class. */
195 /** Time to produce parser class. */
198 /** Time to produce action code class. */
201 /** Time to produce the production table. */
204 /** Time to produce the action table. */
207 /** Time to produce the reduce-goto table. */
210 /** Do we produce calls debug_gammar in generated parser? */
225 * @param out stream to produce output on
    [all...]
  /cts/tests/tests/location/src/android/location/cts/
GeocoderTest.java 48 // Thus only test that calling the method with valid arguments doesn't produce
101 // Thus only test that calling the method with valid arguments doesn't produce
  /external/chromium_org/media/filters/
ffmpeg_audio_decoder_unittest.cc 132 // Vorbis requires N+1 packets to produce audio data for N packets.
135 // requests to produce audio samples.
  /external/chromium_org/sdch/open-vcdiff/src/
codetablewriter_interface.h 36 // Output() will produce an encoding using the given series of Add, Copy,
39 // implementations may be used to produce other output formats, or as test
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
AudioPullFIFO.h 48 // asked to produce |providerSize| frames when the FIFO needs more data.
65 // Number of frames of data that the provider will produce per call.
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
NOTES 62 produce/not produce projected clip coordinates.
  /external/chromium_org/third_party/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/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 26 * This has been modified to produce a variable number of
47 /* number of output digits to produce */
  /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/open-vcdiff/src/
codetablewriter_interface.h 36 // Output() will produce an encoding using the given series of Add, Copy,
39 // implementations may be used to produce other output formats, or as test
  /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
  /frameworks/compile/mclinker/include/mcld/Fragment/
Relocation.h 57 /// Create - produce an empty relocation entry
60 /// Create - produce a relocation entry
  /frameworks/compile/mclinker/unittests/
GCFactoryListTraitsTest.cpp 19 #define ALLOCATE_NODE(i) m_pNodesAlloc[(i)] = m_NodeFactory.produce(i);
95 Node *NewNode = m_NodeFactory.produce(11);
  /external/bison/doc/
bison.x 27 would produce the generated parser in a file named
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/cms/
Attribute.java 83 * Produce an object suitable for an ASN1OutputStream.
ContentInfo.java 88 * Produce an object suitable for an ASN1OutputStream.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/pkcs/
ContentInfo.java 74 * Produce an object suitable for an ASN1OutputStream.

Completed in 686 milliseconds

1 2 3 4 5 6 7 891011>>