/external/yaffs2/yaffs2/ |
Kconfig | 79 required. This saves mount time, but makes the first look-up 133 but makes look-ups faster.
|
/frameworks/base/docs/html/guide/appendix/ |
app-intents.jd | 89 -90 (look straight up) to 90 (look straight down.)</td></tr>
|
/frameworks/base/docs/html/resources/samples/ |
get.jd | 5 <p>Sometimes, the best way to learn how things are done is to look at some 67 structure of each sample and look at the source code in each of its files. </p>
|
/frameworks/base/libs/rs/ |
rsElement.cpp | 90 // Look for an existing match. 114 // Look for an existing match.
|
/packages/apps/Email/src/org/apache/commons/io/filefilter/ |
package.html | 119 above example will look using FileFilterUtils:</p>
140 <p>There are a few other goodies in that class so please have a look at the
|
/packages/apps/Email/tests/src/com/android/email/ |
AccountUnitTests.java | 65 // Tweak it to look like an old account (with ".transportUri") 121 // tweak it to have the wrong settings - this is what IMAP accounts look like
|
/sdk/layoutlib_utils/src/com/android/layoutlib/utils/ |
ValueResourceParser.java | 148 // look for carriage return and replace all whitespace around it by just 1 space. 152 // look for whitespace on each side
|
/sdk/sdkmanager/app/etc/ |
android | 90 # else, if running in the Android source tree, then look for the correct swt folder in prebuilt 91 # else, look for the correct swt folder in the SDK under tools/lib/
|
/cts/tools/dasm/src/java_cup/ |
non_terminal.java | 129 /* look for a new change */ 137 /* only look at things that aren't already marked nullable */ 174 /* look for a new change */ 261 /* look and see if any of the productions now look nullable */
|
/external/proguard/src/proguard/classfile/util/ |
DynamicClassReferenceInitializer.java | 253 // Don't look for the dynamic construct. 355 // Note that we look for the class by name, since the referenced 361 // Note that we look for the method by name and type, since the 444 // First look for the class in the program class pool. 447 // Otherwise look for the class in the library class pool.
|
/external/webkit/JavaScriptCore/tests/mozilla/ |
runtests.pl | 29 # in it. then, open all the subdirectories, and look for js files. 223 # if it's not set, look for it relative to $moz_src 256 # look the directory that ends with or DBG.OBJ; otherwise 257 # look for the directory that ends with OPT.OBJ 369 "--d Look for a debug JavaScript executable (default is optimized)\n" .
|
/frameworks/base/core/java/android/text/ |
DynamicLayout.java | 192 int look = TextUtils.indexOf(text, '\n', where + after); local 193 if (look < 0) 194 look = len; 196 look++; // we want the index after the \n 198 int change = look - (where + after);
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex2.jd | 37 <p>Open the <code>Notepadv2</code> project and take a look around:</p> 40 Open and look at the <code>strings.xml</code> file under 45 Also, open and take a look at the top of the <code>Notepadv2</code> class, 304 <p>Take a look at the 312 look at it. This is the UI code for the Note Editor.</p> 449 an anonymous inner class. This is a bit confusing to look at unless you 510 now look like this:</p> 602 file, have a look around at some of the other options available (but be careful not to select 607 <code>AndroidManifest.xml</code> file and look at the source (use the 632 back into the notepad to look at the note you changed, you will find that al [all...] |
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex2.jd | 37 <p>Open the <code>Notepadv2</code> project and take a look around:</p> 40 Open and look at the <code>strings.xml</code> file under 45 Also, open and take a look at the top of the <code>Notepadv2</code> class, 304 <p>Take a look at the 312 look at it. This is the UI code for the Note Editor.</p> 449 an anonymous inner class. This is a bit confusing to look at unless you 510 now look like this:</p> 602 file, have a look around at some of the other options available (but be careful not to select 607 <code>AndroidManifest.xml</code> file and look at the source (use the 632 back into the notepad to look at the note you changed, you will find that al [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectResources.java | 132 // look for an already existing folder configuration. 236 // If not, we look for the actual content to give us the resource type. 249 // there isn't a single resource type out of this folder, so we look for all 347 // look for folders containing a file with the given name. 618 // look for the best match for the given configuration 674 // look to see if one resource has this qualifier. [all...] |
/external/quake/quake/src/WinQuake/data/ |
MANUAL.TXT | 216 brain and your eyes. Look up. An angled texture, a light shining under
267 Look Up A or PgDn
268 Look Down Z or Del
270 Mouse Look ** \ or center mouse button
271 Keyboard Look *** Ins
275 Look key is pressed.
276 *** The walk forward/backpedal arrows will look up and down while the
277 Keyboard Look key is pressed.
358 Has your computer look through your network. It will list all the
419 Look Up [all...] |
/external/icu4c/common/ |
bmpset.cpp | 281 // Look up the code point in its 4k block of code points. 324 // Look up the code point in its 4k block of code points. 364 // Look up the code point in its 4k block of code points. 413 // Look up the code point in its 4k block of code points. 456 // Look up the code point in its 4k block of code points. 593 // Look up the code point in its 4k block of code points. 709 // Look up the code point in its 4k block of code points.
|
/external/tagsoup/src/org/ccil/cowan/tagsoup/ |
AttributesImpl.java | 197 * Look up an attribute's index by Namespace name. 199 * <p>In many cases, it will be more efficient to look up the name once and 222 * Look up an attribute's index by qualified (prefixed) name. 241 * Look up an attribute's type by Namespace-qualified name. 263 * Look up an attribute's type by qualified (prefixed) name. 283 * Look up an attribute's value by Namespace-qualified name. 305 * Look up an attribute's value by qualified (prefixed) name.
|
/external/zlib/ |
FAQ | 207 than does PKZIP and zlib. However, you can look in zlib's contrib/blast 225 30. Is there some simpler, easier to read version of inflate I can look at 228 First off, you should read RFC 1951. Second, yes. Look in zlib's 234 zlib. Look here for some more information: 280 a version of zlib written in the Java language, look on the zlib home 303 Probably not. Look in the comp.compression FAQ for pointers to various 311 For PKZIP compatible "encryption", look at http://www.info-zip.org/
|
/frameworks/base/docs/html/resources/tutorials/testing/ |
helloandroid_test.jd | 73 If you'd like to read an overview of the test and instrumentation framework and the core test case classes available, look at 136 The dialog should now look like this: 212 The dialog should now look like this: 231 Open <code>HelloAndroidTest.java</code>. It should look like this: 352 should look like: 442 To look at the results for the individual methods in a test case class, 445 time needed to run that method. You can look at the method's code by
|
/external/qemu/memcheck/ |
memcheck_proc_management.c | 175 * tid - Thread ID to look up thread descriptor for. 211 /* Descriptor is not cached. Look it up in the list. Note that 228 * tid - Thread ID to look up process descriptor for. 486 ME("memcheck: FORK(%u, %u): Unable to look up parent process. Current tid=%u", 525 ME("memcheck: CLONE(%u, %u) Unable to look up parent process. Current tid=%u", 550 ME("memcheck: CMDL(%s, %u): Unable to look up process for current tid=%3u", 590 ME("memcheck: EXIT(%u): Unable to look up thread for current tid=%u", 711 ME("memcheck: MMAP(0x%08X, 0x%08X, 0x%08X, %s) Unable to look up current process. Current tid=%u", 756 ME("memcheck: UNMAP(0x%08X, 0x%08X) Unable to look up current process. Current tid=%u",
|
/bootable/recovery/minzip/ |
Hash.c | 175 * Look up an entry. 210 //LOGI("+++ look probing %d...\n", pEntry - pHashTable->pEntries); 311 * Look up an entry, counting the number of times we have to probe.
|
/dalvik/vm/ |
Hash.c | 171 * Look up an entry. 206 //LOGI("+++ look probing %d...\n", pEntry - pHashTable->pEntries); 339 * Look up an entry, counting the number of times we have to probe.
|
JarFile.c | 197 /* Even if we're not going to look at the archive, we need to 208 /* First, look for a ".odex" alongside the jar file. It will 231 * Pre-created .odex absent or stale. Look inside the jar for a
|
/external/bison/data/ |
yacc.c | 970 [/* The look-ahead symbol. */ 973 /* The semantic value of the look-ahead symbol. */ 978 /* Location data for the look-ahead symbol. */ 1003 /* Look-ahead token as an internal (translated) token number. */ 1174 look-ahead token if we need one and don't already have one. */ 1176 /* First try to decide what to do without reference to look-ahead token. */ [all...] |