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

  /external/clang/test/Analysis/inlining/
eager-reclamation-path-notes.c 32 void passThrough(int *p) {
41 passThrough(ptr);
43 // expected-note@-2 {{Calling 'passThrough'}}
488 // CHECK-NEXT: <string>Calling &apos;passThrough&apos;</string>
490 // CHECK-NEXT: <string>Calling &apos;passThrough&apos;</string>
676 // CHECK-NEXT: <string>Entered call from &apos;passThrough&apos;</string>
678 // CHECK-NEXT: <string>Entered call from &apos;passThrough&apos;</string>
    [all...]
  /external/grpc-grpc-java/core/src/main/java/io/grpc/internal/
DelayedStream.java 44 private volatile boolean passThrough;
61 if (passThrough) {
75 if (passThrough) {
102 // When this method returns, passThrough is guaranteed to be true
116 * Called to transition {@code passThrough} to {@code true}. This method is not safe to be called
122 assert !passThrough;
129 passThrough = true;
134 // passThrough=true until we run all pendingCalls, but new Runnables may be added after we
154 * this method if {@code passThrough == true}.
161 if (!passThrough) {
    [all...]
RetriableStream.java 313 if (!state.passThrough) {
335 if (savedState.passThrough) {
353 if (savedState.passThrough) {
371 if (savedState.passThrough) {
702 final boolean passThrough;
704 /** A list of buffered ClientStream runnables. Set to Null once passThrough. */
709 * once passThrough; Empty if committed but not passTrough.
724 boolean passThrough) {
730 this.passThrough = passThrough;
    [all...]
  /art/test/952-invoke-custom/src/
TestReturnValues.java 36 static byte passThrough(byte value) {
40 static char passThrough(char value) {
44 static double passThrough(double value) {
48 static float passThrough(float value) {
52 static int passThrough(int value) {
56 static Object passThrough(Object value) {
60 static Object[] passThrough(Object[] value) {
64 static long passThrough(long value) {
68 static short passThrough(short value) {
72 static void passThrough() {}
    [all...]
  /external/icu/icu4c/source/i18n/
number_roundingutils.h 155 static RoundingImpl passThrough();
number_scientific.cpp 148 micros.rounder = RoundingImpl::passThrough();
number_compact.cpp 317 micros.rounder = RoundingImpl::passThrough();
number_rounding.cpp 282 RoundingImpl RoundingImpl::passThrough() {
  /external/swiftshader/src/Shader/
VertexProgram.hpp 68 void passThrough();
VertexProgram.cpp 65 passThrough();
612 void VertexProgram::passThrough()
    [all...]
  /external/grpc-grpc-java/core/
grpc-core-1.14.0.jar 

Completed in 194 milliseconds