HomeSort by relevance Sort by last modified time
    Searched full:processed (Results 476 - 500 of 3917) sorted by null

<<11121314151617181920>>

  /development/samples/training/ContactsList/src/com/example/android/contactslist/util/
ImageLoader.java 130 * @return The processed bitmap
228 // If the bitmap was processed and the image cache is available, then add the processed
230 // here, if it was, and the thread is still running, we may as well add the processed
244 * Once the image is processed, associates it to the imageView
  /development/samples/training/bitmapfun/BitmapFun/src/main/java/com/example/android/bitmapfun/util/
ImageWorker.java 165 * @return The processed bitmap
283 // If the bitmap was processed and the image cache is available, then add the processed
285 // here, if it was, and the thread is still running, we may as well add the processed
310 * Once the image is processed, associates it to the imageView
  /external/chromium_org/chrome/browser/ui/views/
constrained_window_views_browsertest.cc 384 // Tests that backspace is not processed before it's sent to the web contents.
416 // Backspace is not processed as accelerator before it's sent to web contents.
420 // Backspace is processed as accelerator after it's sent to web contents.
462 // Escape is not processed as accelerator before it's sent to web contents.
467 // Escape is processed as accelerator after it's sent to web contents.
  /external/chromium_org/content/browser/renderer_host/input/
