/external/chromium_org/v8/test/webkit/ |
named-function-expression.js | 36 debug("eval'd code should be able to access scoped variables");
|
/external/clang/include/clang/Sema/ |
IdentifierResolver.h | 11 // scoped lookup, based on declaration names.
|
/external/clang/test/CXX/temp/temp.decls/temp.friend/ |
p1.cpp | 317 // This shouldn't be misrecognized as a templated-scoped reference.
|
/external/clang/test/SemaCXX/ |
constructor-initializer.cpp | 97 INT::NonExisting() {} // expected-error {{'INT' (aka 'int') is not a class, namespace, or scoped enumeration}} \
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_interface_java.cc | 66 ScopedJavaFunc scoped(thr, caller_pc); \
|
/external/javassist/src/main/javassist/scopedpool/ |
ScopedClassPool.java | 29 * A scoped class pool.
|
/external/lldb/include/lldb/Core/ |
Timer.h | 26 /// A scoped timer class that allows a variety of pthread mutex
|
/external/lldb/include/lldb/Symbol/ |
SymbolContextScope.h | 48 /// @li Variable objects that can reconstruct where they are scoped
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
Settings.java | 22 * Settings are {@link com.squareup.okhttp.internal.spdy.SpdyConnection connection} scoped.
|
/external/smack/src/org/jivesoftware/smackx/packet/ |
MUCAdmin.java | 32 * moderator privileges. All these operations are scoped by the
|
/frameworks/base/core/java/android/view/inputmethod/ |
InputMethodSession.java | 161 * be a scoped name, i.e. prefixed with a package name you own, so that
|
/frameworks/base/packages/BackupRestoreConfirmation/src/com/android/backupconfirm/ |
BackupRestoreConfirmation.java | 46 * Note that the fully scoped name of this class is baked into the backup manager service.
|
/ndk/sources/android/crazy_linker/src/ |
crazy_linker_util.h | 23 // Helper scoped pointer class.
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/config/compiler/ |
gcc.hpp | 204 // scoped enums have a serious bug in 4.4.0, so define BOOST_NO_CXX11_SCOPED_ENUMS before 4.5.1
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
condition_variable | 179 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ |
condition_variable | 179 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
condition_variable | 183 // scoped unlock - unlocks in ctor, re-locks in dtor
|
/art/runtime/base/ |
mutex.h | 417 // Scoped locker/unlocker for a regular Mutex that acquires mu upon construction and releases it 437 // Scoped locker/unlocker for a ReaderWriterMutex that acquires read access to mu upon 459 // Scoped locker/unlocker for a ReaderWriterMutex that acquires write access to mu upon
|
/external/chromium_org/chrome/browser/sync/glue/ |
bookmark_change_processor.cc | 217 // Acquire a scoped write lock via a transaction. 353 // Acquire a scoped write lock via a transaction. 387 // Acquire a scoped write lock via a transaction.
|
/external/lldb/source/Host/common/ |
Mutex.cpp | 94 // This will create a scoped mutex locking object that doesn't have 106 // This will create a scoped mutex locking object that extracts the 118 // This will create a scoped mutex locking object that extracts the
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneBase.java | 630 * version scoped to their packages 652 * version scoped to their packages [all...] |
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/ |
payload_splitter_unittest.cc | 368 // Use scoped pointers to avoid having to delete them later. 525 // Use scoped pointers to avoid having to delete them later. 605 // Use scoped pointers to avoid having to delete them later.
|
/external/iproute2/ip/ |
ipaddress.c | 1067 int scoped = 0; local 1125 scoped = 1; 1211 if (!scoped && cmd != RTM_DELADDR) [all...] |
/art/compiler/sea_ir/ir/ |
sea.h | 338 // by using the scoped hashtable of names @ scoped_table.
|
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
GUnitExecuteMojo.java | 266 // todo : should we combine both compile and test scoped elements?
|