/external/chromium/net/tools/flip_server/ |
create_listener.cc | 49 // tries - the number of tries to close the socket. 56 bool CloseSocket(int *fd, int tries) { 57 for (int i = 0; i < tries; ++i) {
|
/external/chromium/net/tools/spdyshark/ |
README | 25 to require it, it tries to workaround missing PYTHON environment
|
/external/chromium/net/websockets/ |
websocket_frame_handler.h | 39 // If |buffered| is true, it tries to find WebSocket frames.
|
/external/chromium/sdch/open-vcdiff/ |
autogen.sh | 33 # aclocal tries to overwrite aclocal.m4 even if the contents haven't
|
/external/chromium_org/build/android/pylib/ |
ports.py | 132 def IsHttpServerConnectable(host, port, tries=3, command='GET', path='/', 139 tries: How many times we want to test the connection. The default value is 154 assert tries >= 1 155 for i in xrange(0, tries):
|
/external/chromium_org/chrome/browser/chromeos/drive/ |
file_write_helper.h | 42 // Part of PrepareWritableFilePathAndRun(). It tries CreateFile for the case
|
/external/chromium_org/chrome/browser/printing/ |
print_job_manager.h | 31 // Stops all printing jobs. If wait_for_finish is true, tries to give jobs
|
/external/chromium_org/chrome/browser/ui/ |
auto_login_prompter.h | 33 // tries to display an infobar in the tab contents identified by the
|
/external/chromium_org/components/autofill/core/browser/ |
address_field.h | 69 // Tries to determine the billing/shipping type of this address.
|
/external/chromium_org/content/public/browser/ |
cert_store.h | 39 // Tries to retrieve the previously stored cert associated with the specified
|
/external/chromium_org/media/base/ |
byte_queue.h | 17 // This class manages the underlying storage of the queue and tries to minimize
|
/external/chromium_org/net/tools/flip_server/ |
create_listener.cc | 49 // tries - the number of tries to close the socket. 56 bool CloseSocket(int *fd, int tries) { 57 for (int i = 0; i < tries; ++i) {
|
/external/chromium_org/net/tools/spdyshark/ |
README | 25 to require it, it tries to workaround missing PYTHON environment
|
/external/chromium_org/remoting/tools/ |
runclient.py | 7 tries to find the authentication info in the .chromotingAuthToken file
|
/external/chromium_org/sandbox/win/sandbox_poc/pocdll/ |
fs.cc | 10 // Tries to open a file and outputs the result.
|
registry.cc | 30 // Tries to open the key hive\path and outputs the result.
|
/external/chromium_org/third_party/WebKit/ManualTests/inspector-wrappers/ |
inspector-wrappers-test-utils.js | 28 var str = "<p>This test tries to make a cross-domain XMLHttpRequest to " +
|
/external/chromium_org/tools/compile_test/ |
compile_test.py | 7 Tries to compile given code, produces different output depending on success.
|
/external/chromium_org/v8/test/webkit/ |
array-reset-large-index-expected.txt | 24 This test puts an item in a big index and then tries to change it. It shoudl change successfully.
|
array-reset-large-index.js | 25 "This test puts an item in a big index and then tries to change it. It shoudl change successfully."
|
dfg-create-inlined-arguments-in-closure-inline.js | 25 "Tests that if the DFG tries to create inlined arguments from within a inlined call frame corresponding to a closure call, then we don't crash."
|
/external/llvm/test/CodeGen/X86/ |
2010-03-04-Mul8Bug.ll | 4 ; This test case produces a MUL8 instruction and then tries to read the result
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_quit.h | 34 * An SDL_QUITEVENT is generated when the user tries to close the application
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
complex_rep.S | 2 # I thought up a lot of corner-cases in the rep code. This tries
|
/external/valgrind/main/exp-bbv/tests/x86/ |
complex_rep.S | 2 # I thought up a lot of corner-cases in the rep code. This tries
|