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

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/layout/
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);
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
AlternateSubstSubtables.cpp 17 le_uint32 AlternateSubstitutionSubtable::process(GlyphIterator *glyphIterator, const LEGlyphFilter *filter) const function in class:AlternateSubstitutionSubtable
ExtensionSubtables.cpp 26 le_uint32 ExtensionSubtable::process(const LookupProcessor *lookupProcessor, le_uint16 lookupType, function in class:ExtensionSubtable
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
  /external/chromium_org/chrome/service/
service_process_unittest.cc 19 ServiceProcess process; local
22 EXPECT_TRUE(process.Initialize(&main_message_loop, command_line, &state));
23 EXPECT_TRUE(process.Teardown());
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/internal/process/
SystemProcessTest.java 18 package org.apache.harmony.luni.tests.internal.process;
29 Process process = null; local
35 process = (Process) execArgs[0];
36 OutputStream os = process.getOutputStream();
39 process.waitFor();
50 process.waitFor();
52 process.destroy();
  /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/chromium_org/chrome/browser/install_verification/win/
loaded_modules_snapshot.cc 16 HANDLE process = ::GetCurrentProcess(); local
26 if (!::EnumProcessModules(process,
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prproces.h 44 /*****************************PROCESS OPERATIONS*************************/
83 ** Create a new process
85 ** Create a new process executing the file specified as 'path' and with
91 ** A process may be created such that the creator can later synchronize its
107 NSPR_API(PRStatus) PR_DetachProcess(PRProcess *process); variable
109 NSPR_API(PRStatus) PR_WaitProcess(PRProcess *process, PRInt32 *exitCode);
111 NSPR_API(PRStatus) PR_KillProcess(PRProcess *process); variable
  /external/clang/test/CXX/temp/temp.decls/temp.alias/
p2.cpp 23 void process(Vec<T>& v) // expected-note {{previous definition is here}} function in namespace:StdExample
27 void process(vector<T, Alloc<T>>& w) // expected-error {{redefinition of 'process'}} function in namespace:StdExample
  /external/srec/tools/cmd/
srecres2utd.pl 52 process(\%token, \%results);
122 process(\%token, \%results) if(defined %token);
134 sub process subroutine
  /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/chromium/chrome/browser/service/
service_process_control_manager.cc 24 // TODO(hclam): We will have different service process for different types of
25 // service, but now we only create a new process for a different profile.
33 ServiceProcessControl* process = new ServiceProcessControl(profile); local
34 process_control_list_.push_back(process);
35 return process;
40 // shutdown the service process.
  /external/mockito/src/org/mockito/configuration/
AnnotationEngine.java 21 * Please use {@link AnnotationEngine#process(Class, Object)} method instead that is more robust
40 void process(Class<?> clazz, Object testInstance); method in interface:AnnotationEngine
  /external/mockito/src/org/mockito/internal/configuration/
FieldAnnotationProcessor.java 14 Object process(A annotation, Field field); method in interface:FieldAnnotationProcessor
MockitoAnnotationsMockAnnotationProcessor.java 18 public Object process(Mock annotation, Field field) { method in class:MockitoAnnotationsMockAnnotationProcessor
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);
  /frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
NullFilter.java 40 public void process(FilterContext context) { method in class:NullFilter
  /frameworks/native/services/sensorservice/
CorrectedGyroSensor.cpp 44 bool CorrectedGyroSensor::process(sensors_event_t* outEvent, function in class:android::CorrectedGyroSensor
  /packages/apps/Camera2/src/com/android/camera/tinyplanet/
TinyPlanetNative.java 40 public static native void process(Bitmap in, int width, int height, Bitmap out, int outputSize, method in class:TinyPlanetNative

Completed in 841 milliseconds

1 2 3 4 5 6 7 8 91011>>