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

1 2

  /frameworks/base/libs/hwui/renderthread/
EglManager.h 114 Discard,
118 SwapBehavior mSwapBehavior = SwapBehavior::Discard;
EglManager.cpp 170 mSwapBehavior = SwapBehavior::Discard;
289 case SwapBehavior::Discard:
  /external/clang/lib/ASTMatchers/
ASTMatchersInternal.cpp 237 // The 'unless' matcher will always discard the result:
244 // and we need to actively discard the bound nodes, otherwise
247 BoundNodesTreeBuilder Discard(*Builder);
248 return !InnerMatchers[0].matches(DynNode, Finder, &Discard);
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 245 Discard,
369 return Discard;
379 return Discard;
548 if (res == Discard) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compiler.py 265 NOLINENO = (compiler.ast.Module, compiler.ast.Stmt, compiler.ast.Discard)
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
transformer.py 19 # (except Module, Discard and Stmt) added by Sylvain Thenault
275 assert isinstance(code.nodes[0], Discard)
311 assert isinstance(code.nodes[0], Discard)
367 return Discard(exprNode, lineno=exprNode.lineno)
419 return Discard(expr, lineno=expr.lineno)
809 # here, Render it harmless. (genc discards ('discard',
811 return Discard(Const(None))
    [all...]
ast.py 419 class Discard(Node):
431 return "Discard(%s)" % (repr(self.expr),)
    [all...]
  /external/v8/test/cctest/
log-eq-of-logging-and-traversal.js 64 // Discard types to avoid discrepancies in "LazyCompile" vs. "Function".
  /external/elfutils/tests/
run-strings-test.sh 397 testfile8: 85c0 Discard symbols from object files.
466 testfile9: 3e20 Discard symbols from object files.
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d9.h     [all...]
  /external/chromium-trace/catapult/third_party/mocha/
mocha.js     [all...]
  /external/chromium-trace/catapult/tracing/third_party/mocha/
mocha.js     [all...]
  /external/v8/test/mjsunit/asm/embenchen/
copy.js     [all...]
corrections.js     [all...]
primes.js     [all...]

Completed in 904 milliseconds

1 2