tap_suppression_controller_unittest.cc 51 void SendGestureFlingCancelAck(bool processed) {
53 GestureFlingCancelAck(processed);
264 // Send processed GestureFlingCancel Ack.
417 // Test TapSuppressionController for when processed GestureFlingCancel Ack comes
437 // Send processed GestureFlingCancel Ack.
gesture_event_filter.cc 192 const bool processed = (INPUT_EVENT_ACK_STATE_CONSUMED == ack_result); local
195 touchscreen_tap_suppression_controller_->GestureFlingCancelAck(processed);
197 touchpad_tap_suppression_controller_->GestureFlingCancelAck(processed);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_tile.c 44 unsigned k; /* number of processed tiles */
75 unsigned k; /* number of processed tiles */
106 unsigned k; /* number of processed tiles */
137 unsigned k; /* number of processed tiles */
168 unsigned k; /* number of processed tiles */
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_tile.c 44 unsigned k; /* number of processed tiles */
75 unsigned k; /* number of processed tiles */
106 unsigned k; /* number of processed tiles */
137 unsigned k; /* number of processed tiles */
168 unsigned k; /* number of processed tiles */
  /external/chromium/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 646 * If the templates is processed again, changed values are merely
794 * processed. Thus, the resolver function must instantiate the
811 * insertion into the currently processed template instance.
829 * processed in place. After processing, it will still be a valid
830 * template that, if processed again with the same data, will remain
960 * @param {Element} template The currently processed node of the template.
1089 * @param {Element} template Currently processed template node.
1092 * processed.
1142 * @param {Element} template Currently processed template node.
1145 * processed
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/inspector/
jstemplate_compiled.js 646 * If the templates is processed again, changed values are merely
794 * processed. Thus, the resolver function must instantiate the
811 * insertion into the currently processed template instance.
829 * processed in place. After processing, it will still be a valid
830 * template that, if processed again with the same data, will remain
960 * @param {Element} template The currently processed node of the template.
1089 * @param {Element} template Currently processed template node.
1092 * processed.
1142 * @param {Element} template Currently processed template node.
1145 * processed
    [all...]
  /external/llvm/lib/Analysis/
ProfileInfo.cpp 780 std::set<const BasicBlock *> Processed;
783 if (Processed.insert(*NBB).second) {
802 Processed.clear();
805 if (Processed.insert(*NBB).second) {
817 Processed.clear();
820 if (Processed.insert(*NBB).second) {
870 std::set<const BasicBlock *> Processed;
873 if (Processed.insert(*NBB).second) {
936 std::set<const BasicBlock *> Processed;
939 if (Processed.insert(*NBB).second)
    [all...]
  /prebuilts/tools/common/proguard/proguard4.7/docs/manual/
examples.html 181 unpacks your processed jars, you should then use ProGuard's <a
237 -outjars bin/classes-processed.jar
275 -outjars bin/classes-processed.jar
378 serialization code. The processed version of the library can then still be
543 unpacks your processed jars, you should then use ProGuard's <a
685 runtime library as well. The processed jar can be an order of magnitude
791 processed versions. In such cases, the relevant classes will most likely
    [all...]
troubleshooting.html 255 extending, implementing or just referencing them, your processed code will
257 not the other way around. Program classes are processed, while library
272 implementation will not write out the processed version. Please make sure
399 If ProGuard seems to run fine, but your processed code doesn't look right,
417 files, but it will currently not write their processed versions. Notably,
475 processed by ProGuard, you should make sure that you are using the latest
516 If ProGuard runs fine, but your processed application doesn't work, there
530 library jars and, of course, your processed program jar.</dd>
559 <dd>Your processed code may be unable to find some resource files. ProGuard
596 <dd>At least one of your processed jar files contains an index fil
    [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
richards.js 123 * @param {Packet} queue the queue of work to be processed by the task
134 * @param {Packet} queue the queue of work to be processed by the task
144 * @param {Packet} queue the queue of work to be processed by the task
154 * @param {Packet} queue the queue of work to be processed by the task
164 * @param {Packet} queue the queue of work to be processed by the task
176 * @param {Packet} queue the queue of work to be processed by the task
256 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
v8-richards.html 129 * @param {Packet} queue the queue of work to be processed by the task
140 * @param {Packet} queue the queue of work to be processed by the task
150 * @param {Packet} queue the queue of work to be processed by the task
160 * @param {Packet} queue the queue of work to be processed by the task
170 * @param {Packet} queue the queue of work to be processed by the task
182 * @param {Packet} queue the queue of work to be processed by the task
262 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js 118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queue the queue of work to be processed by the task
139 * @param {Packet} queue the queue of work to be processed by the task
149 * @param {Packet} queue the queue of work to be processed by the task
159 * @param {Packet} queue the queue of work to be processed by the task
171 * @param {Packet} queue the queue of work to be processed by the task
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js 118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queue the queue of work to be processed by the task
139 * @param {Packet} queue the queue of work to be processed by the task
149 * @param {Packet} queue the queue of work to be processed by the task
159 * @param {Packet} queue the queue of work to be processed by the task
171 * @param {Packet} queue the queue of work to be processed by the task
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js 118 * @param {Packet} queue the queue of work to be processed by the task
129 * @param {Packet} queue the queue of work to be processed by the task
139 * @param {Packet} queue the queue of work to be processed by the task
149 * @param {Packet} queue the queue of work to be processed by the task
159 * @param {Packet} queue the queue of work to be processed by the task
171 * @param {Packet} queue the queue of work to be processed by the task
251 * @param {Packet} queue the queue of packages to be processed by the task
  /external/chromium_org/v8/benchmarks/
richards.js 123 * @param {Packet} queue the queue of work to be processed by the task
134 * @param {Packet} queue the queue of work to be processed by the task
144 * @param {Packet} queue the queue of work to be processed by the task
154 * @param {Packet} queue the queue of work to be processed by the task
164 * @param {Packet} queue the queue of work to be processed by the task
176 * @param {Packet} queue the queue of work to be processed by the task
256 * @param {Packet} queue the queue of packages to be processed by the task
  /external/v8/benchmarks/
richards.js 123 * @param {Packet} queue the queue of work to be processed by the task
134 * @param {Packet} queue the queue of work to be processed by the task
144 * @param {Packet} queue the queue of work to be processed by the task
154 * @param {Packet} queue the queue of work to be processed by the task
164 * @param {Packet} queue the queue of work to be processed by the task
176 * @param {Packet} queue the queue of work to be processed by the task
256 * @param {Packet} queue the queue of packages to be processed by the task
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_transform.c 79 data pointer to data to be processed
87 data processed data
91 HANTRO_NOK processed data not in valid range [-512, 511]
242 data pointer to data to be processed
246 data processed data
346 data pointer to data to be processed
350 data processed data
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplate.java 227 * Modes allow an element to be processed multiple times,
235 * Modes allow an element to be processed multiple times,
249 * Modes allow an element to be processed multiple times,
  /external/chromium_org/third_party/icu/source/i18n/unicode/
ucoleitr.h 202 * Get the processed ordering priority of the next collation element in the text.
218 * Get the processed ordering priority of the previous collation element in the text.
286 * This is an offset into the text of the character to be processed.
  /external/chromium_org/third_party/mesa/src/src/glsl/
ir_hv_accept.cpp 42 * This function will operate correctly if a node being processed is removed
44 * processed, some of the added nodes may not be processed.
  /external/libxml2/
encoding.c 173 const unsigned char* processed = in; local
188 *inlen = processed - base;
192 processed = (const unsigned char*) in;
195 *inlen = processed - base;
218 const unsigned char* processed = in; local
243 *inlen = processed - instart;
251 *inlen = processed - instart;
274 *inlen = processed - instart;
277 processed = in;
280 *inlen = processed - instart
391 const unsigned char* processed = in; local
485 const unsigned char* processed = inb; local
570 const unsigned char* processed = in; local
723 const unsigned char* processed = inb; local
812 const unsigned char* processed = in; local
2531 const unsigned char* processed = in; local
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypes.h 42 /// ReadyToProcess - All operands have been processed, so this node is ready
54 /// Processed - This is a node that has already been processed.
55 Processed = -3
119 /// processed.
181 /// GetPromotedInteger - Given a processed operand Op which was promoted to a
296 /// GetExpandedInteger - Given a processed operand Op which was expanded into
370 /// GetSoftenedFloat - Given a processed operand Op which was converted to an
440 /// GetExpandedFloat - Given a processed operand Op which was expanded into
497 /// GetScalarizedVector - Given a processed one-element vector Op which wa
    [all...]

Completed in 885 milliseconds

<<11121314151617181920>>