Searched defs:more (Results 1 - 25 of 70) sorted by relevance

123

/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/chromium_org/third_party/npapi/npspy/common/
H A Dplugload.cpp160 BOOL more = TRUE; local
161 while(more)
167 more = FALSE;
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
H A DJSONTokener.java110 public boolean more() throws JSONException { method in class:JSONTokener
212 * @return A character, or 0 if there are no more characters.
/external/chromium_org/third_party/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc131 int more = 0; local
136 if (more > 0) {
137 sprintf(szOut, " ... %i more frames. allocate more memory!", more);
/external/clang/test/CodeGen/
H A Dblockstret.c23 char more[32]; member in struct:bigbig
/external/elfutils/0.153/libdwfl/
H A Dgzip.c12 General Public License for more details.
107 size_t more = size ? size * 2 : start; local
108 char *b = realloc (buffer, more);
109 while (unlikely (b == NULL) && more >= size + 1024)
110 b = realloc (buffer, more -= 1024);
114 size = more;
H A Dcore-file.c12 General Public License for more details.
65 be replaced by more diddling inside libelf internals. */
182 /* Never read more than this much without mmap. */
238 which might be more useful than what we have.
291 inline bool more (size_t size) function
316 if (! more (minread))
319 /* See how much more we can get of what the caller wants. */
320 (void) more (*buffer_available);
324 (void) more (elf->maximum_size - start);
/external/jpeg/
H A Dansi2knr.c93 Agreement (except that you may choose to grant more extensive
327 char *more; local
382 more = ++line;
387 switch ( *skipspace(more, 1) )
392 fputs(more, out);
401 /* more might be. */
403 strcpy(buf, more);
/external/qemu/distrib/jpeg-6b/
H A Dansi2knr.c93 Agreement (except that you may choose to grant more extensive
327 char *more; local
382 more = ++line;
387 switch ( *skipspace(more, 1) )
392 fputs(more, out);
401 /* more might be. */
403 strcpy(buf, more);
/external/skia/experimental/LightSymbolsUtil/lightsymbols/
H A Dlightsymbols.cc131 int more = 0; local
136 if (more > 0) {
137 sprintf(szOut, " ... %i more frames. allocate more memory!", more);
/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
/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
/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
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dtools_common.c115 const size_t more = (left < needed) ? left : needed; local
116 memcpy(ptr, detect->buf + detect->position, more);
117 buf_position = more;
118 needed -= more;
119 detect->position += more;
/external/libnfc-nci/src/nfc/nci/
H A Dnci_hmsgs.c585 UINT8 nci_snd_set_routing_cmd (BOOLEAN more, UINT8 num_tlv, UINT8 tlv_size, UINT8 *p_param_tlvs) argument
594 * 2 bytes (more=FALSE and num routing entries=0) */
610 UINT8_TO_STREAM (pp, more);
/external/libvpx/libvpx/
H A Dtools_common.c115 const size_t more = (left < needed) ? left : needed; local
116 memcpy(ptr, detect->buf + detect->position, more);
117 buf_position = more;
118 needed -= more;
119 detect->position += more;
/external/wpa_supplicant_8/hostapd/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
237 u8 frag_id, u8 more,
243 more, 0, 100 + len);
428 * one if there is more than one pending SD query.
429 * Though, that would eat more memory, so there are
610 int more = 0; local
636 more = 1;
642 p2p->sd_frag_id, more,
646 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
647 p2p->sd_frag_id, more, (in
233 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/wpa_supplicant_8/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
237 u8 frag_id, u8 more,
243 more, 0, 100 + len);
428 * one if there is more than one pending SD query.
429 * Though, that would eat more memory, so there are
610 int more = 0; local
636 more = 1;
642 p2p->sd_frag_id, more,
646 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
647 p2p->sd_frag_id, more, (in
233 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/p2p/
H A Dp2p_sd.c6 * See README for more details.
237 u8 frag_id, u8 more,
243 more, 0, 100 + len);
428 * one if there is more than one pending SD query.
429 * Though, that would eat more memory, so there are
610 int more = 0; local
636 more = 1;
642 p2p->sd_frag_id, more,
646 p2p_dbg(p2p, "Send GAS Comeback Response (frag_id %d more=%d frag_len=%d)",
647 p2p->sd_frag_id, more, (in
233 p2p_build_gas_comeback_resp(u8 dialog_token, u16 status_code, u16 update_indic, const u8 *data, size_t len, u8 frag_id, u8 more, u16 total_len) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc64 // there are no more additional visits to expire by this reader.
91 bool more = static_cast<int>(visits->size()) == max_visits; variable
92 if (!more)
95 return more;
104 // we think there might be more items to expire. This timeout is used when the
285 // For now, we explicitly add all known readers. If we come up with more
434 // Not bookmarked and no more visits. Nuke the url.
478 // If there are more items to expire, add the reader back to the queue, thus
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimatorScript.cpp401 bool more = true; local
406 more = false;
415 } while (more);
H A DSkAnimatorScript2.cpp506 bool more = true; local
511 more = false;
520 } while (more);
/external/chromium_org/ui/file_manager/file_manager/foreground/js/
H A Ddrive_banners.js178 var more; variable
184 more = util.createChild(links,
186 more.textContent = str('DRIVE_WELCOME_CHECK_ELIGIBILITY');
187 more.href = str('GOOGLE_DRIVE_REDEEM_URL');
190 more = util.createChild(links, 'plain-link', 'a');
191 more.textContent = str('DRIVE_LEARN_MORE');
192 more.href = str('GOOGLE_DRIVE_OVERVIEW_URL');
194 more.tabIndex = '14'; // See: go/filesapp-tabindex.
195 more.target = '_blank';
615 var learnMore = create(panel, 'a', 'learn-more plai
[all...]
/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/skia/src/animator/
H A DSkAnimatorScript.cpp401 bool more = true; local
406 more = false;
415 } while (more);

Completed in 2260 milliseconds

123