HomeSort by relevance Sort by last modified time
    Searched full:will (Results 126 - 150 of 116682) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/lzma/Java/Tukaani/maven/
README 2 for building the project. Note that build.xml will replace @foo@ tags.
  /external/selinux/python/sepolicy/sepolicy/help/
booleans_more.txt 4 Selecting the 'More...' button will open a dialog containing the SELinux allow rules that are turned on by the selected boolean.
  /external/selinux/python/sepolicy/
sepolicy-transition.8 14 sepolicy transition will show all domains that a give SELinux source domain can transition to, including the entrypoint.
16 If a target domain is given, sepolicy transition will examine policy for all transition paths from the source domain to the target domain, and will list the
17 paths. If a transition is possible, this tool will print out all transition paths from the source domain to the target domain
  /external/swiftshader/third_party/LLVM/projects/sample/include/
sample.h 5 * It is located here so that everyone will find it.
  /external/valgrind/none/tests/linux/
brk-overflow1.stderr.exp 4 NOTE: further instances of this message will not be shown
brk-overflow2.stderr.exp 4 NOTE: further instances of this message will not be shown
  /frameworks/av/media/utils/
README 3 Consider adding your utility class/function here if it will
  /frameworks/opt/photoviewer/res/values/
config.xml 3 <!-- If true, thumbnails will be forcibly set to ScaleType.CENTER -->
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/norunexample/
example_test.go 10 // This test will not be run, it has no "Output:" comment.
  /prebuilts/go/linux-x86/src/cmd/go/testdata/norunexample/
example_test.go 10 // This test will not be run, it has no "Output:" comment.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/
global.s 5 ; Official gas code will not accept sym-$global$.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/nios2/
warn_nobreak.l 2 .*warn_nobreak.s:2: Warning: The debugger will corrupt sstatus/ba \(r30\).
4 .*warn_nobreak.s:3: Warning: The debugger will corrupt bt \(r25\).
6 .*warn_nobreak.s:11: Warning: The debugger will corrupt sstatus/ba \(r30\).
8 .*warn_nobreak.s:12: Warning: The debugger will corrupt bt \(r25\).
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
gregbza1.s 2 # The "BZ" will be expanded, and the reloc for areg must be resolved
gregget1.s 2 # The "GETA" will be expanded, and the reloc for areg must be resolved
gregget2.s 2 # The "GETA" will be expanded, and the reloc for b must be resolved before
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...]
  /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

Completed in 4104 milliseconds

1 2 3 4 56 7 8 91011>>