HomeSort by relevance Sort by last modified time
    Searched refs:Important (Results 1 - 6 of 6) sorted by null

  /build/make/tools/droiddoc/templates-sac/
footer.cs 2 <style>.feedback { float: right !Important }</style>
  /external/clang/test/Parser/
recovery.cpp 5 typedef int Important;
10 Important n;
13 Std::Important y;
207 // These shouldn't crash, the diagnostics aren't important.
  /external/icu/icu4c/source/
configure 887 # Accept the important Cygnus configure options, so we can diagnose typos.
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
proc.go 830 // It is important that the scan happens exactly once: if called twice,
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
proc.go 830 // It is important that the scan happens exactly once: if called twice,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/pydoc_data/
topics.py 6 'atom-literals': u"\nLiterals\n********\n\nPython supports string literals and various numeric literals:\n\n literal ::= stringliteral | integer | longinteger\n | floatnumber | imagnumber\n\nEvaluation of a literal yields an object of the given type (string,\ninteger, long integer, floating point number, complex number) with the\ngiven value. The value may be approximated in the case of floating\npoint and imaginary (complex) literals. See section Literals for\ndetails.\n\nAll literals correspond to immutable data types, and hence the\nobject's identity is less important than its value. Multiple\nevaluations of literals with the same value (either the same\noccurrence in the program text or a different occurrence) may obtain\nthe same object or a different object with the same value.\n",
    [all...]

Completed in 287 milliseconds