/external/icu4c/common/ |
umapfile.c | 14 * is here. The rest of the ICU Data implementation uses only the 146 /* give the security descriptor a Null Dacl done using the "TRUE, (PACL)NULL" here */ 317 * The idea here is to hide the fact that 390 is using dll loading from the 438 and this here straightened out with LIB_PREFIX and LIB_SUFFIX (both empty?!) 462 /* we have a data DLL - what kind of lookup do we need here? */
|
/external/mtpd/ |
l2tp.c | 39 /* 0 is reserved. We put ACK here just for convenience. */ 64 /* This is incomplete. Only those we used are listed here. */ 109 * negotiation. Here we use the same interval to keep things simple. */ 421 /* Here is the fun part. We always try to protect our tunnel and session 529 /* We reach here if we got an unexpected message. Log it and send ACK. */
|
/external/v8/src/ |
platform-macos.cc | 28 // Platform specific code for MacOS goes here. For the POSIX comaptible parts 60 // Manually define these here as weak imports, rather than including execinfo.h. 154 // TODO(1240712): munmap has a return value which is ignored here. 418 // one) so we initialize it here too. 508 // platform is not needed here.
|
platform-solaris.cc | 28 // Platform specific code for Solaris 10 goes here. For the POSIX comaptible 155 // TODO(1240712): munmap has a return value which is ignored here. 165 // TODO(1240712): mprotect has a return value which is ignored here. 171 // TODO(1240712): mprotect has a return value which is ignored here. 364 // one) so we initialize it here too.
|
/external/webkit/WebCore/bindings/js/ |
JSDOMWindowCustom.cpp | 180 // FIXME: We should have a message here that explains why the property access/function call was 186 // We need to check for cross-domain access here without printing the generic warning message 197 // We need this code here because otherwise JSDOMWindowBase will stop the search before we even get to the 270 // FIXME: Search the whole frame hierarchy somewhere around here. 678 // the outgoingReferrer. We replicate that behavior here. 684 // FIXME: It's much better for client API if a new window starts with a URL, here where we 692 // We pass in the opener frame here so it can be used for looking up the frame name, in case the active frame 777 // here. 838 wargs.width = WindowFeatures::floatFeature(features, "dialogwidth", 100, screenRect.width(), 620); // default here came from frame size of dialog in MacIE [all...] |
/external/webkit/WebCore/rendering/ |
RenderLayerBacking.cpp | 172 // Calling updateGraphicsLayerGeometry() here gives incorrect results, because the 177 // The solution is to update compositing children of this layer here, 237 // Set transform property, if it is not animating. We have to do this here because the transform 386 // so it's not inserted here. 511 // relative to it. So we can break here. 538 // FIXME: share more code here 561 // FIXME: share more code here 646 // so test for 0x0 RenderTexts here [all...] |
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex2.jd | 87 menu callback used for the options menu. Here, we add just one line, which will add a menu item 98 these here, because we only have one kind of object in the Activity that uses context menus. In the next 119 <p>Here, we retrieve the {@link android.widget.AdapterView.AdapterContextMenuInfo AdapterContextMenuInfo} 187 <code>startActivityForResult()</code> method call. Here's the code that 203 to pass in to intent invocations. Here, we are 225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill 249 <p>Here's the code that belongs in your <code>onActivityResult()</code>:</p> 319 here that we haven't seen before: <code>android:layout_weight</code> (in 453 in Java development, particularly for user interfaces.) Here's the empty listener:<br> 582 which IntentFilters the activity implements here, but we are going to ski [all...] |
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex2.jd | 87 menu callback used for the options menu. Here, we add just one line, which will add a menu item 98 these here, because we only have one kind of object in the Activity that uses context menus. In the next 119 <p>Here, we retrieve the {@link android.widget.AdapterView.AdapterContextMenuInfo AdapterContextMenuInfo} 187 <code>startActivityForResult()</code> method call. Here's the code that 203 to pass in to intent invocations. Here, we are 225 methods use an asynchronous Intent invocation. We need a handler for the callback, so here we fill 249 <p>Here's the code that belongs in your <code>onActivityResult()</code>:</p> 319 here that we haven't seen before: <code>android:layout_weight</code> (in 453 in Java development, particularly for user interfaces.) Here's the empty listener:<br> 582 which IntentFilters the activity implements here, but we are going to ski [all...] |
/external/tcpdump/ |
print-rx.c | 532 * printing functions Note that we handle abort packets here, 784 * Print out the afs call we're invoking. The table used here was 933 * Print out the afs call we're invoking. The table used here was 1102 * Print out the afs call we're invoking. The table used here was 1113 * Print out the afs call we're invoking. The table used here was 1181 * Print out the afs call we're invoking. The table used here was 1233 * Print out the afs call we're invoking. The table used here was 1373 * Print out the afs call we're invoking. The table used here was [all...] |
/frameworks/base/docs/html/guide/developing/tools/ |
adb.jd | 122 Here's an example serial number: <code>emulator-5554</code></li> 138 <p>Here's an example showing the <code>devices</code> command and its output:</p> 159 <p>Here is an example: </p> 181 <p>You can use the <code>forward</code> command to set up arbitrary port forwarding — forwarding of requests on a specific host port to a different port on an emulator/device instance. Here's how you would set up forwarding of host port 6100 to emulator/device port 7100:</p> 183 <p>You can also use adb to set up forwarding to named abstract UNIX domain sockets, as illustrated here:</p> 200 <p>Here's an example: </p> 336 <td>You can prepend this command to other adb commands, in which case adb will wait until the emulator/device instance is connected before issuing the other commands. Here's an example: 416 <p>Here's an example: </p> 547 <p>Here's an example of logcat output that shows that the message relates to priority level "I" and tag "ActivityManager":</p> 555 <p>Here's an example of a filter expression that suppresses all log messages except those with the tag "Ac (…) [all...] |
/packages/apps/Phone/src/com/android/phone/ |
InCallScreen.java | 144 // TODO (Moto):These constants don't really belong here, 298 // NOTE: if you add a new dialog here, be sure to add it to dismissAllDialogs() also. 353 // TODO: A full updateScreen() is overkill here, since 381 // should finish the activity here to close the window. 438 // look up the current state here, since any UI 581 // TODO: These should both be ViewStubs, and right here we should 608 // No need to change wake state here; that happens in onResume() when we [all...] |
/packages/apps/Email/src/com/android/email/ |
MessagingController.java | 533 // TODO - this comment was here, but no code was here. [all...] |
/dalvik/vm/analysis/ |
DexVerify.c | 118 * By the time we get here, the value of gDvm.classVerifyMode should already 247 * so we don't need to worry about it here. 433 * here is ensure that the field index is in the valid range. 458 * here is ensure that the method index is in the valid range. 477 * here is ensure that the string index is in the valid range. 529 * TODO: move some of the "CF" items in here for better performance (the 577 /* plain no-op or switch table data; nothing to do here */
|
/external/e2fsprogs/ext2ed/ |
dir_com.c | 17 the functions here are a superset of those in the file_com.c source. 19 We assume that the user reached here using the dir command of the inode type and not by using settype dir, so 180 This is a complicated operation, so I would repeat here the explanation from the design and 302 else { /* If we can't continue from here, we'll just stop */ 392 Here we pass to the inode pointed by the current entry. 541 This is overrided here because we don't remember a directory - It is too complicated. Instead, we remember the 588 Since the dir object doesn't have variables, we provide the impression that it has here. ext2_dir_entry was not used
|
/external/grub/docs/ |
internals.texi | 36 Here is the memory map of the various components: 49 The optional Stage 1.5 is loaded here 55 Stage 1 is loaded here by BIOS or another boot loader 61 Stage2 is loaded here 128 The trick here is that it is actually read backward, and the first 129 8-byte block list is not read here, but after the pointer is decremented 392 @email{bug-grub@@gnu.org}. Here is the list of items of which you
|
/external/opencore/fileformats/mp4/parser/src/ |
sampletochunkatom.cpp | 532 return (uint32)PV_ERROR; // Should never get here 609 return (uint32)PV_ERROR; // Should never get here 690 // In last run of chunks - we know the chunk is here 826 return 0; // Should never get here [all...] |
/external/webkit/WebCore/page/ |
DragController.cpp | 73 // FIXME: We should fake modifier keys here. 165 clipboard->setAccessPolicy(ClipboardNumb); // invalidate clipboard here for security 188 clipboard->setAccessPolicy(ClipboardNumb); // invalidate clipboard here for security 501 clipboard->setAccessPolicy(ClipboardNumb); // invalidate clipboard here for security 511 clipboard->setAccessPolicy(ClipboardNumb); // invalidate clipboard here for security 722 // Only way I know to get here is if to get here is if the original element clicked on in the mousedown is no longer
|
/frameworks/base/docs/html/guide/topics/data/ |
data-storage.jd | 109 Here is an example that saves a preference for silent keypress mode in a 246 here's how you can check the availability:</p> 333 <li><code>Music/</code> - Media scanner classifies all media found here as user music.</li> 334 <li><code>Podcasts/</code> - Media scanner classifies all media found here as a podcast.</li> 335 <li><code>Ringtones/ </code> - Media scanner classifies all media found here as a ringtone.</li> 336 <li><code>Alarms/</code> - Media scanner classifies all media found here as an alarm sound.</li> 337 <li><code>Notifications/</code> - Media scanner classifies all media found here as a notification
|
/ndk/docs/ |
ANDROID-MK.TXT | 59 Here, we can see: 74 ---------- cut here ------------------ 83 ---------- cut here ------------------ 122 not list header and included files here, because the build system will 156 ---------- cut here ------------------ 163 ---------- cut here ------------------ 165 So, here we go:
|
/external/emma/core/java12/com/vladium/emma/instr/ |
InstrProcessorST.java | 167 // however, we can't skip it here because there is no guarantee that 199 // BUG_SF989071: using outFile here instead resulted in 310 // skipping these entries here is important: this is done as a complement 392 // in full copy mode, create all dirs here; in copy mode, do it as part 421 // however, we can't skip it here because there is no guarantee that 666 createDir (classesDir, false); // note: not using mkdirs() here 669 createDir (libDir, false); // note: not using mkdirs() here [all...] |
/external/freetype/src/truetype/ |
ttgxvar.c | 1123 FT_ULong here; local 1330 FT_ULong here; local [all...] |
/external/webkit/LayoutTests/http/conf/ |
fedora-httpd.conf | 10 # Do NOT simply read the instructions in here without understanding 11 # what they do. They're here only as hints or reminders. If you are unsure 149 # to be loaded here. 268 # If your host doesn't have a registered DNS name, enter its IP address here. 446 # logged here. If you *do* define an error logfile for a <VirtualHost> 447 # container, that host's errors will be logged there and not here. 474 # container, they will be logged here. Contrariwise, if you *do* 504 # Aliases: Add here as many aliases as you need (with no limit). The format is 624 # more or less alphabetized them here. You probably want to change this.
|
/dalvik/libcore/luni/src/main/java/org/apache/harmony/luni/internal/util/ |
ZoneInfoDB.java | 150 // Don't attempt to log here because the logger requires this class to be initialized 234 // probably better to continue than to fail here 326 // use localtime here so that the simulator works
|
/development/simulator/app/ |
MessageStream.cpp | 126 * DO NOT call LOG() from here. 132 /* get string lengths; we add one here to include the '\0' */ 266 * DO NOT call LOG() from here, as we could be in the process of sending
|
/external/bluetooth/glib/gthread/ |
gthread-posix.c | 105 * defines so we just set them here. The corresponding macros 324 /* No error check here, because some systems can't do it and 332 /* No error check here, because some systems can't do it and we
|