HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 76 - 100 of 895) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/current/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.
  /art/tools/ahat/src/
SubsetSelector.java 25 * requiring the user to explicitly request more, so users not interested in
26 * more don't have to wait for everything to render.
82 // (showing X of Y - show none - show less - show more - show all)
98 int more = Math.min(mLimit + kIncrAmount, all); local
99 menu.appendLink(mQuery.with(mId, more), DocString.text("show more"));
104 menu.append("show more - show all)");
  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteCardinalityException.js 6 * This signifies a case where the cardinality of two or more elements
  /toolchain/binutils/binutils-2.25/config/
bootstrap-debug.mk 9 # For more thorough testing, see bootstrap-debug-lean.mk
  /external/chromium-trace/catapult/dashboard/dashboard/
update_test_suites.py 116 more = True
118 while more:
119 some_suites, cursor, more = suite_query.fetch_page(
197 more = True
199 while more:
202 some_suites, cursor, more = suite_query.fetch_page(
change_internal_only.py 130 test_keys, next_cursor, more = test_query.fetch_page(
142 if more:
176 rows, next_cursor, more = rows_query.fetch_page(
184 if more:
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
gesture_common.js 25 // This computation doesn't account for more complex CSS transforms on the
43 // Zoom-independent window height. See crbug.com/627123 for more details.
48 // Zoom-independent window width. See crbug.com/627123 for more details.
  /external/google-breakpad/src/testing/
CMakeLists.txt 6 # For more options, run 'ctest --help'.
71 # Google Mock libraries. We build them using more strict warnings than what
112 cxx_test(gmock-more-actions_test gmock_main)
139 cxx_test_with_flags(gmock-more-actions_no_exception_test "${cxx_no_exception}"
140 gmock_main_no_exception test/gmock-more-actions_test.cc)
153 # knowing more details about the system configurations. We do not try to run
154 # this binary. To get a more robust shared library coverage, configure with
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.l 3 .*:15: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
4 .*:20: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
6 .*:36: Warning: IT blocks containing more than one conditional instruction are deprecated in ARMv8
  /external/elfutils/libdwfl/
gzip.c 23 General Public License for more details.
85 size_t more = state->size ? state->size * 2 : start; local
86 char *b = realloc (state->buffer, more);
87 while (unlikely (b == NULL) && more >= state->size + 1024)
88 b = realloc (state->buffer, more -= 1024);
92 state->size = more;
  /external/libmicrohttpd/src/testspdy/
test_request_response_with_callback.c 13 GNU General Public License for more details.
60 bool *more)
75 *more = feof(fd) == 0;
77 //printf("more is %i\n",*more);
79 if(!(*more))
115 bool more)
125 (void)more;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/
tools_common.c 115 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;
  /frameworks/av/media/libstagefright/
ESDS.cpp 82 bool more; local
92 more = (x & 0x80) != 0;
94 while (more);
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.bat 12 REM tz.pl script itself for more documentation.
  /external/v8/test/mjsunit/
keyed-load-hole-to-undefined.js 11 // and no more deoptimizations of foo would occur.
  /external/v8/test/mjsunit/regress/
regress-crbug-513602.js 21 // ...and collect more type feedback.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 246 more = list(found - modules)
248 # check if we found what we expected, not more, not less
249 self.assertEqual((more, less), ([], []))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 246 more = list(found - modules)
248 # check if we found what we expected, not more, not less
249 self.assertEqual((more, less), ([], []))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 246 more = list(found - modules)
248 # check if we found what we expected, not more, not less
249 self.assertEqual((more, less), ([], []))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 246 more = list(found - modules)
248 # check if we found what we expected, not more, not less
249 self.assertEqual((more, less), ([], []))
  /build/tools/atree/
atree.cpp 28 " -f FILELIST Specify one or more files containing the\n"
30 " -I INPUTDIR Specify one or more base directories in\n"
206 vector<FileRecord> more; local
231 err |= list_dir(*it, excludes, &more);
234 for (vector<FileRecord>::iterator it=more.begin();
235 it!=more.end(); it++) {
  /external/chromium-trace/catapult/tracing/tracing/mre/
cloud_storage.py 66 'One or more URLs matched no' in stderr):
  /external/clang/test/CodeGen/
blockstret.c 23 char more[32]; member in struct:bigbig
  /external/curl/lib/
formdata.h 68 struct FormInfo *more; member in struct:FormInfo
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
CookieList.java 52 while (x.more()) {

Completed in 1653 milliseconds

1 2 34 5 6 7 8 91011>>