HomeSort by relevance Sort by last modified time
    Searched full:resource1 (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/test/resources/dalvik/system/
loading-test.jar 
  /external/chromium/chrome/browser/ui/cocoa/
task_manager_mac_unittest.mm 52 TestResource resource1(UTF8ToUTF16("zzz"), 1);
56 task_manager.AddResource(&resource1);
79 task_manager.RemoveResource(&resource1);
87 TestResource resource1(UTF8ToUTF16("yyy"), 1);
90 task_manager.AddResource(&resource1);
114 task_manager.RemoveResource(&resource1);
  /external/chromium/chrome/browser/task_manager/
task_manager_unittest.cc 68 TestResource resource1, resource2; local
70 task_manager.AddResource(&resource1);
87 task_manager.RemoveResource(&resource1);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintColumn.java 253 IResource resource1 = marker1.getResource(); local
256 IProject project1 = resource1.getProject();
263 delta = resource1.getName().compareTo(resource2.getName());
355 IResource resource1 = marker1.getResource(); local
358 IProject project1 = resource1.getProject();
365 delta = resource1.getName().compareTo(resource2.getName());
  /external/chromium/chrome/browser/content_settings/
content_settings_pref_provider_unittest.cc 328 std::string resource1("someplugin");
333 host, host, CONTENT_SETTINGS_TYPE_PLUGINS, resource1));
338 resource1,
342 host, host, CONTENT_SETTINGS_TYPE_PLUGINS, resource1));
host_content_settings_map_unittest.cc 636 std::string resource1("someplugin");
641 host, CONTENT_SETTINGS_TYPE_PLUGINS, resource1));
643 CONTENT_SETTINGS_TYPE_PLUGINS, resource1, CONTENT_SETTING_BLOCK);
646 host, CONTENT_SETTINGS_TYPE_PLUGINS, resource1));
675 std::string resource1("someplugin");
680 host, CONTENT_SETTINGS_TYPE_PLUGINS, resource1));
683 CONTENT_SETTINGS_TYPE_PLUGINS, resource1, CONTENT_SETTING_DEFAULT);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
ApplicationCacheItemsView.js 200 function numberCompare(field, resource1, resource2)
202 return sortDirection * (resource1[field] - resource2[field]);
204 function localeCompare(field, resource1, resource2)
206 return sortDirection * (resource1[field] + "").localeCompare(resource2[field] + "")
  /libcore/luni/src/test/etc/loading-test-jar/
TestMethods.java 128 InputStream in = cl.getResourceAsStream("test/Resource1.txt");
  /libcore/luni/src/test/java/dalvik/system/
DexClassLoaderTest.java 437 config, "test/Resource1.txt", "Muffins are tasty!\n");

Completed in 797 milliseconds