HomeSort by relevance Sort by last modified time
    Searched defs:files (Results 276 - 300 of 2215) sorted by null

<<11121314151617181920>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Standard_Suite.py 284 class files(aetools.ComponentItem): class in inherits:aetools.ComponentItem
285 """files - Every file """
288 file = files
365 files._superclassnames = []
366 files._privpropdict = {
368 files._privelemdict = {
383 'file' : files,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Disk_Folder_File_Suite.py 1 """Suite Disk-Folder-File Suite: Terms and Events for controlling Disks, Folders, and Files
211 files = file variable
  /prebuilts/tools/common/m2/repository/org/apache/maven/wagon/wagon-file/1.0-beta-6/
wagon-file-1.0-beta-6.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ProjectClassLoader.java 215 File[] files = parent.listFiles(); local
221 if (files != null) {
222 for (File file : files) {
235 if (files != null) {
236 for (File file : files) {
291 * Returns an array of external jar files used by the project.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateManager.java 32 import com.google.common.io.Files;
156 File[] files = new File(root, folder).listFiles(); local
157 if (files != null) {
158 for (File file : files) {
169 File[] files = new File(extra, folder).listFiles(); local
170 if (files != null) {
171 for (File file : files) {
206 * Compare two files, and return the one with the HIGHEST revision, and if
243 String xml = Files.toString(templateFile, Charsets.UTF_8);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/layoutRendering/
ApiDemosRenderingTest.java 186 File[] files = samples.listFiles(); local
187 for (File file : files) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
SampleProjectTest.java 76 File[] files = samples.listFiles(); local
77 for (File file : files) {
  /system/extras/simpleperf/
cmd_report_sample.cpp 248 // files[file_id] is the number of symbols in the file.
249 std::vector<uint32_t> files; local
262 // Handle files having large symbol table.
312 if (file.id() != files.size()) {
314 << files.size() << ", really " << file.id();
317 files.push_back(file.symbol_size());
324 if (pair.first >= files.size()) {
326 << files.size() << ")";
329 if (static_cast<uint32_t>(pair.second) >= files[pair.first]) {
331 << files[pair.first] << ") in file_id( " << pair.first << ")"
    [all...]
  /system/extras/tests/sdcard/
sdcard_perf_test.cpp 196 // Remove all the files under kTestDir and clear the caches.
353 // Setup the testcase by writting some dummy files.
620 // Create some files at this depth
644 // Count discovered files
645 int dirs = 0, files = 0; local
654 files++;
670 if (expectedFiles != files) {
671 fprintf(stderr, "expected %d files, but found %d\n", expectedFiles, files);
  /tools/tradefederation/core/src/com/android/tradefed/build/
LocalDeviceBuildProvider.java 40 * Specific device build files are recognized based on a configurable set of patterns.
51 @Option(name = BUILD_DIR_OPTION_NAME, description = "the directory containing device files.")
96 CLog.d("Using device build files from %s", mBuildDir.getAbsolutePath());
208 CLog.d("Using test files from %s", testsDir.getAbsolutePath());
234 File[] files = dir.listFiles(new PatternFilenameFilter(regex)); local
235 if (files.length == 0) {
237 } else if (files.length > 1) {
242 return files[0];
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
GoogleBenchmarkTestTest.java 98 String[] files = new String[] {"test1", "test2"}; local
99 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files);
163 String[] files = new String[] {"test1", "test2"}; local
164 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files);
195 String[] files = new String[] {"test1"}; local
196 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files);
223 String[] files = new String[] {"test1"}; local
224 EasyMock.expect(mMockITestDevice.getChildren(nativeTestPath)).andReturn(files);
250 // Skip files ending in .txt
261 // Skip files ending in .tx
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta1/
lint-tests-24.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta2/
lint-tests-24.3.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta3/
lint-tests-24.3.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.0-beta4/
lint-tests-24.3.0-beta4.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.3.1/
lint-tests-24.3.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-alpha1/
lint-tests-24.4.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta3/
lint-tests-24.4.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta5/
lint-tests-24.4.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.4.0-beta6/
lint-tests-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/24.5.0/
lint-tests-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha1/
lint-tests-25.0.0-alpha1.jar 
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.0.0-alpha3/
lint-tests-25.0.0-alpha3.jar 
  /frameworks/base/services/core/java/com/android/server/am/
ProcessStatsService.java 64 static final String STATE_FILE_CHECKIN_SUFFIX = ".ci"; // State files that have checked in.
350 File[] files = mBaseDir.listFiles(); local
351 if (files == null || files.length <= minNum) {
354 ArrayList<String> filesArray = new ArrayList<String>(files.length);
356 if (DEBUG) Slog.d(TAG, "Collecting " + files.length + " files except: " + currentFile);
357 for (int i=0; i<files.length; i++) {
358 File file = files[i];
457 ArrayList<String> files = getCommittedFiles(0, false, true)
946 ArrayList<String> files = getCommittedFiles(0, false, !isCheckin); local
    [all...]
  /prebuilts/gradle-plugin/com/android/tools/lint/lint-tests/25.2.0/
lint-tests-25.2.0.jar 

Completed in 1216 milliseconds

<<11121314151617181920>>