Home
last modified time | relevance | path

Searched defs:literals (Results 1 – 25 of 33) sorted by relevance

12

/external/python/cpython3/Doc/reference/
Dlexical_analysis.rst393 .. _literals: target
610 .. _string-concatenation:
758 .. _numbers:
782 .. _integers:
826 .. _floating:
856 .. _imaginary:
875 .. _operators:
/external/python/cpython2/Doc/reference/
Dlexical_analysis.rst403 .. _literals: target
578 .. _string-catenation:
628 .. _integers:
665 .. _floating:
693 .. _imaginary:
712 .. _operators:
/external/tensorflow/tensorflow/python/autograph/pyct/static_analysis/
Dlive_values.py36 def __init__(self, context, literals): argument
134 def resolve(node, context, literals): argument
Dlive_values_test.py41 literals=None, argument
/external/vixl/benchmarks/aarch32/
Dbench-literal.cc45 void benchmark(int iterations, int literals, InstructionSet isa) { in benchmark()
77 int literals = 0; in main() local
/external/owasp/sanitizer/src/main/org/owasp/html/
DCssSchema.java50 final ImmutableSet<String> literals; field in CssSchema.Property
57 int bits, ImmutableSet<String> literals, in Property()
907 SortedSet<String> literals = Sets.newTreeSet(); in main() local
/external/ply/ply/test/
Dlex_literal1.py14 literals = ["+","-","**"] variable
Dlex_literal3.py15 literals = [] variable
Dlex_literal2.py14 literals = 23 variable
Dlex_opt_alias.py17 literals = ['=','+','-','*','/', '(',')'] variable
/external/brotli/c/enc/
Dblock_splitter.c55 uint8_t* literals) { in CopyLiteralsToByteArray()
134 uint8_t* literals = BROTLI_ALLOC(m, uint8_t, literals_count); in BrotliSplitBlock() local
Dcompress_fragment_two_pass.c242 uint8_t** literals, uint32_t** commands) { in CreateCommands()
456 const uint8_t* literals, const size_t num_literals, in StoreCommands()
571 uint8_t* literals = literal_buf; in BrotliCompressFragmentTwoPassImpl() local
/external/catch2/include/internal/
Dcatch_approx.cpp74 namespace literals { namespace
/external/ply/ply/example/calcdebug/
Dcalc.py18 literals = ['=', '+', '-', '*', '/', '(', ')'] variable
/external/ply/ply/example/calc/
Dcalc.py18 literals = ['=', '+', '-', '*', '/', '(', ')'] variable
/external/ply/ply/example/calceof/
Dcalc.py18 literals = ['=', '+', '-', '*', '/', '(', ')'] variable
/external/ply/ply/example/yply/
Dylex.py18 literals = [';', ',', '<', '>', '|', ':'] variable
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_runner.cc111 const absl::Span<const Literal* const> literals) { in TransferLiteralsToDevice()
123 const absl::Span<const Literal> literals) { in TransferLiteralsToDevice()
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/deflate64/
DHuffmanDecoder.java178 int literals = (int) (readBits(5) + 257); in readDynamicTables() local
369 …private static void populateDynamicTables(BitInputStream reader, int[] literals, int[] distances) … in populateDynamicTables()
/external/ply/ply/ply/
Dcpp.py30 literals = "+-*/%|&~^<>=!?()[]{}.,;:\\\'\"" variable
/external/v8/src/debug/
Dliveedit.cc589 const std::vector<FunctionLiteral*>& literals, in CalculateFunctionLiteralChanges()
738 void Run(std::vector<FunctionLiteral*>* literals) { in Run()
749 std::vector<FunctionLiteral*>* literals, in ParseScript()
1057 std::vector<FunctionLiteral*> literals; in PatchScript() local
/external/apache-commons-compress/src/main/java/org/apache/commons/compress/compressors/lz4/
DBlockLZ4CompressorOutputStream.java421 private final Deque<byte[]> literals = new LinkedList<>(); field in BlockLZ4CompressorOutputStream.Pair
/external/guice/core/test/com/google/inject/spi/
DInjectionPointTest.java378 Iterable<InjectionPoint> points, TypeLiteral<?>... literals) { in assertPointDependencies()
/external/antlr/tool/src/test/java/org/antlr/test/
DTestSymbolDefinitions.java118 String literals = "['x']"; in testLiteralInParserAndLexer() local
181 Set<String> literals = g.getStringLiterals(); in testParserCharLiteralWithEscape() local
/external/python/cpython3/Doc/whatsnew/
D3.6.rst209 .. _whatsnew36-pep526:

12