HomeSort by relevance Sort by last modified time
    Searched full:presumed (Results 1 - 25 of 154) sorted by null

1 2 3 4 5 6 7

  /external/clang/test/Misc/
diag-presumed.c 1 // RUN: not %clang_cc1 -fsyntax-only -pedantic-errors %s 2>&1 | FileCheck %s --check-prefix=PRESUMED
2 // RUN: not %clang_cc1 -fsyntax-only -pedantic-errors -fno-diagnostics-use-presumed-location %s 2>&1 | FileCheck %s --check-prefix=SPELLING
8 // PRESUMED: diag-presumed.c:101:11: error: use of undeclared identifier 'error'
9 // PRESUMED: diag-presumed.c:100:14: note: expanded from
10 // SPELLING: diag-presumed.c:6:11: error: use of undeclared identifier 'error'
11 // SPELLING: diag-presumed.c:5:14: note: expanded from
14 // PRESUMED: diag-presumed.c:108:1: error: extra ';' outside of a functi
    [all...]
  /external/chromium_org/chrome/browser/prefs/tracked/
dictionary_hash_store_contents.h 21 // DictionaryValue is presumed to be the contents of a PrefStore.
  /external/kernel-headers/original/uapi/drm/
msm_drm.h 147 * passed back through the 'presumed' field. If on a subsequent reloc,
148 * userspace passes back a 'presumed' address that is still valid,
158 uint64_t presumed; /* in/out, presumed buffer address */ member in struct:drm_msm_gem_submit_bo
nouveau_drm.h 69 struct drm_nouveau_gem_pushbuf_bo_presumed presumed; member in struct:drm_nouveau_gem_pushbuf_bo
  /dalvik/dx/src/com/android/dx/cf/attrib/
AttExceptions.java 35 * @param exceptions {@code non-null;} list of classes, presumed but not
  /external/chromium_org/chromeos/network/
host_resolver_impl_chromeos.h 32 // called from, i.e. the IO thread, which is presumed to differ from the
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
AutoDetector.java 33 the presumed character encoding of that InputStream.
  /frameworks/av/media/libnbaio/
LibsndfileSource.cpp 42 // after we reach the presumed EOF, report infinity just in case there's actually more
  /external/clang/include/clang/Basic/
SourceLocation.h 349 /// \brief Represents an unpacked "presumed" location which can be presented
352 /// A 'presumed' location can be modified by \#line and GNU line marker
373 /// \brief Return the presumed filename of this location.
378 /// \brief Return the presumed line number of this location.
383 /// \brief Return the presumed column number of this location.
388 /// \brief Return the presumed include location of this location.
DiagnosticOptions.def 57 DIAGOPT(ShowPresumedLoc, 1, 0) /// Show presumed location for diagnostics.
SourceManagerInternals.h 33 /// \brief The presumed line number of this line entry: \#line 4.
SourceManager.h 14 /// location, an expansion location, and a presumed location.
30 /// and the presumed location is where the line directive states that
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_value.h 80 /// \brief Get the presumed filename for the source location.
82 /// \brief Get the presumed line number.
84 /// \brief Get the column within the presumed line.
  /external/guava/guava-testlib/src/com/google/common/collect/testing/google/
UnmodifiableCollectionTests.java 109 * @param collection the presumed-immutable collection
179 * @param set the presumed-immutable set
201 * @param multiset the presumed-immutable multiset
261 * @param multimap the presumed-immutable multimap
  /libcore/luni/src/main/java/org/apache/harmony/security/x509/
CertificateIssuer.java 37 * In java implementation it is presumed that GeneralNames consist of
  /external/chromium_org/components/password_manager/core/browser/
login_database.h 109 // This is presumed to be a permanent failure.
113 // This is presumed to be a temporary failure.
  /system/core/include/cutils/
sockets.h 100 * socket_peer_is_trusted - Takes a socket which is presumed to be a
  /bionic/libc/kernel/uapi/drm/
msm_drm.h 106 uint64_t presumed; member in struct:drm_msm_gem_submit_bo
nouveau_drm.h 66 struct drm_nouveau_gem_pushbuf_bo_presumed presumed; member in struct:drm_nouveau_gem_pushbuf_bo
  /dalvik/libdex/
CmdUtils.cpp 174 * Pop open the (presumed) DEX file.
  /external/chromium_org/content/browser/devtools/
devtools_protocol.h 150 // Sends message to client, the caller is presumed to properly
  /external/chromium_org/mojo/public/cpp/bindings/
interface_ptr.h 121 // presumed to be an interface implementation of type |Interface|. Returns a
  /external/llvm/utils/
findoptdiff 18 # presumed to be a compilation of the same program or program fragment
  /frameworks/base/core/java/android/app/
IBackupAgent.aidl 84 * Perform a "full" backup to the given file descriptor. The output file is presumed
  /external/llvm/include/llvm/CodeGen/
LiveVariables.h 136 // register references are presumed dead across basic blocks.
141 // register references are presumed dead across basic blocks.

Completed in 2800 milliseconds

1 2 3 4 5 6 7