HomeSort by relevance Sort by last modified time
    Searched full:processed (Results 1 - 25 of 2605) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.2.R36x_v20101019_1345/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101019_1345/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/META-INF/
eclipse.inf 0 #Processed using Jarprocessor
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
StreamCipher.java 30 * @param in the byte to be processed.
39 * @param inOff the offset into the in array where the data to be processed starts.
40 * @param len the number of bytes to be processed.
41 * @param out the output buffer the processed bytes go into.
42 * @param outOff the offset into the output byte array the processed data starts at.
StreamBlockCipher.java 58 * @param in the byte to be processed.
75 * @param inOff the offset into the in array where the data to be processed starts.
76 * @param len the number of bytes to be processed.
77 * @param out the output buffer the processed bytes go into.
78 * @param outOff the offset into the output byte array the processed data stars at.
  /external/chromium/base/
message_pump_glib_x_dispatch.h 22 EVENT_IGNORED, // The event was not processed.
23 EVENT_PROCESSED, // The event has been processed.
24 EVENT_QUIT // The event was processed and the message-loop should
29 // (i.e. not processed). EVENT_PROCESSED is returned if the event was
30 // processed. The nested loop exits immediately if EVENT_QUIT is returned.
message_pump_glib_x.h 26 // was captured and being processed by GDK (when |false|).
41 // processed so that GDK doesn't get to them.
65 // was captured and being processed by GDK (when |false|).
  /external/llvm/test/Assembler/
2006-09-28-CrashOnInvalid.ll 2 ; This tests that a simple error is caught and processed correctly.
  /frameworks/base/core/java/com/android/internal/util/
IState.java 29 * Returned by processMessage to indicate the the message was processed.
34 * Returned by processMessage to indicate the the message was NOT processed.
49 * Called when a message is to be processed by the
57 * be processed until this routine returns.
61 * if the message wasn't processed.
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
AEADBlockCipher.java 41 * @param in the byte to be processed.
42 * @param out the output buffer the processed byte goes into.
43 * @param outOff the offset into the output byte array the processed data starts at.
54 * @param inOff the offset into the in array where the data to be processed starts.
55 * @param len the number of bytes to be processed.
56 * @param out the output buffer the processed bytes go into.
57 * @param outOff the offset into the output byte array the processed data starts at.
77 * Return the value of the MAC associated with the last stream processed.
  /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/
CMSProcessable.java 12 * generic routine to copy out the data we want processed - the OutputStream
  /external/chromium/chrome/common/extensions/docs/static/
experimental.clipboard.html 9 successfully processed and handled. Most callers won't care, since a failure
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
handler_map.txt 5 # Aliasing is processed from the top to the bottom of the line, and
  /external/openssl/crypto/des/
DES.pm 16 # processed by the autosplit program.
  /external/webkit/Tools/Scripts/webkitpy/style/
filereader_unittest.py 50 self.processed = []
57 self.processed.append((lines, file_path, test_kwarg))
83 return self._processor.processed
131 processed = [(['line one\r', 'line two', ''], file_path, None)]
132 self._assert_file_reader(processed, 1)
138 processed = [(['file contents'], file_path, 'foo')]
139 self._assert_file_reader(processed, 1)
145 processed = [(['file contents'], file_path, 'foo')]
146 self._assert_file_reader(processed, 1)
159 processed = [(['bar'], file_path2, None)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/utils/
NSInfo.java 37 * have been processed for this node
57 * have been processed for this node
96 /** Flag indicating whether namespaces have been processed for this node */
102 /** Constant for ancestors XMLNS atributes not processed */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
virtio_config.h 9 /* We have seen device and processed generic fields (VIRTIO_CONFIG_F_VIRTIO) */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 9 /* We have seen device and processed generic fields (VIRTIO_CONFIG_F_VIRTIO) */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
virtio_config.h 9 /* We have seen device and processed generic fields (VIRTIO_CONFIG_F_VIRTIO) */
  /external/llvm/cmake/modules/
LLVM-Config.cmake 124 # already processed
130 # already processed
152 set(processed)
161 list(APPEND processed ${lib})
162 # Find the maximum index that doesn't have to be re-processed:
163 while(NOT "${expanded_components}" MATCHES "^${processed}.*" )
164 list(REMOVE_AT processed -1)
166 list(LENGTH processed cursor)
  /external/apache-xml/src/main/java/org/apache/xalan/processor/
ProcessorOutputElem.java 50 * @param newValue non-null reference to processed attribute value.
60 * @param newValue non-null reference to processed attribute value.
70 * @param newValue non-null reference to processed attribute value.
80 * @param newValue non-null reference to processed attribute value.
90 * @param newValue non-null reference to processed attribute value.
100 * @param newValue non-null reference to processed attribute value.
110 * @param newValue non-null reference to processed attribute value.
120 * @param newValue processed attribute value.
130 * @param newValue processed attribute value.
140 * @param newValue non-null reference to processed attribute value
    [all...]
  /external/bluetooth/bluedroid/bta/include/
bta_jv_api.h 588 ** Returns BTA_JV_SUCCESS, if the request is being processed.
669 ** Returns BTA_JV_SUCCESS, if the request is being processed.
682 ** Returns BTA_JV_SUCCESS, if the request is being processed.
711 ** Returns BTA_JV_SUCCESS, if the request is being processed.
727 ** Returns BTA_JV_SUCCESS, if the request is being processed.
743 ** Returns BTA_JV_SUCCESS, if the request is being processed.
    [all...]

Completed in 839 milliseconds

1 2 3 4 5 6 7 8 91011>>