Searched refs:how (Results 126 - 150 of 193) sorted by last modified time

12345678

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
H A Dmootools-1.2.2-core-nc.js3457 fade: function(how){
3459 how = $pick(how, 'toggle');
3460 switch (how){
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/sunspider-1.0/
H A Dcrypto-aes.js406 See, how she leans her cheek upon her hand!\n\
/external/chromium_org/third_party/tlslite/tlslite/
H A Dtlsrecordlayer.py493 def shutdown(self, how):
495 return self.sock.shutdown(how)
/external/chromium_org/third_party/zlib/
H A Dgzguts.h80 /* values for gz_state how */
102 int how; /* 0: get header, 1: copy, 2: decompress */ member in struct:__anon16404
H A Dgzlib.c79 state->how = LOOK; /* look for gzip header */
309 if (state->mode == GZ_READ && state->how == COPY &&
H A Dgzread.c93 If this is the first time in, allocate required memory. state->how will be
199 state->how = GZIP;
220 state->how = COPY;
229 trailer is verified, state->how is reset to LOOK to look for the next gzip
289 state->how = LOOK; /* ready for next stream, once have is 0 (leave
290 state->direct unchanged to remember how) */
299 file depending on state->how. If state->how is LOOK, then a gzip header is
309 if (state->how == LOOK) { /* look for gzip header */
315 if (state->how
[all...]
/external/chromium_org/tools/cr/cr/commands/
H A Dshell.py45 print 'Don\'t know how to run a shell on this system'
/external/chromium_org/tools/valgrind/
H A Dchrome_tests.bat41 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/dr-memory"
42 echo "for the instructions on how to get them."
57 echo "See http://www.chromium.org/developers/how-tos/using-valgrind/threadsanitizer/threadsanitizer-on-windows"
58 echo "for the instructions on how to get them."
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dpycapsule.pxd94 # how capsule names are compared.)
/external/chromium_org/third_party/cython/src/Cython/Utility/
H A DCppConvert.pyx1 # TODO: Figure out how many of the pass-by-value copies the compiler can eliminate.
/external/chromium_org/third_party/cython/src/Tools/
H A Dcython-mode.el36 (defun cython-compilation-finish (buffer how)
/external/chromium_org/third_party/devscripts/
H A Dlicensecheck.pl398 --lines, -l Specify how many lines of the file header
/external/chromium_org/third_party/libevent/
H A Dconfigure3741 { $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3742 $as_echo_n "checking how to run the C preprocessor... " >&6; }
3805 # can be detected and how.
3912 # can be detected and how.
4569 { $as_echo "$as_me:$LINENO: checking how to recognize dependent libraries" >&5
4570 $as_echo_n "checking how to recognize dependent libraries... " >&6; }
5885 { $as_echo "$as_me:$LINENO: checking how to run the C++ preprocessor" >&5
5886 $as_echo_n "checking how to run the C++ preprocessor... " >&6; }
5945 # can be detected and how.
6052 # can be detected and how
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c1529 EVTAG_ASSIGN(run, how, "very fast but with some data in it");
H A Dregress.rpc17 string how = 1;
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_beos.h536 NSPR_API(PRInt32) _MD_access(const char *name, PRIntn how);
548 NSPR_API(PRInt32) _MD_shutdown(PRFileDesc *fd, PRIntn how);
H A D_unixos.h347 extern PRInt32 _MD_access(const char *name, PRAccessHow how);
374 #define _MD_ACCESS(name, how) _MD_access(name, how)
397 extern PRInt32 _MD_shutdown(PRFileDesc *fd, PRIntn how);
H A D_win16.h100 NSPR_API(PRInt32) _PR_WaitForFD(PRInt32 osfd, PRUintn how,
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
H A Dprio.h75 ** knows about its neighbors is how to get to their method table.
334 typedef PROffset32 (PR_CALLBACK *PRSeekFN)(PRFileDesc *fd, PROffset32 offset, PRSeekWhence how);
335 typedef PROffset64 (PR_CALLBACK *PRSeek64FN)(PRFileDesc *fd, PROffset64 offset, PRSeekWhence how);
347 typedef PRStatus (PR_CALLBACK *PRShutdownFN)(PRFileDesc *fd, PRIntn how);
907 * PRAccessHow how
929 NSPR_API(PRStatus) PR_Access(const char *name, PRAccessHow how);
944 * Specifies how to interpret the 'offset' parameter in setting
1418 * PRIntn how
1439 NSPR_API(PRStatus) PR_Shutdown(PRFileDesc *fd, PRShutdownHow how);
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h985 /* On i386, the kernel does not know how to return from a signal
1003 /* On i386, the kernel does not know how to return from a signal
1240 /* On x86-64, the kernel does not know how to return from
1958 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
1961 return LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2056 * know how to return from a signal handler. This function must have
2107 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
2111 int rc = LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2117 rc = LSS_NAME(_sigprocmask)(how,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof172 For more help with querying remote servers, including how to add the
3943 # to imagine how that could happen.
4213 # Get objdump output from the library file to figure out how to
4252 # Get otool output from the library file to figure out how to
5042 # how big this last symbol is, because we don't know how big the file
/external/chromium_org/third_party/tcmalloc/chromium/src/windows/
H A Dport.h103 # error Do not know how to set up type aliases. Edit port.h for your system.
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h973 /* On i386, the kernel does not know how to return from a signal
991 /* On i386, the kernel does not know how to return from a signal
1156 /* On x86-64, the kernel does not know how to return from
1863 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
1866 return LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
1960 * know how to return from a signal handler. This function must have
2011 LSS_INLINE int LSS_NAME(sigprocmask)(int how, argument
2015 int rc = LSS_NAME(rt_sigprocmask)(how, set, oldset, (KERNEL_NSIG+7)/8);
2021 rc = LSS_NAME(_sigprocmask)(how,

Completed in 1567 milliseconds

12345678