OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:archive
(Results
101 - 125
of
279
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_zipimport.py
63
# We're reusing the zip
archive
path, so we must clear the
110
# from a compressed
archive
would cause zlib to be imported
111
# which would find zlib.py in the
archive
, which would... etc.
181
# isn't stored in the .py's mtime in the zip
archive
.
217
self.assertEqual(zi.
archive
, TEMP_ZIP)
240
self.assertEqual(zi2.
archive
, TEMP_ZIP)
261
self.assertEqual(zi.
archive
, TEMP_ZIP)
/device/common/
generate-packages.sh
136
ARCHIVE
=$COMPANY-$DEVICE-$BUILD-$(md5sum < tmp/$SCRIPT | cut -b -8 | tr -d \\n).tgz
137
rm -f $
ARCHIVE
138
echo \ \ Generating final
archive
139
(cd tmp ; tar --owner=root --group=root -z -c -f ../$
ARCHIVE
$SCRIPT || echo \ \ \ \ Error archiving script)
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
MailPrefs.java
111
public static final String CONFIRM_ARCHIVE = "confirm-
archive
";
161
public static final String
ARCHIVE
= "
archive
";
168
RemovalActions.
ARCHIVE
,
173
public static final String
ARCHIVE
= "
archive
";
176
public static final String ARCHIVE_AND_DELETE = "
archive
-and-delete";
272
return RemovalActions.
ARCHIVE
;
275
RemovalActions.
ARCHIVE
);
304
* @param allowArchive <code>true</code> if
Archive
is an acceptable action (this will affec
[
all
...]
/external/dhcpcd/
Makefile
106
git
archive
--prefix=${DISTPREFIX}/ ${GITREF} | bzip2 > ${DISTFILE}
/frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp
17
#include "mcld/LD/
Archive
.h"
160
(*input)->type() == Input::
Archive
||
197
// is an
archive
198
(*input)->setType(Input::
Archive
);
202
Archive
archive
(**input, m_pBuilder->getInputBuilder());
203
getArchiveReader()->readArchive(m_Config,
archive
);
204
if (
archive
.numOfObjectMember() > 0) {
206
archive
.inputs());
[
all
...]
/ndk/sources/host-tools/make-3.81/
ar.c
28
extern long int ar_scan PARAMS ((char *
archive
, long int (*function) (), intptr_t arg));
34
/* Return nonzero if NAME is an
archive
-member reference, zero if not.
35
An
archive
-member reference is a name like `lib(member)'.
59
/* Parse the
archive
-member reference NAME into the
archive
and member names.
60
Put the malloc'd
archive
name in *ARNAME_P if ARNAME_P is non-nil;
91
/* Make sure we know the modtime of the
archive
itself because we are
93
and they will change the
archive
itself.
95
But we must be careful not to enter_file the
archive
itself if it does
133
/* Set the
archive
-member NAME's modtime to now. *
[
all
...]
/build/core/
definitions.mk
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
pimp.py
47
# binary: tar (or other)
archive
created with setup.py bdist.
197
def unpack(self,
archive
, output=None, package=None):
210
def unpack(self,
archive
, output=None, package=None):
211
cmd = self.argument %
archive
220
def unpack(self,
archive
, output=None, package=None):
221
tf = tarfile.open(
archive
, "r")
688
return "
archive
not found after download"
690
return "
archive
does not have correct MD5 checksum"
693
"""Test an
archive
. It should exist and the MD5 checksum should be correct."""
705
"""Unpack a downloaded package
archive
.""
[
all
...]
/hardware/invensense/6515/libsensors_iio/software/build/android/
common.mk
46
ANDROID_LINK += -Wl,--no-whole-
archive
/development/build/tools/
mk_sdk_repo_xml.sh
144
# in the <
archive
> attributes anymore. Instead we have separate elements.
154
Archive
.HostOs host-os 1
155
Archive
.HostBits host-bits 1
156
Archive
.JvmBits jvm-bits 1
157
Archive
.MinJvmVers min-jvm-version 1
332
[[ -z $TYPE ]] && error "Unknown
archive
type '$1'."
355
[[ ! -f "$SRC" ]] && error "Missing file for
archive
$TYPE/$OS: $SRC"
358
# Depending on the
archive
type, we need a number of attributes
419
# Generate
archive
info
420
echo "## Add $TYPE/$OS
archive
$SRC
[
all
...]
/ndk/build/tools/
build-host-python.sh
157
panic "Unknown
archive
type: $PKG_NAME"
176
panic "Unknown
archive
type: $PKG_NAME"
200
ARCHIVE_DIR=$TEMP_DIR/
archive
/external/libxml2/doc/
search.php
77
<li><a href="http://mail.gnome.org/archives/xml/">Mail
archive
</a></li>
123
<option value="XMLLIST" <?php if ($scope == 'XMLLIST') print "selected"?>>Only the XML list
archive
</option>
124
<option value="XSLTLIST" <?php if ($scope == 'XSLTLIST') print "selected"?>>Only the XSLT list
archive
</option>
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar
/external/linux-tools-perf/src/tools/perf/
Makefile
119
SCRIPT_SH += perf-
archive
.sh
525
LIBS = -Wl,--whole-
archive
$(PERFLIBS) -Wl,--no-whole-
archive
-Wl,--start-group $(EXTLIBS) -Wl,--end-group
774
$(INSTALL) $(OUTPUT)perf-
archive
-t '$(DESTDIR_SQ)$(perfexec_instdir_SQ)'
808
$(RM) $(LIB_OBJS) $(BUILTIN_OBJS) $(LIB_FILE) $(OUTPUT)perf-
archive
$(OUTPUT)perf.o $(LANG_BINDINGS)
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.0/
sdklib-22.4.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.4.2/
sdklib-22.4.2.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.0/
sdklib-22.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.1/
sdklib-22.5.1.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.5.3/
sdklib-22.5.3.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.0/
sdklib-22.7.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.1/
sdklib-22.7.1.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.7.3/
sdklib-22.7.3.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.8.0/
sdklib-22.8.0.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.9.2/
sdklib-22.9.2.jar
Completed in 4745 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>