HomeSort by relevance Sort by last modified time
    Searched refs:process (Results 1 - 25 of 461) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/stlport/test/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /ndk/sources/android/stlport/test/unit/
cstdlib_header_test.cpp 12 # include <process.h>
  /cts/tests/ProcessTest/NoShareUidApp/src/com/android/cts/process/activity/
NoSharePidActivity.java 16 package com.android.cts.process.activity;
  /cts/tests/ProcessTest/ShareUidApp/src/com/android/cts/process/activity/
SharePidActivity.java 16 package com.android.cts.process.activity;
SharePidSubActivity.java 16 package com.android.cts.process.activity;
  /external/icu4c/layout/
SinglePositioningSubtables.h 26 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
34 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
SingleSubstitutionSubtables.h 25 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
32 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
40 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
SinglePositioningSubtables.cpp 18 le_uint32 SinglePositioningSubtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningSubtable
29 return subtable->process(glyphIterator, fontInstance);
36 return subtable->process(glyphIterator, fontInstance);
44 le_uint32 SinglePositioningFormat1Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat1Subtable
58 le_uint32 SinglePositioningFormat2Subtable::process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const function in class:SinglePositioningFormat2Subtable
GlyphPosnLookupProc.cpp 82 delta = subtable->process(glyphIterator, fontInstance);
90 delta = subtable->process(glyphIterator, fontInstance);
98 delta = subtable->process(glyphIterator, fontInstance);
106 delta = subtable->process(glyphIterator, fontInstance);
114 delta = subtable->process(glyphIterator, fontInstance);
122 delta = subtable->process(glyphIterator, fontInstance);
130 delta = subtable->process(this, glyphIterator, fontInstance, success);
138 delta = subtable->process(this, glyphIterator, fontInstance, success);
146 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
GlyphSubstLookupProc.cpp 69 delta = subtable->process(glyphIterator, fFilter);
77 delta = subtable->process(glyphIterator, success, fFilter);
85 delta = subtable->process(glyphIterator, fFilter);
93 delta = subtable->process(glyphIterator, fFilter);
101 delta = subtable->process(this, glyphIterator, fontInstance, success);
109 delta = subtable->process(this, glyphIterator, fontInstance, success);
117 delta = subtable->process(this, lookupType, glyphIterator, fontInstance, success);
SingleSubstitutionSubtables.cpp 17 le_uint32 SingleSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionSubtable
28 return subtable->process(glyphIterator, filter);
35 return subtable->process(glyphIterator, filter);
43 le_uint32 SingleSubstitutionFormat1Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat1Subtable
61 le_uint32 SingleSubstitutionFormat2Subtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:SingleSubstitutionFormat2Subtable
PairPositioningSubtables.h 43 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
51 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
78 le_uint32 process(GlyphIterator *glyphIterator, const LEFontInstance *fontInstance) const;
GlyphPositioningTables.cpp 19 void GlyphPositioningTableHeader::process(LEGlyphStorage &glyphStorage, GlyphPositionAdjustments *glyphPositionAdjustments, le_bool rightToLeft, function in class:GlyphPositioningTableHeader
33 processor.process(glyphStorage, glyphPositionAdjustments, rightToLeft, glyphDefinitionTableHeader, fontInstance, success);
GlyphSubstitutionTables.cpp 20 le_int32 GlyphSubstitutionTableHeader::process(LEGlyphStorage &glyphStorage, function in class:GlyphSubstitutionTableHeader
36 return processor.process(glyphStorage, NULL, rightToLeft, glyphDefinitionTableHeader, NULL, success);
AlternateSubstSubtables.h 34 le_uint32 process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter = NULL) const;
  /external/webkit/WebKitTools/android/flex-2.5.4a/MISC/
debflex.awk 4 # Rewritten to process correctly \n's in scanner input.
68 # otherwise we have a new rule - process what we got so far
70 process();
74 process();
77 function process() { function
  /libcore/luni/src/test/java/tests/api/java/lang/
ProcessManagerTest.java 34 @TestTargetClass(Process.class)
38 Process process = null; field in class:ProcessManagerTest
49 Process process = Runtime.getRuntime().exec(commands, null, null); local
51 OutputStream out = process.getOutputStream();
57 assertEquals(greeting, readLine(process));
69 process = Runtime.getRuntime().exec(commands, null, null);
71 assertEquals(0, process.waitFor());
82 process = Runtime.getRuntime().exec(commands, null, null)
138 Process process = Runtime.getRuntime().exec( local
155 Process process = Runtime.getRuntime().exec( local
226 Process process = Runtime.getRuntime().exec(commands, null, null); local
    [all...]
  /external/apache-http/src/org/apache/http/
HttpRequestInterceptor.java 41 * Provides the ability to process a request before it is sent
66 void process(HttpRequest request, HttpContext context) method in interface:HttpRequestInterceptor
HttpResponseInterceptor.java 40 * Provides the ability to process a response before it is sent
65 void process(HttpResponse response, HttpContext context) method in interface:HttpResponseInterceptor
  /external/webkit/WebCore/html/
HTMLBaseElement.cpp 48 process();
51 process();
59 process();
72 void HTMLBaseElement::process() function in class:WebCore::HTMLBaseElement
  /external/v8/tools/
run-valgrind.py 48 process = subprocess.Popen(command, stderr=subprocess.PIPE) variable
49 code = process.wait();
50 errors = process.stderr.readlines();
  /external/chromium/base/
shared_memory.h 18 #include "base/process.h"
51 // shared memory file that was created by a remote process and not shared
52 // to the current process.
54 base::ProcessHandle process);
126 // Share the shared memory to another process. Attempts
128 // used in a remote process to access the shared memory
130 // the handle for use in the remote process.
132 bool ShareToProcess(base::ProcessHandle process,
134 return ShareToProcessCommon(process, new_handle, false);
138 // bool ok = ShareToProcess(process, new_handle)
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/style/processors/
text.py 41 def process(self, lines): member in class:TextProcessor
55 processor.process(lines)
  /dalvik/dx/src/com/android/dx/ssa/
Optimizer.java 60 * @param rmeth method to process
81 * @param rmeth method to process
121 * @param rmeth method to process
156 MoveParamCombiner.process(ssaMeth);
160 SCCP.process(ssaMeth);
164 LiteralOpUpgrader.process(ssaMeth);
165 DeadCodeRemover.process(ssaMeth);
174 EscapeAnalysis.process(ssaMeth);
175 DeadCodeRemover.process(ssaMeth);
180 ConstCollector.process(ssaMeth)
    [all...]
  /external/dropbear/libtomcrypt/src/mac/hmac/
hmac_process.c 15 HMAC support, process data, Tom St Denis/Dobes Vandermeer
21 Process data through HMAC
35 return hash_descriptor[hmac->hash].process(&hmac->md, in, inlen);

Completed in 700 milliseconds

1 2 3 4 5 6 7 8 91011>>