HomeSort by relevance Sort by last modified time
    Searched refs:folder (Results 151 - 175 of 207) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium/net/tools/testserver/
chromiumsync.py 36 TOP_LEVEL, # The type of the 'Google Chrome' folder.
49 # Well-known server tag of the top level "Google Chrome" folder.
438 entry.folder = True
549 if not self._entries[entry.parent_id_string].folder:
550 print 'Warning: Client sent non-folder parent. Should never happen.'
    [all...]
  /external/stlport/
configure.bat 518 echo Error: Invalid boost intallation folder ("%2").
622 echo Go to build/lib folder and type "nmake clean install" to build and
624 echo Go to build/test/unit folder and type nmake clean install to
625 echo build unit tests and install them in bin folder.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
RenderScriptProcessor.java 79 // We know we are in the gen folder, so make a path to the dependency file
80 // relative to the gen folder. Convert this into a Renderscript source file,
98 // we don't look in the 'gen' source folder as there will be no source in there.
114 protected boolean filterResourceFolder(IContainer folder) {
115 return ResourceFolderType.RAW.getName().equals(folder.getName());
187 // make a path to the source file relative to the source folder.
319 // get the root folder for the project as we're going to ignore everything that's
425 // this really shouldn't happen since the sourceFile must be in a source folder
428 // make a path to the source file relative to the source folder.
430 // remove the file name. This is now the destination folder
    [all...]
  /sdk/sdk_common/src/com/android/ide/common/resources/configuration/
FolderConfiguration.java 69 * Creates a {@link FolderConfiguration} matching the folder segments.
70 * @param folderSegments The segments of the folder name. The first segments should contain
71 * the name of the folder
72 * @return a FolderConfiguration object, or null if the folder name isn't valid..
108 * Returns the number of {@link ResourceQualifier} that make up a Folder configuration.
560 * Returns the name of a folder with the configuration.
562 public String getFolderName(ResourceFolderType folder) {
563 StringBuilder result = new StringBuilder(folder.getName());
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-starteam.jar 
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/ui/
DirListActivity.java 177 icon.setImageResource(R.drawable.folder);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PreCompilerBuilder.java 88 * <li>compiles the resources located in the res/ folder, along with the
131 /** Output folder for generated Java File. Created on the Builder init
137 * Progress monitor used at the end of every build to refresh the content of the 'gen' folder
174 private void processChildrenOf(IFolder folder) {
177 list = folder.members();
184 if (member.getType() == IResource.FOLDER) {
679 // refresh the 'gen' source folder. Once this is done with the custom progress
705 // remove all the derived resources from the 'gen' source folder.
707 // gen folder should not be derived, but previous version could set it to derived
774 IFolder folder = getGenManifestPackageFolder(); local
    [all...]
PostCompilerBuilder.java 147 // also remove the files in the output folder (but not the Eclipse output folder).
220 // get the android output folder
376 // refresh recursively bin/res folder
394 // refresh the bin folder content with no recursion to update the library
531 // refresh recursively bin/res folder
678 // refresh the bin folder content with no recursion.
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutReloadMonitor.java 106 // any resource folder (trigger a locale list refresh)
344 public void folderChanged(IProject project, ResourceFolder folder, int eventType) {
351 // this means a new resource folder was added or removed, which can impact the
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
GlobalProjectMonitor.java 47 * file, and folder listeners.
134 * with folder change events
138 * Sent when a folder changed.
139 * @param folder The file that was changed
142 public void folderChanged(IFolder folder, int kind);
188 * Listener bundle for folder event.
236 } else if (type == IResource.FOLDER) {
359 * Adds a folder listener.
374 * Removes an existing folder listener.
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 45 import com.android.emailcommon.mail.Folder;
64 class ImapFolder extends Folder {
75 /** The local mailbox associated with this remote folder */
178 * not calling checkOpen() since we don't care if the folder is open.
213 // IMAP supports folder creation
224 * not calling checkOpen() since we don't care if the folder is open.
254 public void copyMessages(Message[] messages, Folder folder,
261 ImapStore.encodeFolderName(folder.getName(), mStore.mPathPrefix)));
308 ImapFolder newFolder = (ImapFolder)folder;
    [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/archives/
ArchiveInstaller.java 202 // temp folder (in the SDK base folder) and use the archive name for the
589 * Install the given archive in the given folder.
603 // Ideally we want to always unzip in a temp folder which name depends on the package
604 // type (e.g. addon, tools, etc.) and then move the folder to the destination folder.
605 // If the destination folder exists, it will be renamed and deleted at the very
607 // original folder untouched in case something wrong (e.g. program crash) in the
611 // new folder. There are actually 2 cases:
612 // A- A process such as a the explorer is locking the *old* folder or a file insid
1043 File folder = new File(baseTempFolder, local
    [all...]
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/codeutils/db/utils/
DatabaseUtils.java 235 // List of candidate folder to be inspected
243 for (IFolder folder : folderCollection)
245 if (folder.exists())
247 // Get a list of files in the folder and try to find the .db files
250 for (IResource resource : folder.members())
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
Hyperlinks.java     [all...]
  /external/chromium/chrome/browser/resources/file_manager/js/
file_manager.js 136 'folder': 'images/filetype_large_folder.png',
189 * Returns parent folder path of file path.
214 rv = 'folder';
417 SELECT_FOLDER: 'folder',
478 this.newFolderButton_ = this.dialogDom_.querySelector('.new-folder');
497 this.dialogDom_.querySelector('button.new-folder').addEventListener(
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar 
  /external/chromium/chrome/browser/sync/engine/
process_commit_response_command.cc 377 (committed_entry.folder() ||
syncapi.h 344 void SetIsFolder(bool folder);
    [all...]
syncer_unittest.cc     [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
autoinstall.py 82 Defaults to a subdirectory of the folder containing
436 target_name: The name of the folder or file in the autoinstaller
  /packages/apps/Launcher2/src/com/android/launcher2/
FocusHelper.java 822 final Folder folder = (Folder) layout.getParent(); local
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
LocaleManager.java 170 * Returns a flag for a given resource folder name (such as
173 * @param folder the folder name
177 public Image getFlagForFolderName(@NonNull String folder) {
180 for (String qualifier : Splitter.on('-').split(folder)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java 340 * @return A file:// URL on the local documentation folder if it exists or null.
441 // load the project.properties from the project folder.
676 * Returns the {@link AvdManager}. If the AvdManager failed to parse the AVD folder, this could
835 * @param osDocsPath Path to the documentation folder in the current SDK.
836 * The folder may not actually exist.
837 * @return A file:// URL on the local documentation folder if it exists or null.
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DuplicateIdDetector.java 414 File folder = from.getFile().getParentFile(); local
415 File candidate = new File(folder, name + DOT_XML);
  /frameworks/base/core/java/android/provider/
Settings.java     [all...]

Completed in 517 milliseconds

1 2 3 4 5 67 8 9