HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 26 - 50 of 1733) sorted by null

12 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-array-4-816.d 6 #error: .*requires more array alignment than .* preserves
attr-array-48-16.d 6 #error: .*requires more array alignment than .* preserves
attr-array-8-16.d 6 #error: .*requires more array alignment than .* preserves
attr-array-8-4.d 6 #error: .*requires more array alignment than .* preserves
attr-array-816-4.d 6 #error: .*requires more array alignment than .* preserves
attr-stack-16-8.d 6 #error: .*requires more stack alignment than .* preserves
attr-stack-8-16.d 6 #error: .*requires more stack alignment than .* preserves
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
range-err-3.s 1 ; Test more error cases for constant ranges.
  /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/ImageMagick/MagickWand/tests/
script-token-test-data.txt 13 And\\\ \''even '\'\""more \""complex
  /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 ;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
err-greg1.s 3 % One more than greg9.s is one too many.
  /external/tpm2/
PP.c 121 // YES if there are more command codes available
131 TPMI_YES_NO more = NO; local
153 more = YES;
158 return more;
AlgorithmCap.c 123 // YES more algorithms to report
124 // NO no more algorithms to report
133 TPMI_YES_NO more = NO; local
151 // If we have not filled up the return list, add more algorithms
162 more = YES;
166 return 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...]
  /prebuilts/go/darwin-x86/src/encoding/json/
example_test.go 101 if dec.More() {
102 fmt.Printf(" (more)")
107 // json.Delim: { (more)
108 // string: Message (more)
109 // string: Hello (more)
110 // string: Array (more)
111 // json.Delim: [ (more)
112 // float64: 1 (more)
113 // float64: 2 (more)
115 // json.Delim: ] (more)
    [all...]
  /prebuilts/go/linux-x86/src/encoding/json/
example_test.go 101 if dec.More() {
102 fmt.Printf(" (more)")
107 // json.Delim: { (more)
108 // string: Message (more)
109 // string: Hello (more)
110 // string: Array (more)
111 // json.Delim: [ (more)
112 // float64: 1 (more)
113 // float64: 2 (more)
115 // json.Delim: ] (more)
    [all...]
  /external/toybox/toys/lsb/
mount.c 79 static long flag_opts(char *new, long flags, char **more)
122 if (more && i == ARRAY_LEN(opts)) {
123 i = *more ? strlen(*more) : 0;
124 *more = xrealloc(*more, i + strlen(new) + 2);
125 if (i) (*more)[i++] = ',';
126 strcpy(i+*more, new);
376 char *more = 0; local
378 mount_filesystem(dev, dir, TT.type, flag_opts(opts, flags, &more), more)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic54x/
sections.s 19 ; more initialized data in .data
30 ; more initialized data into .data
35 ; define another section for more variables
41 ; more code
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-sh/sh64/
crange-2a.s 1 ! Simple example with assembler-generated .cranges that do not need more
  /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);
  /build/kati/testcase/
origin.mk 19 # TODO: Also add more tests especially for += and ?=
  /external/elfutils/tests/
run-backtrace-demangle.sh 13 # GNU General Public License for more details.
34 # There can be more than 3 frames, but depending on the system/installed
37 # Expect to see the top two and a warning that there are more frames
48 echo >&2 $2: expected more than 2 frames

Completed in 557 milliseconds

12 3 4 5 6 7 8 91011>>