HomeSort by relevance Sort by last modified time
    Searched defs:getGlobal (Results 1 - 25 of 72) sorted by null

1 2 3

  /cts/tests/tests/jni/libjnicommon/
common.cpp 25 int getGlobal() {
  /cts/tests/tests/jni/src/android/jni/cts/
LinkerNamespacesHelper.java 196 return (Integer)clazz.getMethod("getGlobal").invoke(null);
230 // - incrementGlobal/getGlobal operate on a static global from libjnicommon
307 public static native int getGlobal();
316 public static native int getGlobal();
325 public static native int getGlobal();
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
Variable.java 96 public boolean getGlobal()
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowDisplayManagerTest.java 7 import static org.robolectric.shadows.ShadowDisplayManagerTest.HideFromJB.getGlobal;
47 DisplayInfo displayInfo = getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY);
50 assertThat(getGlobal().getDisplayInfo(Display.DEFAULT_DISPLAY).appWidth)
57 assertThat(getGlobal().getDisplayInfo(3)).isEqualTo(null);
79 DisplayInfo di = getGlobal().getDisplayInfo(displayId);
139 Display display = getGlobal().getRealDisplay(displayId);
160 Display display = getGlobal().getRealDisplay(displayId);
180 public static DisplayManagerGlobal getGlobal() {
  /external/llvm/include/llvm/CodeGen/
MachineOperand.h 436 const GlobalValue *getGlobal() const {
  /packages/apps/LegacyCamera/src/com/android/camera/
ComboPreferences.java 63 public SharedPreferences getGlobal() {
CameraSettings.java 445 upgradeGlobalPreferences(preferences.getGlobal());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineOperand.h 386 const GlobalValue *getGlobal() const {
  /libcore/ojluni/src/main/java/java/util/logging/
Logger.java 296 public static final Logger getGlobal() {
302 // If an application calls Logger.getGlobal() before any logger
315 // If two threads are calling getGlobal() concurrently, one thread
348 * <code>Logger.getGlobal()</code>.
350 * <code>Logger.getGlobal()</code> is not available use the call
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 447 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 446 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 446 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineOperand.h 447 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
MachineOperand.h 446 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
MachineOperand.h 446 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
MachineOperand.h 448 const GlobalValue *getGlobal() const {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DebugInfo.h 602 GlobalVariable *getGlobal() const { return getGlobalVariableField(11); }
  /frameworks/base/rs/java/android/renderscript/
ScriptGroup.java 261 public Future getGlobal(Script.FieldID field) {
333 * {@link Closure#getGlobal} method.
    [all...]

Completed in 1310 milliseconds

1 2 3