HomeSort by relevance Sort by last modified time
    Searched full:correct (Results 801 - 825 of 5406) sorted by null

<<31323334353637383940>>

  /external/clang/lib/CodeGen/
TargetInfo.h 154 /// The default is false. This is correct whenever:
161 /// It is not necessarily correct when arguments are passed in the
  /external/clang/test/SemaCXX/
typo-correction.cpp 153 // PR 11737 - Don't try to typo-correct the implicit 'begin' and 'end' in a
162 // by not trying to typo-correct a method redeclaration to declarations not
  /external/e2fsprogs/ext2ed/
blockbitmap_com.c 111 This function starts allocating block from the current position. Allocating involves setting the correct bits
179 byte_offset=entry_num/8; /* Find the correct byte - entry_num/8 */
  /external/grub/stage2/
fsys_ffs.c 295 /* XXX: I don't know if this is really correct. Someone who is
303 the code above is correct. */
fsys_ufs2.c 316 /* XXX: I don't know if this is really correct. Someone who is
324 the code above is correct. */
  /external/icu4c/tools/toolutil/
ucbuf.h 150 * the converter to correct state for converting the rest of the stream. So the UConverter parameter
170 * the converter to correct state for converting the rest of the stream. So the UConverter parameter
  /external/jpeg/
jdct.h 143 * the fudge factor is correct for either sign of X.
154 * correct combination of casts.
  /external/liblzf/
Changes 75 - help applications that do not pass in the correct length
108 - flip LZF_STACK_ARG meaning (to be correct).
  /external/llvm/docs/CommandGuide/
llc.pod 102 =item B<--enable-correct-eh-support>
104 Instruct the B<lowerinvoke> pass to insert code for correct exception handling
lli.pod 147 =item B<-enable-correct-eh-support>
149 Make the -lowerinvoke pass insert expensive, but correct, EH code.
  /external/llvm/lib/Target/Hexagon/
HexagonRegisterInfo.td 134 def PC : Rc<9, "pc">, DwarfRegNum<[32]>; // is the Dwarf number correct?
135 def GP : Rc<11, "gp">, DwarfRegNum<[33]>; // is the Dwarf number correct?
  /external/mesa3d/docs/
devinfo.html 144 Make sure the values in src/mesa/main/version.h are correct.
166 This is needed in order to make a correct tar file in the next step.
  /external/openssl/crypto/des/asm/
readme 34 so I wrote a few perl routines to output the correct assembler, given
119 9 Jan 1997 - des-som2.pl is now the correct perl script to use for
  /external/oprofile/pp/
opgprof.cpp 156 // round-down low_pc to ensure bin number is correct in the inner loop
158 // round-up high_pc to ensure a correct histsize calculus
  /external/protobuf/
README.txt 54 not pass the correct set of flags to correctly link against
61 This will force it to use the correct flags.
  /external/qemu/distrib/jpeg-6b/
jdct.h 143 * the fudge factor is correct for either sign of X.
154 * correct combination of casts.
  /external/qemu/distrib/sdl-1.2.12/src/joystick/linux/
SDL_sysjoystick.c 1035 struct axis_correct *correct; local
1037 correct = &joystick->hwdata->abs_correct[which];
1038 if ( correct->used ) {
1039 if ( value > correct->coef[0] ) {
1040 if ( value < correct->coef[1] ) {
1043 value -= correct->coef[1];
1045 value -= correct->coef[0];
1047 value *= correct->coef[2];
  /external/smali/dexlib/src/main/java/org/jf/dexlib/Code/Analysis/
InlineMethodResolver.java 162 throw new RuntimeException("Could not determine the correct inline method to use");
171 throw new RuntimeException("Could not determine the correct inline method to use");
  /external/stlport/doc/
README.evc4 33 NOTE: If you are using Microsoft's batch files to set system variables check if both WCEROOT and SDKROOT vars are set to correct locations. example:
123 // Correct headers order
  /external/tcpdump/missing/
getnameinfo.c 146 * in case you are wondering if "&&" is more correct than
208 * in case you are wondering if "&&" is more correct than
  /external/tinyxml/docs/
classTiXmlDeclaration.html 8 <h1>TiXmlDeclaration Class Reference</h1><!-- doxytag: class="TiXmlDeclaration" --><!-- doxytag: inherits="TiXmlNode" -->In correct XML the declaration is the first entry in the file.
56 In correct XML the declaration is the first entry in the file.
  /external/webkit/Source/WebCore/manual-tests/
css3-cursor-fallback-quirks.html 12 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=9013">Bug 9013</a>: Let correct CSS custom cursor declarations parse</p>
43 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next has invalid css syntax in the inner div, so it should inherit from the parent. The last two testcases have correct syntax and there is no inheritance in this case.</p>
css3-cursor-fallback-strict.html 14 <p><a href="http://bugs.webkit.org/show_bug.cgi?id=9013">Bug 9013</a>: Let correct CSS custom cursor declarations parse</p>
35 <p>The following testcases test inheritance of the cursor property. The first one should have the help cursor for both divs (normal inheritance). The second one should have help cursor for big div, text cursor for small div (inner div has cursor property, should not inherit). The next two have invalid css syntax in the inner div, so they should inherit from parent. The rightmost testcase has a nonexistant url, but the syntax is correct, and there is no inheritance in this case.</p>
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
AndroidAnimation.cpp 242 // We now have the correct two values to work with, let's compute the
284 // We now have the correct two values to work with, let's compute the
  /external/webkit/Source/WebCore/platform/gtk/
ScrollViewGtk.cpp 111 // able to report correct values.
150 // able to report correct values.

Completed in 1808 milliseconds

<<31323334353637383940>>