Searched refs:generates (Results 1 – 25 of 693) sorted by relevance
12345678910>>...28
/external/v8/src/builtins/ |
D | base.tq | 6 type void generates 'void'; 7 type never generates 'void'; 9 type Tagged generates 'TNode<Object>'; 10 type Smi extends Tagged generates 'TNode<Smi>'; 11 type HeapObject extends Tagged generates 'TNode<HeapObject>'; 13 type int32 generates 'TNode<Int32T>' constexpr 'int32_t'; 14 type uint32 generates 'TNode<Uint32T>' constexpr 'uint32_t'; 15 type int64 generates 'TNode<Int64T>' constexpr 'int64_t'; 16 type intptr generates 'TNode<IntPtrT>' constexpr 'intptr_t'; 17 type uintptr generates 'TNode<UintPtrT>' constexpr 'uintptr_t'; [all …]
|
/external/nos/host/generic/libnos/generator/ |
D | README.md | 3 The service generator auto-generates interface classes to invoke the service's 23 example `service Example` generates `class IExample`. 37 class is the same as that of the service, for example `service Example` generates 44 service prepended with 'Mock', for example `service Example` generates
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Hexagon/ |
D | cext-valid-packet2.ll | 2 ; Check that the packetizer generates valid packets with constant 10 ; Check that the packetizer generates .new store for v60 which has BSB scheduling model.
|
/external/skqp/docs/ |
D | usingBookmaker.bmh | 21 Bookmaker generates markdown files to view documentation on skia.org, and generates includes for us… 67 Bookmaker extracts examples, generates example hashes with fiddle, and generates web markdown 74 A successful run generates: 147 generates 204 If a method or function has an unnamed parameter, bookmaker generates an error: 217 A successful run generates
|
/external/skia/docs/ |
D | usingBookmaker.bmh | 21 Bookmaker generates markdown files to view documentation on skia.org, and generates includes for us… 67 Bookmaker extracts examples, generates example hashes with fiddle, and generates web markdown 74 A successful run generates: 147 generates 204 If a method or function has an unnamed parameter, bookmaker generates an error: 217 A successful run generates
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | build_defs.bzl | 29 This rule generates py_test() targets named name_backend, for each backend 30 in all_backends(). The rule also generates a test suite with named `name` that 33 For example, the following rule generates test cases foo_test_cpu,
|
/external/brotli/research/ |
D | README.md | 9 This tool generates optimal (match-length-wise) backward references for every position in the input… 17 This tool generates a visualization of the distribution of backward references stored in `*.dist` f… 29 This tool generates a diff PPM (binary) image between two input 8-bit PGM (binary) images. Input im…
|
/external/javapoet/ |
D | README.md | 75 Which generates this: 101 we want to make the operation and range configurable. Here's a method that generates a method: 128 Methods generating methods! And since JavaPoet generates source instead of bytecode, you can 225 That generates the following `.java` file, complete with the necessary `import`: 453 Which generates this: 487 Which generates this: 544 Which generates: 565 Which generates: 652 Which generates this: 701 This generates a method that contains a class that contains a method: [all …]
|
/external/antlr/runtime/ObjC/Framework/ |
D | ANTLRStringStream.m | 72 … [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based, 89 … [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based, 107 … [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based, 124 … [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based, 178 [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based, 235 [markers addObject:[NSNull null]]; // ANTLR generates code that assumes markers to be 1-based,
|
/external/python/cpython3/Tools/ |
D | README | 16 parses Python source code and generates .pot files, 17 and msgfmt.py generates a binary message catalog
|
/external/grpc-grpc/src/proto/math/ |
D | math.proto | 55 // Fib generates numbers in the Fibonacci sequence. If FibArgs.limit > 0, Fib 56 // generates up to limit numbers; otherwise it continues until the call is
|
/external/skia/site/user/api/ |
D | usingBookmaker.md | 3 …usingBookmaker#Bookmaker'>Bookmaker</a> generates markdown files to view documentation on skia.org… 46 …kmaker#Bookmaker'>Bookmaker</a> extracts examples, generates example hashes with fiddle, and gener… 53 A successful run generates: 126 generates 177 …tion has an unnamed parameter, <a href='usingBookmaker#Bookmaker'>bookmaker</a> generates an error: 188 A successful run generates
|
/external/skqp/site/user/api/ |
D | usingBookmaker.md | 3 …usingBookmaker#Bookmaker'>Bookmaker</a> generates markdown files to view documentation on skia.org… 46 …kmaker#Bookmaker'>Bookmaker</a> extracts examples, generates example hashes with fiddle, and gener… 53 A successful run generates: 126 generates 177 …tion has an unnamed parameter, <a href='usingBookmaker#Bookmaker'>bookmaker</a> generates an error: 188 A successful run generates
|
/external/python/cpython2/Tools/ |
D | README | 27 parses Python source code and generates .pot files, 28 and msgfmt.py generates a binary message catalog
|
/external/eigen/bench/tensors/ |
D | README | 18 1. The device compilation pass that generates the device code (SYCL kernels and referenced device f… 20 2. The host compilation pass that generates the final host binary.
|
/external/u-boot/doc/ |
D | README.coccinelle | 70 - ``report`` generates a list in the following format: 76 - ``org`` generates a report in the Org mode format of Emacs. 332 ``report`` generates a list in the following format:: 362 This SmPL excerpt generates entries on the standard output, as 394 This SmPL excerpt generates patch hunks on the standard output, as 439 This SmPL excerpt generates diff hunks on the standard output, as 457 ``org`` generates a report in the Org mode format of Emacs. 486 This SmPL excerpt generates Org entries on the standard output, as
|
/external/libxml2/doc/ |
D | docdescr.doc | 31 apibuild.py Python script which generates the file libxml2-api.xml 32 parsedecl.py Python script which generates the file libxml2-refs.xml 37 site.xsl xslt script imported by api.xsl, generates most top-level
|
/external/tensorflow/tensorflow/lite/g3doc/models/smart_reply/ |
D | overview.md | 7 Our smart reply model generates reply suggestions based on chat messages. The 25 The model generates reply suggestions to conversational chat messages.
|
/external/parameter-framework/upstream/ctest/ |
D | CTestCustom.cmake | 3 # Python generates too many valgrind errors,
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Nios2/ |
D | ret_generated.ll | 1 ; This tests that llc generates 'ret' instruction in assembly output.
|
/external/catch2/docs/ |
D | generators.md | 48 * `RandomIntegerGenerator<Integral>` -- generates random Integrals from range 49 * `RandomFloatGenerator<Float>` -- generates random Floats from range 50 * `RangeGenerator<T>` -- generates all values inside a specific range
|
/external/autotest/client/tests/profiler_test/ |
D | control | 9 stops it, generates the profiler report and removes it).
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Linker/Inputs/ |
D | type-unique-simple2-a.ll | 1 ; Make sure the backend generates a single DIE and uses ref_addr. 15 ; Make sure llvm-link only generates a single copy of the struct.
|
/external/llvm/test/Linker/Inputs/ |
D | type-unique-simple2-a.ll | 1 ; Make sure the backend generates a single DIE and uses ref_addr. 15 ; Make sure llvm-link only generates a single copy of the struct.
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Other/ |
D | opt-twice.ll | 2 ; that the -run-twice options exists, generates output, and
|
12345678910>>...28