HomeSort by relevance Sort by last modified time
    Searched refs:On (Results 51 - 75 of 200) sorted by null

1 23 4 5 6 7 8

  /external/libunwind/doc/
libunwind-setjmp.tex 32 \Func{sigprocmask}(2), in the case of \Func{sigsetjmp}). On the
35 system-provided routines. In fact, the time spent on a
46 \item The correct operation of this library depends on the presence of
47 correct unwind information. On newer platforms, this is rarely an
48 issue. On older platforms, care needs to be taken to
51 (on those platforms, there is usually a compiler-switch, such as
unw_create_addr_space.tex 20 address-space and initializes it based on the call-back routines
29 is supported depends on the target platform.
45 address-space on whose behalf the invocation is made and the \Var{arg}
95 On successful completion, the \Func{find\_proc\_info}() call-back must
128 On successful completion, the \Func{get\_dyn\_info\_list\_addr}()
147 On successful completion, the \Func{access\_mem}()
166 On successful completion, the \Func{access\_reg}() call-back must
186 On successful completion, the \Func{access\_fpreg}() call-back must
206 On successful completion, the \Func{resume}() call-back must return
210 not return on success
    [all...]
unw_is_signal_frame.tex 34 On successful completion, \Func{unw\_is\_signal\_frame}() returns a
unw_get_proc_info.tex 8 \begin{Name}{3}{unw\_get\_proc\_info}{David Mosberger-Tang}{Programming Library}{unw\_get\_proc\_info}unw\_get\_proc\_info -- get info on current procedure
43 procedure. On platforms that do not use a global pointer, this
44 member may contain an undefined value. On all other platforms, it
86 On successful completion, \Func{unw\_get\_proc\_info}() returns 0.
  /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindRegistersRestore.S 19 # On entry:
28 # set up eax and ret on new stack location
47 pop %eax # eax was already pushed on new stack
48 ret # eip was already pushed on new stack
61 # On entry, thread_state pointer is in rdi
66 movq 32(%rdi), %rbx # store new rdi on new stack
68 movq 128(%rdi), %rbx # store new rip on new stack
102 ; On entry:
266 ; On entry:
316 @ On entry
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/static/js/
article.js 7 // Switches the sidebar between floating on the left and position:fixed
8 // depending on whether it's scrolled into view, and manages the scroll-to-top
15 // Bomb out unless we're on an article page and have a TOC.
16 // Ideally, template shouldn't load this JS file on a non-article page
28 // Note: Attempting to read offsetTop with sticky on causes toc overlap
59 // On tablet & desktop, show permalinks, manage TOC position.
65 // On mobile, hide permalinks. TOC is hidden, doesn't need to scroll.
79 // React only if clicking on a toplevel menu anchor item
  /external/llvm/test/MC/X86/
x86_long_nop.s 7 # Ensure alignment directives also emit sequences of 15-byte NOPs on processors
18 # On Silvermont we emit only 7 byte NOPs since longer NOPs are not profitable
  /external/chromium_org/sdch/open-vcdiff/
configure.ac 96 [Always the empty-string on non-windows systems.
97 On windows, should be "__declspec(dllexport)".
  /external/libpng/projects/visualc71/
README_zlib.txt 18 1) On the main menu, select "File | Open Solution".
  /frameworks/base/policy/src/com/android/internal/policy/impl/
GlobalActions.java 11 * distributed under the License is distributed on an "AS IS" BASIS,
85 * may show depending on whether the keyguard is showing, and whether the device
226 void onToggle(boolean on) {
236 changeAirplaneModeSystemSetting(on);
531 silentModeOn ? ToggleAction.State.On : ToggleAction.State.Off);
625 // note: the scheme below made more sense when we were planning on having
747 * A toggle action knows whether it is on or off, and displays an icon
756 On(false);
779 * @param enabledIconResId The icon for when this action is on.
782 * @param enabledStatusMessageResId The on status message, e.g 'sound disabled
    [all...]
  /hardware/qcom/display/msm8974/
common.mk 35 # Executed only on QCOM BSPs
37 # On jb_mr2- dont enable QCOM Display features
39 # This flag is used to compile out any features that depend on framework changes
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
agtctl.h     [all...]
  /external/chromium_org/chrome/browser/ui/webui/
downloads_ui_browsertest.js 52 // The entries will begin at 1:00 AM on Sept 2, 2008, and will be spaced
110 // On the other hand, when deletions are not allowed, "Clear All"
116 // On the other hand, when deletions are not allowed, all
  /external/eigen/lapack/
clarf.f 98 *> On entry, the M-by-N matrix C.
99 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L',
dlarf.f 94 *> On entry, the m by n matrix C.
95 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L',
slarf.f 94 *> On entry, the m by n matrix C.
95 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L',
zlarf.f 98 *> On entry, the M-by-N matrix C.
99 *> On exit, C is overwritten by the matrix H * C if SIDE = 'L',
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/messages/
msgs.js 95 * @param {string} locale On the form |ll| or |ll_CC|, where |ll| is
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/
background.js 12 // Listen for a click on the camera icon. On that click, take a screenshot.
  /external/chromium_org/third_party/webrtc/tools/rtcbot/test/
webrtc_video_streaming.js 49 test.log("On Add stream.");
  /external/chromium_org/v8/test/mjsunit/
regexp-string-methods.js 23 // DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
45 // On the other hand test is defined in a semi-coherent way as a call to exec.
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
sequence.pxd 14 # Returns the number of objects in sequence o on success, and -1
15 # on failure. For objects that do not provide sequence protocol,
23 # Return the concatenation of o1 and o2 on success, and NULL on
30 # NULL on failure. This is the equivalent of the Python expression
35 # Return the concatenation of o1 and o2 on success, and NULL on
42 # NULL on failure. The operation is done in-place when o supports
48 # Return the ith element of o, or NULL on failure. This is the
54 # on failure. This is the equivalent of the Python expressio
    [all...]
object.pxd 10 # Print an object o, on file fp. Returns -1 on error. The flags
22 # attr_name from object o. Returns the attribute value on success,
23 # or NULL on failure. This is the equivalent of the Python
33 # attr_name from object o. Returns the attribute value on success,
34 # or NULL on failure. This is the equivalent of the Python
39 # the value v. Returns -1 on failure. This is the equivalent of
44 # the value v. Returns -1 on failure. This is the equivalent of
48 # Delete attribute named attr_name, for object o. Returns -1 on
53 # Delete attribute named attr_name, for object o. Returns -1 on
    [all...]
  /ndk/build/core/
definitions-host.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
18 # implementation will depend on the value of the HOST_OS variable.
27 # Cygwin-specific ones. On other platforms, it will just
138 # Cygwin-specific ones. On other platforms, it will just
167 # absolute on the host filesystem.
170 # On Windows, we need to take care drive prefix in file paths, e.g.:
171 # /foo -> top-level 'foo' directory on current drive.
172 # //bar/foo -> top-level 'foo' on network share 'bar'
173 # c:/foo -> top-level 'foo' directory on C drive.
174 # c:foo -> 'foo' subdirectory on C drive's current directory
    [all...]
init.mk 10 # distributed under the License is distributed on an "AS IS" BASIS,
137 # On all modern variants of Windows (including Cygwin and Wine)
169 # $(HOST_OS), except on Cygwin where we will have:
187 $(call ndk_log,Found /bin/uname.exe on Windows host, checking for Cygwin)
189 # native Windows shell. On cygwin, this will create an empty NUL file
214 # Always use /usr/bin/file on Darwin to avoid relying on broken Ports
262 # The directory separator used on this host
274 # If we are on Windows, we need to check that we are not running
280 # On cygwin, 'uname -r' returns something like 1.5.23(0.225/5/3
    [all...]

Completed in 1693 milliseconds

1 23 4 5 6 7 8