OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:archives
(Results
76 - 100
of
647
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/tools/llvm-shlib/
Makefile
32
# Include all
archives
in libLLVM.(so|dylib) except the ones that have
34
Archives
:= $(wildcard $(LibDir)/libLLVM*.a)
36
IncludeInLibLlvm := $(filter-out $(basename $(SharedLibraries)).a, $(
Archives
))
/development/build/tools/
mk_sdk_repo_xml.sh
80
# Parse all
archives
.
153
# Process
archives
.
240
echo " <sdk:
archives
>" >> "$OUT"
261
# If not a valid OS, close the
archives
/package nodes.
265
echo " </sdk:
archives
>" >> "$OUT"
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman1/
LocalPackagesPage.java
249
Archive[]
archives
= p.getArchives();
local
250
if (
archives
.length == 1 &&
archives
[0] != null &&
archives
[0].isLocal()) {
251
Archive archive =
archives
[0];
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/sdkman2/
PackagesPage.java
104
TOGGLE_SHOW_ARCHIVES (SWT.CHECK, "Show
Archives
Details"),
743
* When checking a package, only its compatible
archives
are checked.
751
// When selecting, we want to only select compatible
archives
and expand the super nodes.
1046
ArrayList<Archive>
archives
= new ArrayList<Archive>();
local
1135
final Map<Archive, PkgItem>
archives
= new TreeMap<Archive, PkgItem>();
local
1558
Archive[]
archives
= ((PkgItem) parentElement).getArchives();
local
[
all
...]
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/repository/
sdk-addon-1.xsd
27
a list of file "
archives
" that can be downloaded for specific OSes.
82
<!-- A list of file
archives
for this package. -->
83
<xsd:element name="
archives
" type="sdk:archivesType" />
147
<!-- A list of file
archives
for this package. -->
148
<xsd:element name="
archives
" type="sdk:archivesType" />
214
The <
archives
> node is mandatory in the repository elements and the
224
The <
archives
> node is mandatory in the repository packages and the
/external/quake/quake/src/QW/
Makefile.Linux
824
if [ ! -d
archives
];then mkdir
archives
;fi
829
cp $(RPMROOT)/RPMS/$(RPMARCH)/qwcl-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm
archives
/.
836
if [ ! -d
archives
];then mkdir
archives
;fi
839
mv $(QWCL_RPMDIR)/$(INSTALLDIR)/*.tar.gz
archives
/.
878
if [ ! -d
archives
];then mkdir
archives
;fi
883
cp $(RPMROOT)/RPMS/$(RPMARCH)/qwsv-$(VERSION)-$(RPM_RELEASE).$(RPMARCH).rpm
archives
/.
887
if [ ! -d
archives
];then mkdir archives;f
[
all
...]
/external/emma/core/java12/com/vladium/util/
IPathEnumerator.java
38
// TODO:
archives
inside
archives
? (.war ?)
212
// entries in their
archives
(which JarInputStream can't do);
232
// TODO: handle nested
archives
/external/v8/test/mjsunit/
regexp-capture.js
28
// Tests from http://blog.stevenlevithan.com/
archives
/npcg-javascript
/external/webkit/LayoutTests/dom/html/level1/core/
hc_elementgetattributenode.js
84
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Jun/0011.html
hc_elementremoveattribute.js
85
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2002Mar/0002.html
/external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement04.js
78
The archive attribute specifies a space-separated list of
archives
.
object03.js
78
Space-separated list of
archives
/external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_elementgetattributenode.js
84
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Jun/0011.html
hc_elementremoveattribute.js
85
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2002Mar/0002.html
/external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement04.js
78
The archive attribute specifies a space-separated list of
archives
.
object03.js
78
Space-separated list of
archives
/external/webkit/LayoutTests/dom/xhtml/level3/core/
domimplementationregistry24.js
78
* @see http://lists.w3.org/
Archives
/Public/www-dom/2004JanMar/0111.html
domimplementationregistry25.js
79
* @see http://lists.w3.org/
Archives
/Public/www-dom/2004JanMar/0111.html
entitygetinputencoding04.js
86
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlencoding03.js
86
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlencoding04.js
86
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlversion03.js
86
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Dec/0045.html
entitygetxmlversion04.js
86
* @see http://lists.w3.org/
Archives
/Public/www-dom-ts/2003Dec/0045.html
/external/webkit/Source/WebCore/loader/archive/
Archive.h
49
// and should not be exposed as
archives
should be immutable to clients
/external/webkit/Source/WebCore/page/
DragClient.h
69
//web
archives
and NSPasteboard extras
Completed in 629 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>