HomeSort by relevance Sort by last modified time
    Searched full:folder (Results 1 - 25 of 2228) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/apache-harmony/luni/src/test/resources/org/apache/harmony/luni/tests/java/net/
url-test.jar 
  /libcore/harmony-tests/src/test/resources/tests/resources/net/
url-test.jar 
  /sdk/files/
README_add-ons.txt 1 Add-on folder.
2 Drop vendor supplied SDK add-on in this folder
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
FolderOperations.java 20 import com.android.mail.providers.Folder;
32 * Object that contains a list of folder operations (application/removals of folders)
39 * The key is the canonical name of the Folder, and the value is a boolean,
40 * when true, the Folder should be added, and when false, the Folder
51 public FolderOperations(Folder folder, boolean add) {
53 if (folder != null) {
54 add(folder, add);
56 LogUtils.e(LOG_TAG, "FolderOperation created with null Folder object")
    [all...]
FolderSelector.java 20 import com.android.mail.providers.Folder;
23 * Interface that permits elements to implement selecting a folder.
24 * The single method {@link #onFolderSelected(com.android.mail.providers.Folder)} defines what
25 * happens when a folder is selected.
29 * Selects the folder provided as an argument here. This corresponds to the user
30 * selecting a folder in the UI element, either for creating a widget/shortcut (as in the
32 * the folder (as in the case of {@link AbstractActivityController}.
33 * @param folder
35 public void onFolderSelected(Folder folder);
    [all...]
  /external/chromium_org/third_party/sqlite/src/ext/
README.txt 2 of this folder.
  /external/chromium_org/third_party/sqlite/src/ext/fts1/
README.txt 1 This folder contains source code to the first full-text search
  /frameworks/multidex/instrumentation/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /frameworks/multidex/library/res/
.readme 1 This hidden file is there to ensure there is an res folder
  /hardware/intel/common/libva/
Android.mk 1 # Recursive call sub-folder Android.mk
  /hardware/intel/common/libva/test/
Android.mk 1 # Recursive call sub-folder Android.mk
  /sdk/testapps/testProjectTest/app/src/
readme.txt 1 Just there so that the src folder doesn't disappear
  /external/chromium_org/native_client_sdk/src/doc/
_reference_toc.yaml 3 path: /native-client/${folder}/pepperc/
6 path: /native-client/${folder}/pepperc/group___interfaces
9 path: /native-client/${folder}/pepperc/struct_p_p_b___audio__1__0
11 path: /native-client/${folder}/pepperc/struct_p_p_b___audio_config__1__1
13 path: /native-client/${folder}/pepperc/struct_p_p_b___console__1__0
15 path: /native-client/${folder}/pepperc/struct_p_p_b___core__1__0
17 path: /native-client/${folder}/pepperc/struct_p_p_b___file_i_o__1__1
19 path: /native-client/${folder}/pepperc/struct_p_p_b___file_ref__1__1
21 path: /native-client/${folder}/pepperc/struct_p_p_b___file_system__1__0
23 path: /native-client/${folder}/pepperc/struct_p_p_b___fullscreen__1__
    [all...]
_project.yaml 3 home_url: /native-client/${folder}/
  /sdk/emulator/skins/assets/
README.txt 1 The svg files in these folder were used to generate the corresponding
2 png images in the 'dynamic' skin folder. Edit these in Inkscape or some
  /external/junit/src/org/junit/rules/
TemporaryFolder.java 16 * public TemporaryFolder folder= new TemporaryFolder();
20 * File createdFile= folder.newFile("myfile.txt");
21 * File createdFolder= folder.newFolder("subfolder");
28 private File folder; field in class:TemporaryFolder
45 folder= newFolder();
49 * Returns a new fresh file with the given name under the temporary folder.
58 * Returns a new fresh file with a random name under the temporary folder.
61 return File.createTempFile("junit", null, folder);
65 * Returns a new fresh folder with the given name under the temporary folder
    [all...]
  /external/chromium_org/components/test/data/bookmarks/
model_without_sync.json 16 "name": "Folder A",
17 "type": "folder"
23 "type": "folder"
37 "name": "Folder B",
38 "type": "folder"
44 "type": "folder"
  /external/chromium_org/build/android/ant/empty/res/
.keep 1 # This empty res folder can be passed to aapt while building Java libraries or
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
delete_bookmarks.applescript 5 -- This script deletes all the items within a bookmark folder.
7 set var to bookmark folder "New" of bookmarks bar
8 -- Change the folder to whichever you want.
11 delete every bookmark folder
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/data/
_README.txt 2 the feedPublish.*.properties files in the properties/ folder
  /external/llvm/tools/lli/ChildTarget/
CMakeLists.txt 8 set_target_properties(lli-child-target PROPERTIES FOLDER "Misc")
  /frameworks/av/include/private/
README 1 This folder contains private include files.
  /frameworks/base/include/private/
README 1 This folder contains private include files.
  /frameworks/base/tests/SmokeTestApps/
README 1 The apps in this folder are intentionally bad-behaving apps that are intended
  /frameworks/base/tools/layoutlib/bridge/.settings/
README.txt 1 Copy this in eclipse project as a .settings folder at the root.

Completed in 1301 milliseconds

1 2 3 4 5 6 7 8 91011>>