OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:images
(Results
51 - 75
of
6197
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Debug-DirectWrite/
README
1
Baseline
images
generated on:
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release/
README
1
Baseline
images
generated on:
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release-ANGLE/
README
1
Baseline
images
generated on:
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86-Release-DirectWrite/
README
1
Baseline
images
generated on:
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86_64-Debug/
README
1
Baseline
images
generated on:
/external/skia/expectations/gm/Test-Win7-ShuttleA-HD2000-x86_64-Release/
README
1
Baseline
images
generated on:
/prebuilts/qemu-kernel/arm/
README
1
This directory contains the kernel
images
specific to the Android emulator.
/prebuilts/qemu-kernel/mips/
README
1
This directory contains the kernel
images
specific to the Android emulator.
/prebuilts/qemu-kernel/x86/
README
1
This directory contains the kernel
images
specific to the Android emulator.
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/
build.properties
9
images
/,\
/sdk/emulator/skins/assets/
README.txt
2
png
images
in the 'dynamic' skin folder. Edit these in Inkscape or some
/external/chromium_org/chrome/test/functional/ispy/common/
image_tools.py
12
def _AreTheSameSize(
images
):
13
"""Returns whether a set of
images
are the size size.
16
images
: a list of
images
to compare.
24
if len(
images
) > 1:
25
return all(
images
[0].size == img.size for img in
images
[1:])
27
raise Exception('No
images
passed in.')
34
"""Returns an image representing the difference between the two
images
.
36
This function computes the difference between two
images
taking int
[
all
...]
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/calendar/
manifest.json
17
"128": "
images
/icon-128.gif",
18
"16":"
images
/icon-16.gif"
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/
app.yaml
16
- url: /
images
17
static_dir:
images
/external/markdown/tests/misc/
uche.html
1
<p><img alt="asif" src="http://fourthought.com/
images
/ftlogo.png" title="Fourthought logo" /></p>
2
<p><a href="http://fourthought.com/"><img alt="" src="http://fourthought.com/
images
/ftlogo.png" style="float: left; margin: 10px; border: none;" title="Fourthought logo" /></a></p>
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowMediaStore.java
15
@Implements(MediaStore.
Images
.class)
17
@Implements(MediaStore.
Images
.Media.class)
27
Robolectric.Reflection.setFinalStaticField(MediaStore.
Images
.Media.class, "EXTERNAL_CONTENT_URI",
28
Uri.parse("content://media/external/
images
/media"));
30
Robolectric.Reflection.setFinalStaticField(MediaStore.
Images
.Media.class, "INTERNAL_CONTENT_URI",
31
Uri.parse("content://media/internal/
images
/media"));
/developers/build/lib/
assetstudio.jar
/external/chromium/chrome/browser/ui/gtk/
nine_box.h
11
// A NineBox manages a set of source
images
representing a 3x3 grid, where
12
// non-corner
images
can be tiled to make a larger image. It's used to
16
// in width, only pass in
images
for the left column (leave others NULL).
18
// height, only pass in
images
for the top row.
24
// Construct a NineBox with nine
images
.
Images
are specified using resource
36
// The
images
will be tiled to fit into the widget.
42
// Render the top row of
images
to |dst| between |x1| and |x1| + |width|.
51
// three
images
are used.
52
// TODO(estade): extend this function to use all 9
images
(if it's eve
[
all
...]
/prebuilts/devtools/tools/lib/
asset-studio.jar
/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
LocalSource.java
32
* Loads
images
from the local store.
71
Uri uri = internal ? MediaStore.
Images
.Media.INTERNAL_CONTENT_URI
72
: MediaStore.
Images
.Media.EXTERNAL_CONTENT_URI;
73
String[] projection = {MediaStore.
Images
.Media.DATA, MediaStore.
Images
.Media.BUCKET_ID,
74
MediaStore.
Images
.Media.BUCKET_DISPLAY_NAME, MediaStore.
Images
.Media.DATE_TAKEN};
80
int dataIndex = cursor.getColumnIndex(MediaStore.
Images
.Media.DATA);
81
int bucketIndex = cursor.getColumnIndex(MediaStore.
Images
.Media.BUCKET_ID);
82
int nameIndex = cursor.getColumnIndex(MediaStore.
Images
.Media.BUCKET_DISPLAY_NAME)
[
all
...]
/external/chromium_org/chrome/browser/resources/file_manager/
manifest.json
10
"16": "common/
images
/icon16.png",
11
"32": "common/
images
/icon32.png",
12
"48": "common/
images
/icon48.png",
13
"64": "common/
images
/icon64.png",
14
"96": "common/
images
/icon96.png",
15
"128": "common/
images
/icon128.png",
16
"256": "common/
images
/icon256.png"
49
"default_icon": "common/
images
/file_types/200/audio.png",
63
"default_icon": "common/
images
/file_types/200/video.png",
84
"default_icon": "common/
images
/file_types/200/archive.png"
[
all
...]
/external/chromium_org/chrome/browser/chromeos/login/
default_user_images.h
20
// The path is used in Local State to distinguish default
images
.
32
// Checks if the given URL points to one of the default
images
. If it is,
42
// Resource IDs of default user
images
.
45
// String IDs of author names for default user
images
.
48
// String IDs of websites for default user
images
.
51
// Number of default
images
.
54
// The starting index of default
images
available for selection. Note that
55
// existing users may have
images
with smaller indices.
78
// Number of possible histogram values for user
images
.
/external/chromium_org/tools/site_compare/operators/
equals.py
5
"""Compare two
images
for equality."""
12
"""Compares two
images
to see if they're identical.
20
None if the
images
are identical
29
return ("The
images
are of different size (%s vs %s)" %
35
return ("The
images
differ", diff)
/external/skia/gm/tests/outputs/compared-against-different-pixels-images/output-expected/
stdout
2
GM: reading from gm/tests/inputs/
images
/different-pixels
3
GM: writing to gm/tests/outputs/compared-against-different-pixels-
images
/output-actual/writePath
4
GM: writing mismatches to gm/tests/outputs/compared-against-different-pixels-
images
/output-actual/mismatchPath
5
GM: writing
images
without expectations to gm/tests/outputs/compared-against-different-pixels-
images
/output-actual/missingExpectationsPath
/external/skia/gm/tests/outputs/compared-against-identical-bytes-images/output-expected/
stdout
2
GM: reading from gm/tests/inputs/
images
/identical-bytes
3
GM: writing to gm/tests/outputs/compared-against-identical-bytes-
images
/output-actual/writePath
4
GM: writing mismatches to gm/tests/outputs/compared-against-identical-bytes-
images
/output-actual/mismatchPath
5
GM: writing
images
without expectations to gm/tests/outputs/compared-against-identical-bytes-
images
/output-actual/missingExpectationsPath
Completed in 872 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>