/prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/ |
__init__.py | 68 "DOMException should not be instantiated directly")
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/config/ |
_sunprocc.h | 10 // instantiated during compile time. This is due to undefing
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/ |
__init__.py | 68 "DOMException should not be instantiated directly")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/ |
__init__.py | 68 "DOMException should not be instantiated directly")
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/ |
WorkingSetHelper.java | 36 /** This class is never instantiated. */
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
manifest-expected-completion18.txt | 23 android:enabled : Specify whether the activity is enabled or not (that is, can be instantiated by the system). [boolean]
|
/system/connectivity/shill/net/ |
shill_time.cc | 31 // As Time may be instantiated by MemoryLogMessage during a callback of
|
/art/runtime/base/ |
arena_allocator.h | 144 // for kValgrind == false, this can be instantiated only for kValgrind == true. 145 static_assert(kValgrind, "This template can be instantiated only for Valgrind.");
|
/development/samples/training/threadsample/src/com/example/android/threadsample/ |
PhotoDecodeRunnable.java | 26 * Objects of this class are instantiated and managed by instances of PhotoTask, which 100 * to the PhotoTask instance that instantiated it.
|
/docs/source.android.com/src/devices/tech/test_infra/tradefed/fundamentals/ |
options.jd | 37 <em>instantiated</em> by the lifecycle machinery.</p> 65 <code>@Option</code> fields are set after the class is instantiated, but before the
|
/external/clang/test/CXX/temp/temp.decls/temp.class/temp.mem.enum/ |
p1.cpp | 18 // into the already-instantiated class A<T>. This seems like a really bad idea, 53 // instantiated when we parse the nested name specifier.
|
/external/clang/test/CodeGenCXX/ |
condition.cpp | 244 int instantiated(T x) { function 317 template int instantiated(X);
|
/external/libchrome/base/strings/ |
string16.h | 143 // The string class will be explicitly instantiated only once, in string16.cc. 169 // To avoid problems, string classes need to be explicitly instantiated only
|
/frameworks/support/fragment/java/android/support/v4/app/ |
FragmentStatePagerAdapter.java | 94 // If we already have this item instantiated, there is nothing 97 // taken care of restoring the fragments we previously had instantiated.
|
/frameworks/support/v13/java/android/support/v13/app/ |
FragmentStatePagerAdapter.java | 98 // If we already have this item instantiated, there is nothing 101 // taken care of restoring the fragments we previously had instantiated.
|
/libcore/luni/src/main/java/libcore/util/ |
NativeAllocationRegistry.java | 34 * A separate NativeAllocationRegistry should be instantiated for each kind 37 * allocation. Once a NativeAllocationRegistry is instantiated, it can be
|
/libcore/ojluni/src/main/java/javax/net/ssl/ |
SSLSocketFactory.java | 77 * that name is loaded and instantiated. If that is successful and the 128 log("instantiated an instance of class " + clsName);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
core.py | 71 supplied, then the Distribution class (in dist.py) is instantiated. 77 will be turned into a command class, which is in turn instantiated; any
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
core.py | 71 supplied, then the Distribution class (in dist.py) is instantiated. 77 will be turned into a command class, which is in turn instantiated; any
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 71 supplied, then the Distribution class (in dist.py) is instantiated. 77 will be turned into a command class, which is in turn instantiated; any
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
core.py | 71 supplied, then the Distribution class (in dist.py) is instantiated. 77 will be turned into a command class, which is in turn instantiated; any
|
/toolchain/binutils/binutils-2.25/gold/ |
target-select.h | 146 // instantiated TARGET, return our BFD_NAME. If we did not 212 // Return whether TARGET is the target we instantiated.
|
/device/google/dragon/audio/hal/ |
cras_dsp_pipeline.c | 87 int instantiated; member in struct:instance 645 instance->instantiated = 1; 720 if (instance->instantiated) { 722 instance->instantiated = 0; 879 if (instance->instantiated) { 881 instance->instantiated = 0;
|
/external/autotest/server/cros/clique_lib/ |
clique_dut_control.py | 32 for all control operations. Should never be directly instantiated. 36 never be directly instantiated. 42 never be directly instantiated. 73 test. Not to be directly instantiated. 178 DUT in the Clique Test. Not to be directly instantiated. 357 instantiated.
|
/external/google-breakpad/src/testing/scripts/ |
gmock_doctor.py | 170 + _GCC_FILE_LINE_RE + r'instantiated from here\n' 190 gcc_regex = (_GCC_FILE_LINE_RE + r'(instantiated from here\n.' 217 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n' 254 gcc_regex = (_GCC_FILE_LINE_RE + r'instantiated from here\n' 415 gcc_regex = ('instantiated from \'testing::internal::ReturnAction<R>' 417 _GCC_FILE_LINE_RE + r'instantiated from here\n'
|