OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:close
(Results
276 - 300
of
5187
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/JavaScriptCore/docs/
make-bytecode-docs.pl
38
close
OUTPUT;
/external/webkit/LayoutTests/http/tests/appcache/
crash-when-navigating-away-then-back.html
13
document.write('<div id="manual-instructions">Click <a href="javascript:openWindow()">this link</a> twice. A window should open and
close
twice without crashing.</div>')
/external/webkit/WebCore/
combine-javascript-resources
54
close
HTML;
68
close
SCRIPT_IN;
71
close
SCRIPT_OUT;
79
close
HTML;
/external/webkit/WebCore/css/
makeprop.pl
34
close
(NAMES);
55
close
GPERF;
94
close
HEADER;
118
close
C;
makevalues.pl
34
close
(NAMES);
56
close
GPERF;
87
close
HEADER;
108
close
C;
/external/webkit/WebCore/manual-tests/chromium/
select-close-popup-value-change.html
9
<li>3. Click the select again to
close
the popup list, it should stay at the value from step 2.</li>
/external/webkit/WebCore/storage/
StorageNamespaceImpl.cpp
87
close
();
119
void StorageNamespaceImpl::
close
()
function in class:WebCore::StorageNamespaceImpl
132
it->second->
close
();
135
m_syncManager->
close
();
/external/webkit/WebKitTools/Scripts/
update-iexploder-cssproperties
72
close
(IN);
86
close
(IN);
102
close
INFO;
111
close
(OUT);
/external/xmlwriter/src/org/jheer/
XMLWriter.java
156
* @param
close
true to
close
the tag, false to leave it
160
int nattr, boolean
close
) throws IOException
173
if (
close
) m_out.write('/');
177
if ( !
close
) {
228
* @param
close
true to
close
the tag, false to leave it
231
protected void tag(String tag, String name, String value, boolean
close
) throws IOException {
241
if (
close
) m_out.write('/');
245
if ( !
close
) {
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
DatabaseObjectNotClosedException.java
26
private static final String s = "Application did not
close
the cursor or database object " +
/frameworks/base/core/java/android/speech/srec/
MicrophoneInputStream.java
51
close
();
method
80
public void
close
() throws IOException {
method in class:MicrophoneInputStream
97
close
();
method
98
throw new IOException("someone forgot to
close
MicrophoneInputStream");
/frameworks/base/core/java/com/android/internal/os/
AtomicFile.java
81
str.
close
();
92
str.
close
();
112
fos.
close
();
151
stream.
close
();
/frameworks/base/core/tests/coretests/src/android/database/sqlite/
SQLiteJDBCDriverTest.java
118
st.
close
();
119
conn.
close
();
126
prst.
close
();
129
st.
close
();
/frameworks/base/media/java/android/media/
AmrInputStream.java
106
public void
close
() throws IOException {
method in class:AmrInputStream
108
if (mInputStream != null) mInputStream.
close
();
126
close
();
method
127
throw new IllegalStateException("someone forgot to
close
AmrInputStream");
ResampleInputStream.java
131
public void
close
() throws IOException {
method
133
if (mInputStream != null) mInputStream.
close
();
142
close
();
method
143
throw new IllegalStateException("someone forgot to
close
ResampleInputStream");
/frameworks/base/media/libdrm/mobile2/src/util/ustl-1.0/
ofstream.h
28
inline void
close
(void) { m_File.
close
(); clear (m_File.rdstate()); }
function in class:ustl::ofstream
56
inline void
close
(void) { m_File.
close
(); clear (m_File.rdstate()); }
function in class:ustl::ifstream
/frameworks/base/opengl/tests/angeles/
gpustate.c
21
close
(fd);
/frameworks/base/telephony/java/com/android/internal/telephony/gsm/stk/
LaunchBrowserMode.java
33
/**
Close
the existing browser session and launch new browser session. */
/hardware/ril/rild/
radiooptions.c
101
close
(fd);
111
close
(fd);
117
close
(fd);
122
close
(fd);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
os_trans.c
55
close
(socket_id); //
close
socket
79
close
((SOCKET)sock);
115
close
((SOCKET) socket_id);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/ui/
SuggestionsAdapter.java
58
public void
close
() {
method in class:SuggestionsAdapter
70
suggestions.
close
();
80
mSuggestions.
close
();
171
* This does not
close
the old cursor. Instead, all the cursors are closed in
/system/core/toolbox/
smd.c
39
close
(fd);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ipc.c
95
/*
Close
the write direction of the pipe - because i only read information from this pipe. */
96
/*
close
(ipc_pipe[1]);*/
110
/*
Close
the read direction of the pipe */
111
close
(ipc_pipe[0]);
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
os_trans.c
55
close
(socket_id); //
close
socket
79
close
((SOCKET)sock);
115
close
((SOCKET) socket_id);
/dalvik/libcore/archive/src/test/java/org/apache/harmony/archive/tests/java/util/jar/
JarExecTest.java
75
jout.
close
();
116
joutFoo.
close
();
122
joutBar.
close
();
137
joutFoo.
close
();
150
joutFoo.
close
();
188
joutFoo.
close
();
194
joutBar.
close
();
223
joutFoo.
close
();
249
joutBoo.
close
();
281
joutZoo.
close
();
[
all
...]
Completed in 62 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>