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

1 2 3 4 5 6

  /external/libcxx/test/strings/basic.string.literals/
literal1.pass.cpp 16 using namespace std::literals;
literal2.pass.cpp 16 using namespace std::literals::string_literals;
Android.mk 17 test_makefile := external/libcxx/test/strings/basic.string.literals/Android.mk
19 test_name := strings/basic.string.literals/literal2
23 test_name := strings/basic.string.literals/literal
27 test_name := strings/basic.string.literals/literal1
31 test_name := strings/basic.string.literals/literal3
  /external/libcxx/test/numerics/complex.number/complex.literals/
Android.mk 17 test_makefile := external/libcxx/test/numerics/complex.number/complex.literals/Android.mk
19 test_name := numerics/complex.number/complex.literals/literals2
23 test_name := numerics/complex.number/complex.literals/literals1
27 test_name := numerics/complex.number/complex.literals/literals
28 test_src := literals.pass.cpp
literals1.pass.cpp 19 using namespace std::literals;
literals.pass.cpp 19 using namespace std::literals::complex_literals;
  /external/libcxx/test/utilities/time/time.duration/time.duration.literals/
Android.mk 17 test_makefile := external/libcxx/test/utilities/time/time.duration/time.duration.literals/Android.mk
19 test_name := utilities/time/time.duration/time.duration.literals/literals2
23 test_name := utilities/time/time.duration/time.duration.literals/literals1
27 test_name := utilities/time/time.duration/time.duration.literals/literals
28 test_src := literals.pass.cpp
literals2.pass.cpp 19 using namespace std::literals;
  /external/chromium_org/v8/src/
preparse-data.h 28 int literals,
55 int literals,
61 literals_ = literals;
87 int literals() const { function in class:v8::internal::SingletonLogger
136 int literals,
141 function_store_.Add(literals);
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 65 property.literals.contains("expression"));
71 property.literals.contains("url"));
90 assertTrue("left in float", cssFloat.literals.contains("left"));
  /external/chromium_org/third_party/cython/src/Cython/Build/Tests/
TestStripLiterals.py 8 actual, literals = strip_string_literals(before, prefix="_L")
10 for key, value in literals.items():
  /external/chromium_org/v8/test/mjsunit/compiler/
literals-assignment.js 28 // Tests for simple assignments and literals inside an anonymous function
72 // Test object literals.
97 // Test regexp literals.
literals.js 28 // Test simple literals.
74 // Test some materialized array literals.
86 // Test array literals in effect context.
91 // Test that literals work for non-smi indices.
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/chromium_org/third_party/brotli/src/brotli/enc/
block_splitter.h 62 std::vector<uint8_t>* literals);
block_splitter.cc 50 std::vector<uint8_t>* literals) {
61 literals->resize(total_length);
67 memcpy(&(*literals)[pos], data + from_pos, cmds[i].insert_length_);
322 // Find a good path through literals with the good entropy codes.
340 // Create a continuous array of literals.
341 std::vector<uint8_t> literals; local
342 CopyLiteralsToByteArray(cmds, data, &literals);
353 literals,
  /external/chromium_org/v8/test/webkit/
pretty-print.js 25 "This test checks that regexps, strings with special characters, object literals with non-identifier names, and array literals are pretty-printed correctly"
  /external/chromium_org/chrome/third_party/chromevox/third_party/closure-library/closure/goog/i18n/
messageformat.js 80 * All encountered literals during parse stage. Indices tell us the order of
144 * Regular expression for looking for string literals.
410 * Replaces string literals with literal placeholders.
411 * Literals are string of the form '}...', '{...' and '#...' where ... is
413 * Builds a dictionary so we can recover literals during format phase.
415 * @return {string} Pattern with literals replaced with placeholders.
419 var literals = this.literals_;
423 // inside other literals.
427 literals.push("'");
428 return buildPlaceholder(literals);
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
ast.ml 7 (* variant for numeric literals like "1.0". *)
  /external/chromium_org/v8/test/mjsunit/
newline-in-string.js 38 // Allow CR+LF in multiline string literals.
42 // Allow LF+CR in multiline string literals.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-192.js 29 // literals.
34 // literals MUST NOT trigger inherited accessors, but act as if creating

Completed in 1047 milliseconds

1 2 3 4 5 6