Home
last modified time | relevance | path

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

123456789

/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/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/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/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/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/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/cronet/third_party/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/grpc-grpc/examples/python/multiplex/
DREADME.md3 More complete documentation lives at [grpc.io](https://grpc.io/docs/tutorials/basic/python.html).
/external/cronet/base/android/library_loader/
DREADME.md3 Java code lives at:
/external/tensorflow/tensorflow/python/keras/
DREADME.md4 deleted. The current Keras code lives in
/external/cronet/net/quic/
DREADME.md3 The majority of Chrome's QUIC implementation lives in the [QUICHE
/external/libchrome/components/timers/
DREADME2 lives in this directory is not allowed to depend on anything other than base/
/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/tensorflow/tensorflow/lite/experimental/acceleration/
DREADME.md13 This code lives in the TfLite codebase, since TfLite is the first open-source
/external/libwebsockets/lib/
DREADME.md3 Code that goes in the libwebsockets library itself lives down ./lib
/external/cronet/testing/merge_scripts/
DREADME.md10 scripts. These exist just so that every merge script we know about lives in a
/external/pigweed/pw_software_update/
Dupdate_bundle.proto35 // where the file lives relative to the base directory of the repository, as
41 // the file lives relative to the base directory of the repository, as
/external/pigweed/build_overrides/
Dpi_pico.gni18 # Since the GN build lives in Pigweed for now, PICO_ROOT is
/external/rust/crates/regex-automata/data/tests/fowler/
DREADME6 Unfortunately, the above link is now dead, but the test data lives on.
/external/rust/crates/grpcio-sys/grpc/tools/dockerfile/distribtest/python_ubuntu1604_x64/
DDockerfile23 # pip lives at /usr/local/bin/pip. We'll use the absolute path for now, since

123456789