HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 326 - 350 of 2601) sorted by null

<<11121314151617181920>>

  /external/ltrace/sysdeps/linux-gnu/ia64/
fetch.c 66 fetch_context_init(struct process *proc, struct fetch_context *context)
79 arch_fetch_arg_init(enum tof type, struct process *proc,
94 arch_fetch_arg_clone(struct process *proc,
105 allocate_stack_slot(struct fetch_context *ctx, struct process *proc,
124 allocate_reg(struct fetch_context *ctx, struct process *proc,
155 copy_aggregate_part(struct fetch_context *ctx, struct process *proc,
179 allocate_arg(struct fetch_context *ctx, struct process *proc,
216 allocate_float(struct fetch_context *ctx, struct process *proc,
253 allocate_hfa(struct fetch_context *ctx, struct process *proc,
338 allocate_ret(struct fetch_context *ctx, struct process *proc
    [all...]
  /external/ltrace/sysdeps/linux-gnu/sparc/
trace.c 34 get_arch_dep(struct process *proc)
47 syscall_p(struct process *proc, int status, int *sysnum)
71 gimme_arg(enum tof type, struct process *proc, int arg_num,
  /external/ltrace/
type.h 119 size_t type_sizeof(struct process *proc, struct arg_type_info *type);
123 size_t type_alignof(struct process *proc, struct arg_type_info *type);
134 size_t type_offsetof(struct process *proc,
  /external/mockito/src/org/mockito/internal/configuration/
InjectingAnnotationEngine.java 39 * Process the fields of the test instance and create Mocks, Spies, Captors and inject them on fields
43 * This code process the test class and the super classes.
52 * @see org.mockito.configuration.AnnotationEngine#process(Class, Object)
54 public void process(Class<?> clazz, Object testInstance) { method in class:InjectingAnnotationEngine
71 delegate.process(classContext, testInstance);
73 spyAnnotationEngine.process(classContext, testInstance);
  /external/opencv3/modules/photo/include/opencv2/
photo.hpp 334 CV_WRAP virtual void process(InputArray src, OutputArray dst) = 0;
488 CV_WRAP virtual void process(InputArrayOfArrays src, std::vector<Mat>& dst,
504 CV_WRAP virtual void process(InputArrayOfArrays src, std::vector<Mat>& dst,
507 /** @brief Short version of process, that doesn't take extra arguments.
512 CV_WRAP virtual void process(InputArrayOfArrays src, std::vector<Mat>& dst) = 0;
567 CV_WRAP virtual void process(InputArrayOfArrays src, OutputArray dst, InputArray times) = 0;
636 CV_WRAP virtual void process(InputArrayOfArrays src, OutputArray dst,
648 CV_WRAP virtual void process(InputArrayOfArrays src, OutputArray dst,
650 CV_WRAP virtual void process(InputArrayOfArrays src, OutputArray dst, InputArray times) = 0;
671 CV_WRAP virtual void process(InputArrayOfArrays src, OutputArray dst
    [all...]
  /packages/apps/Camera2/src/com/android/camera/async/
CountableBufferQueue.java 38 public void process(T element) { method in class:CountableBufferQueue.DecrementingProcessor
39 mProcessor.process(element);
66 public void process(T element) {
  /packages/services/Telephony/src/com/android/phone/vvm/omtp/
OmtpBootCompletedReceiver.java 32 * Stores subscription ID of SIMs while the device is locked to process them after the device is
49 void process(Context context,int subId); method in interface:OmtpBootCompletedReceiver.SubIdProcessor
54 public void process(Context context, int subId) {
81 mSubIdProcessor.process(context, subId);
  /bootable/recovery/
wear_touch.h 33 void process(struct input_event *event);
  /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...]
  /external/apache-http/src/org/apache/http/protocol/
RequestConnControl.java 60 public void process(final HttpRequest request, final HttpContext context) method in class:RequestConnControl
RequestDate.java 64 public void process(final HttpRequest request, final HttpContext context) method in class:RequestDate
RequestUserAgent.java 61 public void process(final HttpRequest request, final HttpContext context) method in class:RequestUserAgent
  /external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 56 """Gets the executable path of a given process ID.
59 pid: Target process ID.
62 The executable path of the given process ID or None on error.
70 """Gets a list of process IDs of active processes.
72 Gets a list of process IDs of active processes by looking into /proc
80 A list of process IDs of active processes.
110 raise error.TestNAError('Could not find any process')
113 for process in processes:
114 process_exe = self.get_process_executable(process)
115 mounts_file = '/proc/%s/mounts' % process
    [all...]
  /external/autotest/site_utils/tester_feedback/
input_handlers.py 41 def process(self, input_str): member in class:_InputHandler
66 def process(self, input_str): member in class:PauseInputHandler
95 def process(self, input_str): member in class:YesNoInputHandler
134 def process(self, input_str): member in class:MultipleChoiceInputHandler
  /external/curl/lib/
hostsyn.c 40 #include <process.h>
  /external/curl/tests/server/
util.h 40 #include <process.h>
  /external/deqp/framework/delibs/decpp/
deSha1.cpp 52 void Sha1Stream::process (size_t size, const void* data) function in class:de::Sha1Stream
  /external/elfutils/libdwfl/
dwfl_frame_pc.c 40 ebl_normalize_pc (state->thread->process->ebl, pc);
  /external/icu/icu4c/source/layout/
GlyphPositioningTables.h 30 void process(const LEReferenceTo<GlyphPositioningTableHeader> &base, LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments,
GlyphSubstitutionTables.h 28 le_int32 process(const LEReferenceTo<GlyphSubstitutionTableHeader> &base,
LigatureSubstSubtables.h 43 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
MarkToLigaturePosnSubtables.h 26 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/match/
SourceMatchers.java 18 import com.google.currysrc.api.process.ast.BodyDeclarationLocator;
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ast/
PackageMatcher.java 16 package com.google.currysrc.api.process.ast;
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/processors/
ReplaceTextCommentScanner.java 18 import com.google.currysrc.api.process.Reporter;

Completed in 1884 milliseconds

<<11121314151617181920>>