HomeSort by relevance Sort by last modified time
    Searched full:since (Results 1401 - 1425 of 13865) sorted by null

<<51525354555657585960>>

  /ndk/sources/host-tools/ndk-stack/elff/
elf_alloc.h 69 * This will be much faster than going to the heap all the time, and since we
132 * Since deleting for chunk-allocated objects is a "no-op", we don't do
140 * Since deleting for chunk-allocated objects is a "no-op", we don't do
  /packages/apps/Dialer/tests/src/com/android/dialer/calllog/
CallLogAdapterTest.java 97 // Since there is nothing in the cache, it is an immediate request.
129 // Since there is something in the cache, it is not an immediate request.
159 // Since there is something in the cache, it is not an immediate request.
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
EmailClientConnectionManager.java 147 * @param since A timestamp in millis from epoch from which to check
151 public synchronized boolean hasDetectedUnsatisfiedCertReq(long since) {
152 return mTrackingKeyManager.getLastCertReqTime() >= since;
  /packages/apps/Email/src/org/apache/commons/io/filefilter/
AndFileFilter.java 33 * @since Commons IO 1.0
48 * @since Commons IO 1.1
59 * @since Commons IO 1.1
OrFileFilter.java 33 * @since Commons IO 1.0
48 * @since Commons IO 1.1
59 * @since Commons IO 1.1
  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 39 /** The list of apps that have been added since the last notify() call. */
42 /** The list of apps that have been removed since the last notify() call. */
44 /** The list of apps that have been modified since the last notify() call. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp_defs.h 172 * The following structure records the time in seconds since
176 time_t xmit_idle; /* time since last NP packet sent */
177 time_t recv_idle; /* time since last NP packet received */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp_defs.h 172 * The following structure records the time in seconds since
176 time_t xmit_idle; /* time since last NP packet sent */
177 time_t recv_idle; /* time since last NP packet received */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp_defs.h 172 * The following structure records the time in seconds since
176 time_t xmit_idle; /* time since last NP packet sent */
177 time_t recv_idle; /* time since last NP packet received */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
JUnitLaunchConfigDelegate.java 42 * the classpath since it can find a correct reference to all the necessary
51 * projects should be neutral since:
94 * Add the junit.jar to the user classpath; since Eclipse was relying on
  /external/apache-xml/src/main/java/org/apache/xml/utils/
UnImplNode.java 711 * @since DOM Level 2
1139 * @since DOM Level 3
1158 * @since DOM Level 3
1178 * @since DOM Level 3
1201 * @since DOM Level 3
1224 * @since DOM Level 3
1248 * @since DOM Level 3
1296 * @since DOM Level 3
    [all...]
  /external/chromium/net/socket/
socks5_client_socket.cc 188 // Since Run() may result in Read being called,
262 // Since we only have 1 byte to send the hostname length in, if the
389 // We ignore the case when result is 0, since the underlying Write
454 // size. Since for IPv4/IPv6 the size is fixed and hence no 'size' is
478 // of the response since they represent the SOCKSv5 endpoint and have
  /external/elfutils/libelf/
elf_end.c 86 /* We cannot remove the descriptor now since we still have some
88 symbol table since this is only available via the archive ELF
89 descriptor. The long name table cannot be freed yet since
167 'free' since it will check for this. */
188 We don't free the buffers themselves since this
  /external/guava/guava/src/com/google/common/collect/
TreeBasedTable.java 56 * column(columnKey).get(rowKey)} still runs quickly, since the row key is
57 * provided. However, {@code column(columnKey).size()} takes longer, since an
71 * @since 7.0
167 * @since 10.0
169 * >mostly source-compatible</a> since 7.0)
Multisets.java 50 * @since 2.0 (imported from Google Collections Library)
73 // Since it's unmodifiable, the covariant cast is safe
85 * @since 10.0
191 * @since 11.0
491 * @since 2.0
541 * @since 10.0
574 * @since 10.0
626 * @since 10.0
709 * We can't simply check whether the entry sets are equal, since that
920 canRemove, "no calls to next() since the last call to remove()")
    [all...]
  /external/guava/guava/src/com/google/common/net/
