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

<<11121314151617181920>>

  /system/extras/boottime_tools/bootanalyze/
README.md 8 stop_event: <logcat log message which will terminate log collection after reboot>
14 To ensure correct adjustment of time, one has to include event in config that will
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/d30v/
serial.s 4 # will never be executed. GAS should detect this.
6 trap r21 -> add r2, r0, r0 ; right instruction will never be executed.
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-arm/
farcall-group.s 6 @ We will place the section .text at 0x1000.
15 @ We will place the section .foo at 0x2003020.
unwind-3.s 9 @ Section that will be placed first
18 @ section that will be placed last
  /toolchain/binutils/binutils-2.27/ld/testsuite/ld-sh/sh64/
shmix-2.s 1 ! A SHmedia object, that we will link to a SHcompact object.
2 ! We will be using .text for the SHmedia code and .text.compact for the
  /external/clang/test/SemaCXX/
warn-bool-conversion.cpp 48 b = f1; // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
50 if (f1) {} // expected-warning {{address of function 'f1' will always evaluate to 'true'}} \
52 b = S::f2; // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
54 if (S::f2) {} // expected-warning {{address of function 'S::f2' will always evaluate to 'true'}} \
56 b = f5; // expected-warning {{address of function 'f5' will always evaluate to 'true'}} \
59 b = f6; // expected-warning {{address of function 'f6' will always evaluate to 'true'}} \
85 // expected-warning@-1{{address of array 'b' will always evaluate to 'true'}}
87 // expected-warning@-1{{address of array 'b' will always evaluate to 'true'}}
89 // expected-warning@-1{{address of array 'c.x' will always evaluate to 'true'}}
91 // expected-warning@-1{{address of array 'str' will always evaluate to 'true'}
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mq_timedsend/
assertions.xml 6 mq_timedsend() will fail if msg_len, the message length, is not less than or
10 mq_timedsend() will insert the message into the message queue according to
22 set, then mq_timedsend() will block until it can place the message in the queue
26 abs_timeout refers to the absolute time at which the timeout will expire
31 in the message queue, the thread which will be able to place its message
38 then mq_timedsend() will just return an error and the message will not
42 mq_timedsend() will return 0 on success.
45 mq_timedsend() will return -1 on failure, no message will be queued, and errn
    [all...]
  /external/selinux/libsemanage/src/
