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

  /external/chromium_org/chrome/installer/test/
pe_image_resources.h 41 typedef std::vector<EntryId> EntryPath;
51 typedef void (*EnumResource_Fn)(const EntryPath& path, uint8* data,
pe_image_resources.cc 30 DWORD directory_offset, upgrade_test::EntryPath &path,
119 resources_size, 0, EntryPath(), callback, context);
alternate_version_generator.cc 313 void VisitResource(const upgrade_test::EntryPath& path,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 57 self.entryPath = Entry(self.frameMain, textvariable=self.path,
63 self.entryPath.pack(anchor=W, padx=5, pady=3)
128 self.entryPath.focus_set()
139 self.entryPath.focus_set()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHelpSourceEdit.py 57 self.entryPath = Entry(self.frameMain, textvariable=self.path,
63 self.entryPath.pack(anchor=W, padx=5, pady=3)
128 self.entryPath.focus_set()
139 self.entryPath.focus_set()
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidJarLoader.java 164 String entryPath = entry.getName();
166 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) {
172 if (pathFilter.length() > 0 && !entryPath.startsWith(pathFilter)) {
175 String className = entryPathToClassName(entryPath);
232 String entryPath = entry.getName();
233 if (!entryPath.endsWith(SdkConstants.DOT_CLASS)) {
237 if (packageFilter.length() > 0 && !entryPath.startsWith(packageFilter)) {
241 String className = entryPathToClassName(entryPath);
279 private String entryPathToClassName(String entryPath) {
280 return entryPath.replaceFirst("\\.class$", "").replaceAll("[/\\\\]", "."); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
AndroidClasspathContainerInitializer.java 751 IPath entryPath = entry.getPath();
753 if (entryPath != null) {
754 if (entryPath.equals(android_lib)) {
    [all...]
ProjectHelper.java 198 * @param entryPath The OS specific path of the entry.
206 String entryPath, int entryKind) {
217 if (osPathString.equals(entryPath)) {
    [all...]
  /external/chromium_org/third_party/skia/src/pdf/
SkPDFDevice.cpp 403 SkPath entryPath;
409 entryPath.addRect(clipEntry->getRect());
411 entryPath = clipEntry->getPath();
413 entryPath.transform(transform);
416 *outClipPath = entryPath;
419 if (!Op(*outClipPath, entryPath, op, outClipPath)) {
    [all...]
  /external/skia/src/pdf/
SkPDFDevice.cpp 403 SkPath entryPath;
409 entryPath.addRect(clipEntry->getRect());
411 entryPath = clipEntry->getPath();
413 entryPath.transform(transform);
416 *outClipPath = entryPath;
419 if (!Op(*outClipPath, entryPath, op, outClipPath)) {
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_manager.js 913 var entryPath = this.sourceEntries[0].fullPath;
914 var i = entryPath.lastIndexOf('/');
915 var basename = (i < 0) ? entryPath : entryPath.substr(i + 1);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 

Completed in 1743 milliseconds