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

12 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/history/
other_devices.css 66 .device-show-more-tabs,
67 .device-show-more-tabs:active,
68 .device-show-more-tabs:visited,
69 .device-show-more-tabs:link {
  /external/chromium_org/native_client_sdk/src/doc/reference/
index.rst 5 The reference section includes more in-depth details about some aspects of
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionExtras.java 30 protected AbstractSuggestionExtras(SuggestionExtras more) {
31 mMore = more;
  /external/chromium_org/tools/relocation_packer/src/
sleb128.cc 28 bool more = true; local
31 while (more) {
42 more = false;
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitperl/VCSUtils_unittest/
fixChangeLogPatch.pl 37 use Test::More;
161 diffName => "fixChangeLogPatch: [no change] Far apart changes (i.e. more than one chunk).",
217 + Changed some more code on 2009-12-22.
234 + Changed some more code on 2009-12-22.
282 + Changed some more code on 2009-12-21.
303 + Changed some more code on 2009-12-21.
324 + Changed some more code on 2009-12-22.
343 + Changed some more code on 2009-12-22.
363 + Changed some more code on 2009-12-22.
382 + Changed some more code on 2009-12-22
    [all...]
fixChangeLogPatchThenSetChangeLogDateAndReviewer.pl 31 use Test::More;
48 + Changed some more code on 2010-05-08.
66 + Changed some more code on 2010-05-08.
  /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...]
  /external/chromium_org/mojo/public/js/bindings/
core.js 11 // Refer to that file for more detailed documentation for equivalent methods.
22 * See core.h for more information.
45 * See core.h for more information.
53 * See core.h for more information.
62 * See core.h for more information.
73 * See core.h for more information.
79 * See core.h for more information.
87 * See core.h for more information.
101 * See core.h for more information.
108 * See core.h for more information
    [all...]
  /frameworks/base/obex/javax/obex/
ClientOperation.java 253 throw new IOException("no more input streams available");
288 throw new IOException("no more output streams available");
413 * @return <code>true</code> if there is more data to send;
414 * <code>false</code> if there is no more data to send
554 * initial request. If the response takes more then one packet, a thread
563 boolean more = true;
569 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
570 more = sendRequest(0x03);
580 more = sendRequest(0x83);
582 if (more) {
    [all...]
  /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);
  /external/chromium_org/chrome/common/extensions/docs/server2/
docs_server_utils.py 26 def StringIdentity(first, *more):
32 for m in more:
  /external/valgrind/main/none/tests/
shell.stderr.exp 5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
  /external/wpa_supplicant_8/src/common/
gas.c 7 * 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,
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,
gas.h 7 * See README for more details.
25 u8 frag_id, u8 more,
29 u8 frag_id, u8 more,
  /external/doclava/src/com/google/doclava/
AttrTagInfo.java 61 String more = m.group(2); local
64 String ref = more.trim();
77 m = NAME_TEXT.matcher(more);
79 Errors.error(Errors.BAD_ATTR_TAG, position, "Bad @attr name tag: " + more);
86 mDescrComment = new Comment(more, base, position);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
code.py 62 2) The input is incomplete, and more input is required;
219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.'
226 more = 0
229 if more:
243 more = self.push(line)
247 more = 0
259 value is 1 if more input is required, 0 if the line was dealt
265 more = self.runsource(source, self.filename)
266 if not more:
268 return more
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
code.py 62 2) The input is incomplete, and more input is required;
219 cprt = 'Type "help", "copyright", "credits" or "license" for more information.'
226 more = 0
229 if more:
243 more = self.push(line)
247 more = 0
259 value is 1 if more input is required, 0 if the line was dealt
265 more = self.runsource(source, self.filename)
266 if not more:
268 return more
    [all...]
  /external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp 160 BOOL more = TRUE; local
161 while(more)
167 more = FALSE;
  /external/chromium_org/third_party/skia/platform_tools/android/tests/
generate_user_config_tests.py 91 raise Exception('failed one or more unittests')
makefile_writer_tests.py 200 raise Exception('failed one or more unittests')
  /external/chromium_org/v8/test/perf-test/Collections/
set.js 52 // This is run more than once per setup so we will end up deleting items
53 // more than once. Therefore, we do not the return value of delete.
weakmap.js 75 // This is run more than once per setup so we will end up deleting items
76 // more than once. Therefore, we do not the return value of delete.
weakset.js 59 // This is run more than once per setup so we will end up deleting items
60 // more than once. Therefore, we do not the return value of delete.
  /external/clang/test/Index/
annotate-tokens-pp.c 5 NOTHING(more,junk) float WIBBLE(int, float);
73 // CHECK: Identifier: "more" [5:9 - 5:13]
  /external/skia/platform_tools/android/tests/
generate_user_config_tests.py 91 raise Exception('failed one or more unittests')

Completed in 1311 milliseconds

12 3 4 5 6 7 8 91011>>