HomeSort by relevance Sort by last modified time
    Searched refs:instance (Results 76 - 100 of 3014) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/testng/src/main/java/org/testng/internal/
PropertyUtilsMock.java 25 public void setProperty(Object instance, String name, String value) {
33 public void setPropertyRealValue(Object instance, String name, Object value) {
  /external/v8/tools/clang/plugins/
FindBadConstructsAction.h 21 clang::CompilerInstance& instance,
23 virtual bool ParseArgs(const clang::CompilerInstance& instance,
  /frameworks/av/services/audiopolicy/enginedefault/src/
EngineInstance.cpp 32 static EngineInstance instance; local
33 return &instance;
  /frameworks/base/core/java/android/hardware/location/
IActivityRecognitionHardwareClient.aidl 33 * @param instance the available instance to provide access to the feature
35 void onAvailabilityChanged(in boolean isSupported, in IActivityRecognitionHardware instance);
IActivityRecognitionHardwareWatcher.aidl 33 void onInstanceChanged(in IActivityRecognitionHardware instance);
  /frameworks/base/core/java/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /frameworks/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
OuterClass_Delegate.java 26 public static int get(OuterClass instance, int a, long b) {
30 public static String privateMethod(OuterClass instance) {
  /frameworks/support/compat/src/main/java/androidx/core/util/
Pools.java 33 * MyPooledClass instance = sPool.acquire();
34 * return (instance != null) ? instance : new MyPooledClass();
57 * @return An instance from the pool if such, null otherwise.
63 * Release an instance to the pool.
65 * @param instance The instance to release.
66 * @return Whether the instance was put in the pool.
68 * @throws IllegalStateException If the instance is already in the pool.
70 boolean release(@NonNull T instance);
106 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /libcore/ojluni/src/main/java/sun/security/jca/
JCAUtil.java 57 // cached SecureRandom instance
59 public static SecureRandom instance = new SecureRandom(); field in class:JCAUtil.CachedSecureRandomHolder
63 * Get a SecureRandom instance. This method should be used by JDK
69 return CachedSecureRandomHolder.instance;
  /packages/apps/Camera2/src/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /packages/apps/Gallery2/src/android/util/
Pools.java 28 * MyPooledClass instance = sPool.acquire();
29 * return (instance != null) ? instance : new MyPooledClass();
53 * @return An instance from the pool if such, null otherwise.
58 * Release an instance to the pool.
60 * @param instance The instance to release.
61 * @return Whether the instance was put in the pool.
63 * @throws IllegalStateException If the instance is already in the pool.
65 public boolean release(T instance);
101 T instance = (T) mPool[lastPooledIndex]; local
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCLabel.h 25 // \brief The instance number of this Directional Local Label.
26 unsigned Instance;
31 MCLabel(unsigned instance) : Instance(instance) {}
37 /// \brief Get the current instance of this Directional Local Label.
38 unsigned getInstance() const { return Instance; }
40 /// \brief Increment the current instance of this Directional Local Label.
41 unsigned incInstance() { return ++Instance; }

Completed in 1401 milliseconds

1 2 34 5 6 7 8 91011>>