OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:jpg
(Results
1 - 5
of
5
) sorted by null
/external/libchrome/base/files/
file_path_unittest.cc
711
FilePath
jpg
= base_dir.Append(FILE_PATH_LITERAL("foo.
jpg
"));
local
712
EXPECT_EQ(FILE_PATH_LITERAL(".
jpg
"),
jpg
.Extension());
713
EXPECT_EQ(FILE_PATH_LITERAL(".
jpg
"),
jpg
.FinalExtension());
715
FilePath base =
jpg
.BaseName().RemoveExtension();
719
EXPECT_EQ(path_no_ext.value(),
jpg
.RemoveExtension().value());
[
all
...]
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/activities/
MultiTouchActivity.java
295
final ByteArrayInputStream
jpg
= new ByteArrayInputStream(bb.array());
local
297
jpg
.skip(header_size);
299
mImageView.drawJpeg(x, y, w, h,
jpg
);
/external/jetty/src/java/org/eclipse/jetty/webapp/
StandardDescriptorProcessor.java
1333
JspPropertyGroup
jpg
= new JspPropertyGroup();
local
[
all
...]
/external/guice/extensions/struts2/lib/
jsp-2.1.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar
Completed in 211 milliseconds