HomeSort by relevance Sort by last modified time
    Searched refs:produce (Results 1 - 25 of 75) sorted by null

1 2 3

  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/rdf/tests/
rdfseg.asm 3 ;; [1] should produce segment base ref
4 ;; [2] should produce standard relocation
  /external/clang/test/Sema/
uninit-variables.c 446 int produce(void);
451 k = produce();
456 int produce(void);
462 // FIXME: This should produce the 'is uninitialized' diagnostic, but we
466 k = produce();
  /external/owasp/sanitizer/src/main/org/owasp/html/
HtmlLexer.java 83 protected HtmlToken produce() { method in class:HtmlLexer
108 return produce();
134 return produce();
294 protected HtmlToken produce() { method in class:HtmlInputSplitter
719 if (tok == null) { tok = produce(); }
724 if (this.tok == null) { this.tok = produce(); }
731 protected abstract HtmlToken produce(); method in class:AbstractTokenStream
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
nacl.scons 28 # produce crash dumps via Breakpad.
51 # This crash in trusted code should produce a crash dump.
91 # Crashes in untrusted code should not produce crash dumps.
  /external/chromium_org/v8/test/mjsunit/
string-externalize.js 54 // still produce an ascii cons.
70 // Lower-casing an ascii string should produce ascii.
75 // Appending a real two-byte string should produce a two-byte cons.
  /external/chromium_org/chrome/browser/resources/cryptotoken/
generichelper.js 42 * @param {RequestHandlerFactory} factory A factory that can produce a handler
multiplesigner.js 34 * whether this signer expects to produce more results. The boolean is a
35 * hint rather than a promise: it's possible for this signer to produce
37 * produce further results after saying it does.
335 * @param {boolean} moreExpected Whether more gnubbies may still produce an
  /external/chromium_org/chrome/renderer/resources/extensions/
app_view_deny.js 24 // Delete the callbacks so developers cannot call them and produce unexpected
app_view.js 121 // Delete the callbacks so developers cannot call them and produce unexpected
  /external/chromium_org/extensions/renderer/resources/
web_view_deny.js 23 // Delete the callbacks so developers cannot call them and produce unexpected
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Scanning.py 317 self.produce('commentline', text)
333 self.produce('NEWLINE', '')
346 self.produce('BEGIN_STRING')
350 self.produce('END_STRING')
382 self.produce('INDENT', '')
387 self.produce('DEDENT', '')
394 self.produce('DEDENT', '')
396 self.produce('EOF', '')
  /external/chromium_org/third_party/cython/src/Cython/Plex/
Scanners.pxd 43 cdef produce(self, value, text = *) member in class:Scanner
Scanners.py 44 produce(value [, text])
119 self.produce(None)
124 self.produce(value)
313 def produce(self, value, text = None): member in class:Scanner
319 produce() can be called more than once during a single call to an action
  /external/chromium_org/courgette/
analyze_stress_test 7 # Produce metrics analyzing the output of a stress test
37 Analyze the logfile of a stress test and produce metrics.
  /bionic/linker/
Android.mk 61 # Leave the symbols in the shared library so that stack unwinders can produce
  /external/bison/doc/
bison.x 27 would produce the generated parser in a file named
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_text_handler.js 25 * Braille interface used to produce output.
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamer.cpp 39 void produce(const uint8_t* data, size_t length) function in class:blink::SourceStreamDataQueue
199 m_dataQueue.produce(copiedData, dataLength);
422 // Decide what kind of cached data we should produce while streaming. By
  /external/chromium_org/tools/perf/page_sets/
polymer.py 175 # currently active as they typically don't produce animation frames.
  /cts/
CtsBuild.mk 22 # the XML generator to produce test XMLs.
  /external/chromium_org/v8/test/webkit/
dfg-arith-add-overflow-check-elimination-tower-of-large-numbers.js 25 "Tests that if we have a tower of large numerical constants being added to each other, the DFG knows that a sufficiently large tower may produce a large enough value that overflow check elimination must be careful."
  /external/chromium_org/third_party/mesa/src/docs/
MESA_shader_debug.spec 211 produce the same output, assuming they were issued from the same
  /external/chromium_org/v8/test/mjsunit/regress/
regress-2250.js 34 // deopt and reopt we will continue to produce the wrong code.
regress-798.js 90 // Check that the stack for an exception in a getter and setter produce the
regress-crbug-173907.js 74 // do it in a way that does not produce any uses of phi1&phi2 that have

Completed in 857 milliseconds

1 2 3