HomeSort by relevance Sort by last modified time
    Searched refs:vm (Results 201 - 225 of 438) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/ltp/testcases/kernel/controllers/memcg/stress/
memcg_stress_test.sh 111 echo 3 > /proc/sys/vm/drop_caches
  /frameworks/native/include/android/
native_activity.h 62 * The global handle on the process's Java VM.
64 JavaVM* vm; member in struct:ANativeActivity
  /frameworks/opt/net/wifi/service/jni/
jni_helper.h 73 explicit JNIHelper(JavaVM *vm);
  /art/tools/titrace/
titrace.cc 107 error = jvmti->GetSystemProperty("java.vm.name", /*out*/ &value_ptr);
108 CHECK_JVMTI_ERROR(jvmti, error) << "Failed to get property 'java.vm.name'";
109 CHECK(value_ptr != nullptr) << "Returned property was null for 'java.vm.name'";
230 JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) {
231 return Agent_OnLoad(vm, options, reserved);
303 JNIEXPORT void JNICALL Agent_OnUnload(JavaVM* vm ATTRIBUTE_UNUSED) {
  /frameworks/base/core/jni/
android_view_DisplayListCanvas.cpp 47 static JNIEnv* jnienv(JavaVM* vm) {
49 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
50 LOG_ALWAYS_FATAL("Failed to get JNIEnv for JavaVM: %p", vm);
android_os_HwRemoteBinder.cpp 59 JavaVM* vm; local
60 return env->GetJavaVM(&vm) >= 0 ? vm : NULL;
63 static JNIEnv* javavm_to_jnienv(JavaVM* vm)
66 return vm->GetEnv((void **)&env, JNI_VERSION_1_4) >= 0 ? env : NULL;
135 // recipient on the VM side, but the list is being torn down.
166 jweak mObjectWeak; // will be a weak ref to the same VM-side DeathRecipient after binderDied()
AndroidRuntime.cpp 351 * The VM calls this through the "exit" hook.
359 * The VM calls this through the "vfprintf" hook.
365 LOG_PRI_VA(ANDROID_LOG_INFO, "vm-printf", format, ap);
369 * The VM calls this when mutex contention debugging is enabled to
462 * passed directly to the VM, e.g. "-Xmx32m -verbose:gc -Xregenmap".
654 property_get("dalvik.vm.checkjni", propBuf, "");
673 property_get("dalvik.vm.execution-mode", propBuf, "");
682 // If dalvik.vm.stack-trace-dir is set, it enables the "new" stack trace
685 property_get("dalvik.vm.stack-trace-dir", propBuf, "");
689 parseRuntimeOption("dalvik.vm.stack-trace-file", stackTraceFileBuf, "-Xstacktracefile:")
1186 JavaVM* vm = AndroidRuntime::getJavaVM(); local
1203 JavaVM* vm; local
1225 JavaVM* vm; local
    [all...]
  /frameworks/support/lifecycle/extensions/src/androidTest/java/androidx/lifecycle/
ViewModelTest.java 127 ViewModel1 vm = ViewModelProviders.of(fragment).get(ViewModel1.class);
128 assertThat(vm.mCleared, is(false));
130 assertThat(vm.mCleared, is(true));
  /art/tools/breakpoint-logger/
breakpoint_logger.cc 351 JavaVM* vm,
358 res = vm->GetEnv(reinterpret_cast<void**>(&jvmti), JVMTI_VERSION_1_1);
418 res = vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_2);
437 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM *vm, char* options, void* reserved) {
438 return AgentStart(StartType::OnAttach, vm, options, reserved);
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /art/runtime/native/
dalvik_system_ZygoteHooks.cc 190 JavaVMExt* vm = runtime->GetJavaVM(); local
191 if (!vm->IsCheckJniEnabled()) {
193 vm->SetCheckJniEnabled(true);
  /external/libmojo/base/android/
jni_android.cc 77 void InitVM(JavaVM* vm) {
78 DCHECK(!g_jvm || g_jvm == vm);
79 g_jvm = vm;
  /external/ltp/testcases/kernel/controllers/memcg/functional/
memcg_lib.sh 347 # $1 - the value of /proc/sys/vm/nr_hugepages
354 nr_hugepages=`cat /proc/sys/vm/nr_hugepages`
359 echo $1 > /proc/sys/vm/nr_hugepages
395 echo $nr_hugepages > /proc/sys/vm/nr_hugepages
  /frameworks/support/fragment/src/androidTest/java/androidx/fragment/app/
ViewModelTest.java 239 TestViewModel vm = viewModelProvider.get(TestViewModel.class);
240 assertThat(vm.mCleared, is(false));
242 assertThat(vm.mCleared, is(true));
  /cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
VmTestPreparer.java 16 package android.core.vm.targetprep;
35 * Configures the device to run VM tests.
37 @OptionClass(alias="vm-test-preparer")
40 private static final String JAR_FILE = "android.core.vm-tests-tf.jar";
42 private static final String VM_TEMP_DIR = TEMP_DIR +"/vm-tests";
53 "Failed to install vm-tests prereqs on device %s",
68 * Install pre-requisite jars for running vm-tests, creates temp directories for test.
80 // a sigsev thrown by the vm.
84 File localTmpDir = FileUtil.createTempDir("cts-vm", tmpDir);
94 CLog.e("Failed to push vm test files")
    [all...]
  /device/google/cuttlefish_common/host/libs/ivserver/
README.md 6 We are breaking from the general philosophy of ivshmem-server inter-vm
9 There is no concept of inter-vm communication. The server itself is meant to
13 * Create the shared-memory window, listen for VM connection (and subsequent
14 disconnection). Note that the server can only accomodate one VM connection at
16 of them need a dedicated shared_memory and VM <--> server UNIX Domain
26 to the qemu VM along with event fds. One for host to guest signalling and the
29 pretends to be another peer VM to comply to the ivshmem protocol.
  /external/clang/test/CXX/special/class.copy/
p11.0x.copy.cpp 76 volatile Trivial vm; // expected-note {{has no copy}} member in struct:VolatileMember
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
Trie2.java 858 Trie2Iterator(ValueMapper vm) {
859 mapper = vm;
867 Trie2Iterator(char leadSurrogate, ValueMapper vm) {
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
Trie2.java 856 Trie2Iterator(ValueMapper vm) {
857 mapper = vm;
865 Trie2Iterator(char leadSurrogate, ValueMapper vm) {
869 mapper = vm;
    [all...]
  /external/smali/smalidea/src/main/java/org/jf/smalidea/debugging/
SmaliCodeFragmentFactory.java 291 VirtualMachine vm = frameProxy.getStackFrame().virtualMachine();
324 LocalVariable localVariable = localVariableConstructor.newInstance(vm,
343 private static int mapRegister(final VirtualMachine vm, final SmaliMethod smaliMethod, final int register) {
344 if (vm.version().equals("1.5.0")) {
  /external/tpm2/generator/
tpm_table.py 716 vm = re.search(r'^(\S+)\s*\[(\S+)\]\s*\{(.*:*)\}', value)
718 if vm:
719 value, run_time_size, bounds = vm.groups()
729 vm = re.search(r'^\[(\S+)\]\s*(\S+)', value)
730 if vm:
731 selector, value = vm.groups()
733 vm = re.search(r'^(\S+)\s*\{(.+)\}', value)
734 if vm:
735 value, bounds = vm.groups()
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 174 JavaVM* vm = AndroidRuntime::getJavaVM(); local
175 int result = vm->AttachCurrentThread(&env, (void*) &args);
186 JavaVM* vm = AndroidRuntime::getJavaVM(); local
187 int result = vm->DetachCurrentThread();
  /system/libvintf/include/vintf/
HalManifest.h 132 friend std::string dump(const HalManifest &vm);
  /art/test/1919-vminit-thread-start-timing/
vminit.cc 137 jint OnLoad(JavaVM* vm,
140 if (vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_0) != 0) {
  /cts/tests/signature/api-check/src/jni/
classdescriptors.cpp 88 extern "C" JNIEXPORT jint JNICALL Agent_OnAttach(JavaVM* vm,
91 jint jvmError = vm->GetEnv(reinterpret_cast<void**>(&jvmti_env), JVMTI_VERSION_1_2);

Completed in 369 milliseconds

1 2 3 4 5 6 7 891011>>