OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zippy
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/remoting/webapp/
connection_history.css
80
.connection-history-summary.expanded .
zippy
{
84
.
zippy
{
connection_history.js
113
var
zippy
= /** @type {HTMLElement} */ document.createElement('td');
114
zippy
.classList.add('
zippy
');
115
summary.appendChild(
zippy
);
/dalvik/dexopt/
OptMain.cpp
61
ZipArchive
zippy
;
local
72
memset(&
zippy
, 0, sizeof(
zippy
));
96
if (dexZipPrepArchive(zipFd, debugFileName, &
zippy
) != 0) {
101
zipEntry = dexZipFindEntry(&
zippy
, kClassesDex);
111
if (dexZipGetEntryInfo(&
zippy
, zipEntry, NULL, &uncompLen, NULL, NULL,
125
if (dexZipExtractEntryToFile(&
zippy
, zipEntry, cacheFd) != 0) {
198
dexZipCloseArchive(&
zippy
);
/external/chromium_org/native_client_sdk/src/doc/_static/css/
local_extensions.css
[
all
...]
Completed in 198 milliseconds