HomeSort by relevance Sort by last modified time
    Searched full:process (Results 401 - 425 of 18366) sorted by null

<<11121314151617181920>>

  /system/sepolicy/
lmkd.te 29 allow lmkd appdomain:process sigkill;
40 neverallow * lmkd:process noatsecure;
toolbox.te 24 neverallow { domain -init } toolbox:process transition;
25 neverallow * toolbox:process dyntransition;
update_engine.te 11 allow update_engine self:process { setsched };
18 dontaudit update_engine kernel:process setsched;
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 44 * An out of process executable.
53 private volatile Process process; field in class:Command
100 process = processBuilder.start();
104 return process != null;
112 return process.getInputStream();
135 if (process.waitFor() != 0 && !permitNonZeroExitStatus) {
151 throw new RuntimeException("Failed to execute process: " + args, e);
153 throw new RuntimeException("Interrupted while executing process: " + args, e);
158 * Executes a command with a specified timeout. If the process does no
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
ActivityManagerMemoryClassLaunchActivity.java 43 // Start the activity that runs in a separate process to do the actual testing,
44 // since the test itself cannot start an activity in a separate process. A separate
45 // process is used to avoid including the overhead of the test instrumentation process.
  /developers/build/prebuilts/gradle/ActionBarCompat-Basic/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActionBarCompat-ListPopupMenu/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActionBarCompat-Styled/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActivityInstrumentation/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/ActivitySceneTransitionBasic/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AdvancedImmersiveMode/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AlwaysOn/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AppRestrictionSchema/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AppRestrictions/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/AutoBackupForApps/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicAccessibility/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicAndroidKeyStore/.google/
packaging.yaml 4 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicContactables/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicGestureDetect/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicImmersiveMode/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicManagedProfile/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicMediaDecoder/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.
  /developers/build/prebuilts/gradle/BasicMediaRouter/
packaging.yaml 3 # This file is used by Google as part of our samples packaging process.

Completed in 661 milliseconds

<<11121314151617181920>>