/ndk/build/core/ |
setup-abi.mk | 31 # more general filtering in the future when introducing other ABIs.
|
/ndk/sources/host-tools/make-3.81/ |
configure.bat | 14 rem more details.
|
/ndk/sources/host-tools/sed-4.2.1/doc/ |
sed.x | 23 input(s), and is consequently more efficient. 72 any more input, except that if auto-print is not disabled 78 any more input. This is a GNU extension.
|
/build/tools/droiddoc/templates-pdk/ |
sdkpage.cs | 79 access application resources, and more, when programming in C or C++. If you write external variable declarations 87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what 221 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
|
/external/libppp/src/ |
ccp.c | 439 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3; 556 fp->more.reqs = fp->more.naks = fp->more.rejs = ccp->cfg.fsm.maxreq * 3;
|
ipv6cp.c | 152 /* XXX need more cases? */ 513 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3; 580 fp->more.reqs = fp->more.naks = fp->more.rejs = ipv6cp->cfg.fsm.maxreq * 3;
|
fsm.c | 154 fp->more.reqs = fp->more.naks = fp->more.rejs = 3; 385 if (fp->more.reqs-- > 0 && fp->restart-- > 0) { 389 if (fp->more.reqs < 0) 593 if (dec.rejend != dec.rej && --fp->more.rejs <= 0) { 600 if (dec.nakend != dec.nak && --fp->more.naks <= 0) {
|
/external/iproute2/doc/ |
ip-tunnels.tex | 253 \verb|ipip| and \verb|sit| tunnels have no more options. \verb|gre| 254 tunnels are more complicated: 307 Now we can discuss more subtle differences between tunneling in 2.0 328 not acknowledged by more specific tunnels. 439 and queuing not more than 10K. 464 If you want to make more detailed classification of sub-flows 467 IPIP packets more deeply.
|
/external/blktrace/btreplay/doc/ |
btreplay.tex | 12 % GNU General Public License for more details. 147 for more information. 151 more than 8 individual IOs. With this option, one can increase or 153 on page~\pageref{sec:c-o-M} for more information. 177 section~\ref{sec:p-o-c} on page~\pageref{sec:p-o-c} for more details about the 201 into the kernel, where you \emph{may} receive more responsive timings.} 222 could be used to both allow for a single device to masquerade as more 234 -- see section~\ref{sec:p-o-M} on page~\pageref{sec:p-o-M} for more 307 IOs processed at one time -- perhaps yielding in more realistic replay. 319 yield more accurate replay times [all...] |
/external/wpa_supplicant_8/src/ap/ |
gas_serv.c | 6 * See README for more details. 1029 int more = 0; local 1084 more = 1; 1098 more, 0, buf); 1103 "(frag_id %d more=%d frag_len=%d)", 1104 dialog->sd_frag_id, more, (int) frag_len); 1108 if (more) { 1109 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: %d more bytes remain "
|
/external/chromium/chrome/browser/history/ |
expire_history_backend.cc | 52 // there are no more additional visits to expire by this reader. 77 bool more = static_cast<int>(visits->size()) == max_visits; local 78 if (!more) 81 return more; 116 // we think there might be more items to expire. This timeout is used when the 305 // For now, we explicitly add all known readers. If we come up with more 351 // Note: if we ever need to broadcast changes to more than just typed URLs, 503 // Not bookmarked and no more visits. Nuke the url. 597 // If there are more items to expire, add the reader back to the queue, thus
|
/external/chromium_org/chrome/browser/history/ |
expire_history_backend.cc | 64 // there are no more additional visits to expire by this reader. 89 bool more = static_cast<int>(visits->size()) == max_visits; variable 90 if (!more) 93 return more; 128 // we think there might be more items to expire. This timeout is used when the 341 // For now, we explicitly add all known readers. If we come up with more 517 // Not bookmarked and no more visits. Nuke the url. 614 // If there are more items to expire, add the reader back to the queue, thus
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimatorScript2.cpp | 506 bool more = true; local 511 more = false; 520 } while (more);
|
/external/linux-tools-perf/util/ |
annotate.c | 514 int more = 0; local 548 ++more; 566 return more;
|
/external/skia/src/animator/ |
SkAnimatorScript2.cpp | 506 bool more = true; local 511 more = false; 520 } while (more);
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
timeline_data_series.js | 103 * to create graphs more stable with respect to zooming. 138 * event of type |eventType| more recently than an end event. 153 // Map of sources for which we've seen a begin event more recently than an
|
/external/chromium_org/third_party/WebKit/PerformanceTests/resources/ |
runner.js | 304 // The smaller the chunks the more style resolves we do. 305 // Smaller chunk sizes will show more samples in style resolution. 306 // Larger chunk sizes will show more samples in line layout.
|
/external/libvorbis/doc/ |
05-comment.tex | 18 more than a short paragraph. The essentials, in other words, whatever 152 intro page} for more information on ISRC numbers. 176 common namespace. We will generally collect the more useful tags
|
/external/tremolo/Tremolo/ |
vorbisfile.c | 60 /* A 'chained bitstream' is a Vorbis bitstream that contains more than 90 /* read a little more data from the file/pipe into the ogg_sync framer */ 103 /* save a tiny smidge of verbosity to make the code more readable */ 118 if the function is allowed to fetch more data from the stream (and 134 long more; local 137 more=ogg_sync_pageseek(vf->oy,og); 139 if(more<0){ 141 vf->offset-=more; 143 if(more==0){ 144 /* send more paramedics * [all...] |
/build/target/board/generic/ |
BoardConfig.mk | 63 # Note that reducing this latency makes it more likely for the applications
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/ |
TestANTLRStringStream.as | 51 // now consume() one byte and run some more tests.
|
/external/chromium_org/chrome/browser/resources/help/ |
help.js | 77 this.maybeSetOnClick_($('more-info-expander'), 186 * Toggles the visible state of the 'More Info' section. 190 var moreInfo = $('more-info-container'); 195 $('more-info-expander').textContent = visible ? 294 // when user explicitly decides to update to a more stable 415 * Sets the value of the "Build Date" field of the "More Info" section.
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/browsingData/basic/ |
popup.js | 9 * 'button'. When you write actual code you should probably be a little more
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
event.js | 207 // TODO(kalman): Delete this and replace with more sound logic that catches 444 // We remove the first parameter from the validation to give the user more 457 // We remove the first parameter from the validation to give the user more 471 // We remove the first parameter from the validation to give the user more
|
/external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/ |
flakiness_dashboard_unittests.js | 149 '<td class=options-container><td><td title="TEXT. Click for more info." class="results TEXT" onclick=\'showPopupForBuild(event, "WebKit Linux",0,"dummytest.html")\'> ' + 150 '<td title="NO DATA. Click for more info." class="results NODATA" onclick=\'showPopupForBuild(event, "WebKit Linux",1,"dummytest.html")\'> ' + 227 '<td title="TEXT. Click for more info." class="results TEXT" onclick=\'showPopupForBuild(event, "dummyBuilder",0,"foo/exists.html")\'> ' + 228 '<td title="IMAGE. Click for more info." class="results IMAGE" onclick=\'showPopupForBuild(event, "dummyBuilder",1,"foo/exists.html")\'>5';
|