OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IMAGES
(Results
1 - 14
of
14
) sorted by null
/development/scripts/
combine_sdks.sh
25
IMAGES
="$2"
28
if [[ -z "$BASE" || -z "$
IMAGES
" || -z "$OUTPUT" ]] ; then
29
echo "usage: combine_sdks.sh [-v] [-nozip] BASE
IMAGES
OUTPUT"
31
echo " BASE and
IMAGES
should be sdk zip files. The system image files,"
32
echo " emulator and other runtime files will be copied from
IMAGES
and"
54
IMAGES_DIR="$TMP"/
images
58
unzip $Q "$
IMAGES
" -d "$IMAGES_DIR"
68
replace tools/lib/
images
/external/owasp/sanitizer/src/main/org/owasp/html/
Sanitizers.java
103
public static final PolicyFactory
IMAGES
= new HtmlPolicyBuilder()
/external/owasp/sanitizer/src/tests/org/owasp/html/
SanitizersTest.java
133
PolicyFactory s = Sanitizers.
IMAGES
;
277
.and(Sanitizers.
IMAGES
)
/system/update_engine/sample_images/
generate_images.sh
19
# This script generates some sample
images
used in unittests and packages them
20
# in the sample_images.tar.bz2 file. The list of generated
images
and their
22
# script to update the generated
images
whenever you modify this script.
239
IMAGES
=()
244
IMAGES
+=( "$1.img" )
249
# Add more sample
images
here.
255
# Generate the tarball and delete temporary
images
.
258
--sparse "${
IMAGES
[@]}"
260
rm "${
IMAGES
[@]}"
/external/libjpeg-turbo/
tjbenchtest.in
23
IMAGES
="vgl_5674_0098.${EXT} vgl_6434_0018a.${EXT} vgl_6548_0026a.${EXT} nightshot_iso_100.${EXT}"
62
IMAGES
="vgl_6548_0026a.${EXT}"
71
for image in $
IMAGES
; do
tjbenchtest.java.in
22
IMAGES
="vgl_5674_0098.bmp vgl_6434_0018a.bmp vgl_6548_0026a.bmp nightshot_iso_100.bmp"
59
IMAGES
="vgl_6548_0026a.bmp"
64
for image in $
IMAGES
; do
tjexampletest.in
22
IMAGES
="vgl_5674_0098.bmp vgl_6434_0018a.bmp vgl_6548_0026a.bmp nightshot_iso_100.bmp"
35
for image in $
IMAGES
; do
/external/doclava/src/com/google/doclava/
SampleCode.java
41
/** Max size for browseable
images
/video. If a source file exceeds this size,
153
if (inList(path,
IMAGES
) || inList(path, VIDEOS) || inList(path, TEMPLATED)) {
171
* the output directory. Source files are templated and
images
are templated
211
if (inList(path,
IMAGES
)) {
537
public static String[]
IMAGES
= {".png", ".jpg", ".gif"};
/external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar
/frameworks/opt/setupwizard/tools/docs/
doclava.jar
/external/testng/ant/3rdparty/
doclava-1.0.3.jar
/prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar
/prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar
/prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar
Completed in 3115 milliseconds