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

1 2 3 4 56 7 8

  /ndk/build/tools/
prebuilt-common.sh 319 register_option "--mingw" do_mingw_option "Generate windows binaries on Linux."
320 register_option "--darwin" do_darwin_option "Generate darwin binaries on Linux."
632 echo "ERROR: Can only enable --mingw or --darwin on Linux platforms !"
671 # toolchain install on Debian/Ubuntu.
679 # Fedora note: On Fedora it's x86_64-w64-mingw32- or i686-w64-mingw32-
680 # On older Fedora it's 32-bit only and called i686-pc-mingw32-
721 echo "TIP: On Debian or Ubuntu, try: sudo apt-get install $DEBIAN_NAME"
824 # We can't use this here when building Windows/darwin binaries on Linux with
859 # build in weird ways. Instead we rely on the toolchain detected or generated
865 # On Linux, detect our legacy-compatible toolchain when in the Androi
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
optparse.py 69 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
128 Raised if an invalid option value is encountered on the command
134 Raised if an invalid option is seen on the command line.
144 Raised if an ambiguous option is seen on the command line.
294 # eg. ("turn on expert mode", "read data from FILENAME")
296 # If possible, we write both of these on the same line:
297 # -x turn on expert mode
300 # string on a second line, indented to the same column it would
301 # start in if it fit on the first line.
310 else: # start help on same line as opt
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
optparse.py 69 PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
128 Raised if an invalid option value is encountered on the command
134 Raised if an invalid option is seen on the command line.
144 Raised if an ambiguous option is seen on the command line.
294 # eg. ("turn on expert mode", "read data from FILENAME")
296 # If possible, we write both of these on the same line:
297 # -x turn on expert mode
300 # string on a second line, indented to the same column it would
301 # start in if it fit on the first line.
310 else: # start help on same line as opt
    [all...]
  /external/chromium_org/chrome/browser/resources/net_internals/
main.js 7 * updated on load log). The *Types dictionaries map strings to numeric IDs,
62 // can safely use the globals, rather than depending on walking through
84 // Select the initial view based on the current URL.
291 * Loads all constants from |constants|. On failure, global dictionaries are
  /external/chromium_org/chrome/browser/resources/standalone/
standalone_hack.js 80 * @param {function(Object): boolean} predicate The function to invoke on
170 * On iOS we need a hack to avoid spurious click events
173 * Note that this seems to happen regardless of whether we do preventDefault on
285 // toString() on non-DOMExceptions. Error's toString() is sufficient here.
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLInputElement.cpp 198 return m_autocomplete == On;
650 m_autocomplete = On;
787 // also heavily discussed by Hixie on bugzilla
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
bytes.pxd 28 # Return a new string object with the value v on success, and NULL
29 # on failure. The parameter v must not be NULL; it will not be
34 # Return a new string object with the value v and length len on
35 # success, and NULL on failure. If v is NULL, the contents of the
84 # and operates on that. If string is not a string object at all,
107 # and operates on that. If string is not a string object at all,
128 # the refcount on the input string object is not one. Pass the
130 # written into), and the new size desired. On success, *string
string.pxd 28 # Return a new string object with the value v on success, and NULL
29 # on failure. The parameter v must not be NULL; it will not be
34 # Return a new string object with the value v and length len on
35 # success, and NULL on failure. If v is NULL, the contents of the
84 # and operates on that. If string is not a string object at all,
107 # and operates on that. If string is not a string object at all,
128 # the refcount on the input string object is not one. Pass the
130 # written into), and the new size desired. On success, *string
exc.pxd 14 # clear this on success, but will set it to indicate the cause of
15 # the error on failure. Most functions also return an error
148 # "PyErr_SetObject(type, object)". On Unix, when the errno value
  /external/chromium_org/third_party/libvpx/source/libvpx/vpx_ports/
x86_abi_support.asm 17 ; the preprocessor to get the 32 bit syntax on 32 bit platforms.
83 ; or win64 is defined on the Yasm command line.
144 ; and running quickly. Relies on SHADOW_ARGS_TO_STACK
166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
322 ; store registers 6-n on the stack
369 ; .rodata seems to be an elf-ism, as it doesn't work on OSX.
396 ; On Android platforms use lrand48 when building postproc routines. Prior to L
  /external/chromium_org/third_party/skia/experimental/Intersection/
thingsToDo.txt 74 Simplifying them gives different results depending on the winding setting:
110 to be sorted to know which segment is next on the outside, although sometimes
117 sorting is required. Given a pair of segments on different contours, to know
128 (or straight up from any point on the segment). This ray is not intersected
151 On Quadratic (and Cubic) Intersections
439 // are already marked done on one or the other
  /external/libvorbis/doc/
