Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 44) sorted by relevance

12

/development/simulator/app/
DPhoneCollection.cpp42 void PhoneCollection::ScanForPhones(const char* directory) in ScanForPhones() argument
54 dirp = opendir(directory); in ScanForPhones()
58 directory); in ScanForPhones()
70 dirName = directory; in ScanForPhones()
111 fprintf(stderr, "ERROR: no phone data found in '%s'\n", directory); in ScanForPhones()
DPhoneData.cpp158 bool PhoneView::ProcessAndValidate(TiXmlNode* pNode, const char* directory) in ProcessAndValidate() argument
209 if (!ProcessImage(pChild, directory)) in ProcessAndValidate()
212 if (!ProcessButton(pChild, directory)) in ProcessAndValidate()
234 bool PhoneView::ProcessImage(TiXmlNode* pNode, const char* directory) in ProcessImage() argument
264 fileName = directory; in ProcessImage()
283 bool PhoneView::ProcessButton(TiXmlNode* pNode, const char* directory) in ProcessButton() argument
322 fileName = directory; in ProcessButton()
438 bool PhoneMode::ProcessAndValidate(TiXmlNode* pNode, const char* directory) in ProcessAndValidate() argument
464 result = tmpDisplay.ProcessAndValidate(pChild, directory); in ProcessAndValidate()
537 bool PhoneData::Create(const char* directory) in Create() argument
[all …]
DPhoneData.h183 bool ProcessAndValidate(TiXmlNode* pNode, const char* directory);
184 bool ProcessImage(TiXmlNode* pNode, const char* directory);
185 bool ProcessButton(TiXmlNode* pNode, const char* directory);
259 bool ProcessAndValidate(TiXmlNode* pNode, const char* directory);
308 bool Create(const char* directory);
DPhoneCollection.h31 void ScanForPhones(const char* directory);
DREADME16 $HOME directory or in $cwd. The copy in $cwd takes priority. If a
17 config file does not exist, one will be created in your home directory.
18 (Note that the current directory is set by "runsim.sh", so if you launch
20 "install" directory.)
/development/ide/emacs/
Dandroid-compile.el49 (defun android-makefile-exists-p (directory)
52 (or (file-exists-p (concat directory "Android.mk"))
53 (file-exists-p (concat directory "Makefile"))))
/development/samples/SkeletonApp/
Dreadme.txt5 This directory contains the full implementation of a basic application for
23 Under this directory is the Java source for for your application.
36 Under this directory are the resources for your application.
41 The res/layout/ directory contains XML files describing user interface
50 The res/drawable/ directory contains images and other things that can be
/development/pdk/docs/porting/
Dintro_source_code.jd17directory) and Android platform and applications (<code>device</code> directory). This document pr…
45 <p>The following list outlines the directory structure found within the <code>device</code> branch …
94 …droid libraries. This directory is intended to host unmodified external code. None of the librarie…
129 Device-specific configuration files. This directory will include a subdirectory for each new device.
168 … code to the Android source tree under the <code>partner</code> directory in a directory specific …
Dbuild_new_device.jd25 <li>Create a company directory in <code>//vendor/</code>.<br/>
28 …<li>Create a <code>products</code> directory beneath the company directory you created in step 1.<…
42 …<li>In the <code>products</code> directory, create an <code>AndroidProducts.mk</code> file that po…
47 # the directory containing this file.
57 …<li>Create a board-specific directory beneath your company directory that matches the <code>PRODUC…
60 …<li>Create a <code>BoardConfig.mk</code> file in the directory created in the previous step (<code…
67 …a <code>system.prop</code> file in your <code>&lt;board_name&gt;</code> directory(<code>vendor/&lt…
/development/pdk/docs/
DREADME1 This directory contains the source for the source.android.com site contents.
14 This directory originated as the PDK home (hence the name) and grew to
/development/tools/idegen/
DREADME18 From the project's root directory...
45 From the project's root directory...
51 3) Import the project root directory into your Eclipse workspace. If you
62 "excluded-paths" file in the project's root directory. For example, you
69 create a file named "path-precedence" in your project's root directory.
71 path (relative to the project's root directory). If a given source root's
Dexcluded-paths9 # directory and add their own excludes to slim down their build.
62 # This directory contains only an R.java file which is the same as the one in
/development/pdk/
DREADME28 so you can have a record of the build commands in the logs directory.
31 5) the pdk and pndk tar file is put in the dist directory.
95 where the docs directory contains: pdk.py, app.yaml, and the online-pdk directory,
100 where the docs directory contains: pdk.py, app.yaml, and the online-pdk directory,
/development/pdk/pndk/samples/samplejni/
DREADME22 Click the Browse button and browse to the pndk/samplejni directory
37 ANDROID_SDK_BASE=<directory where SDK is installed> make
/development/ndk/samples/module-exports/
DREADME.TXT6 'foo' exports its include directory and a linker flag
/development/pdk/docs/source/
Dgit-repo.jd10 …e Repo command you can download files from multiple repositories into your local working directory.
35 $ mkdir <i>working-directory-name</i>
36 <br>$ cd <i>working-directory-name <br></i>
69 …mmand, git diff. Before running it, be sure you are down in the project directory:<br>$ cd ~/<i>wo…
78 <li>Change into the relevant project directory, run git add and git commit for the files in questio…
88 To update your local working directory after changes are merged in Gerrit:<br>$repo sync <br><br>To…
92 …state information is stored in your client, you only need to delete the directory from your filesy…
93 <br>$ rm -rf <i>working-directory-name</i>
118directory. This creates a .repo/ directory that contains Git repositories for the Repo source code…
119 …mmands, the current working directory must either be the parent directory of .repo/ or a subdirect…
[all …]
Dsubmit-patches.jd20 First, download the source into your working directory, as described in <a
44directory should be "staged" for inclusion in the next commit, run git add without any arguments. …
49 To see uncommitted changes, cd into the project directory and run <br><br>$ git
51 between the files in your working directory and the committed
55 …it diff will show you the differences between the files in your working directory and the staged f…
56 …ommit if you were to commit right now, make sure you are in the project directory and then run <br…
58 … working, commit your edits by using git commit from within the project directory:<br><span>$ cd ~…
62 does not find changes to be committed, it will report "nothing to commit (working directory clean)"…
107 <br><br>where target is the local directory into which the change should be downloaded andchange is…
/development/host/windows/usb/winusb/
DBUILDME.TXT3 need to set one of the WDK's build environments, "cd" back into this directory,
/development/pdk/doxygen_config/docsfiles/
Dmain.dox4 …* the original directory structure when you unzipped the documentation, you may also return to th…
/development/samples/JetBoy/
DJETBOY_content_README.txt5 1. Open a command prompt and go to the directory where the JetCreator tool is located.
/development/docs/
Dhowto_build_SDK.txt160 - A directory where to place the final SDK. It will also hold some temporary
217 - Unpack "eclipse-rcp-ganymede-SR2-linux-gtk.tar.gz" in the directory of
224 This will create an "eclipse" directory in the current directory.
226 - Set ECLIPSE_HOME to that "eclipse" directory:
253 directory and an optional build number:
259 The first argument is the destination directory. It must be absolute. Do not
260 give a relative destination directory such as "../mysdk". This will make the
/development/scripts/app_engine_server/gae_shell/
DREADME16 your app's source directory. Then, copy the URL handlers from app.yaml into
/development/tools/idegen/src/
DConfiguration.java114 private static void traverse(File directory, Set<File> sourceRoots, in traverse() argument
126 File[] files = directory.listFiles(); in traverse()
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT17 need to set one of the WDK's build environments, "cd" back into this directory,
/development/host/windows/usb/api/
DBUILDME.TXT17 need to set one of the WDK's build environments, "cd" back into this directory,

12