Home
last modified time | relevance | path

Searched refs:lives (Results 1 – 25 of 234) sorted by relevance

12345678910

/external/python/cpython3/Modules/
Dconfig.c.in38 /* This module lives in marshal.c */
41 /* This lives in import.c */
44 /* This lives in Python/Python-ast.c */
51 /* This lives in gcmodule.c */
54 /* This lives in _warnings.c */
57 /* This lives in Objects/unicodeobject.c */
/external/python/cpython2/Modules/
Dconfig.c.in37 /* This module lives in marshal.c */
40 /* This lives in import.c */
43 /* This lives in Python/Python-ast.c */
52 /* This lives in gcmodule.c */
55 /* This lives in _warnings.c */
/external/llvm-project/llvm/test/CodeGen/X86/
Dfma-do-not-commute.ll8 ; %arg lives in xmm0 and it shouldn't be redefined until it is used in the FMA.
10 ; %addr lives in rdi.
11 ; %addr2 lives in rsi.
/external/llvm/test/CodeGen/X86/
Dfma-do-not-commute.ll8 ; %arg lives in xmm0 and it shouldn't be redefined until it is used in the FMA.
10 ; %addr lives in rdi.
11 ; %addr2 lives in rsi.
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/creators/
DTestPolymorphicCreators.java48 public int lives; field in TestPolymorphicCreators.Cat
115 assertEquals(18, cat.lives); in testManualPolymorphicCatBasic()
/external/mesa3d/src/amd/compiler/
Daco_live_var_analysis.cpp84 void process_live_temps_per_block(Program *program, live& lives, Block* block, in process_live_temps_per_block() argument
87 std::vector<RegisterDemand>& register_demand = lives.register_demand[block->index]; in process_live_temps_per_block()
92 IDSet live = lives.live_out[block->index]; in process_live_temps_per_block()
220 auto it = lives.live_out[pred_idx].insert(t); in process_live_temps_per_block()
242 const bool inserted = lives.live_out[preds[i]].insert(operand.tempId()).second; in process_live_temps_per_block()
/external/clang/test/SemaObjC/
Dblock-explicit-return-type.m74 …t y) { return one + c + y; };}; // expected-error {{returning block that lives on the local stack…
76 …{ return one + (int)c + y; };}; // expected-error {{returning block that lives on the local stack…
/external/llvm-project/clang/test/SemaObjC/
Dblock-explicit-return-type.m74 …t y) { return one + c + y; };}; // expected-error {{returning block that lives on the local stack…
76 …{ return one + (int)c + y; };}; // expected-error {{returning block that lives on the local stack…
/external/grpc-grpc/examples/python/helloworld/
DREADME.md1 [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html)
/external/grpc-grpc/examples/python/
DREADME.md1 [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/quickstart/python.html)
/external/grpc-grpc/examples/python/route_guide/
DREADME.md1 [This code's documentation lives on the grpc.io site.](https://grpc.io/docs/tutorials/basic/python.…
/external/llvm-project/clang-tools-extra/docs/clangd/
DREADME.txt1 The clangd documentation lives in a separate repository.
/external/grpc-grpc/examples/python/multiplex/
DREADME.md3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
/external/libchrome/components/timers/
DREADME2 lives in this directory is not allowed to depend on anything other than base/
/external/boringssl/src/ssl/test/
DREADME.md13 lives in the `runner` directory. The harness runs BoringSSL via a C/C++ shim
14 binary which lives in this directory. All communication with the shim binary
/external/llvm-project/openmp/libomptarget/
DREADME.txt10 Check out openmp (libomptarget lives under ./libomptarget) into llvm/projects
19 Check out openmp (libomptarget lives under ./libomptarget)
/external/perfetto/infra/config/
DREADME.md4 this to infra/luci folder where the other LUCI code lives.
/external/libchrome/base/android/library_loader/
DREADME.md6 Java code lives at:
/external/llvm-project/libc/docs/
Dsource_layout.rst84 toplevel ``libc`` directory itself. A test for, say the ``mmap`` function, lives
85 in the directory ``test/src/sys/mman/`` as implementation of ``mmap`` lives in
Dfuzzing.rst7 Each fuzzing test lives under the fuzzing directory in a subdirectory
Dintegration_test.rst18 the generated integration test lives in
/external/tensorflow/tensorflow/lite/experimental/acceleration/
DREADME.md13 This code lives in the TfLite codebase, since TfLite is the first open-source
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddbg-addr-dse.ll6 ; In this example, the variable lives mostly in memory, but at the point of the
7 ; assignment to global, it lives nowhere, and is described as the constant
/external/libwebsockets/lib/
DREADME.md3 Code that goes in the libwebsockets library itself lives down ./lib
/external/rust/crates/regex-automata/data/tests/fowler/
DREADME6 Unfortunately, the above link is now dead, but the test data lives on.

12345678910