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

<<11121314151617181920>>

  /hardware/bsp/intel/peripheral/libupm/examples/javascript/
itg3200.js 60 process.on('SIGINT', function()
63 process.exit(0);
mpu60x0.js 63 process.on('SIGINT', function()
69 process.exit(0);
pca9685.js 43 process.exit(0);
82 process.on('SIGINT', function()
rgbringcoder.js 87 process.on('SIGINT', function()
93 process.exit(0);
tm1637.js 58 process.on('SIGINT', function()
65 process.exit(0);
  /packages/apps/Messaging/src/android/support/v7/mms/
CarrierConfigXmlParser.java 29 void process(String type, String key, String value); method in interface:CarrierConfigXmlParser.KeyValueProcessor
59 mKeyValueProcessor.process(type, key, value);
  /packages/services/Car/tests/vehiclenetworkservice_unit_tests/
VehiclePropertyAccessControlForTesting.cpp 37 bool VehiclePropertyAccessControlForTesting::process(const char* policy) { function in class:android::VehiclePropertyAccessControlForTesting
38 return VehiclePropertyAccessControl::process(policy);
  /external/autotest/client/site_tests/desktopui_AppShellFlashstation/
desktopui_AppShellFlashstation.py 30 raise error.TestFail('Didn\'t find a process named "%s"' %
  /external/emma/core/java12/com/vladium/emma/report/
IReportGenerator.java 29 void process (IMetaData mdata, ICoverageData cdata, SourcePathCache cache, IProperties parameters) method in interface:IReportGenerator
  /external/icu/icu4c/source/layout/
AlternateSubstSubtables.h 36 le_uint32 process(const LEReferenceTo<AlternateSubstitutionSubtable> &base, GlyphIterator *glyphIterator, LEErrorCode &success, const LEGlyphFilter *filter = NULL) const;
AttachmentPosnSubtables.h 32 le_uint32 process(GlyphIterator *glyphIterator) const;
KernTable.h 45 * Process the glyph positions.
47 void process(LEGlyphStorage& storage, LEErrorCode &success);
MarkToBasePosnSubtables.h 26 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
MarkToMarkPosnSubtables.h 26 le_int32 process(const LETableReference &base, GlyphIterator *glyphIterator, const LEFontInstance *fontInstance, LEErrorCode &success) const;
MorphTables.cpp 23 void MorphTableHeader::process(const LETableReference &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const function in class:MorphTableHeader
46 subtableHeader->process(subtableHeader, glyphStorage, success);
55 void MorphSubtableHeader::process(const LEReferenceTo<MorphSubtableHeader> &base, LEGlyphStorage &glyphStorage, LEErrorCode &success) const function in class:MorphSubtableHeader
92 processor->process(glyphStorage, success);
MultipleSubstSubtables.h 35 le_uint32 process(const LETableReference &base, GlyphIterator *glyphIterator, LEErrorCode& success, const LEGlyphFilter *filter = NULL) const;
NonContextualGlyphSubstProc.h 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
NonContextualGlyphSubstProc2.h 27 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
SubtableProcessor.h 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
SubtableProcessor2.h 24 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success) = 0;
TrimmedArrayProcessor2.h 28 virtual void process(LEGlyphStorage &glyphStorage, LEErrorCode &success);
  /external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/
Rules.java 20 import com.google.currysrc.api.process.Rule;
  /external/jarjar/src/main/com/tonicsystems/jarjar/
ResourceProcessor.java 31 public boolean process(EntryStruct struct) throws IOException { method in class:ResourceProcessor
  /external/ltrace/sysdeps/linux-gnu/x86/
regs.c 59 get_instruction_pointer(struct process *proc)
68 set_instruction_pointer(struct process *proc, arch_addr_t addr)
76 get_stack_pointer(struct process *proc)
94 get_return_addr(struct process *proc, void *sp)
  /external/opencv3/modules/cudalegacy/test/
TestCompact.h 58 virtual bool process();

Completed in 481 milliseconds

<<11121314151617181920>>