HomeSort by relevance Sort by last modified time
    Searched full:will (Results 151 - 175 of 95982) sorted by null

1 2 3 4 5 67 8 91011>>

  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-mmix/
gregpsj1.s 2 # The "PUSHJ" will be expanded, and the reloc for areg must be resolved
  /art/runtime/arch/arm/
instruction_set_features_assembly_tests.S 21 // ARMv8-A instructions at runtime. They will either return the value 1 or will
31 // Depending on the architecture, the assembler will not allow an
32 // sdiv instruction, so we will have to output the bytes directly.
38 // If the divide worked, r0 will have the value #1 (result of sdiv).
39 // It will have 0 otherwise (set by the signal handler)
45 // Depending on the architecture, the assembler will not allow a
46 // `vrint` instruction, so we will have to output the bytes directly.
48 // Move `true` into the result register. The signal handler will set it to 0
52 // Store S0 in the caller saved R1. If the instruction below succeeds, S0 will
    [all...]
  /external/clang/test/SemaCXX/
warn-reorder-ctor-initialization.cpp 10 : s2(1), // expected-warning {{field 's2' will be initialized after field 's1'}}
12 s3(3), // expected-warning {{field 's3' will be initialized after base 'BB1'}}
13 BB1(), // expected-warning {{base class 'BB1' will be initialized after base 'BB'}}
48 D() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
53 E() : A(), V() { } // expected-warning {{base class 'A' will be initialized after base 'V'}}
66 F() : A1(), V() { } // expected-warning {{base class 'A1' will be initialized after base 'V'}}
70 X(): A(), V(), B() {} // expected-warning {{base class 'A' will be initialized after base 'V'}}
80 d(10), // expected-warning {{field 'd' will be initialized after field 'b'}}
95 S4() : S2(), // expected-warning {{base class 'T1::S2' will be initialized after base 'T1::S3'}}
104 y(), // expected-warning {{field 'y' will be initialized after field 'x'}
    [all...]
  /external/mockito/src/main/java/org/mockito/verification/
VerificationAfterDelay.java 21 * This is similar to {@link VerificationWithTimeout timeout()} except the assertion will not terminate until either the condition is
22 * definitively failed, or the full time has elapsed (whereas timeout() will also stop if the conditions is true at any point, as is
32 * Verifies that there are exactly N invocations during the given period. This will wait the full period given.
37 * Allows verification that there are no invocations at any point during the given period. This will wait the
38 * full period given, unless an invocation occurs (in which case there will be immediate failure)
43 * Verifies that there is at least 1 invocation during the given period. This will wait the full period given.
48 * Verifies that there is are least N invocations during the given period. This will wait the full period given.
53 * Verifies that there is are most N invocations during the given period. This will wait the full period given,
54 * unless too many invocations occur (in which case there will be an immediate failure)
59 * Verifies that there the given method is invoked and is the only method invoked. This will wait the ful
    [all...]
  /art/dt_fd_forward/
README.md 10 When this transport begins listening or attaching it will send the
13 When this transport stops listening for connections it will send the
19 When this transport has closed its copies of the fds it will send the proxy the
22 When this transport accepts or attaches to a connection it will read from the
24 order, an fd that will be read from to get incoming JDWP packets (read\_fd\_),
25 an fd that outgoing JDWP packets will be written to (write\_fd\_), and an
27 to writing any data to write\_fd\_ the transport will _read_ from the
28 write\_lock\_fd\_ and after finishing the write it will _write_ to it. This
  /build/make/target/board/generic/
README.txt 5 will work with the emulator, though sound will not work
  /build/make/target/board/generic_mips/
README.txt 5 will work with the emulator, though sound will not work
  /cts/apps/CameraITS/tests/inprog/scene2/
README 4 checker charts, and resolution charts. The individual tests will specify
7 If a test requires that the camera be in any particular orientaion, it will
  /device/linaro/bootloader/edk2/Conf/
ReadMe.txt 1 This directory will be used to contain the new EDK II files:
6 These files will be created from the template files in the new
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockLooper.java 9 * myLooper and getMainLooper will always be equal. The implication is that any calling
10 * entity will assume that it is running on the main thread. Simulation of background mode
  /external/autotest/client/common_lib/
priorities.py 4 # We include a 'Default' level just below what BVT will run at so that when
6 # priority, such as suites on old branches, will inherit a priority that makes
  /external/clang/test/Parser/
ms-if-exists.cpp 15 this will not compile.
18 this will not compile.
41 this will not compile.
45 this will not compile.
62 __if_exists(MayExist::Type_not) { this will not compile }
74 __if_not_exists(MayExist::Type) { this will not compile }
91 this will not compile.
95 this will not compile.
  /external/curl/docs/cmdline-opts/
junk-session-cookies.d 7 When curl is told to read cookies from a given file, this option will make it
8 discard all "session cookies". This will basically have the same effect as if
krb.d 9 level that is not one of these, 'private' will instead be used.
11 If this option is used several times, the last one will be used.
libcurl.d 6 Append this option to any ordinary curl command line, and you will get a
10 If this option is used several times, the last given file name will be
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_setattr/
assertions.xml 3 The mq_setattr() will set attributes associated with the open message queue description referenced by the message queue descriptor specified by mqdes.
4 The following members of mq_attr will be set to the specified value:
11 If omqstat is non-NULL, mq_setattr() will store the previous message queue attributes and the current queue status in the location referenced by omqstat. These values will be the same as would be returned by a call to mq_getattr() at that point.
14 If mq_setattr() is successful, it will return a value of zero and the attributes of the message queue will change as specified.
17 If mq_setattr() is not successful, the message queue attributes will be unchanged, and the function will return a value of -1 and set errno to indicate the error.
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
coverage.txt 8 it will always return PASS, but will return a
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
coverage.txt 11 it will always return PASS, but will return a
  /external/selinux/python/sepolicy/sepolicy/help/
system_boot_mode.txt 13 Note if you disable SELinux, you will need to to reboot, to turn it off. Also the next time you turn SELinux on, a full system relabel will be performed.
  /external/skia/include/ports/
SkFontMgr_fontconfig.h 17 * If 'fc' is NULL, will use a new default config.
18 * Takes ownership of 'fc' and will call FcConfigDestroy on it.
  /external/skqp/include/ports/
SkFontMgr_fontconfig.h 17 * If 'fc' is NULL, will use a new default config.
18 * Takes ownership of 'fc' and will call FcConfigDestroy on it.
  /external/valgrind/none/tests/
allexec32.stdout.exp 1 ./allexec32 will exec ./allexec32
8 ./allexec32 will exec ./allexec64
allexec64.stdout.exp 1 ./allexec64 will exec ./allexec32
8 ./allexec64 will exec ./allexec64
  /frameworks/base/core/java/org/chromium/arc/
EventLogTags.logtags 6 # In case of conflicts build will fail, so we do not need to worry too much
10 # These events will be watched in automations like autotests.
  /system/vold/
vdc.rc 4 # vold will set vold.decrypt to trigger_restart_framework (default
11 # vold will set vold.decrypt to trigger_restart_framework (default

Completed in 585 milliseconds

1 2 3 4 5 67 8 91011>>