HttpHeaders.java 33 * @since 11.0
85 /** The HTTP If-Modified-Since header field name. */
86 public static final String IF_MODIFIED_SINCE = "If-Modified-Since";
91 /** The HTTP If-Unmodified-Since header field name. */
92 public static final String IF_UNMODIFIED_SINCE = "If-Unmodified-Since";
  /external/quake/quake/src/QW/docs/
readme.qwcl 90 since it was written specifically with supporting GLQuake in mind.
107 before running glqwcl since they will not give up the mouse when glqwcl
110 You must run glqwcl as root or setuid root since it needs to access things
177 Place qwcl into your Quake directory. You must make it setuid root (since
184 Run qwcl. I don't recommend running it as root, since all the saved
  /external/webkit/Source/JavaScriptCore/wtf/
CurrentTime.cpp 38 // Windows is first since we want to use hires timers, despite USE(CF)
194 // make sure time doesn't run backwards (only correct if difference is < 2 seconds, since DST or clock changes could occur)
274 // GETUTCSECONDS returns the number of seconds since 1980/01/06 00:00:00 UTC,
275 // and GETTIMEMS returns the number of milliseconds that have elapsed since the last
278 // since 1970/01/01 00:00:00 UTC.
  /external/webkit/Source/WebCore/platform/graphics/chromium/
TransparencyWin.h 63 // drawn onto must be opaque, since the modified region will be forced
98 // will be forced to be opqaue (since Windows may have messed up the
103 // is unknown and we can't do the text trick (since we know its color),
155 // not necessary for KeepTransform since the rectangle will be unchanged.
206 // Untransform this has no meaning, since the destination might not be a
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityNodeInfoCache.java 90 // Since we prefetch the descendants of a node we
91 // just remove the entire subtree since when the node
129 // Return a copy since the client calls to AccessibilityNodeInfo#recycle()
172 // Also be careful if the parent has changed since the new
181 // Cache a copy since the client calls to AccessibilityNodeInfo#recycle()
  /libcore/luni/src/main/java/java/lang/reflect/
Modifier.java 115 * @since 1.7
124 * @since 1.7
133 * @since 1.7
142 * @since 1.7
151 * @since 1.7
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 31 * @since 1.5
660 * @since 1.4
675 * @since 1.4
692 * @since 1.4
741 * @since 1.4
760 * @since 1.4
804 * @since 1.5
826 * @since 1.5
846 * @since 1.5
870 * @since 1.
    [all...]
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/
ShortcutRepositoryTest.java 52 static final long NOW = 1239841162000L; // millis since epoch. some time in 2009
310 assertShortcuts("expected app1 to beat app2 since it has more hits",
316 assertShortcuts("query 'app': expecting app2 to beat app1 since it has more hits",
318 assertShortcuts("query 'a': expecting app2 to beat app1 since it has more hits",
338 assertShortcuts("query 'app': expecting app2 to beat app1 since it's clicked last",
340 assertShortcuts("query 'a': expecting app2 to beat app1 since it's clicked last",
342 assertShortcuts("query '': expecting app2 to beat app1 since it's clicked last",
351 assertShortcuts("expected app2 to beat app1 since it's clicked last", "",
367 "expecting app1 to beat all others since it's clicked last",
381 assertShortcuts("expected app1 to beat app2 since it has more hits"
    [all...]
  /dalvik/vm/compiler/codegen/arm/
LocalOptimizations.cpp 62 * Insert the converted instruction after the original since the
123 * region bits since stopMask is used to check data/control
252 * since the instruction list is scanned in the
396 * Make sure we check slot >= 0 since firstSlot may be negative
410 * above it since it is unlikely to be beneficial.
416 * cycles are inserted to hide the load latency) since theu
445 * Insertion is guaranteed to succeed since checkLIR
  /dalvik/vm/compiler/codegen/mips/
LocalOptimizations.cpp 62 * Insert the converted instruction after the original since the
123 * region bits since stopMask is used to check data/control
252 * since the instruction list is scanned in the
396 * Make sure we check slot >= 0 since firstSlot may be negative
410 * above it since it is unlikely to be beneficial.
416 * cycles are inserted to hide the load latency) since theu
445 * Insertion is guaranteed to succeed since checkLIR

Completed in 2785 milliseconds

<<51525354555657585960>>