HomeSort by relevance Sort by last modified time
    Searched full:ahead (Results 151 - 175 of 995) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/replicaisland/src/com/replica/replicaisland/
RenderComponent.java 69 // to draw per frame, so I'm going to go ahead and cull early.
  /external/valgrind/main/include/
pub_tool_clientstate.h 35 included ahead of it. */
  /external/valgrind/tsan/
common_util.cc 32 // Start of the current look-ahead. Everything before these positions is a
  /external/webkit/Source/WebCore/platform/network/soup/
ResourceRequestSoup.cpp 117 // given to it, so that it is able to look ahead, and schedule
  /external/webkit/Source/WebCore/plugins/win/
PluginMessageThrottlerWin.cpp 88 // go ahead and process a message directly.
  /external/webkit/Source/WebCore/xml/
XMLHttpRequestProgressEventThrottle.cpp 55 // Just go ahead and dispatch the event.
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
PageOverlay.cpp 170 // If this was a fade out, go ahead and uninstall the page overlay.
  /external/webrtc/src/common_audio/signal_processing/
resample.c 89 // move input/output pointers 10/SUB_BLOCKS_22_16 ms seconds ahead
153 // move input/output pointers 10/SUB_BLOCKS_16_22 ms seconds ahead
222 // move input/output pointers 10/SUB_BLOCKS_22_8 ms seconds ahead
293 // move input/output pointers 10/SUB_BLOCKS_8_22 ms seconds ahead
  /external/zlib/contrib/puff/
README 47 the size of the uncompressed data ahead of time.
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 118 * Enables or disables the use of write-ahead logging for the database.
120 * Write-ahead logging cannot be used with read-only databases so the value of
123 * @param enabled True if write-ahead logging should be enabled, false if it
297 * such as write-ahead logging or foreign key support.
  /frameworks/base/services/java/com/android/server/am/
AppErrorDialog.java 97 // ahead and explicitly dismiss ourselves just in case.
StrictModeViolationDialog.java 94 // ahead and explicitly dismiss ourselves just in case.
  /packages/apps/Email/src/org/apache/commons/io/input/
ProxyInputStream.java 107 * @param idx read ahead limit
  /packages/apps/Settings/src/com/android/settings/
MasterClearConfirm.java 50 * The user has gone through the multiple confirmation, so now we go ahead
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarUpgradeReceiver.java 56 // If the version is old go ahead and attempt to create or upgrade the database.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 55 // If the version is old go ahead and attempt to create or upgrade the database.
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
MultiRecordExampleAgent.java 171 // go ahead and extract the data for each record before deciding how
189 // we can just go ahead and overwrite it all.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3intstream.h 123 /** Get ANTLR3_UINT32 at current input pointer + i ahead where i=1 is next ANTLR3_UINT32
162 * normally used to seek ahead in the input stream. No buffering is
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
IIntStream.cs 49 /// Get int at current input pointer + i ahead (where i=1 is next int)
118 /// normally used to seek ahead in the input stream.
  /external/bluetooth/bluez/audio/
liba2dp.c 674 long ahead = 0; local
678 ahead = data->next_write - now;
680 DBG("duration: %ld, ahead: %ld", duration, ahead);
682 if (ahead > 0) {
684 usleep(ahead);
689 if (ahead <= -CATCH_UP_TIMEOUT * 1000) {
691 VDBG("ahead < %d, reseting next_write timestamp", -CATCH_UP_TIMEOUT * 1000);
  /external/webkit/Source/WebKit2/UIProcess/
DrawingAreaProxyImpl.cpp 141 // If we don't have a backing store, go ahead and mark the backing store as being changed so
303 // hasn't yet been processed. But it might be better to skip ahead to some other DidUpdateBackingStoreState
  /external/bison/doc/
bison.info 213 * Look-Ahead:: Parser looks one token ahead when deciding what to do.
    [all...]
bison.texinfo 251 * Look-Ahead:: Parser looks one token ahead when deciding what to do.
448 token of look-ahead. Strictly speaking, that is a description of an
464 (called a @dfn{look-ahead}) of the remaining input. A context-free
468 look-ahead always suffices to determine the next grammar rule to apply.
749 Such grammars typically require more than one symbol of look-ahead,
    [all...]
  /bionic/libc/regex/
regcomp.c 132 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
275 AHEAD(prevfwd); /* fix previous offset */
281 AHEAD(prevfwd);
401 AHEAD(pos); /* fix the OCH_ */
403 AHEAD(THERE()); /* ...so fix it */
967 AHEAD(start); /* ... fix it */
969 AHEAD(THERE());
979 AHEAD(start);
981 AHEAD(THERE()); /* ...so fix it */
    [all...]
  /external/llvm/lib/Support/
regcomp.c 133 #define AHEAD(pos) dofwd(p, pos, HERE()-(pos))
283 AHEAD(prevfwd); /* fix previous offset */
289 AHEAD(prevfwd);
409 AHEAD(pos); /* fix the OCH_ */
411 AHEAD(THERE()); /* ...so fix it */
975 AHEAD(start); /* ... fix it */
977 AHEAD(THERE());
987 AHEAD(start);
989 AHEAD(THERE()); /* ...so fix it */
    [all...]

Completed in 764 milliseconds

1 2 3 4 5 67 8 91011>>