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

<<11121314151617181920>>

  /external/selinux/python/sepolicy/sepolicy/help/
lockdown_permissive.txt 6 When the distribution policy writers write a new confined domain, they initially ship the policy for that domain in permissive mode. Permissive mode means that a process running in the domain will not be confined by SELinux. The kernel will log the AVC messages, access denials, that would have happened had the process been run in enforcing mode.
8 Permissive domain policies are experimental and will be turned to enforcing in future Operation System Releases.
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_EncodeWav.pbtxt 23 This operation will generate a string suitable to be saved out to create a .wav
24 audio file. It will be encoded in the 16-bit PCM format. It takes in float
25 values in the range -1.0f to 1.0f, and any outside that value will be clamped to
api_def_Placeholder.pbtxt 22 summary: "A placeholder op for a value that will be fed into the computation."
24 N.B. This operation will fail with an error if it is executed. It is
25 intended as a way to represent a value that will always be fed, and to
api_def_PlaceholderV2.pbtxt 22 summary: "A placeholder op for a value that will be fed into the computation."
24 N.B. This operation will fail with an error if it is executed. It is
25 intended as a way to represent a value that will always be fed, and to
api_def_RefSwitch.pbtxt 12 A scalar that specifies which output port will receive data.
18 If `pred` is false, data will be forwarded to this output.
24 If `pred` is true, data will be forwarded to this output.
api_def_RemoteFusedGraphExecute.pbtxt 27 The specifications will be passed to a dedicated registered
28 remote fused graph executor. The executor will send the graph specifications
30 will be passed to consumer nodes as outputs of this node.
api_def_Switch.pbtxt 12 A scalar that specifies which output port will receive data.
18 If `pred` is false, data will be forwarded to this output.
24 If `pred` is true, data will be forwarded to this output.
  /external/testng/
README-publish 3 - ./gradlew bintrayUpload will upload the release to JCenter. It will fail if the version is a SNAPSHOT
4 - ./gradlew uploadArchives will upload
  /external/testng/src/main/java/org/testng/remote/strprotocol/
IMessageSender.java 13 * the underlying socket server will be polling until a first client connect.
15 * @throws SocketException This exception will be thrown if a connection
31 * Will return null or throw EOFException when the connection has been severed.
  /external/valgrind/gdbserver_tests/
mcsignopass.vgtest 3 # the gdb output will not contain the signal handling
4 # faultstatus C code will report a failure for the signal not passed
5 # (i.e. SIGBUG, Test 3). Other tests will be successful, because signals
  /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
IPlayMusicHelper.java 24 * This method will open the navigation bar, press "My Library," and navigate to the songs tab.
32 * This method will open the navigation bar, press "Home".
41 * This method will open the first available thumbnail and play the first visible radio.
58 * This method will navigate to the Albums tab, select the album, and then select the song. The
59 * method will block until the song is playing.
66 * This method will navigate to the Library tab, select the Album tab, and then select the
67 * album. The method will block until the song is playing.
74 * This method will pause the song and block until the song is paused.
81 * This method will play the song and block until the song is playing.
88 * This method will press the header and block until the song is expanded
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/dist/
util_gc.go 22 // It will crash the current process if VFPv1 is missing.
26 // It will crash the current process if VFPv3 is missing.
30 // It will crash the current process if it doesn't implement
  /prebuilts/go/linux-x86/src/cmd/dist/
util_gc.go 22 // It will crash the current process if VFPv1 is missing.
26 // It will crash the current process if VFPv3 is missing.
30 // It will crash the current process if it doesn't implement
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
completionvalues1-expected-completion23.txt 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection anchor for positioning the cursor within text. [reference]
4 android:textSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor on the left side of a selection region. [reference]
5 android:textSelectHandleRight : Reference to a drawable that will be used to display a text selection anchor on the right side of a selection region. [reference]
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/aarch64/
illegal-2.s 3 // md_apply_fix will not run if there is any error occurred in an earlier
4 // stage, which means errors should be reported by md_apply_fix will not
5 // be issued. This test hosts instructions that will only incur error
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/elf/
bignums.s 3 # On a 64-bit host the two values below will be read into a simple
4 # 64-bit field in the expressionS structure and the type will be set
5 # to O_constant. On a 32-bit host however they will read into the
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-mix2.s 6 @ We will place the section .text at 0x1000.
15 @ We will place the section .mytext at 0x2000.
22 @ We will place the section .foo at 0x2003020.
  /external/clang/test/SemaObjC/
