Home
last modified time | relevance | path

Searched refs:consumed (Results 1 – 25 of 101) sorted by relevance

12345

/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/
DInputSystemJme.java96 boolean consumed = false; in onTouchEventQueued()
104 consumed = nic.processMouseEvent(x, y, 0, 0, true); in onTouchEventQueued()
106 niftyOwnsDragging = consumed; in onTouchEventQueued()
107 if (consumed) { in onTouchEventQueued()
115 consumed = nic.processMouseEvent(x, y, 0, 0, false); in onTouchEventQueued()
116 if (consumed) { in onTouchEventQueued()
124 if (consumed) { in onTouchEventQueued()
159 boolean consumed = false; in onMouseButtonEventQueued()
161 consumed = nic.processMouseEvent(x, y, 0, buttonIndex, pressed); in onMouseButtonEventQueued()
162 if (consumed) { in onMouseButtonEventQueued()
[all …]
/external/apache-http/src/org/apache/http/entity/
DInputStreamEntity.java53 private boolean consumed = false; field in InputStreamEntity
100 this.consumed = true; in writeTo()
105 return !this.consumed; in isStreaming()
110 this.consumed = true; in consumeContent()
/external/jmonkeyengine/engine/src/core/com/jme3/input/event/
DInputEvent.java45 protected boolean consumed = false; field in InputEvent
73 return consumed; in isConsumed()
81 this.consumed = true; in setConsumed()
DTouchEvent.java131 consumed = false; in set()
/external/webkit/Source/WebCore/editing/
DHTMLInterchange.cpp62 unsigned consumed = 0; in convertHTMLTextToInterchangeFormat() local
64 consumed = 1; in convertHTMLTextToInterchangeFormat()
71 consumed = count; in convertHTMLTextToInterchangeFormat()
106 i += consumed; in convertHTMLTextToInterchangeFormat()
/external/openssh/
Dssh-pkcs11-helper.c211 u_int consumed; in process() local
251 consumed = buf_len - buffer_len(&iqueue); in process()
252 if (msg_len < consumed) { in process()
253 error("msg_len %d < consumed %d", msg_len, consumed); in process()
256 if (msg_len > consumed) in process()
257 buffer_consume(&iqueue, msg_len - consumed); in process()
Dsftp-server.c1277 u_int consumed; in process() local
1366 consumed = buf_len - buffer_len(&iqueue); in process()
1367 if (msg_len < consumed) { in process()
1368 error("msg_len %d < consumed %d", msg_len, consumed); in process()
1371 if (msg_len > consumed) in process()
1372 buffer_consume(&iqueue, msg_len - consumed); in process()
/external/regex-re2/util/
Dpcre.cc180 int consumed; in operator ()()
182 return re.DoMatchImpl(text, ANCHOR_BOTH, &consumed, args, n, vec, kVecSize); in operator ()()
223 int consumed; in operator ()()
225 return re.DoMatchImpl(text, UNANCHORED, &consumed, args, n, vec, kVecSize); in operator ()()
266 int consumed; in operator ()()
268 if (pattern.DoMatchImpl(*input, ANCHOR_START, &consumed, in operator ()()
270 input->remove_prefix(consumed); in operator ()()
315 int consumed; in operator ()()
317 if (pattern.DoMatchImpl(*input, UNANCHORED, &consumed, in operator ()()
319 input->remove_prefix(consumed); in operator ()()
[all …]
/external/regex-re2/re2/
Dre2.cc310 int consumed; in ConsumeN() local
311 if (re.DoMatch(*input, ANCHOR_START, &consumed, args, n)) { in ConsumeN()
312 input->remove_prefix(consumed); in ConsumeN()
321 int consumed; in FindAndConsumeN() local
322 if (re.DoMatch(*input, UNANCHORED, &consumed, args, n)) { in FindAndConsumeN()
323 input->remove_prefix(consumed); in FindAndConsumeN()
785 int* consumed, in DoMatch() argument
796 if (n == 0 && consumed == NULL) in DoMatch()
817 if(consumed != NULL) in DoMatch()
818 *consumed = vec[0].end() - text.begin(); in DoMatch()
/external/libvpx/libvpx/nestegg/src/
Dnestegg.c1068 ne_read_xiph_lace_value(nestegg_io * io, uint64_t * value, size_t * consumed) in ne_read_xiph_lace_value() argument
1076 *consumed += 1; in ne_read_xiph_lace_value()
1083 *consumed += 1; in ne_read_xiph_lace_value()
1191 size_t consumed = 0; in ne_read_block() local
1205 consumed += length; in ne_read_block()
1211 consumed += 2; in ne_read_block()
1217 consumed += 1; in ne_read_block()
1235 consumed += 1; in ne_read_block()
1244 frame_sizes[0] = block_size - consumed; in ne_read_block()
1249 r = ne_read_xiph_lacing(ctx->io, block_size, &consumed, frames, frame_sizes); in ne_read_block()
[all …]
/external/webkit/LayoutTests/fast/encoding/
Dbracket-in-tag-expected.txt2 This test baselines charset sniffer behavior where the opening bracket inside a tag is consumed as …
Dbracket-in-script-expected.txt2 …less-than caused all text after it until the next closing bracket to be consumed as the tag, resul…
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdyReader.java205 int consumed = in.read(buffer, offset, byteCount); in newNameValueBlockStream()
206 compressedLimit -= consumed; in newNameValueBlockStream()
207 return consumed; in newNameValueBlockStream()
/external/llvm/docs/CommandGuide/
Dllvm-bcanalyzer.rst217 The total number of bytes consumed by the 32-bit and 64-bit integers that use
222 The total number of bytes that would have been consumed by the 32-bit and 64-bit
263 The number of bytes consumed by instructions in the function.
267 The average number of bytes consumed by the instructions in the function.
287 The total number of bytes in this function consumed by the 32-bit and 64-bit
292 The total number of bytes in this function that would have been consumed by
Dllvm-build.rst72 consumed by the CMake based build system. The exact contents and format of this
81 consumed by a Make based build system. The exact contents and format of this
/external/webkit/Source/WebCore/page/
DFocusController.cpp616 bool consumed = false; in advanceFocusDirectionally() local
618 consumed = advanceFocusDirectionallyInContainer(container, startingRect, direction, event); in advanceFocusDirectionally()
623 } while (!consumed && container); in advanceFocusDirectionally()
625 return consumed; in advanceFocusDirectionally()
/external/chromium/chrome/browser/safe_browsing/
Dprotocol_parser.cc164 const int consumed = static_cast<int>(cmd_line.size()) + 1; in ParseUpdate() local
165 data += consumed; in ParseUpdate()
166 length -= consumed; in ParseUpdate()
/external/chromium/third_party/libjingle/source/talk/base/
Dschanneladapter.cc285 size_t consumed = impl_->inbuf.size() - extra; in ProcessContext() local
286 memmove(&impl_->inbuf[0], &impl_->inbuf[consumed], extra); in ProcessContext()
367 size_t consumed = inbuf.size() - extra_len; in DecryptData() local
368 memmove(&inbuf[0], &inbuf[consumed], extra_len); in DecryptData()
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DActivityTest.java380 …boolean consumed = activity.onKeyUp(KeyEvent.KEYCODE_0, new KeyEvent(KeyEvent.ACTION_UP, KeyEvent.… in onKeyUp_recordsThatItWasCalled()
382 assertFalse(consumed); in onKeyUp_recordsThatItWasCalled()
392 …boolean consumed = activity.onKeyUp(KeyEvent.KEYCODE_BACK, new KeyEvent(KeyEvent.ACTION_UP, KeyEve… in onKeyUp_callsOnBackPressedWhichFinishesTheActivity()
394 assertTrue(consumed); in onKeyUp_callsOnBackPressedWhichFinishesTheActivity()
/external/kernel-headers/original/linux/
Dtextsearch.h76 unsigned int (*get_next_block)(unsigned int consumed,
/external/llvm/test/CodeGen/ARM/
D2012-03-26-FoldImmBug.ll4 ; produces a 32-bit immediate which is consumed by the use. It tries to
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
DRecognizerSharedState.as26 * but no token is consumed during recovery...another error is found,
28 * one token/tree node is consumed for two errors.
/external/chromium/net/websockets/
Dwebsocket_unittest.cc119 void SetReadConsumed(WebSocket* websocket, int consumed) { in SetReadConsumed() argument
120 websocket->read_consumed_len_ = consumed; in SetReadConsumed()
/external/harfbuzz_ng/util/
Doptions.cc635 unsigned int consumed; in serialize_glyphs() local
637 buf, sizeof (buf), &consumed, in serialize_glyphs()
639 if (!consumed) in serialize_glyphs()
/external/webkit/Source/JavaScriptCore/runtime/
DJSGlobalObjectFunctions.cpp330 ptrdiff_t consumed = endOfNumber - byteBuffer.data(); in jsStrDecimalLiteral() local
331 if (consumed) { in jsStrDecimalLiteral()
332 data += consumed; in jsStrDecimalLiteral()

12345