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

12 3 4 5 6 7 8 91011>>

  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
AbstractSuggestionExtras.java 30 protected AbstractSuggestionExtras(SuggestionExtras more) {
31 mMore = more;
  /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...]
  /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);
  /dalvik/tests/003-omnibus-opcodes/src/
Classes.java 20 MoreClasses more; local
27 more = (MoreClasses) moreRef;
32 more = (MoreClasses) thisRef;
55 more = (MoreClasses) nullRef;
198 MoreClasses more = new MoreClasses(); local
199 classes.checkCast(classes, more, null);
201 more.subFunc(true);
202 more.superFunc(false);
  /external/chromium_org/third_party/JSON/JSON-2.59/blib/lib/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/JSON-2.59/lib/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /external/chromium_org/third_party/JSON/out/lib/perl5/JSON/backportPP/
Boolean.pm 12 and similar modules. See L<JSON::PP> for more info about this class.
  /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,
  /packages/apps/Camera2/src/com/android/camera/
PhotoMenu.java 75 // More settings.
76 PieItem more = makeItem(R.drawable.ic_settings_holo_light); local
77 more.setLabel(res.getString(R.string.camera_menu_more_label));
78 mRenderer.addItem(more);
111 more.addItem(item);
134 more.addItem(item);
151 more.addItem(item);
156 more.addItem(item);
164 more.addItem(item);
  /frameworks/base/obex/javax/obex/
ClientOperation.java 240 throw new IOException("no more input streams available");
275 throw new IOException("no more output streams available");
400 * @return <code>true</code> if there is more data to send;
401 * <code>false</code> if there is no more data to send
541 * initial request. If the response takes more then one packet, a thread
550 boolean more = true;
555 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
556 more = sendRequest(0x03);
570 while ((more) && (mReplyHeader.responseCode == ResponseCodes.OBEX_HTTP_CONTINUE)) {
571 more = sendRequest(0x02)
    [all...]
  /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/clang/test/Index/
annotate-tokens-pp.c 5 NOTHING(more,junk) float WIBBLE(int, float);
73 // CHECK: Identifier: "more" [5:9 - 5:13]
  /external/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /ndk/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/
float.h 22 # error This header is only reentrant once, it should be modified if it has to be included more.

Completed in 1353 milliseconds

12 3 4 5 6 7 8 91011>>