OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ximage
(Results
51 - 75
of
87
) sorted by null
1
2
3
4
/art/runtime/
parsed_options_test.cc
60
options.push_back(std::make_pair("-
Ximage
:boot_image", nullptr));
runtime_options.def
118
ImageCompilerOptions) // -
Ximage
-compiler-option ...
parsed_options.cc
88
.Define("-
Ximage
:_")
223
.Define({"-
Ximage
-dex2oat", "-Xnoimage-dex2oat"})
284
.Define("-
Ximage
-compiler-option _")
721
UsageMessage(stream, " -
Ximage
:filename\n");
754
UsageMessage(stream, " -
Ximage
-compiler-option dex2oat-option\n");
[
all
...]
/external/ImageMagick/coders/
dps.c
137
XImage
248
if (dps_image == (
XImage
*) NULL)
478
XImage
487
if (matte_image != (
XImage
*) NULL)
/libcore/ojluni/src/test/
artrun
135
-
Ximage
:$IMAGE_LOCATION \
/art/tools/
art
214
# If there is no boot.art then leave it as-is, assumes -
Ximage
is explicitly used.
248
-
Ximage
:"$image_location" \
/external/libvpx/libvpx/test/
external_frame_buffer_test.cc
116
// Checks that the
ximage
data is contained within the external frame buffer
117
// private data passed back in the
ximage
.
/art/tools/dexfuzz/src/dexfuzz/executors/
Device.java
173
return String.format("-Xnorelocate -
Ximage
:%s", getHostCoreImagePathNoArch());
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h
402
}
XImage
;
[
all
...]
/art/cmdline/
cmdline.h
102
boot_image_option += "-
Ximage
:";
/art/dexoptanalyzer/
dexoptanalyzer.cc
223
std::string img = "-
Ximage
:" + image_;
/external/ImageMagick/MagickCore/
animate.c
861
window_info.
ximage
=(
XImage
*) NULL;
862
window_info.matte_image=(
XImage
*) NULL;
1005
(window_info.
ximage
->width/2);
1007
(window_info.
ximage
->height/2);
[
all
...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_usefont.c
131
XImage
*image;
/external/mesa3d/src/glx/
xfont.c
136
XImage
*image;
/external/mesa3d/src/mesa/drivers/x11/
xfonts.c
131
XImage
*image;
/art/test/etc/
run-test-jar
571
DALVIKVM_BOOT_OPT="-
Ximage
:${BOOT_IMAGE}"
573
DALVIKVM_BOOT_OPT="-
Ximage
:/system/non-existent/core.art"
576
DALVIKVM_BOOT_OPT="-
Ximage
:${BOOT_IMAGE}"
[
all
...]
/art/dex2oat/linker/
image_test.h
439
std::string image("-
Ximage
:");
/art/tools/bisection_search/
bisection_search.py
372
base_cmd += ['-
Ximage
:{0}'.format(image_path)]
/external/mesa3d/docs/
envvars.html
132
either "pixmap" or "
ximage
"
versions.html
285
<li>non-depth-buffered
XImage
polygons are faster
304
<li>
XImage
byte swapping didn't always work
[
all
...]
/device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c
59
XImage
*image;
/external/webrtc/webrtc/base/
x11windowpicker.cc
552
XImage
* image = XGetImage(display_,
/prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar
/art/patchoat/
patchoat.cc
137
img_ = "-
Ximage
:" + image_location;
[
all
...]
/hardware/intel/img/psb_video/src/x11/
psb_coverlay.c
398
XImage
*ximg = NULL;
[
all
...]
Completed in 611 milliseconds
1
2
3
4