OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileName
(Results
376 - 400
of
849
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java
88
public void setOutfile (final String
fileName
)
90
m_settings.setProperty (m_prefix.concat (OUT_FILE),
fileName
);
389
public void setOutfile (final String
fileName
)
391
m_settings.setProperty (PREFIX.concat (OUT_FILE),
fileName
);
/external/icu4c/test/letest/
PortableFontInstance.h
69
PortableFontInstance(const char *
fileName
, float pointSize, LEErrorCode &status);
FontObject.cpp
14
FontObject::FontObject(char *
fileName
)
20
file = fopen(
fileName
, "rb");
23
printf("?? Couldn't open %s",
fileName
);
/external/icu4c/tools/ctestfw/unicode/
ctest.h
269
* Set the
filename
for the XML output.
270
* @param
fileName
file name. Caller must retain storage.
274
ctest_xml_setFileName(const char *
fileName
);
287
* Set the
filename
for the XML output. Caller must retain storage.
uperf.h
153
const char*
fileName
;
/frameworks/base/include/androidfw/
AssetDir.h
128
const String8&
fileName
);
131
String8 mFileName; //
filename
only
/packages/apps/Camera2/src_pd/com/android/camera/util/
UsageStatistics.java
59
public static String hashFileName(String
fileName
) {
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java
51
private static final String LOCAL_FILENAME_COLUMN = "
filename
";
173
public static String getCategoryFromFileName(final String
fileName
) {
174
final String id = getWordListIdFromFileName(
fileName
);
214
final String
fileName
= replaceFileNameDangerousCharacters(id);
215
return getCacheDirectoryForLocale(locale, context) + File.separator +
fileName
;
/cts/suite/audio_quality/lib/src/task/
ModelBuilder.cpp
236
const char*
fileName
= elem.Attribute("file");
237
if (
fileName
== NULL) {
242
incFile.appendPath(
fileName
);
/dalvik/vm/analysis/
DexPrepare.cpp
78
static bool directoryIsValid(const std::string&
fileName
)
80
std::string dirName(saneDirName(
fileName
));
129
int dvmOpenCachedDexFile(const char*
fileName
, const char* cacheFileName,
259
fileName
, cacheFileName);
335
* "
fileName
" is only used for debug output. "modWhen" and "crc" are stored
352
const char*
fileName
, u4 modWhen, u4 crc, bool isBootstrap)
354
const char* lastPart = strrchr(
fileName
, '/');
358
lastPart =
fileName
;
369
ALOGW("Rejecting recursive optimization attempt on '%s'",
fileName
);
433
argv[curArg++] = (char*)
fileName
;
[
all
...]
/dalvik/vm/hprof/
HprofOutput.cpp
62
* This will take ownership of "
fileName
".
67
void hprofContextInit(hprof_context_t *ctx, char *
fileName
, int fd,
83
ctx->
fileName
=
fileName
;
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java
70
final String
fileName
= grammarFile.getName();
71
final String grammarName =
fileName
.substring(0,
fileName
.lastIndexOf('.'));
/external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_type.js
122
var
fileName
;
128
fileName
= file.name;
131
fileName
= file;
134
var extensionStartIndex =
fileName
.lastIndexOf('.');
135
if (extensionStartIndex == -1 || extensionStartIndex ==
fileName
.length - 1) {
138
return
fileName
.substr(extensionStartIndex);
/external/chromium_org/third_party/angle/samples/gles2_book/ParticleSystem/
ParticleSystem.c
53
GLuint LoadTexture ( char *
fileName
)
57
char *buffer = esLoadTGA (
fileName
, &width, &height );
62
esLogMessage ( "Error loading (%s) image.\n",
fileName
);
/external/chromium_org/third_party/icu/source/test/letest/
FontObject.cpp
14
FontObject::FontObject(char *
fileName
)
20
file = fopen(
fileName
, "rb");
23
printf("?? Couldn't open %s",
fileName
);
/external/chromium_org/third_party/icu/source/tools/gencfu/
gencfu.cpp
122
static const char *readFile(const char *
fileName
, int32_t *len);
302
static const char *readFile(const char *
fileName
, int32_t *len) {
307
file = fopen(
fileName
, "rb");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
UnpackUpdateJars.java
71
String
fileName
= feature.getName();
72
String unpackedFeatureName =
fileName
.substring(0,
fileName
.length() - 4);
/external/emma/core/java12/com/vladium/emma/data/
MergeProcessor.java
61
* @param
fileName
[null unsets the previous override setting]
63
public synchronized final void setSessionOutFile (final String
fileName
)
65
if (
fileName
== null)
69
final File _file = new File (
fileName
);
/external/emma/core/java12/com/vladium/emma/instr/
InstrProcessor.java
84
* @param
fileName
[null unsets the previous override setting]
86
public synchronized final void setMetaOutFile (final String
fileName
)
88
if (
fileName
== null)
92
final File _file = new File (
fileName
);
/external/icu4c/tools/gencfu/
gencfu.cpp
122
static const char *readFile(const char *
fileName
, int32_t *len);
302
static const char *readFile(const char *
fileName
, int32_t *len) {
307
file = fopen(
fileName
, "rb");
/external/libphonenumber/java/src/com/android/i18n/phonenumbers/geocoding/
MappingFileProvider.java
166
StringBuilder
fileName
= new StringBuilder();
167
fileName
.append(countryCallingCode).append('_').append(languageCode);
168
return
fileName
.toString();
/frameworks/av/cmds/stagefright/
recordvideo.cpp
47
fprintf(stderr, " -o
filename
: output file (default: /sdcard/output.mp4)\n");
165
char *
fileName
= "/sdcard/output.mp4";
240
fileName
= optarg;
298
sp<MPEG4Writer> writer = new MPEG4Writer(
fileName
);
/frameworks/base/core/java/android/ddm/
DdmHandleHeap.java
159
/* get the
filename
for the output file */
161
String
fileName
= getString(in, len);
163
Log.d("ddm-heap", "Heap dump: file='" +
fileName
+ "'");
166
Debug.dumpHprofData(
fileName
);
193
/* get the
filename
for the output file */
/libcore/crypto/src/main/java/org/conscrypt/
FileClientSessionCache.java
122
private static String
fileName
(String host, int port) {
136
String name =
fileName
(host, port);
188
String name =
fileName
(host, session.getPeerPort());
/packages/apps/Email/src/com/android/email/
AttachmentInfo.java
38
* based on the attachment's
filename
and mimetype.
43
Attachment.
FILENAME
, Attachment.MIME_TYPE, Attachment.ACCOUNT_KEY, Attachment.FLAGS};
100
public AttachmentInfo(Context context, long id, long size, String
fileName
, String mimeType,
103
mContentType = AttachmentUtilities.inferMimeType(
fileName
, mimeType);
104
mName =
fileName
;
126
// Check for unacceptable attachments by
filename
extension
143
// Check for installable attachments by
filename
extension
Completed in 1201 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>