/development/ndk/sources/android/libportable/arch-mips/ |
pthread.c | 291 extern int REAL(pthread_sigmask)(int how, const sigset_t *set, sigset_t *oset);
|
/external/chromium/net/base/ |
nss_memio.c | 70 /* How many bytes can be read out of the buffer without wrapping */ 73 /* How many bytes exist after the wrap? */ 76 /* How many bytes can be written into the buffer without wrapping */ 103 /* How many bytes can be read out of the buffer without wrapping */ 109 /* How many bytes exist after the wrap? */ 115 /* How many bytes can be written into the buffer without wrapping */ 199 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
|
/external/chromium/third_party/libjingle/source/talk/ |
main.scons | 50 '$MAIN_DIR/..', # TODO: how can we use GOOGLECLIENT instead? 331 # TODO: Figure out how mk can compile without
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 403 are from csl, gcl, sl, and gl. The rules define how many URLs are taken from
|
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/ |
mount_node_socket.cc | 446 Error MountNodeSocket::Shutdown(int how) {
|
mount_node_tcp.cc | 493 Error MountNodeTCP::Shutdown(int how) {
|
/external/chromium_org/net/base/ |
nss_memio.c | 74 /* How many bytes can be read out of the buffer without wrapping */ 77 /* How many bytes exist after the wrap? */ 80 /* How many bytes can be written into the buffer without wrapping */ 107 /* How many bytes can be read out of the buffer without wrapping */ 113 /* How many bytes exist after the wrap? */ 119 /* How many bytes can be written into the buffer without wrapping */ 203 static PRStatus PR_CALLBACK memio_Shutdown(PRFileDesc *fd, PRIntn how)
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the 86 // used by the splay tree no matter how we exit the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the 86 // used by the splay tree no matter how we exit the
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/ |
v8-splay.js | 30 // JavaScript applications, and it effectively measures how fast the 87 // used by the splay tree no matter how we exit the
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
externs.js | 494 indentSelection: function(how) { },
|
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/ |
_win16.h | 100 NSPR_API(PRInt32) _PR_WaitForFD(PRInt32 osfd, PRUintn how,
|
/external/chromium_org/v8/benchmarks/ |
splay.js | 30 // JavaScript applications, and it effectively measures how fast the 92 // used by the splay tree no matter how we exit the
|
/external/chromium_org/v8/src/ |
serialize.h | 234 // How to code the pointer to the object. 471 // You can call this after serialization to find out how much space was used 489 HowToCode how,
|
/external/chromium_org/v8/test/webkit/fast/js/kde/ |
operators.js | 269 shouldBeTrue("1 / -Infinity == -0"); // how to check ? 272 shouldBeTrue("0 / -1 === -0"); // how to check ?
|
/external/libffi/src/powerpc/ |
ppc_closure.S | 92 # so we know how to deal with each type
|
/external/v8/benchmarks/ |
splay.js | 30 // JavaScript applications, and it effectively measures how fast the 92 // used by the splay tree no matter how we exit the
|
/external/v8/src/ |
serialize.h | 235 // How to code the pointer to the object. 462 // You can call this after serialization to find out how much space was used 483 int index, HeapObject* object, HowToCode how, WhereToPoint where);
|
/libcore/luni/src/main/java/libcore/io/ |
Posix.java | 172 public native void shutdown(FileDescriptor fd, int how) throws ErrnoException;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 553 how, what = response 555 if how == "OK": 558 elif how == "EXCEPTION": 561 elif how == "ERROR": [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 156 difference lies in how enclosing try/except constructs are treated. 555 it's not clear how to get the internal uses of m235 to share a single 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
PyShell.py | 553 how, what = response 555 if how == "OK": 558 elif how == "EXCEPTION": 561 elif how == "ERROR": [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_generators.py | 156 difference lies in how enclosing try/except constructs are treated. 555 it's not clear how to get the internal uses of m235 to share a single 671 Thanks to itertools.tee, it is now clear "how to get the internal uses of [all...] |
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/ |
DFA.as | 184 // walk first to find how big it is.
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/ |
bg.js | 160 // Enums corresponding to how much state has been loaded for an issue.
|