OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:close
(Results
3126 - 3150
of
7589
) sorted by null
<<
121
122
123
124
125
126
127
128
129
130
>>
/external/chromium_org/net/third_party/nss/ssl/
sslmutex.c
132
close
(pMutex->u.pipeStr.mPipes[0]);
133
close
(pMutex->u.pipeStr.mPipes[1]);
147
close
(pMutex->u.pipeStr.mPipes[0]);
148
close
(pMutex->u.pipeStr.mPipes[1]);
/external/chromium_org/ppapi/native_client/tests/nacl_browser/manifest_file/
pm_manifest_file_test.cc
422
close
(ns);
426
close
(ns);
459
close
(manifest);
524
close
(manifest);
/external/chromium_org/ppapi/proxy/
serialized_handle.cc
66
void SerializedHandle::
Close
() {
83
close
(file);
/external/chromium_org/sandbox/linux/seccomp-bpf/
demo.cc
399
if (
close
(fds[i])) {
400
perror("
close
");
487
close
(fds[0]) ||
488
close
(fds[1]) ||
489
close
(fds[2])) {
/external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentEventQueue.cpp
108
void DocumentEventQueue::
close
()
function in class:WebCore::DocumentEventQueue
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
create-html-entity-table
72
html_entity_names_file.
close
()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInstrumentation.py
475
fin.
close
()
485
fout.
close
()
496
fout.
close
()
503
fout.
close
()
/external/chromium_org/third_party/WebKit/Source/core/page/
make_settings.pl
110
close
$file;
368
close
$file;
435
close
$file;
530
close
$file;
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabaseBackendInterface.h
54
virtual void
close
(PassRefPtr<IDBDatabaseCallbacks>) = 0;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DatabaseBackend.cpp
77
void DatabaseBackend::
close
()
function in class:WebCore::DatabaseBackend
DatabaseTask.cpp
135
Database::from(database())->
close
();
DatabaseThread.cpp
119
//
Close
the databases that we ran transactions on. This ensures that if any transactions are still open, they are rolled back and we don't leave the database in an
122
// As the call to
close
will modify the original set, we must take a copy to iterate over.
127
(*it).get()->
close
();
/external/chromium_org/third_party/WebKit/Source/web/
IDBDatabaseBackendProxy.h
46
virtual void
close
(PassRefPtr<WebCore::IDBDatabaseCallbacks>);
WebPopupMenuImpl.h
66
virtual void
close
() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/web/tests/
ListenerLeakTest.cpp
104
m_webView->
close
();
PageSerializerTest.cpp
91
m_webViewImpl->
close
();
/external/chromium_org/third_party/WebKit/Tools/Scripts/
bisect-builds
224
close
($fh);
246
close
(SW_VERS);
286
close
(PLIST);
327
close
(NIGHTLIES);
parse-malloc-history
66
close
FILE;
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
path.py
94
self._child_process.stdin.
close
()
zipfileset_unittest.py
75
zipfileset.
close
()
/external/chromium_org/third_party/android_platform/development/scripts/
stack
153
f.
close
()
/external/chromium_org/third_party/icu/source/i18n/unicode/
colldata.h
270
* returns a reference counted cached object. When you call <code>CollData::
close
</code>
289
* <code>
close
</code> when you are done using the object.
293
* <code>CollData::
close
</code>.
306
static void
close
(CollData *collData);
403
* WARNING: Don't call this until you are have called <code>
close
</code>
/external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/
GAEChannelClient.java
44
* on{Open,Message,
Close
,Error}() events to a global object named
93
/**
Close
the connection to the AppEngine channel. */
94
public void
close
() {
method in class:GAEChannelClient
/external/chromium_org/third_party/libjingle/source/talk/examples/call/
console.cc
74
close
(fileno(stdin));
/external/chromium_org/third_party/libjingle/source/talk/examples/chat/
consoletask.cc
78
close
(fileno(stdin));
Completed in 834 milliseconds
<<
121
122
123
124
125
126
127
128
129
130
>>