HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 151 - 175 of 843) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asynchat.py 102 # grab some more data from the socket,
226 data = first.more()
260 def more (self): member in class:simple_producer
  /external/strace/
strace.spec 206 - Display more IPV6 socket options by name (#162450).
217 - Make some diagnostics more consistent (#159308).
256 - new upstream version, updates ioctl lists (#127398), fixes quotactl (#127393), more ioctl decoding (#126917)
268 - new upstream version, more ioctls (#122257), minor fixes
271 - new upstream version, mq_* calls (#120701), -p vs NPTL (#120462), more fixes (#118694, #120541, #118685)
283 - new upstream version, more fixes (#108012, #105366, #105359, #105358)
295 - new upstream version, more fixes (#101499, #104365)
301 - new upstream version, groks more new system calls, PF_INET6 sockets
304 - new upstream version, more fixes (#90754, #91085)
310 - new upstream version, handles yet more 2.5 syscalls, x86_64 & ia64 fixe
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 178 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 plain-link'
    [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gsub-table.hh 44 for (iter.init (this+coverage); iter.more (); iter.next ()) {
55 for (iter.init (this+coverage); iter.more (); iter.next ()) {
122 for (iter.init (this+coverage); iter.more (); iter.next ()) {
132 for (iter.init (this+coverage); iter.more (); iter.next ()) {
322 for (iter.init (this+coverage); iter.more (); iter.next ()) {
447 for (iter.init (this+coverage); iter.more (); iter.next ()) {
461 for (iter.init (this+coverage); iter.more (); iter.next ()) {
766 for (iter.init (this+coverage); iter.more (); iter.next ()) {
776 for (iter.init (this+coverage); iter.more (); iter.next ()) {
929 for (iter.init (this+coverage); iter.more (); iter.next ())
    [all...]
hb-ot-layout-common-private.hh 673 inline bool more (void) { return i < c->glyphArray.len; } function in struct:OT::CoverageFormat1::Iter
775 inline bool more (void) { return i < c->rangeRecord.len; } function in struct:OT::CoverageFormat2::Iter
780 if (more ())
847 for (iter.init (*this); iter.more (); iter.next ()) {
881 inline bool more (void) { function in struct:OT::Coverage::Iter
883 case 1: return u.format1.more ();
884 case 2: return u.format2.more ();
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gsub-table.hh 44 for (iter.init (this+coverage); iter.more (); iter.next ()) {
55 for (iter.init (this+coverage); iter.more (); iter.next ()) {
122 for (iter.init (this+coverage); iter.more (); iter.next ()) {
132 for (iter.init (this+coverage); iter.more (); iter.next ()) {
333 for (iter.init (this+coverage); iter.more (); iter.next ()) {
458 for (iter.init (this+coverage); iter.more (); iter.next ()) {
472 for (iter.init (this+coverage); iter.more (); iter.next ()) {
786 for (iter.init (this+coverage); iter.more (); iter.next ()) {
796 for (iter.init (this+coverage); iter.more (); iter.next ()) {
949 for (iter.init (this+coverage); iter.more (); iter.next ())
    [all...]
hb-ot-layout-common-private.hh 674 inline bool more (void) { return i < c->glyphArray.len; } function in struct:OT::CoverageFormat1::Iter
776 inline bool more (void) { return i < c->rangeRecord.len; } function in struct:OT::CoverageFormat2::Iter
781 if (more ())
848 for (iter.init (*this); iter.more (); iter.next ()) {
882 inline bool more (void) { function in struct:OT::Coverage::Iter
884 case 1: return u.format1.more ();
885 case 2: return u.format2.more ();
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p_sd.c 6 * 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, (int) frag_len)
    [all...]
  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 64 // 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/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 2203 BOOLEAN more = TRUE; local
    [all...]
  /external/oprofile/opjitconv/
debug_line.c 116 * related to the used arch, an ELF 32 can hold more than 4 Go of debug
118 * become a problem if we generate more than 4GB of debug information.
180 int more = 1; local
183 while (more) {
190 more = 0;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/walkers/
abstract_shifter.js 96 * Shifts to a more granular level.
107 * more granular (until either the next granularity shift or
  /external/chromium_org/chrome/browser/resources/chromeos/
keyboard_overlay.css 48 .keyboard-overlay-learn-more-text {
57 .keyboard-overlay-learn-more-text a {
  /external/chromium_org/chrome/browser/resources/cryptotoken/
requestqueue.js 45 // Either the caller called us more than once, or the timer is firing.
46 // Either way, nothing more to do here.
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_browsertest.js 80 '/one/more/path'];
117 $('managed-user-learn-more-done'),
118 $('managed-user-learn-more-done'));
120 document.querySelector('#managed-user-learn-more-text a'),
121 document.querySelector('#managed-user-learn-more-text a'));
385 checkDialog('It\'s "<HTML> injection" & more!',
386 'It\'s "<HTML> injection" & more!',
389 'It\'s "&lt;HTML&gt; injection" &amp; more!');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/search/
FileBasedSearchResultsPane.js 171 var showMoreMatchesText = WebInspector.UIString("Show all matches (%d more).", matchesLeftCount);
174 this._showMoreMatchesTreeElement.listItemElement.classList.add("show-more-matches");
  /external/chromium_org/tools/vim/
ninja-build.vim 33 # it is, the more likely it's wrong (checking for just "build/common.gypi"
35 # exists). The longer it is, the more likely it is to break when we rename
  /external/chromium_org/v8/test/mjsunit/
debug-receiver.js 124 'one or more tests did not enter the debugger');
126 'one or more tests did not have its result checked');
md5.js 33 // See http://pajhome.org.uk/crypt/md5 for more info.
202 Once more, on pain of death, all men depart.\n"
  /external/doclava/src/com/google/doclava/
Comment.java 36 "@more",
124 // if there are no more tags
204 // maybe i wanna make this more elegant
213 * no more starts.
217 * no more starts.
373 // look for "@more" tag, which means that we might go past the first sentence.
374 int more = -1; local
376 if (mInlineTagsList.get(i).name().equals("@more")) {
377 more = i;
380 if (more >= 0)
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
JSONTokener.java 110 public boolean more() throws JSONException { method in class:JSONTokener
212 * @return A character, or 0 if there are no more characters.
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractMultisetTest.java 196 Set<String> more = ImmutableSet.of("c", "d", "e"); local
197 assertTrue(ms.addAll(more));
203 Multiset<String> more = HashMultiset.create( local
205 assertTrue(ms.addAll(more));
  /external/kernel-headers/original/uapi/asm-mips/asm/
inst.h 6 * for more details.
64 msub_op, msubu_op, /* more unused ops */
480 #define BITFIELD_FIELD(field, more) \
482 more
486 #define BITFIELD_FIELD(field, more) \
487 more \
  /external/libunwind/doc/
unw_get_proc_info_by_ip.tex 22 instruction-pointer (IP) instead of a cursor. This is more flexible
25 is more flexible, it also tends to run slower (and often much slower)
  /external/libvorbis/doc/
Vorbis_I_spec.tex 70 % Fake some more DocBook elements
76 % Redefine \~ to generate something that looks more appropriate when used in text.

Completed in 419 milliseconds

1 2 3 4 5 67 8 91011>>