warn-unreachable.m 15 return; // expected-warning {{will never be executed}}
25 return 1; // expected-warning {{will never be executed}}
34 return 0; // expected-warning {{will never be executed}}
56 if (NO) calledFun(); // expected-warning {{will never be executed}} expected-note {{silence by adding parentheses to mark code as explicitly dead}}
62 calledFun(); // expected-warning {{will never be executed}}
70 calledFun(); // expected-warning {{code will never be executed}}
  /external/curl/docs/cmdline-opts/
data-urlencode.d 16 This will make curl URL-encode the content and pass that on. Just be careful
17 so that the content doesn't contain any = or @ symbols, as that will then make
20 This will make curl URL-encode the content and pass that on. The preceding =
23 This will make curl URL-encode the content part and pass that on. Note that
26 This will make curl load data from the given file (including any newlines),
29 This will make curl load data from the given file (including any newlines),
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_unlink/
assertions.xml 3 mq_unlink() function will remove the message queue named by the pathname name. After a successful call to mq_unlink() with name, mq_open() with name will fail if the flag O_CREAT is not set.
6 Destruction of the message queue will be postponed until all references to the message queue have been closed. So calls to mq_open() to recreate the message queue may fail until all the message queue is actually removed. However, mq_unlink() call need not block untill all the references have been closed, it may return immediately.
9 If mq_unlink() is successful, it will return a value of zero.
12 If mq_unlink() is not successful, the named message queue will be unchanged by this function call, and the function will return a value of -1 and set errno to indicate the error.
  /external/mesa3d/src/glx/tests/
query_renderer_unittest.cpp 123 * glXQueryRendererStringMESA will return \c NULL if the query_render_string
124 * vtable entry is \c NULL. It will also not segfault.
147 * glXQueryRendererStringMESA will not call the screen query_render_string
148 * function with an invalid GLX enum value, and it will return NULL.
192 * glXQueryRendererStringMESA will not call GetGLXScreenConfigs if the display
193 * pointer is \c NULL. It will also not segfault.
210 * glXQueryRendererStringMESA will return error if GetGLXScreenConfigs returns
211 * NULL. It will also not segfault.
230 * glXQueryRendererStringMESA will not call the screen query_render_string
231 * function if the renderer is invalid, and it will return NULL
    [all...]
  /external/robolectric-shadows/annotations/src/main/java/org/robolectric/annotation/
Implements.java 36 * annotation processor will generate a shadowOf method.
43 * If true, Robolectric will invoke the actual Android code for any method that isn't shadowed.
50 * If true, Robolectric will invoke @Implementation methods from superclasses.
57 * If true, when an exact method signature match isn't found, Robolectric will look for a method
65 * If specified, the shadow class will be applied only for this SDK or greater.
70 * If specified, the shadow class will be applied only for this SDK or lesser.
  /external/toolchain-utils/crosperf/experiment_files/
telemetry-crosperf-suites.exp 18 # The example below will run all the benchmarks in the perf_v2 suite.
19 # The exact list of benchmarks that will be run can be seen in
26 # The example below will run all the Telemetry page_cycler benchmarks.
27 # The exact list of benchmarks that will be run can be seen in
34 # The example below will run all the Telemetry page_cycler benchmarks.
35 # The exact list of benchmarks that will be run can be seen in
  /hardware/qcom/msm8994/original-kernel-headers/linux/
msm_thermal_ioctl.h 17 ** A value of zero for freq_table_len, will fetch the length of the
18 ** cluster frequency table. A non-zero value will fetch the frequency
28 ** will fetch MSM_IOCTL_FREQ_SIZE or maximum available number of
33 ** index value of 0 will fetch the first 16 (MSM_IOCTL_FREQ_SIZE)
34 ** frequencies starting from the index 0 and a set value of 1 will fetch
36 ** A successful get, will populate the freq_table_len with the
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_thermal_ioctl.h 17 ** A value of zero for freq_table_len, will fetch the length of the
18 ** cluster frequency table. A non-zero value will fetch the frequency
28 ** will fetch MSM_IOCTL_FREQ_SIZE or maximum available number of
33 ** index value of 0 will fetch the first 16 (MSM_IOCTL_FREQ_SIZE)
34 ** frequencies starting from the index 0 and a set value of 1 will fetch
36 ** A successful get, will populate the freq_table_len with the

Completed in 337 milliseconds

<<11121314151617181920>>