HomeSort by relevance Sort by last modified time
    Searched refs:Needed (Results 1 - 17 of 17) sorted by null

  /external/elfutils/tests/
run-readelf-A.sh 55 ABI_FP_rounding: Needed
56 ABI_FP_denormal: Needed
57 ABI_FP_exceptions: Needed
  /external/v8/tools/clang/blink_gc_plugin/
NeedsTracing.h 5 // NeedsTracing is a three-point value ordered by unneeded < unknown < needed.
15 static NeedsTracing Needed() { return kNeeded; }
TracingStatus.h 9 // illegal < unneeded < unknown < needed
16 // to trace, but not needed.
18 // * needed field is a heap reference or an object containing
33 static TracingStatus Needed() { return kNeeded; }
Edge.h 185 return TracingStatus::Needed();
197 return TracingStatus::Needed();
254 return TracingStatus::Needed();
283 return TracingStatus::Needed();
RecordInfo.cpp 421 ? TracingStatus::Needed()
447 // Check if the unexpanded type should be recorded; needed
579 return TracingStatus::Needed();
586 return TracingStatus::Needed();
  /external/u-boot/arch/arc/
config.mk 54 # Needed for relocation
  /cts/tests/tests/speech/
Android.mk 37 # Needed for testing O API
  /device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIO.c 75 size_t Needed;
93 // Determine the needed space
94 XlateSz = EstimateWtoM((const wchar_t *)gMD->UString2, BufferSize, &Needed);
100 (void) This->InBuf->Flush(This->InBuf, Needed);
222 // Determine the needed space. NumProc is the number of bytes needed.
308 // Determine the needed space
  /external/grpc-grpc/tools/internal_ci/helper_scripts/
prepare_build_windows.bat 34 @rem Needed for big_query_utils
  /external/python/google-api-python-client/
describe.py 155 Needed so that we can distinguish between versions
  /bootable/recovery/
Android.mk 17 # Needed by build/make/core/Makefile. Must be consistent with the value in Android.bp.
  /build/soong/cc/
object.go 65 // Needed for VNDK builds where bionic headers aren't automatically added.
  /external/libpcap/msdos/
pkt_rx1.s 53 cld ;; Needed?
  /external/python/cpython2/PC/VS9.0/
build.bat 46 rem Needed for buliding OpenSSL
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelDAGToDAGHVX.cpp 128 std::set<Node> Needed;
169 Needed.insert(I);
177 if (!Needed.count(I))
184 if (Needed.count(C))
200 for (Node N : Needed)
216 if (!Needed.count(conj(N)) || Colors.count(N))
281 dbgs() << " Needed: {";
282 for (Node N : Needed)
    [all...]
  /external/antlr/runtime/ActionScript/project/src/org/antlr/runtime/
DFA.as 25 /** Which recognizer encloses this DFA? Needed to check backtracking */
  /external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas 334 /// needed for profiling and debugging and token stream rewriting.
479 /// The set of fields needed by an abstract recognizer to recognize input
604 /// Needed, for example, to get the text for current token. Set at
651 /// and associated with this object. These objects are needed for imaginary
    [all...]

Completed in 1494 milliseconds