HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 1 - 25 of 1883) 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/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
DataBean.java 21 private DataMore more; field in class:DataBean
40 return more;
43 public void setMore(DataMore more) {
44 this.more = more;
  /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
  /build/kati/testcase/
builtin_rules.mk 11 # TODO: Add more builtin rules.
  /system/nfc/src/nfc/nfc/
nfc_ee.c 91 tNFC_STATUS NFC_SetRouting(bool more, uint8_t num_tlv, uint8_t tlv_size,
93 return nci_snd_set_routing_cmd(more, num_tlv, tlv_size, p_param_tlvs);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/macros/
app3.d 2 #name: APP with macro then NO_APP then more code
  /external/tpm2/
Handle.c 74 // the largest permanent handle, an empty list will be returned with more set to NO.
78 // YES if there are more handles available
88 TPMI_YES_NO more = NO; local
110 more = YES;
114 return more;
  /device/asus/fugu/self-extractors/
PART1 12 more << __EOF__
  /device/google/dragon/self-extractors/
PART1 12 more << __EOF__
  /device/google/marlin/self-extractors/
PART1 12 more << __EOF__
  /device/google/marlin/self-extractors_sailfish/
PART1 12 more << __EOF__
  /device/huawei/angler/self-extractors/
PART1 12 more << __EOF__
  /device/lge/bullhead/self-extractors/
PART1 12 more << __EOF__
  /device/linaro/hikey/self-extractors/
PART1 12 more << __EOF__
  /libcore/ojluni/src/main/java/java/nio/file/
Paths.java 14 * version 2 for more details (a copy is included in the LICENSE file that
43 * a path string, to a {@code Path}. If {@code more} does not specify any
45 * to convert. If {@code more} specifies one or more elements then each
54 * is the empty string and {@code more} does not contain any non-empty
64 * intended for flexible reuse. A more flexible alternative is to use an
73 * @param more
83 public static Path get(String first, String... more) {
84 return FileSystems.getDefault().getPath(first, more);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-tic6x/
attr-array-16-4.d 6 #error: .*requires more array alignment than .* preserves
attr-array-16-48.d 6 #error: .*requires more array alignment than .* preserves
attr-array-16-8.d 6 #error: .*requires more array alignment than .* preserves
attr-array-4-16.d 6 #error: .*requires more array alignment than .* preserves

Completed in 624 milliseconds

1 2 3 4 5 6 7 8 91011>>