HomeSort by relevance Sort by last modified time
    Searched refs:more (Results 176 - 200 of 1733) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/samples/browseable/AccelerometerPlay/src/com.example.android.accelerometerplay/
AccelerometerPlayActivity.java 253 // We do no more than a limited number of iterations
262 boolean more = true;
264 for (int k = 0; k < NUM_MAX_ITERATIONS && more; k++) {
265 more = false;
291 more = true;
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
filter.rb 14 See http://www.antlr.org/wiki/display/ANTLR3/Lexical+filters for more info on
  /external/fonttools/Lib/fontTools/ttLib/tables/
_g_l_y_f.py 198 MORE_COMPONENTS = 0x0020 # indicates at least one more glyph after this one
351 more = 1
353 while more:
355 more, haveInstr, data = component.decompile(data, glyfTable)
464 more = 1
469 more = 0
471 data = data + compo.compile(more, haveInstructions, glyfTable)
683 more = 1
684 while more:
695 more = flags & MORE_COMPONENT
    [all...]
  /external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
ELF_x64-64_PIC_relocations.s 5 # Test that we can load this code twice at memory locations more than 2GB apart
  /external/v8/src/
d8.js 7 // A more universal stringify that supports more types than JSON.
  /prebuilts/go/darwin-x86/src/runtime/
mem_bsd.go 12 // which prevents us from allocating more stack.
31 // which prevents us from allocating more stack.
  /prebuilts/go/linux-x86/src/runtime/
mem_bsd.go 12 // which prevents us from allocating more stack.
31 // which prevents us from allocating more stack.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a-it-bad.s 13 @ IT block of more than one instruction is deprecated.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/pdp11/
absreloc.s 12 # GNU General Public License for more details.
  /external/libmicrohttpd/src/include/
microspdy.h 13 GNU General Public License for more details.
68 Once you have a proper build system and go for more exotic
350 * No more options / last option. This is used
539 * more the settings handling. Each option must
549 * No more options / last option. This is used
646 * a reqest comes, but will also be called if more headers/trailers are
661 * @param more a flag saying if more data related to the request is
664 * It is also possible that more headers/trailers arrive;
679 bool more);
    [all...]
  /external/skia/tools/
compare_codereview.py 32 Python's standard library. We need a little more power than a
33 regex. [Search for "You can't parse [X]HTML with regex." for more
154 Python's standard library. We need a little more power than a
155 regex. [Search for "You can't parse [X]HTML with regex." for more
363 if ('compile' in result.text or '...and more' in result.text):
  /external/tpm2/
PropertyCap.c 90 // more significant 32-bits of a vendor-specific value
431 // YES more properties are available
432 // NO no more properties to be reported
442 TPMI_YES_NO more = NO; local
468 // If the return list is full but there are more properties
470 more = YES;
475 return more;
  /frameworks/compile/mclinker/lib/Support/
LEB128.cpp 69 bool more = true; local
77 more = false;
83 } while (more);
  /build/tools/atree/
files.cpp 294 errstr = "Error: More than 2 paths per line.";
394 const FileRecord& rec, vector<FileRecord>*more)
408 more->push_back(r);
426 vector<FileRecord>* more)
451 add_more(entry, is_directory, rec, more);
459 list_dir(*it, rec, excludes, more);
  /external/libvpx/libvpx/
tools_common.c 116 const size_t more = (left < needed) ? left : needed; local
117 memcpy(ptr, detect->buf + detect->position, more);
118 buf_position = more;
119 needed -= more;
120 detect->position += more;
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 47 authentication, serialization, and connection management. For more
53 requests. For more information on signing your requests, go to
67 create one or more secondary indexes, which provide fast data
94 + Query - Returns one or more items from a table or a secondary
187 more items from one or more tables. You identify requested
221 much more likely to succeed.
223 For more information, go to `Batch Operations and Error
241 read capacity units according to the type of read. For more
247 A map of one or more table names and, for each table, the correspondin
    [all...]
  /external/vboot_reference/futility/
cmd_show.c 333 uint32_t more = key_block->key_block_size; local
335 (VbFirmwarePreambleHeader *)(state->my_area->buf + more);
338 len - more, rsa)) {
446 uint32_t more = key_block->key_block_size; local
448 (VbKernelPreambleHeader *)(state->my_area->buf + more);
451 len - more, rsa)) {
  /external/ImageMagick/www/api/
statistic.php 124 <dd>one or more parameters. </dd>
134 <p>GetImageEntropy() returns the entropy of one or more image channels.</p>
165 <p>GetImageExtrema() returns the extrema of one or more image channels.</p>
200 <p>GetImageKurtosis() returns the kurtosis and skewness of one or more image channels.</p>
235 <p>GetImageMean() returns the mean and standard deviation of one or more image channels.</p>
270 <p>GetImageMoments() returns the normalized moments of one or more image channels.</p>
297 <p>GetImagePerceptualHash() returns the perceptual hash of one or more image channels.</p>
324 <p>GetImageRange() returns the range of one or more image channels.</p>
  /external/google-tv-pairing-protocol/java/src/com/google/polo/json/
Cookie.java 90 while (x.more()) {
HTTP.java 97 while (x.more()) {
  /external/llvm/test/MC/Mips/
nabi-regs.s 3 # for 4 more register parameters (A registers) offsetting
  /external/mesa3d/docs/
WL_bind_wayland_display.spec 38 more interfaces in the Wayland protocol to allow clients to create
100 compositor will have to create one or more EGLImages for the
  /frameworks/base/core/java/android/view/animation/
AnimationSet.java 374 boolean more = false;
384 more = a.getTransformation(currentTime, temp, getScaleFactor()) || more;
405 return more;
  /frameworks/opt/photoviewer/
Android.mk 21 # if you're certain that you need it; see go/extradex-design for more context.
43 # go/extradex-design for more context.
  /prebuilts/go/darwin-x86/src/internal/testenv/
testenv.go 66 // using os.StartProcess or (more commonly) exec.Command.
80 // using os.StartProcess or (more commonly) exec.Command.

Completed in 713 milliseconds

1 2 3 4 5 6 78 91011>>