HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 1 - 25 of 602) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/kernel/uapi/asm-mips/asm/
bitfield.h 21 #define __BITFIELD_FIELD(field,more) more field;
  /external/kernel-headers/original/uapi/asm-mips/asm/
bitfield.h 4 * for more details.
15 #define __BITFIELD_FIELD(field, more) \
17 more
21 #define __BITFIELD_FIELD(field, more) \
22 more \
  /external/mesa3d/src/glsl/glcpp/tests/
036-define-func-non-macro-multi-token-argument.c 3 foo(more bar)
019-define-func-1-arg-multi.c 2 foo(this is more than one word)
063-comments.c 15 more code here
  /external/valgrind/none/tests/
cmdline3.stderr.exp 2 valgrind: Use --help for more information.
cmdline4.stderr.exp 2 valgrind: Use --help for more information or consult the user manual.
  /external/bzip2/
bzmore 10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
44 echo $n1 "--More--(Next file: $FILE)$n2"
55 bzip2 -cdfq "$FILE" | eval $more
  /device/asus/deb/self-extractors/
PART1 12 more << __EOF__
  /device/asus/flo/self-extractors/
PART1 12 more << __EOF__
  /device/asus/fugu/self-extractors/
PART1 12 more << __EOF__
  /device/htc/flounder/self-extractors/
PART1 12 more << __EOF__
  /device/lge/hammerhead/self-extractors/
PART1 12 more << __EOF__
  /device/moto/shamu/self-extractors/
PART1 12 more << __EOF__
  /external/libnfc-nci/src/nfc/nfc/
nfc_ee.c 100 tNFC_STATUS NFC_SetRouting (BOOLEAN more,
105 return nci_snd_set_routing_cmd (more, num_tlv, tlv_size, p_param_tlvs);
  /external/lldb/source/Interpreter/
embedded_interpreter.py 34 more = 0
71 more = 0
73 if more:
83 more = self.push(line)
84 if not more:
89 more = self.push(line)
90 if more:
93 more = 0
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
EdgeView.java 89 boolean more = false;
93 more |= mEffect[i].draw(canvas);
96 if (more) {
113 boolean more = false;
116 more |= !mEffect[i].isFinished();
118 if (more) {
  /external/llvm/test/MC/Mips/
set-mips16-directive.s 2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionExtras.java 30 protected AbstractSuggestionExtras(SuggestionExtras more) {
31 mMore = more;
  /frameworks/data-binding/compilerCommon/
XMLLexer.g4 47 SPECIAL_OPEN: '<?' Name -> more, pushMode(PROC_INSTR) ;
93 IGNORE : . -> more ;
  /external/libcap-ng/libcap-ng-0.7/utils/
netcap.c 14 * GNU General Public License for more details.
255 char rem_addr[128], local_addr[128], more[512]; local
270 more[0] = 0;
275 &uid, &timeout, &inode, more);
289 char rem_addr[128], local_addr[128], more[512]; local
304 more[0] = 0;
309 &uid, &timeout, &inode, more);
323 char rem_addr[128], local_addr[128], more[512]; local
338 more[0] = 0;
343 &uid, &timeout, &inode, more);
355 char buf[256], more[256]; local
393 char more[256], ifc[32]; local
    [all...]
  /external/toybox/toys/lsb/
mount.c 79 static long flag_opts(char *new, long flags, char **more)
121 if (more && i == ARRAY_LEN(opts)) {
122 i = *more ? strlen(*more) : 0;
123 *more = xrealloc(*more, i + strlen(new) + 2);
124 if (i) (*more)[i++] = ',';
125 strcpy(i+*more, new);
370 char *more = 0; local
372 mount_filesystem(dev, dir, TT.type, flag_opts(opts, flags, &more), more)
    [all...]
  /art/test/003-omnibus-opcodes/src/
Classes.java 34 MoreClasses more; local
41 more = (MoreClasses) moreRef;
46 more = (MoreClasses) thisRef;
69 more = (MoreClasses) nullRef;
212 MoreClasses more = new MoreClasses(); local
213 classes.checkCast(classes, more, null);
215 more.subFunc(true);
216 more.superFunc(false);
  /external/elfutils/src/tests/
run-backtrace-demangle.sh 13 # GNU General Public License for more details.
28 # There can be more than 3 frames, but depending on the system/installed
31 # Expect to see the top two and a warning that there are more frames
36 echo >&2 $2: expected more than 2 frames
  /external/valgrind/none/tests/scripts/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.

Completed in 973 milliseconds

1 2 3 4 5 6 7 8 91011>>