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

1 2 34 5 6

  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeappendchildnewchilddiffdocument.js 91 to make such a replacement should raise the desired
hc_nodeappendchildnodeancestor.js 85 desired exception.
hc_nodeinsertbeforeinvalidnodetype.js 85 of the "Attr" type, therefore the desired exception
hc_nodeinsertbeforenodeancestor.js 85 desired exception.
hc_nodeinsertbeforerefchildnonexistent.js 85 node should raise the desired exception.
hc_noderemovechildoldchildnonexistent.js 84 remove such a node should raise the desired exception.
hc_nodereplacechildinvalidnodetype.js 86 type, therefore the desired exception should be raised.
hc_nodereplacechildnodeancestor.js 85 desired exception.
hc_nodereplacechildoldchildnonexistent.js 84 replace such a node should raise the desired exception.
hc_textindexsizeerrnegativeoffset.js 85 The desired exception should be raised since the offset
hc_textindexsizeerroffsetoutofbounds.js 84 The desired exception should be raised since the offset
hc_namednodemapwrongdocumenterr.js 92 different DOM document. This should raise the desired
hc_nodeinsertbeforenewchilddiffdocument.js 92 insert such a child should raise the desired exception.
hc_nodereplacechildnewchilddiffdocument.js 92 should raise the desired exception.
  /dalvik/vm/
Exception.cpp 364 * We can't find the desired constructor. This can happen if a
    [all...]
  /system/extras/tests/bionic/libc/other/
test_jpeg.c 88 _source_resync_to_restart( j_decompress_ptr cinfo, int desired)
  /external/bison/src/
tables.c 142 | DESIRED, grow them. Note that TABLE[DESIRED] is to be used, so |
143 | the desired size is at least DESIRED + 1. |
147 table_grow (int desired)
151 while (table_size <= desired)
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.cc 813 int desired = item_count * 3; local
817 if (table_sizes[i] > desired)
    [all...]
  /external/jpeg/
jpeglib.h 795 JMETHOD(boolean, resync_to_restart, (j_decompress_ptr cinfo, int desired))
    [all...]
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_namednodemapwrongdocumenterr.js 92 different DOM document. This should raise the desired
hc_nodeinsertbeforenewchilddiffdocument.js 92 insert such a child should raise the desired exception.
hc_nodereplacechildnewchilddiffdocument.js 92 should raise the desired exception.
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11modes.c 511 /* Find out which screen is the desired one */
512 int desired = 0; local
519 desired = SDL_atoi(variable);
532 if ( xinerama[i].screen_number == desired ) {
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 457 private int resolveMeasured(int measureSpec, int desired)
463 result = desired;
466 result = Math.min(specSize, desired);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
MultiWaveView.java 243 private int resolveMeasured(int measureSpec, int desired)
249 result = desired;
252 result = Math.min(specSize, desired);
    [all...]

Completed in 426 milliseconds

1 2 34 5 6