HomeSort by relevance Sort by last modified time
    Searched defs:Process (Results 176 - 200 of 342) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/graphics/
IconShapeOverride.java 55 // Time to wait before killing the process this ensures that the progress bar is visible for
209 // Kill process
210 android.os.Process.killProcess(android.os.Process.myPid());
  /packages/apps/Messaging/src/com/android/messaging/util/
LogSaver.java 19 import android.os.Process;
133 int pid = Process.myPid();
151 rec.set(Process.myTid(), level, System.currentTimeMillis(), tag, msg);
254 Process.myPid(), Process.myTid(), getLevelString(level), tag, msg));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/deviceinfo/
BuildNumberPreferenceControllerTest.java 33 import android.os.Process;
171 mShadowUserManager.setUserRestriction(Process.myUserHandle(),
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
DebugSettingsFragment.java 24 import android.os.Process;
122 Process.killProcess(Process.myPid());
  /prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
pool.py 2 # Module providing the `Pool` class for managing a process pool
47 from multiprocessing import Process, cpu_count, TimeoutError
127 # Class representing a process pool
134 Process = Process
214 w = self.Process(target=worker,
220 w.name = w.name.replace('Process', 'PoolWorker')
711 from .dummy import Process
  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
pool.py 2 # Module providing the `Pool` class for managing a process pool
47 from multiprocessing import Process, cpu_count, TimeoutError
127 # Class representing a process pool
134 Process = Process
214 w = self.Process(target=worker,
220 w.name = w.name.replace('Process', 'PoolWorker')
711 from .dummy import Process
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
dead_branch_elim_pass.cpp 248 // Process phi instructions in merge block.
335 // Do not process if module contains OpGroupDecorate. Additional
341 // Do not process if any disallowed extensions are enabled
346 // Process all entry point functions
356 Pass::Status DeadBranchElimPass::Process(ir::Module* module) {
local_access_chain_convert_pass.cpp 298 // Do not process if module contains OpGroupDecorate. Additional
304 // Do not process if any disallowed extensions are enabled
309 // Process all entry point functions.
320 Pass::Status LocalAccessChainConvertPass::Process(ir::Module* module) {
fold_spec_constant_op_and_composite_pass.cpp 251 Pass::Status FoldSpecConstantOpAndCompositePass::Process(ir::Module* module) {
290 // instructions in this section of the module as the process goes.
293 // Collect constant values of normal constants and process the
576 // Cannot process invalid component wise operation. The result of component
local_ssa_elim_pass.cpp 401 // Process all blocks in structured order. This is just one way (the
412 // Then process all stores and loads of targeted variables.
536 // Do not process if module contains OpGroupDecorate. Additional
542 // Do not process if any disallowed extensions are enabled
547 // Process functions
561 Pass::Status LocalMultiStoreElimPass::Process(ir::Module* module) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 2 # Module providing the `Pool` class for managing a process pool
47 from multiprocessing import Process, cpu_count, TimeoutError
127 # Class representing a process pool
134 Process = Process
214 w = self.Process(target=worker,
220 w.name = w.name.replace('Process', 'PoolWorker')
711 from .dummy import Process
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
pool.py 2 # Module providing the `Pool` class for managing a process pool
47 from multiprocessing import Process, cpu_count, TimeoutError
127 # Class representing a process pool
134 Process = Process
214 w = self.Process(target=worker,
220 w.name = w.name.replace('Process', 'PoolWorker')
711 from .dummy import Process
  /cts/tests/tests/content/src/android/content/cts/
MockContentProvider.java 173 android.os.Process.killProcess(android.os.Process.myPid());
417 // The test case wants us to crash our process on first launch.
421 android.os.Process.killProcess(android.os.Process.myPid());
  /external/clang/test/SemaCXX/
member-pointer.cpp 176 struct Process
178 struct Continuous : Process
184 typedef bool( base::Process::*Condition )();
  /external/dng_sdk/source/
dng_linearization_info.cpp 72 void Process (const dng_rect &tile);
330 // the entire process can be a single LUT.
451 void dng_linearize_plane::Process (const dng_rect &srcTile)
454 // Process tile.
980 virtual void Process (uint32 threadIndex,
1045 void dng_linearize_image::Process (uint32 /* threadIndex */,
1050 // Process each plane.
1055 fPlaneTask [plane]->Process (srcTile);
dng_utils.cpp 556 virtual void Process (uint32 threadIndex,
580 void dng_limit_float_depth_task::Process (uint32 /* threadIndex */,
  /external/google-breakpad/src/processor/
minidump_processor.cc 77 ProcessResult MinidumpProcessor::Process(
150 (has_process_create_time ? "" : "no ") << "process create time";
182 // If this thread is the thread that produced the minidump, don't process
305 ProcessResult MinidumpProcessor::Process(
315 return Process(&dump, process_state);
    [all...]
  /external/perf_data_converter/src/
perf_data_handler.cc 30 // current metadata for each process. It drives callbacks to
443 // in our process.
537 void PerfDataHandler::Process(const quipper::PerfDataProto& perf_proto,
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowUserManager.java 15 import android.os.Process;
55 addUserProfile(Process.myUserHandle());
80 * Adds a profile associated for the user that the calling process is running on.
173 * {@link Process.myUserHandle()} is no longer necessary as this user is always known to
265 // User is in the initial process of being stopped.
  /external/v8/src/parsing/
rewriter.cc 46 void Process(ZoneList<Statement*>* statements);
127 void Processor::Process(ZoneList<Statement*>* statements) {
152 Process(node->statements());
288 Process(clause->statements());
379 processor.Process(body);
421 processor.Process(body);
  /external/webrtc/webrtc/base/
httpbase.cc 60 HttpParser::Process(const char* buffer, size_t len, size_t* processed,
282 // complete the I/O process, which means that our wrapper is not in danger
327 // so restart the I/O process now that we've removed ourselves.
532 // Attempt to process the data already in our buffer.
550 // Process data in our buffer. Process is not guaranteed to process all
554 // necessary to call Process with an empty buffer, since the state machine
557 ProcessResult process_result = Process(buffer_, len_, &processed,
845 // Break out of Process loop, since our I/O model just changed
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
audio_conference_mixer_impl.cc 178 // Process should be called every kProcessPeriodicityInMs ms
192 int32_t AudioConferenceMixerImpl::Process() {
414 // Note: The scratch buffer may only be updated in Process().
    [all...]
  /external/webrtc/webrtc/modules/pacing/
paced_sender.cc 29 // Upper cap on process interval, in case process has not been called in a long
290 // be updated in Process().
356 int32_t PacedSender::Process() {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
restartmanager.h 79 RM_UNIQUE_PROCESS Process;
94 RM_UNIQUE_PROCESS Process;
  /cts/hostsidetests/devicepolicy/app/LauncherTests/src/com/android/cts/launchertests/
LauncherAppsTests.java 137 assertTrue(profiles.contains(android.os.Process.myUserHandle()));
145 assertEquals(android.os.Process.myUserHandle(), profiles.get(0));

Completed in 914 milliseconds

1 2 3 4 5 6 78 91011>>