semanageswig_ruby.i 34 /* the wrapper will setup this parameter for passing... the resulting ruby functions
35 will not take the semanage_module_info_t ** parameter */
46 /* the wrapper will setup this parameter for passing... the resulting python functions
47 will not take the semanage_context_t ** parameter */
58 /* the wrapper will setup this parameter for passing... the resulting python functions
59 will not take the semanage_bool_t *** parameter */
82 /* the wrapper will setup this parameter for passing... the resulting python functions
83 will not take the semanage_fcontext_t *** parameter */
106 /* the wrapper will setup this parameter for passing... the resulting python functions
107 will not take the semanage_iface_t *** parameter *
    [all...]
  /external/curl/tests/unit/
unit1300.c 71 * 1: list size will be 0
72 * 2: list head will be NULL
73 * 3: list tail will be NULL
74 * 4: list dtor will be NULL
88 * 1: list size will be 1
89 * 2: list head will hold the data "unusedData_case1"
90 * 3: list tail will be the same as list head
143 * 1: list size will be decremented by one
144 * 2: head will be the head->next
145 * 3: "new" head's previous will be NUL
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
doc.go 20 general, except as discussed below, Go programs will convert a
45 signals will be caught but no action will be taken.
48 (signal handler set to SIG_IGN), they will remain ignored.
50 If the Go program is started with a non-empty signal mask, that will
55 started by os.Exec, or by the os/exec package, will inherit the
77 is called for either signal, a signal handler will be installed for
78 that signal and it will no longer be ignored. If, later, Reset or
80 passed to Notify for that signal, the signal will once again be
81 ignored. Reset will restore the system default behavior for th
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
doc.go 20 general, except as discussed below, Go programs will convert a
45 signals will be caught but no action will be taken.
48 (signal handler set to SIG_IGN), they will remain ignored.
50 If the Go program is started with a non-empty signal mask, that will
55 started by os.Exec, or by the os/exec package, will inherit the
77 is called for either signal, a signal handler will be installed for
78 that signal and it will no longer be ignored. If, later, Reset or
80 passed to Notify for that signal, the signal will once again be
81 ignored. Reset will restore the system default behavior for th
    [all...]
  /frameworks/base/core/java/android/text/method/
KeyListener.java 33 * android keyboard will not trigger these for any key to any application
34 * targetting Jelly Bean or later, and will only deliver it for some
45 * then <em>no</em> soft keyboard will provided. In other words, you
47 * listener will be used to handle input from a hard keyboard.
50 * return any other value, a soft input method will be created when the
51 * user puts focus in the editor, which will provide a keypad and also
52 * consume hard key events. This means that the key listener will generally
53 * not be used, instead the soft input method will take care of managing
61 * will handle the key.
69 * will handle the key
    [all...]
  /frameworks/base/graphics/java/android/view/
PixelCopy.java 79 * Callback for when a pixel copy request has completed. This will be called
83 * This will either be {@link PixelCopy#SUCCESS} or one of the
93 * The contents of the source will be scaled to fit exactly inside the bitmap.
94 * The pixel format of the source buffer will be converted, as part of the copy,
96 * in the SurfaceView's Surface will be used as the source of the copy.
99 * @param dest The destination of the copy. The source will be scaled to
102 * @param listenerThread The callback will be invoked on this Handler when
114 * The contents of the source will be scaled to fit exactly inside the bitmap.
115 * The pixel format of the source buffer will be converted, as part of the copy,
117 * in the SurfaceView's Surface will be used as the source of the copy
    [all...]
  /platform_testing/libraries/app-helpers/interfaces/common/src/android/platform/helpers/
IGoogleFitHelper.java 25 * This method will open the "Home" page of Fit
32 * This method will open the "Timeline" page of Fit
39 * This method will open the "Challenges" page of Fit
46 * The method will add a goal with the supplied characteristics and return to the home page
48 * @param value the method will set values for each type of goal
55 * This method will add an untracked activity record and set descriptions
67 * This method will select an activity type and start an activity session
75 * This method will pause the current activity and end on the activity page.
82 * This method will resume the current paused activity and end on the activity page.
89 * This method will terminate and save the current activity and end on the activity summary pag
    [all...]
  /external/vulkan-validation-layers/loader/
debug_report.h 35 // time, CreateMsgCallback will call the DRAW_STATE layer twice. Once via
41 // and each ICD will have it's own unique MsgCallback object we need to
52 // Loader will create instance chain with enabled extensions.
53 // TODO: Should validation layers be enabled here? If not, they will not be in
58 // Have only established the instance chain so far. Loader will call the
60 // Each layer in the instance chain will call down to the next layer,
64 // The loader CreateMsgCallback terminator will iterate over the ICDs.
71 // Any reports matching the flags set in MsgCallbackObject1 will generate the
78 // App MUST include any desired validation layers or they will not participate
84 // enabled at CreateInstance will be able to register the callback. Loader wil
    [all...]
  /frameworks/support/slices/builders/src/main/java/androidx/slice/builders/impl/
GridRowBuilder.java 51 * If all content in a slice cannot be shown, the cell added here will be displayed where the
62 * If all content in a slice cannot be shown, a "see more" affordance will be displayed where
64 * all of the content, and will be invoked when the "see more" affordance is tapped.
87 * will be used, others will be ignored.
94 * will be used, others will be ignored.
104 * Adds text to the cell. Text added with this method will be styled as a title.
105 * There can be at most two text items, the first two added will be used, others
106 * will be ignored
    [all...]
  /frameworks/support/compat/src/main/java/androidx/core/view/
ViewPropertyAnimatorCompat.java 114 * will cause the declared value to be used instead.
129 * This method will cause the View's <code>alpha</code> property to be animated to the
130 * specified value. Animations already running on the property will be canceled.
144 * This method will cause the View's <code>alpha</code> property to be animated by the
145 * specified value. Animations already running on the property will be canceled.
159 * This method will cause the View's <code>translationX</code> property to be animated to the
160 * specified value. Animations already running on the property will be canceled.
174 * This method will cause the View's <code>translationY</code> property to be animated to the
175 * specified value. Animations already running on the property will be canceled.
191 * that animation, the runnable will not run
    [all...]
  /libcore/ojluni/src/main/java/java/nio/channels/
Channels.java 12 * This code is distributed in the hope that it will be useful, but WITHOUT
111 * <p> The <tt>read</tt> methods of the resulting stream will throw an
113 * channel is in non-blocking mode. The stream will not be buffered, and
114 * it will not support the {@link InputStream#mark mark} or {@link
115 * InputStream#reset reset} methods. The stream will be safe for access by
116 * multiple concurrent threads. Closing the stream will in turn cause the
120 * The channel from which bytes will be read
132 * <p> The <tt>write</tt> methods of the resulting stream will throw an
134 * channel is in non-blocking mode. The stream will not be buffered. The
135 * stream will be safe for access by multiple concurrent threads. Closin
    [all...]
  /external/ims/rcs/rcsmanager/src/java/com/android/ims/
RcsPresence.java 65 * The intent will be broadcasted when the presence changed.
92 * The intent will be broadcasted when latest publish status changed
171 * then it will return the request ID (>0). It will not wait for the response from
172 * network. The response from network will be returned by callback onSuccess() or onError().
173 * 2. If the presence service failed to send the request to network then it will return error
175 * 3. If the network returns "200 OK" for a request then the listener.onSuccess() will be
178 * number is not VoLte capable, so the listener.onSuccess() will be called and intent
179 * ACTION_PRESENCE_CHANGED will be broadcasted by presence service.
180 * 5. If the network returns other error then the listener.onError() will be called b
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
forker.c 58 * The background function will do a fork of the current process.
59 * The parent process will then exit, thus orphaning the
60 * child process. Doing this will not nice the child process
63 * to stderr and the process will exit with a value of errno.
65 * The forker function will fork <ncopies> minus one copies
67 * will be done. Mode 0 (default) will have all new processes
69 * the parent process will have one child and that child will
71 * The forker function will return the number of successfu
    [all...]
  /system/bt/service/doc/
IBluetoothGattClient.txt 26 * otherwise. If successful, the caller will be assigned a "client_id" which
27 * will be reported asynchronously via
55 * bonding state, either GATT service discovery will be initiated or the
56 * results will be returned from the attribute cache. Returns false in case of
63 * |characteristic_id|. The result will be asynchronously reported in
67 * this function will try to raise the connection security level based on the
69 * |status| parameter of the onCharacteristicRead callback will contain the
85 * The result will be asynchronously reported in
88 * permissions, this function will try to raise the connection security level
91 * will contain the appropriate ATT protocol error code. |client_id| i
    [all...]
  /external/libdaemon/doc/
doxygen.conf.in 6 # All text after a hash (#) is considered a comment and will be ignored
29 # base path where the generated documentation will be put.
30 # If a relative path is entered, it will be relative to the location
31 # where doxygen was started. If left blank the current directory will be used.
35 # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
37 # format and will distribute the generated files over these directories.
45 # documentation generated by doxygen is written. Doxygen will use this
66 # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
73 # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
76 # brief descriptions will be completely suppressed
    [all...]
  /art/test/522-checker-regression-monitor-exit/
info.txt 3 If monitor-exit is removed, the following threads will get stuck and timeout
  /art/test/664-aget-verifier/
info.txt 3 The verifier will flag aget instructions as have_pending_runtime_throw_failure_
  /art/test/715-clinit-implicit-parameter-annotations/
info.txt 5 looks at these annotations will expect them to.

Completed in 1037 milliseconds

<<11121314151617181920>>