02-bitpacking.tex 25 smallest integer storage representation offered by a platform. On
62 code that operates on a word of storage at a time rather than by byte.
81 the next-least significant bit of the source integer and so on up to
202 dependent on decode context.
213 each bytestream (encoded bitstream) must begin and end on a byte
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 17 ; the preprocessor to get the 32 bit syntax on 32 bit platforms.
83 ; or win64 is defined on the Yasm command line.
144 ; and running quickly. Relies on SHADOW_ARGS_TO_STACK
166 ; argument on the stack (ie, the inverse of this macro is 'pop rsp.')
322 ; store registers 6-n on the stack
369 ; .rodata seems to be an elf-ism, as it doesn't work on OSX.
396 ; On Android platforms use lrand48 when building postproc routines. Prior to L
  /external/skia/experimental/Intersection/
thingsToDo.txt 74 Simplifying them gives different results depending on the winding setting:
110 to be sorted to know which segment is next on the outside, although sometimes
117 sorting is required. Given a pair of segments on different contours, to know
128 (or straight up from any point on the segment). This ray is not intersected
151 On Quadratic (and Cubic) Intersections
439 // are already marked done on one or the other
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 484 * On resolution, [ThenA] and [ThenB] will be used. [CatchA] is discarded.
485 * On rejection, vice versa.
572 // We will still forward this call on to let the promise system
586 // not call into handleThen. Setting an attribute on the wrapped
653 * PromiseRejection.ALLOW, allow promise rejection on errors, otherwise the
655 * @return {Promise} A promise that fills the default storage object. On
    [all...]
  /external/bison/
configure 22 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
43 # Prefer a ksh shell builtin over an external printf program on Solaris,
166 # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
264 $as_echo "$0: the shells that I found on your system."
390 # Perform arithmetic evaluation on the ARGs, and store the result in the
497 # original and so on. Autoconf is especially sensitive to this).
509 *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
527 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
564 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
singlesigner.js 276 // We could have gotten wrong data on a partial set of challenges, but this
348 // TODO: On a TIMEOUT_STATUS, sync first, then retry.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
proxy_form_controller_test.js 77 // Clicking on various bits of the interface should set correct classes,
116 // classes on the form.
133 // On instantiation, ProxyFormController should read the current state
  /external/compiler-rt/make/platform/
clang_darwin.mk 3 # not present in the libgcc that shipped on the platform. In such cases, we link
61 # needed on i386.
109 # Darwin 10.6 has a bug in cctools that makes it unable to use ranlib on our ARM
110 # object files. If we are on that platform, strip out all ARM archs. We still
142 # never depend on the environmental overrides. We simply set them to minimum
144 # actually depend on the deployment target.
217 # On x86, the divmod functions reference divsi.
  /external/libunwind/doc/
libunwind-ia64.tex 43 \Prog{libunwind} depends on the type of stack frame that a cursor
91 \textbf{Note:} Due to the way the call instruction works on IA-64,
196 On IA-64, \Type{unw\_context\_t} is simply an alias for
201 \Prog{libunwind}, portable code should not rely on this equivalence.
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmslut.c 48 ph ->Implements = Type; // By default, no clue on what is implementing
549 // granularity on each dimension.
619 // Our resulting LUT would be same gridpoints on all dimensions
636 // Our resulting LUT would be same gridpoints on all dimensions
671 // There is a potential integer overflow on conputing n and nEntries.
748 // This routine does a sweep on whole input space, and calls its callback
749 // function on knots. returns TRUE if all ok, FALSE otherwise.
869 // This routine does a sweep on whole input space, and calls its callback
870 // function on knots. returns TRUE if all ok, FALSE otherwise.
972 // v2 L=100 is supposed to be placed on 0xFF00. There is no reasonabl
    [all...]
  /external/chromium_org/third_party/opus/src/celt/arm/
celt_pitch_xcorr_arm.s 24 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
74 ; On a Cortex A8, we dual-issue the maximum amount (9 cycles) between the
257 ; This will get used on ARMv7 devices without NEON, so it has been optimized
  /external/libopus/celt/arm/
celt_pitch_xcorr_arm.s 24 ; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
74 ; On a Cortex A8, we dual-issue the maximum amount (9 cycles) between the
257 ; This will get used on ARMv7 devices without NEON, so it has been optimized
  /ndk/sources/host-tools/sed-4.2.1/
configure 20 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
264 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
285 # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
374 echo shells that I found on your system. Please install a
481 # original and so on. Autoconf is especially sensitive to this).
522 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
579 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
1147 # and all the variables that are supposed to be based on exec_prefix
    [all...]
  /external/chromium_org/third_party/usb_ids/
usb.ids 694 baf8 Amontec JTAGkey - Open On-Chip Debugger
    [all...]

Completed in 2013 milliseconds

1 2 3 4 56 7 8