Searched refs:process (Results 326 - 350 of 714) sorted by relevance

<<11121314151617181920>>

/external/icu4c/layout/
H A DKernTable.cpp170 void KernTable::process(LEGlyphStorage& storage) function in class:KernTable
/external/libsepol/tests/policies/test-deps/
H A Dbase-metreq.conf8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
H A Dsmall-base.conf8 class process
261 # Define the access vector interpretation for process-related objects
264 class process
/external/llvm/docs/
H A Dmake.bat75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
/external/openssh/openbsd-compat/
H A Dport-solaris.c37 #include <sys/contract/process.h>
42 #define CT_TEMPLATE CTFS_ROOT "/process/template"
43 #define CT_LATEST CTFS_ROOT "/process/latest"
47 /* Lookup the latest process contract */
56 error("%s: Error opening 'latest' process "
61 error("%s: Error reading process contract "
66 error("%s: Error getting process contract id: %s",
86 debug2("%s: setting up process contract template on fd %d",
91 error("%s: Error setting process contract parameter set "
96 error("%s: Error setting process contrac
[all...]
/external/stlport/stlport/stl/
H A D_cstdlib.h30 /* Borland process.h header do not bring anything here and is just included
36 # include <process.h>
/external/webkit/Source/WebCore/webaudio/
H A DAudioNode.cpp153 // Ensure that we only process once per rendering quantum.
155 // The first time we're called during this time slice we process, but after that we don't want to re-process,
161 process(framesToProcess);
H A DJavaScriptAudioNode.cpp73 // Regardless of the allowed buffer sizes above, we still need to process at the granularity of the AudioNode.
127 void JavaScriptAudioNode::process(size_t framesToProcess) function in class:WebCore::JavaScriptAudioNode
196 // Avoid building up requests on the main thread to fire process events when they're not being handled.
225 // De-reference to match the ref() call in process().
/external/webkit/Source/WebKit2/UIProcess/win/
H A DWebInspectorProxyWin.cpp159 m_inspectorView = WebView::create(emptyRect, m_page->process()->context(), inspectorPageGroup(), 0);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DTestShellWin.cpp39 #include <process.h>
86 // kills the process if it times out. This catches really
/external/webkit/Tools/Scripts/
H A Dcheck-inspector-strings62 def process(self, lines, file_path, line_numbers=None): member in class:StringsExtractor
/external/webkit/Tools/Scripts/webkitpy/style/
H A Dchecker_unittest.py663 processor.process(lines=['line1', 'Line with tab:\t'],
751 # the DefaultStyleErrorHandler instance generated by the process()
809 """Test the process() method for a path with a dispatched checker."""
820 self._processor.process(lines=lines,
841 """Test the process() method for a path with no dispatched checker."""
843 self.assertRaises(AssertionError, self._processor.process,
852 self._processor.process(lines=lines,
H A Dfilereader_unittest.py44 This processor simply records the parameters passed to its process()
51 """The parameters passed for all calls to the process() method."""
56 def process(self, lines, file_path, test_kwarg=None): member in class:TextFileReaderTest.MockProcessor
82 """Return the parameters passed to MockProcessor.process()."""
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap_i.h33 * struct eap_method_ret - EAP return values from struct eap_method::process()
37 * the return value of struct eap_method::process() so it is not included in
107 * process - Process an EAP request
114 * This function is a combination of m.check(), m.process(), and
117 * and build a response packet. m.check() and m.process() return values
121 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
H A Deap_vendor_test.c63 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Ready to re-process pending "
187 eap->process = eap_vendor_test_process;
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_identity.c172 eap->process = eap_identity_process;
H A Deap_md5.c168 eap->process = eap_md5_process;
H A Deap_vendor_test.c189 eap->process = eap_vendor_test_process;
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h27 * struct eap_method_ret - EAP return values from struct eap_method::process()
31 * the return value of struct eap_method::process() so it is not included in
101 * process - Process an EAP request
108 * This function is a combination of m.check(), m.process(), and
111 * and build a response packet. m.check() and m.process() return values
115 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
H A Deap_vendor_test.c57 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Ready to re-process pending "
181 eap->process = eap_vendor_test_process;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_identity.c166 eap->process = eap_identity_process;
H A Deap_server_md5.c167 eap->process = eap_md5_process;
H A Deap_server_vendor_test.c183 eap->process = eap_vendor_test_process;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h27 * struct eap_method_ret - EAP return values from struct eap_method::process()
31 * the return value of struct eap_method::process() so it is not included in
101 * process - Process an EAP request
108 * This function is a combination of m.check(), m.process(), and
111 * and build a response packet. m.check() and m.process() return values
115 struct wpabuf * (*process)(struct eap_sm *sm, void *priv, member in struct:eap_method
H A Deap_vendor_test.c57 wpa_printf(MSG_DEBUG, "EAP-VENDOR-TEST: Ready to re-process pending "
181 eap->process = eap_vendor_test_process;

Completed in 464 milliseconds

<<11121314151617181920>>