HomeSort by relevance Sort by last modified time
    Searched full:callers (Results 226 - 250 of 2686) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Passes/
PassBuilder.h 151 /// ModuleAnalysisManager with all registered module analyses. Callers can
152 /// still manually register any additional analyses. Callers can also
159 /// with all registered CGSCC analyses. Callers can still manually register any
160 /// additional analyses. Callers can also pre-register analyses and this will
167 /// FunctionAnalysisManager with all registered function analyses. Callers can
168 /// still manually register any additional analyses. Callers can also
175 /// with all registered loop analyses. Callers can still manually register any
  /external/tensorflow/tensorflow/compiler/xla/service/
call_graph_test.cc 108 EXPECT_TRUE(node.callers().empty());
152 EXPECT_TRUE(entry_node.callers().empty());
160 EXPECT_EQ(1, map_node.callers().size());
185 EXPECT_TRUE(entry_node.callers().empty());
193 EXPECT_EQ(1, called_node.callers().size());
279 EXPECT_EQ(1, true_node.callers().size());
280 EXPECT_EQ(entry_computation, true_node.callers()[0]);
284 EXPECT_EQ(1, false_node.callers().size());
285 EXPECT_EQ(entry_computation, false_node.callers()[0]);
347 EXPECT_THAT(c_node.callers(),
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/RuntimeDxe/
StatusCodeRuntimeDxe.h 72 different callers.
123 different callers.
196 different callers.
  /external/tensorflow/tensorflow/contrib/nn/python/ops/
cross_entropy.py 25 # After LSC (see b/33392402#comment1), this API will be deprecated and callers
72 # After LSC (see b/33392402#comment1), this API will be deprecated and callers
126 # After LSC (see b/33392402#comment1), this API will be deprecated and callers
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_full_matrix.py 99 * If `is_X == True`, callers should expect the operator to have the
103 * If `is_X == False`, callers should expect the operator to not have `X`.
104 * If `is_X == None` (the default), callers should have no expectation either
linear_operator_lower_triangular.py 102 * If `is_X == True`, callers should expect the operator to have the
106 * If `is_X == False`, callers should expect the operator to not have `X`.
107 * If `is_X == None` (the default), callers should have no expectation either
  /external/valgrind/include/
pub_tool_execontext.h 49 // controlled by --num-callers option.
80 // Compare two ExeContexts. Number of callers considered depends on `res':
93 // be zero, so that callers can store other information there.
  /frameworks/base/core/java/android/webkit/
WebResourceResponse.java 42 * input stream. Callers must implement
59 * Constructs a resource response with the given parameters. Callers must
189 * Sets the input stream that provides the resource response's data. Callers
  /libcore/luni/src/test/java/libcore/java/lang/reflect/
ConstructorTest.java 30 // Check that corrupting our array doesn't affect other callers.
47 // Check that corrupting our array doesn't affect other callers.
79 // Check that corrupting our array doesn't affect other callers.
  /art/compiler/optimizing/
escape.h 62 * Callers should be aware that this method invokes the full analysis at each call.
  /art/libartbase/base/unix_file/
random_access_file.h 33 // Implementations never return EINTR; callers are spared the need to manually
  /art/runtime/
thread_android.cc 60 // processes, where all threads are in the SP_BACKGROUND cgroup. This means that callers will
  /bionic/libc/private/
bionic_futex.h 43 // Our generated syscall assembler sets errno, but our callers (pthread functions) don't want to.
  /cts/hostsidetests/appsecurity/test-apps/AccessSerialModern/src/android/os/cts/
AccessSerialModernTest.java 35 // value returned to unauthorized callers, so make sure that value
  /development/tools/mkstubs/src/com/android/mkstubs/
SourceGenerator.java 37 * This is an helper extracted for convenience. Callers just need to use
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Core/Dxe/ArchProtocol/StatusCode/
StatusCode.h 64 rules to different callers.
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/StatusCode/DatahubStatusCodeHandlerDxe/
DatahubStatusCodeHandlerDxe.h 60 different callers.
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
OemHookStatusCodeLib.h 58 different rules to different callers.
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
PiPcdInfo.h 67 /// Callers to this protocol must be at a TPL_APPLICATION task priority level.
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fgetln.c 59 * not necessarily end with '\0'), but does allow callers to modify
  /external/e2fsprogs/lib/ext2fs/
alloc_sb.c 36 * feature is enabled, so callers should take care! It was only
  /external/jemalloc/include/jemalloc/internal/
valgrind.h 10 * jemalloc, so it is critical that all callers of these macros provide usize
  /external/jsilver/src/org/clearsilver/
DelegatedCs.java 27 * objects as they are passed through from the callers to the delegate object.
  /external/libchrome/base/
md5.h 44 // Used for storing intermediate data during an MD5 computation. Callers
  /external/pdfium/core/fpdfapi/page/
cpdf_pageobjectholder.cpp 27 // callers that checks for that.

Completed in 1575 milliseconds

1 2 3 4 5 6 7 8 91011>>