Home
last modified time | relevance | path

Searched refs:Prefer (Results 1 – 25 of 232) sorted by relevance

12345678910

/external/opencensus-java/contrib/grpc_util/
Dbuild.gradle14 // Prefer library version.
17 // Prefer library version.
/external/opencensus-java/exporters/stats/stackdriver/
Dbuild.gradle17 // Prefer library version.
20 // Prefer library version.
/external/opencensus-java/exporters/trace/stackdriver/
Dbuild.gradle17 // Prefer library version.
20 // Prefer library version.
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dcert-oop57-cpp.rst38 `OOP57-CPP. Prefer special member functions and overloaded operators to C
40 <https://wiki.sei.cmu.edu/confluence/display/cplusplus/OOP57-CPP.+Prefer+special+member+functions+a…
Dabseil-time-comparison.rst6 Prefer comparisons in the ``absl::Time`` domain instead of the integer domain.
Dmodernize-use-transparent-functors.rst6 Prefer transparent functors to non-transparent ones. When using transparent
/external/swiftshader/third_party/subzero/src/
DIceRegAlloc.cpp511 Iter.Prefer = nullptr; in findRegisterPreference()
545 Iter.Prefer = SrcVar; in findRegisterPreference()
556 if (BuildDefs::dump() && Verbose && Iter.Prefer) { in findRegisterPreference()
559 Iter.Prefer->dump(Func); in findRegisterPreference()
560 Str << " R=" << Iter.PreferReg << " LIVE=" << Iter.Prefer->getLiveRange() in findRegisterPreference()
580 if (Iter.AllowOverlap && Item != Iter.Prefer && in filterFreeWithInactiveRanges()
892 if (Item != Iter.Prefer && Aliases[RegNum] && in scan()
932 if (Iter.Prefer && (Iter.AllowOverlap || Iter.Free[Iter.PreferReg])) { in scan()
DIceRegAlloc.h63 Variable *Prefer = nullptr; variable
/external/libchrome/libchrome_tools/patch/
Dcompiler_specific.patch10 +// Prefer Android's libbase definitions to our own.
Dmacros.patch10 +// Prefer Android's libbase definitions to our own.
/external/opencensus-java/exporters/stats/signalfx/
Dbuild.gradle15 // Prefer library version.
/external/llvm/test/CodeGen/X86/
Dvec_return.ll10 ; Prefer a constant pool load here.
/external/crosvm/
DCONTRIBUTING.md11 - Prefer mechanism to policy.
13 - Prefer security over code re-use and speed of development.
/external/llvm-project/llvm/test/CodeGen/X86/
Dvec_return.ll13 ; Prefer a constant pool load here.
/external/opencensus-java/exporters/trace/jaeger/
Dbuild.gradle24 // Prefer library version.
/external/grpc-grpc-java/protobuf/
Dbuild.gradle27 // Prefer our more up-to-date protobuf over 3.2.0
/external/skqp/third_party/lua/
DBUILD.gn57 # Prefer mkstemp() over tmpnam(). This isn't super important,
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_BatchNormWithGlobalNormalization.pbtxt55 This op is deprecated. Prefer `tf.nn.batch_normalization`.
Dapi_def_QuantizedBatchNormWithGlobalNormalization.pbtxt115 This op is deprecated and will be removed in the future. Prefer
/external/skia/third_party/lua/
DBUILD.gn57 # Prefer mkstemp() over tmpnam(). This isn't super important,
/external/perfetto/protos/perfetto/metrics/android/
Dlmk_reason_metric.proto46 // Deprecated. Prefer ion_heaps_bytes.
/external/perfetto/protos/perfetto/common/
Dperf_events.proto38 // Prefer |frequency| by default, as it's easier to oversample with a
/external/pigweed/docs/
Dstyle_guide.rst139 Prefer to write C++ code over C code, using ``extern "C"`` for symbols that must
166 Prefer C++-style (``//``) comments over C-style comments (``/* */``). C-style
278 * Avoid writing C source (.c) files in Pigweed. Prefer to write C++ code with
310 // Prefer using functions over extern global variables.
408 Prefer storing references over storing pointers. Pointers are required when the
/external/python/cpython2/PCbuild/
Dfind_msbuild.bat33 @rem Prefer MSBuild 14.0 over MSBuild 15.0, since the latter may not be able to find a VC14 install.
/external/google-styleguide/docguide/
Dstyle.md34 1. [Prefer lists to tables](#prefer-lists-to-tables)
133 Prefer spacing after `#` and newlines before and after:
361 ## Prefer lists to tables

12345678910