Searched refs:more (Results 1 - 25 of 356) sorted by relevance

1234567891011>>

/external/kernel-headers/original/uapi/asm-mips/asm/
H A Dbitfield.h4 * 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/
H A D036-define-func-non-macro-multi-token-argument.c3 foo(more bar)
H A D019-define-func-1-arg-multi.c2 foo(this is more than one word)
H A D063-comments.c15 more code here
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue100/
H A DDataBean.java21 private DataMore more; field in class:DataBean
40 return more;
43 public void setMore(DataMore more) { argument
44 this.more = more;
/external/valgrind/none/tests/
H A Dcmdline3.stderr.exp2 valgrind: Use --help for more information.
H A Dcmdline4.stderr.exp2 valgrind: Use --help for more information or consult the user manual.
/external/bzip2/
H A Dbzmore10 *less) more=less ;;
11 *) more=more ;;
37 bzip2 -cdfq | eval $more
55 bzip2 -cdfq "$FILE" | eval $more
/external/tpm2/
H A DHandle.c74 // 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;
H A DPP.c121 // YES if there are more command codes available
131 TPMI_YES_NO more = NO; local
153 more = YES;
158 return more;
H A DAlgorithmCap.c123 // 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/libnfc-nci/src/nfc/nfc/
H A Dnfc_ee.c100 tNFC_STATUS NFC_SetRouting (BOOLEAN more, argument
105 return nci_snd_set_routing_cmd (more, num_tlv, tlv_size, p_param_tlvs);
/external/llvm/test/MC/Mips/
H A Dset-mips16-directive.s2 # FIXME: Update this test when we have a more mature implementation of Mips16 in the IAS.
/external/libcap-ng/libcap-ng-0.7/utils/
H A Dnetcap.c14 * 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/chromium-trace/catapult/dashboard/dashboard/
H A Dupdate_test_suites.py115 more = True
117 while more:
118 some_suites, cursor, more = suite_query.fetch_page(
201 more = True
203 while more:
206 some_suites, cursor, more = suite_query.fetch_page(
/external/toybox/toys/lsb/
H A Dmount.c79 static long flag_opts(char *new, long flags, char **more) argument
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), mor
[all...]
/external/elfutils/tests/
H A Drun-backtrace-demangle.sh13 # 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
/external/valgrind/none/tests/scripts/
H A Dshell.stderr.exp5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
/external/wpa_supplicant_8/hostapd/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
H A Dgas.h7 * See README for more details.
25 u8 frag_id, u8 more,
29 u8 frag_id, u8 more,
/external/wpa_supplicant_8/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
H A Dgas.h7 * See README for more details.
25 u8 frag_id, u8 more,
29 u8 frag_id, u8 more,
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dgas.c7 * See README for more details.
49 u8 more, u16 comeback_delay, size_t size)
62 wpabuf_put_u8(buf, frag_id | (more ? 0x80 : 0));
79 gas_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, argument
83 status_code, frag_id, more, comeback_delay,
169 u8 frag_id, u8 more,
175 frag_id, more, comeback_delay, 4 + size);
189 u8 frag_id, u8 more,
196 more, comeback_delay,
48 gas_build_resp(u8 action, u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
168 gas_anqp_build_comeback_resp(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, size_t size) argument
187 gas_anqp_build_comeback_resp_buf(u8 dialog_token, u16 status_code, u8 frag_id, u8 more, u16 comeback_delay, struct wpabuf *payload) argument
H A Dgas.h7 * See README for more details.
25 u8 frag_id, u8 more,
29 u8 frag_id, u8 more,
/external/doclava/src/com/google/doclava/
H A DAttrTagInfo.java67 String more = m.group(2);
70 String ref = more.trim();
83 m = NAME_TEXT.matcher(more);
85 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
92 mDescrComment = new Comment(more, base, position);

Completed in 1794 milliseconds

1234567891011>>