HomeSort by relevance Sort by last modified time
    Searched full:isn (Results 501 - 525 of 2318) sorted by null

<<21222324252627282930>>

  /prebuilt/linux-x86/toolchain/sh-4.3.3/libexec/gcc/sh-linux-gnu/4.3.3/install-tools/
mkinstalldirs 69 # Solaris 8's mkdir -p isn't thread-safe. If you mkdir -p a/b and
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ChunkHandler.java 70 * in sub-classes should call this if the chunk type isn't recognized.
  /system/core/toolbox/
mount.c 182 * mount readwrite and this isn't a remount,
  /system/wlan/ti/wilink_6_1/Test/
HealthMonitorDbg.c 96 WLAN_OS_REPORT(("Scan isn't running at the moment, so try again (make sure it is enabled)\n"));
  /system/wlan/ti/wilink_6_1/platforms/os/common/inc/
osApi.h 186 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available)
202 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available)
295 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available)
311 * \return Pointer to the allocated memory on success ; NULL on failure (there isn't enough memory available)
  /external/icu4c/i18n/
nfrs.cpp 35 // isn't as much range as we get with longs. We probably still
204 // (this isn't a for loop because we might be deleting items from
353 // (if there isn't a negative-number rule, we pretend it's a
363 // if the number isn't an integer, we use one of the fraction rules...
398 // (if there isn't one, pretend the number is positive)
  /frameworks/base/core/java/android/widget/
ExpandableListConnector.java 135 * for). If there isn't an expanded group prior to the group being
250 * return null since the child isn't being shown in the ListView, and hence it has no
322 /* If it isn't a group, return null */
779 // If there isn't a selection don't hunt for it
    [all...]
ExpandableListView.java 282 // This item isn't on the screen
347 // Empty check based on availability of data. If the groupMetadata isn't null,
389 // Only proceed as possible child if the divider isn't above all items (if it is above
    [all...]
  /frameworks/base/core/java/android/content/
SyncManager.java 559 // this isn't strictly server, since arbitrary callers can (and do) request
573 // or clear it if this authority isn't syncable
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
DOMHelper.java 61 * TODO: This isn't directly compatable with DOM Level 2.
192 * There are some cases where ordering isn't defined, and neither are
428 // but it isn't clear that scanning from the middle doesn't
664 // there isn't a prefix, we're done.
909 // that is #PCDATA from whitespace that isn't. That requires
    [all...]
  /external/v8/src/arm/
ic-arm.cc 268 // Check that the value isn't a smi.
299 // Check that the receiver isn't a smi.
426 // Check that the receiver isn't a smi.
537 // Check that the object isn't a smi.
618 // Check that the receiver isn't a smi.
690 // Check that the object isn't a smi.
  /external/webkit/WebKit/mac/WebView/
WebPDFView.mm 506 // Surprisingly enough, this isn't defined in any superclass, though it is defined in assorted AppKit classes since
522 // This is tested in -[WebFrameView canPrintHeadersAndFooters], but isn't declared anywhere (yuck)
528 // This is tested in -[WebFrameView printOperationWithPrintInfo:], but isn't declared anywhere (yuck)
614 LOG_ERROR("[WebPDFView setMarkedTextMatchesAreHighlighted:] called with YES, which isn't supported");
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 402 // sort of an "invisible attachment" so that the message isn't thrown
414 * sort of an "invisible attachment" so that the message isn't thrown
730 // is holding onto a thread id that isn't in the database. If a new message arrives
889 // If Mms isn't enabled, the rest of the Messaging UI should not be using any
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 124 // Check that the receiver isn't a smi.
177 // Check that the receiver isn't a smi.
198 // Check that the object isn't a smi.
317 // Check that the receiver isn't a smi.
695 // Check that the receiver isn't a smi.
883 // Check that the object isn't a smi.
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2RTFDTM.java 214 * %REVIEW% Y'know, this isn't all that much of a deoptimization. We
238 * %REVIEW% Y'know, this isn't all that much of a deoptimization. We
  /dalvik/vm/
UtfString.c 30 * This isn't part of the VM init sequence because it's hard to get the
120 * our purposes that isn't necessary.
  /dalvik/vm/jdwp/
JdwpMain.c 269 * have a timeout if the handshake reply isn't received in a
345 * Return the thread handle, or (pthread_t)0 if the debugger isn't running.
  /development/pdk/docs/porting/
display_drivers.jd 35 <p>When a page flip is required, Android makes another <code>FBIOPUT_VSCREENINFO</code> ioctl call with a new y-offset pointing to the other buffer in video memory. This ioctl, in turn, invokes the driver's <code>.fb_pan_display</code> function in order to do the actual flip. If there isn't sufficient video memory, regular memory is used and is just copied into the video memory when it is time do the flip. After allocating the video memory and setting the pixel format, Android uses <code>mmap()</code> to map the memory into the process's address space. All writes to the frame buffer are done through this mmaped memory.</p>
36 <p>To maintain adequate performance, framebuffer memory should be cacheable. If you use write-back, flush the cache before the frame buffer is written from DMA to the LCD. If that isn't possible, you may use write-through. As a last resort, you can also use uncached memory with the write-bugger enabled, but performance will suffer.</p>
  /external/bison/lib/
timevar.c 304 /* If the stack isn't empty, attribute the current elapsed time to
466 /* If the stack isn't empty, attribute the current elapsed time to
  /external/bluetooth/glib/gio/fen/
fen-data.c 162 * If the node is existed, and isn't ported, then emit created
217 /* Be sure data isn't ported and add to port successfully */
  /external/bluetooth/glib/gio/
gioenums.h 315 * @G_IO_ERROR_NOT_EMPTY: File is a directory that isn't empty.
326 * @G_IO_ERROR_NOT_MOUNTED: File isn't mounted.
  /external/bluetooth/glib/tests/
uri-test.c 119 * it isn't recognized anyway.
464 /* putenv with no = isn't standard, but works to unset the variable
  /external/clearsilver/util/
neo_net.c 164 /* FIXME: This isn't thread safe... but there's no man entry for the _r
326 * conn_timeout on the first read ... this isn't quite the same as we
skiplist.c 271 if(y->key == key) { /* y has our key, or it isn't here */
598 /* check that we found the key, and it isn't deleted */
  /external/dhcpcd/
dhcpcd.8 221 Sometimes, this isn't desirable if for example you have root mounted over NFS.
379 The interface configuration isn't touched and neither are any configuration

Completed in 165 milliseconds

<<21222324252627282930>>