HomeSort by relevance Sort by last modified time
    Searched full:after (Results 426 - 450 of 38973) sorted by null

<<11121314151617181920>>

  /art/test/464-checker-inline-sharpen-calls/src/
Main.java 30 /// CHECK-START: void Main.inlineSharpenInvokeVirtual(Main) builder (after)
34 /// CHECK-START: void Main.inlineSharpenInvokeVirtual(Main) inliner (after)
42 /// CHECK-START: int Main.inlineSharpenHelperInvoke() builder (after)
46 /// CHECK-START: int Main.inlineSharpenHelperInvoke() inliner (after)
50 /// CHECK-START: int Main.inlineSharpenHelperInvoke() inliner (after)
  /art/test/564-checker-inline-loop/src/
Main.java 23 /// CHECK-START: int Main.inlineLoop() inliner (after)
26 /// CHECK-START: int Main.inlineLoop() inliner (after)
30 /// CHECK-START: int Main.inlineLoop() licm (after)
40 /// CHECK-START: void Main.inlineWithinLoop() inliner (after)
43 /// CHECK-START: void Main.inlineWithinLoop() licm (after)
  /device/linaro/bootloader/edk2/MdeModulePkg/Include/Library/
FileExplorerLib.h 20 Prototype for the next process after user chosed one file.
24 @retval TRUE Need exit file explorer after do the extra task.
25 @retval FALSE Not need to exit file explorer after do the extra task.
40 info for the choosed file, caller has to free the memory after use it.
45 after choose one file.
  /external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
pmae_handling_test.c 29 static uint64_t before, after; variable
49 after = mfspr(SPRN_MMCR0);
50 if (before != after)
90 printf("Saw MMCR0 before 0x%lx after 0x%lx\n", before, after);
  /external/llvm/unittests/Transforms/IPO/
WholeProgramDevirt.cpp 21 VT1.After.BytesUsed = {1 << 1};
26 VT2.After.BytesUsed = {1 << 0};
56 VT1.After.BytesUsed = {0xff, 0, 0, 0, 0xff};
57 VT2.After.BytesUsed = {0xff, 1, 0, 0, 0};
129 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
130 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.BytesUsed);
131 EXPECT_EQ(std::vector<uint8_t>{0}, VT2.After.Bytes);
132 EXPECT_EQ(std::vector<uint8_t>{1}, VT2.After.BytesUsed);
139 EXPECT_EQ(std::vector<uint8_t>{1}, VT1.After.Bytes);
140 EXPECT_EQ(std::vector<uint8_t>{0x81}, VT1.After.BytesUsed)
    [all...]
  /external/mockwebserver/src/main/java/com/google/mockwebserver/
SocketPolicy.java 25 * Keep the socket open after the response. This is the default HTTP/1.1
31 * Close the socket after the response. This is the default HTTP/1.0
54 * Request immediate close of connection after reading the entire
65 * Shutdown the socket input after sending the response. For testing bad
71 * Shutdown the socket output after sending the response. For testing bad
  /prebuilts/tools/gcc-sdk/
addr2line 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
ar 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
as 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
c++ 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
c++filt 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
cpp 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
elfedit 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
g++ 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
gcc 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
gcov 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
gprof 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
ld 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
nm 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
objcopy 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
objdump 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
ranlib 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
readelf 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
size 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)
strings 17 suffix_m32=${options##* -m32 } # suffix after the last -m32
18 suffix_m64=${options##* -m64 } # suffix after the last -m64
20 len_m32=${#suffix_m32} # length of suffix after the last -m32
21 len_m64=${#suffix_m64} # length of suffix after the last -m64
24 # Choose 64-bit if -m64 only, -m64 appears after -m32, or neither exist (-eq)

Completed in 142 milliseconds

<<11121314151617181920>>