/external/netperf/src/missing/m4/ |
type_socklen_t.m4 | 4 dnl some systems require sys/types.h to be included before sys/socket.h
|
/external/opencv3/samples/winrt/ImageManipulations/MediaExtensions/Common/ |
CritSec.h | 42 // Note: The AutoLock object must go out of scope before the CritSec.
|
/external/skia/src/gpu/text/ |
GrDistanceFieldAdjustTable.h | 15 // Because the GrAtlasTextContext can go out of scope before the final flush, this needs to be
|
/external/srtp/crypto/include/ |
xfm.h | 41 * authenticated (before the function call), and the ciphertext 45 * encrypted and authenticated (before the function call), and the 69 * decrypted and authd (before and after) 110 * decrypted and authd (before and after)
|
/external/strace/ |
README-mpers | 7 * before inclusion of MPERS_DEFS include all important headers
|
/external/strace/linux/m68k/ |
arch_sigreturn.c | 17 /* Fetch remaining words of signal mask, located immediately before. */
|
/external/testng/src/main/java/org/testng/annotations/ |
BeforeMethod.java | 22 * invoked before this method. Furthermore, if any of these 31 * are guaranteed that all these methods will be run before the test method 42 * For before methods (beforeSuite, beforeTest, beforeTestClass and 68 * BeforeMethod will only be invoked once (before the first test invocation).
|
Configuration.java | 22 * and before the test method is invoked. 33 * If true, the annotated method will be run before any test method is invoked. 43 * If true, the annotated method will be run before this suite starts. 54 * If true, the annotated method will be run before every test. 64 * The list of groups that this configuration method will run before. 65 * This method is guaranteed to run shortly before the first test method that 99 * invoked before this method. Furthermore, if any of these 108 * are guaranteed that all these methods will be run before the test method 119 * For before methods (beforeSuite, beforeTest, beforeTestClass and
|
/external/testng/src/main/java/org/testng/asserts/ |
IAssertLifecycle.java | 31 * Invoked before an assert is run.
|
/external/testng/src/main/java/org/testng/reporters/jq/ |
ChronologicalPanel.java | 50 cls = "configuration-suite before"; 54 cls = "configuration-test before"; 58 cls = "configuration-class before"; 62 cls = "configuration-method before";
|
/external/testng/src/test/java/test/configuration/ |
BeforeMethodTest.java | 16 public void before(Method m, ITestContext ctx) { method in class:BeforeMethodTest
|
/external/testng/src/test/java/test/dataprovider/ |
InstanceDataProviderSampleTest.java | 20 p("BEFORE");
|
/external/testng/src/test/java/test/inheritance/ |
VerifyTest.java | 10 @Test(dependsOnGroups = {"before"})
|
/external/testng/src/test/java/test/testng317/ |
VerifyTest.java | 16 public void before() { method in class:VerifyTest
|
/external/testng/src/test/java/test/tmp/ |
Sub.java | 14 System.out.println("sub before class");
|
/external/v8/src/ |
date.cc | 323 DST* before = NULL; local 329 if (before == NULL || before->start_sec < dst_[i].start_sec) { 330 before = &dst_[i]; 339 // If before or after segments were not found, 341 if (before == NULL) { 342 before = InvalidSegment(before_) ? before_ : LeastRecentlyUsedDST(after); 345 after = InvalidSegment(after_) && before != after_ 346 ? after_ : LeastRecentlyUsedDST(before); 349 DCHECK(before != NULL) [all...] |
/external/v8/test/mjsunit/es6/ |
array-reverse-order.js | 5 // ES6 specifically says that elements should be checked with [[HasElement]] before
|
/external/v8/test/preparser/ |
preparser.expectation | 10 strict-octal-use-strict-before:strict_octal_literal
|
/external/valgrind/memcheck/tests/ |
malloc1_ks_free.stderr.exp | 9 Address 0x........ is 1 bytes before a block of size 10 alloc'd
|
null_socket.c | 7 // It's legit to have NULL buffers; before the bug was fixed Valgrind
|
/external/vulkan-validation-layers/libs/glm/gtx/ |
vector_angle.inl | 26 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.") 45 # pragma message("GLM: angle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.") 65 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.") 90 # pragma message("GLM: orientedAngle function returning degrees is deprecated. #define GLM_FORCE_RADIANS before including GLM headers to remove this message.")
|
/external/vulkan-validation-layers/tests/ |
_run_all_tests.ps1 | 1 # Be sure to run "Set-ExecutionPolicy RemoteSigned" before running powershell scripts
|
/external/webrtc/tools/valgrind-webrtc/gtest_exclude/ |
libjingle_media_unittest.gtest-drmemory_win32.txt | 1 # Times out before finishing on DrMemory Full
|
/external/wpa_supplicant_8/wpa_supplicant/systemd/ |
wpa_supplicant-nl80211.service.arg.in | 5 Before=network.target
|
wpa_supplicant-wired.service.arg.in | 5 Before=network.target
|