/external/clang/test/SemaCXX/ |
cxx98-compat.cpp | 89 enum class EnumScoped { // expected-warning {{scoped enumerations are incompatible with C++98}}
|
/external/emma/core/java12/com/vladium/logging/ |
Logger.java | 311 * Logger instance scoped to Logger.class if the stack is empty.
|
/external/llvm/docs/TableGen/ |
LangIntro.rst | 149 in <list>. <var> is scoped at the level of the ``foreach`` loop and must
|
/external/llvm/lib/CodeGen/ |
MachineCSE.cpp | 11 // instructions using a scoped hash table based value numbering scheme. It
|
/external/oprofile/ |
ChangeLog-2008 | 235 exist. Also change to use scoped array for symbol contents
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCUser.java | 27 * or status codes scoped by the 'http://jabber.org/protocol/muc#user' namespace.
|
/frameworks/base/docs/html/training/basics/firstapp/ |
building-ui.jd | 211 to resources are always scoped by the resource type (such as {@code id} or {@code string}), so using
|
/frameworks/base/media/java/android/media/tv/ |
TvView.java | 424 * @param action Name of the command to be performed. This <em>must</em> be a scoped name, i.e. [all...] |
/hardware/qcom/keymaster/ |
keymaster_qcom.cpp | 96 * on failure. This means we need to tell our scoped pointers when we've transferred ownership,
|
/system/core/libpixelflinger/codeflinger/ |
blending.cpp | 89 // scoped register allocator
|
/system/security/softkeymaster/ |
keymaster_openssl.cpp | 99 * scoped pointers when we've transferred ownership, without
|
/frameworks/base/core/java/android/provider/ |
ContactsContract.java | [all...] |
/external/mdnsresponder/mDNSCore/ |
uDNS.c | 104 mDNSexport DNSServer *mDNS_AddDNSServer(mDNS *const m, const domainname *d, const mDNSInterfaceID interface, const mDNSAddr *addr, const mDNSIPPort port, mDNSBool scoped, mDNSu32 timeout) 117 LogInfo("mDNS_AddDNSServer: Adding %#a for %##s, InterfaceID %p, scoped %d", addr, d->c, interface, scoped); 123 if ((*p)->scoped == scoped && (*p)->interface == interface && (*p)->teststate != DNSServer_Disabled && 145 (*p)->scoped = scoped; [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
StyleResolver.cpp | 246 // FIXME(BUG 72461): We don't add @font-face rules of scoped style sheets for the moment. 448 // FIXME: Need to clarify how to treat style scoped. [all...] |
/external/chromium_org/third_party/jinja2/ |
compiler.py | 203 that may be defined with `add_special` which may occour scoped. 868 context = node.scoped and 'context.derived(locals())' or 'context' [all...] |
nodes.py | 313 fields = ('name', 'body', 'scoped')
|
/external/clang/include/clang/AST/ |
DeclBase.h | 689 /// scoped decl is defined outside the current function or method. This is [all...] |
/external/clang/include/clang/Serialization/ |
ASTReader.h | 712 /// \brief A snapshot of Sema's unused file-scoped variable tracking, for 739 /// \brief The IDs of all locally scoped extern "C" decls in the chain. [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/ |
cp-tree.h | 410 /* scoped enums */ [all...] |
/external/apache-xml/src/main/java/org/apache/xalan/templates/ |
ElemLiteralResult.java | 319 // JJK Bugzilla 1133: Also check locally-scoped extensions [all...] |
/external/chromium_org/chrome/browser/history/android/ |
android_provider_backend.cc | 167 // will be created after this scoped transaction ends, there should have no [all...] |
/external/chromium_org/native_client_sdk/doc_generated/reference/ |
pnacl-bitcode-abi.html | 364 <p>These intrinsics are used to implement language features like scoped automatic
|
/external/chromium_org/net/cert/ |
nss_cert_database_unittest.cc | 75 // ClientSocketFactory singleton) so that the scoped ref ptrs created in [all...] |
/external/chromium_org/third_party/libjingle/source/talk/session/media/ |
mediasessionclient.cc | 331 // scoped to a content. [all...] |
/external/chromium_org/third_party/npapi/bindings/ |
npapi_extensions.h | 221 /* buffer is device specific. The lifetime of the buffer is scoped with the */ [all...] |