OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fileCount
(Results
1 - 14
of
14
) sorted by null
/external/icu4c/tools/toolutil/
pkg_gencmn.c
89
static uint32_t
fileCount
=0;
191
if(
fileCount
==0) {
197
qsort(files,
fileCount
, sizeof(File), compareFiles);
203
basenameOffset=4+8*
fileCount
;
205
for(i=0; i<
fileCount
; ++i) {
225
udata_write32(out,
fileCount
);
226
for(i=0; i<
fileCount
; ++i) {
232
for(i=0; i<
fileCount
; ++i) {
235
length=4+8*
fileCount
+basenameTotal;
238
for(i=0; i<
fileCount
; ++i)
[
all
...]
/frameworks/base/core/jni/
android_backup_FileBackupHelperBase.cpp
51
const int
fileCount
= env->GetArrayLength(files);
52
char const** filesUTF = (char const**)malloc(sizeof(char*)*
fileCount
);
53
for (int i=0; i<
fileCount
; i++) {
63
err = back_up_files(oldStateFD, dataStream, newStateFD, filesUTF, keysUTF,
fileCount
);
65
for (int i=0; i<
fileCount
; i++) {
/dalvik/tools/dexdeps/src/com/android/dexdeps/
Main.java
210
int
fileCount
= args.length - idx;
211
if (
fileCount
== 0) {
215
mInputFileNames = new String[
fileCount
];
216
System.arraycopy(args, idx, mInputFileNames, 0,
fileCount
);
/frameworks/base/include/utils/
BackupHelpers.h
38
int
fileCount
;
135
char const* const* files, char const* const *keys, int
fileCount
);
/external/icu4c/tools/genren/
genren.pl
123
$
fileCount
= 0;
128
$
fileCount
++;
206
if( $
fileCount
== 0 ) {
207
die "Error: $itemCount lines from $
fileCount
files processed, but $symbolCount symbols were found.\n";
211
die "Error: $itemCount lines from $
fileCount
files processed, but $symbolCount symbols were found.\n";
214
print " Loaded $symbolCount symbols from $itemCount lines in $
fileCount
files.\n";
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.js
98
_didCountLeaksFiles: function(
fileCount
) {
99
this._fileCount =
fileCount
;
100
this.filesLeftToParse =
fileCount
;
/sdk/assetstudio/tests/src/com/android/assetstudiolib/
GeneratorTest.java
52
int
fileCount
= 0;
82
fileCount
+= previews.values().size();
88
assertEquals("Wrong number of generated files", expectedFileCount,
fileCount
);
/dalvik/vm/
AllocTracker.cpp
327
int classCount, methodCount,
fileCount
; /* debug stats */
329
classCount = methodCount =
fileCount
= 0;
348
fileCount
++;
357
dvmPointerSetGetCount(fileNames),
fileCount
);
/frameworks/base/libs/utils/
BackupHelpers.cpp
107
for (int i=0; i<header.
fileCount
; i++) {
149
int
fileCount
= 0;
158
fileCount
++;
165
SnapshotHeader header = { MAGIC0,
fileCount
, MAGIC1, bytesWritten };
333
char const* const* files, char const* const* keys, int
fileCount
)
347
for (int i=0; i<
fileCount
; i++) {
378
while (n<N && m<
fileCount
) {
433
while (m<
fileCount
) {
[
all
...]
/external/webkit/Source/WebCore/platform/win/
ClipboardUtilitiesWin.cpp
669
UINT
fileCount
= DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
670
for (UINT i = 0; i <
fileCount
; i++) {
ClipboardWin.cpp
575
UINT
fileCount
= DragQueryFileW(hdrop, 0xFFFFFFFF, 0, 0);
576
for (UINT i = 0; i <
fileCount
; i++) {
/external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js
[
all
...]
/prebuilt/common/ecj/
ecj.jar
/prebuilt/common/ant/
ant.jar
Completed in 1045 milliseconds