HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 276 - 300 of 843) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/rpcsvc/
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpcsvc/
rex.h 137 tchars more; member in struct:rex_ttymode
yp.h 155 bool_t more; member in struct:ypresp_all
yp_prot.h 49 * union switch (bool_t more) {
123 YP_NOMORE = 2, /* No more entries in map */
339 bool_t more; member in struct:ypresp_all
  /external/chromium_org/chrome/browser/resources/cryptotoken/
gnubby.js 76 // Pick more random cid to tell things apart on the usb bus.
324 // Need more CONT frame(s).
362 // Not expected ack, read more.
380 // Need more CONT frame(s).
513 // Read more.
  /external/chromium_org/third_party/x86inc/
x86inc.asm 40 ; a more recent original, or switching to using third_party/ffmpeg's version of
134 ; we need more flexible macro.
187 ; t# defines for when per-arch register allocation is more complex than just function arguments
635 ; change everything that follows. For more complex macros I may also have multiple
658 %macro SWAP 2-* ; swaps a single chain (sometimes more concise than pairs)
  /external/mksh/src/
misc.c 113 Xcheck_grow(XString *xsp, const char *xp, size_t more)
117 if (more < xsp->len)
118 more = xsp->len;
120 checkoktoadd(more, xsp->len + X_EXTRA);
121 xsp->beg = aresize(xsp->beg, (xsp->len += more) + X_EXTRA, xsp->areap);
817 /* matches one or more times */
819 /* matches zero or more times */
    [all...]
  /external/wpa_supplicant_8/src/ap/
gas_serv.c 6 * See README for more details.
1135 int more = 0; local
1163 more = 1;
1178 more, 0, buf);
1185 "(frag_id %d more=%d frag_len=%d)",
1186 dialog->sd_frag_id, more, (int) frag_len);
1190 if (more) {
1191 wpa_msg(hapd->msg_ctx, MSG_DEBUG, "GAS: %d more bytes remain "
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
braille_util.js 131 * See DomUtil for a more precise definition of 'name'.
146 * See DomUtil for a more precise definition of 'role'.
169 * See DomUtil for a more precise definition of 'role'.
  /external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
dynamic-loading.rst 53 | | | software | more suitable to link statically in |
66 code is more likely to compile out-of-the-box with glibc.
388 See :ref:`Debugging <devcycle-debugging>` for more information.
  /external/libvorbis/lib/
vorbisfile.c 33 /* A 'chained bitstream' is a Vorbis bitstream that contains more than
62 /* read a little more data from the file/pipe into the ogg_sync framer
80 /* save a tiny smidge of verbosity to make the code more readable */
98 if the function is allowed to fetch more data from the stream (and
112 long more; local
115 more=ogg_sync_pageseek(&vf->oy,og);
117 if(more<0){
119 vf->offset-=more;
121 if(more==0){
122 /* send more paramedics *
    [all...]
  /bionic/libc/kernel/uapi/asm-mips/asm/
inst.h 442 #define BITFIELD_FIELD(field, more) more field;
  /development/ndk/platforms/android-L/arch-mips/include/asm/
inst.h 437 #define BITFIELD_FIELD(field, more) more field;
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
inst.h 437 #define BITFIELD_FIELD(field, more) more field;
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
RecognizerSharedState.as 19 * matched a token. Prevents generation of more than one error message
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
dfa.rb 43 of recognizing <i>regular languages</i>. For more background on the subject,
95 For more information on the prediction algorithm, check out the #predict method
  /external/bison/
cfg.mk 12 # GNU General Public License for more details.
  /external/bison/data/
location.cc 13 # GNU General Public License for more details.
  /external/bison/djgpp/
djunpack.bat 20 Rem GNU General Public License for more details.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/speech_rules/
math_simple_store.js 9 * The idea of these stores is to provide a more efficient data structure to
  /external/chromium_org/chrome/browser/resources/options/
options_bundle.js 21 // Even though the include line spans more than 80 characters,
  /external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
subtle_crypto.js 146 // might contain more data than dataView.
  /external/chromium_org/content/test/data/media/
webrtc_test_utilities.js 110 // Adds an expected event. You may call this function many times to add more
  /external/chromium_org/extensions/renderer/resources/
event.js 213 // TODO(kalman): Delete this and replace with more sound logic that catches
459 // We remove the first parameter from the validation to give the user more
474 // We remove the first parameter from the validation to give the user more
491 // We remove the first parameter from the validation to give the user more

Completed in 463 milliseconds

<<11121314151617181920>>