HomeSort by relevance Sort by last modified time
    Searched full:ambiguous (Results 201 - 225 of 1010) sorted by null

1 2 3 4 5 6 7 891011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tabnanny.py 3 """The Tab Nanny despises ambiguous indentation. She knows no mercy.
5 tabnanny -- Detection of ambiguous indentation
62 Raised by tokeneater() if detecting an ambiguous indent.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tabnanny.py 3 """The Tab Nanny despises ambiguous indentation. She knows no mercy.
5 tabnanny -- Detection of ambiguous indentation
62 Raised by tokeneater() if detecting an ambiguous indent.
  /system/core/adb/
transport.c 798 int ambiguous = 0; local
822 ambiguous = 1;
833 ambiguous = 1;
842 ambiguous = 1;
851 ambiguous = 1;
886 } else if (state != CS_ANY && (serial || !ambiguous)) {
  /development/tools/apkcheck/src/com/android/apkcheck/
ClassInfo.java 236 * Normalize the ambiguous types. This requires regenerating the
266 * The contents of mSuperNames are in an ambiguous form.
  /external/chromium/net/proxy/
proxy_server_unittest.cc 201 "http:/", // ambiguous, but will fail because of bad port.
202 "http:", // ambiguous, but will fail because of bad port.
  /external/chromium_org/net/proxy/
proxy_server_unittest.cc 201 "http:/", // ambiguous, but will fail because of bad port.
202 "http:", // ambiguous, but will fail because of bad port.
  /external/clang/test/SemaCXX/
cxx0x-initializer-constructor.cpp 87 { D<-1> d{1, 2.0}; } // expected-error {{ambiguous}}
267 B b = { 0 }; // expected-error {{ambiguous}}
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_common_interceptors_scanf.inc 122 // This is unfortunately ambiguous between old GNU extension
204 // This is ambiguous, so check the smaller size of char * (if it is
  /cts/hostsidetests/appsecurity/test-apps/PermissionDeclareApp/
AndroidManifest.xml 73 <!-- An ambiguous content provider, where "exported" was not specified.
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
MachineProbe.java 148 // /** Used to find paths through syntactically ambiguous DFA. If we've
  /external/bison/lib/
msvc-inval.h 209 "warning: suggest explicit braces to avoid ambiguous 'else'". */
  /external/bison/runtime-po/
es.po 48 msgid "syntax is ambiguous"
nb.po 40 msgid "syntax is ambiguous"
vi.po 29 msgid "syntax is ambiguous"
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
ASN1TaggedObject.java 135 // tagging. As implicit tagging is ambiguous if a sequence is involved
  /external/ceres-solver/internal/ceres/
problem_impl.h 178 // parameterizations have ambiguous ownership. Instead of scanning the entire
  /external/chromium/chrome/browser/chromeos/status/
input_method_menu_unittest.cc 89 // Test whether the function returns language name for non-ambiguous languages.
  /external/chromium_org/chrome/renderer/extensions/
messaging_utils_unittest.cc 142 // This tests an ambiguous set of arguments when options are present:
  /external/chromium_org/chrome/renderer/resources/extensions/
schema_utils.js 129 // Validates that a given schema for an API function is not ambiguous.
  /external/chromium_org/remoting/protocol/
session_config.h 149 // received in the session-accept stanza. If the selection is ambiguous
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSProperty.h 49 uint16_t m_indexInShorthandsVector : 2; // If this property was set as part of an ambiguous shorthand, gives the index in the shorthands vector.
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchDisambiguation.cpp 143 // We ignore the candidates that has less than 1/2 overlap (we consider not really ambiguous enough) than the best candidate to avoid excessive popups.
  /external/chromium_org/v8/test/test262/
test262.status 44 # incompatibilities if the test cases turn out to be broken or ambiguous.
  /external/clang/include/clang/Tooling/
FileMatchTrie.h 56 /// >1 equivalent files: Match is ambiguous, return error.
  /external/clang/test/CXX/special/class.inhctor/
p2.cpp 119 constexpr UsingTemplateCtors utc7{ 0 }; // expected-error {{ambiguous}}

Completed in 804 milliseconds

1 2 3 4 5 6 7 891011>>