/external/libxml2/ |
valid.c | 343 * size of the occurs bitfield 354 long occurs;/* bitfield for multiple occurrences */ member in struct:_xmlValidState 360 #define MAX_DEPTH ((sizeof(_xmlValidState.occurs)) * 8) 364 #define OCCURS ctxt->vstate->occurs 367 #define OCCURRENCE (ctxt->vstate->occurs & (1 << DEPTH)) 368 #define PARENT_OCCURRENCE (ctxt->vstate->occurs & ((1 << DEPTH) - 1)) 370 #define SET_OCCURRENCE ctxt->vstate->occurs |= (1 << DEPTH) 371 #define RESET_OCCURRENCE ctxt->vstate->occurs &= ((1 << DEPTH) - 1) 375 xmlNodePtr node, unsigned char depth, long occurs, [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/ |
c2_11pf.cpp | 162 pOverflow Flag set when overflow occurs, pointer of type Flag * 236 Flag * pOverflow /* o : Flag set when overflow occurs */ 350 pOverflow, Flag set when overflow occurs, pointer of type Flag * 408 Flag * pOverflow /* o : Flag set when overflow occurs */ 563 pOverflow, Flag set when overflow occurs, pointer of type Flag * 621 Flag * pOverflow /* o : Flag set when overflow occurs */
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/ |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/ |
omxVC.h | [all...] |
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/ |
omxVC.h | [all...] |
/frameworks/base/media/java/android/media/ |
MediaRecorder.java | 775 * occurs while recording. 780 * Called when an error occurs while recording. 794 * Register a callback to be invoked when an error occurs while [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
Insn.java | 150 * Gets the spec of a local variable assignment that occurs at this 151 * instruction, or null if no local variable assignment occurs. This
|
/dalvik/dx/src/com/android/dx/rop/code/ |
Insn.java | 148 * Gets the spec of a local variable assignment that occurs at this 149 * instruction, or null if no local variable assignment occurs. This
|
/external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/ |
gUnitBaseTest.java | 236 System.err.println(e); // Note: If any exception occurs, the test is viewed as failed. 408 System.err.println(e); // Note: If any exception occurs, the test is viewed as failed.
|
/external/antlr/antlr-3.4/runtime/C/include/ |
antlr3baserecognizer.h | 142 * occurs, so that Tree parsers can behave differently to other recognizers. 158 * 1. error occurs
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/ |
IDebugEventListener.cs | 172 * If no viable alt occurs it is within an enter/exit decision, which 351 * The listener should assume that this event occurs
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Debug/ |
IDebugEventListener.cs | 174 * If no viable alt occurs it is within an enter/exit decision, which 353 * The listener should assume that this event occurs
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/ |
DebugEventListener.java | 146 * If no viable alt occurs it is within an enter/exit decision, which 297 * The listener should assume that this event occurs
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
exceptions.py | 335 occurs when normally parsing the alternative just like matching a token. 336 Disambiguating predicate evaluation occurs when we hoist a predicate into
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
AxesWalker.java | 243 * traversal occurs relative to currentNode even if it is not part of the 332 // it occurs as the walkers are backing up. -sb
|
/external/chromium_org/chrome/browser/history/ |
history_browsertest.cc | 244 // If redirect occurs after a user gesture, e.g., mouse click, the 261 // If redirect occurs more than 5 seconds later after the page is loaded,
|
/external/chromium_org/chrome/browser/net/ |
network_stats.h | 91 // When the client finishes all tests, or when an error occurs causing the 144 // Read data from server until an error or IO blocking occurs or reading is
|
/external/chromium_org/chrome/browser/password_manager/ |
password_manager_unittest.cc | 153 // navigation occurs. 468 // navigation occurs.
|
/external/chromium_org/chrome/browser/resources/print_preview/ |
preview_generator.js | 292 * Called when the page layout of the document is ready. Always occurs 330 * Always occurs as a result of a preview request.
|
/external/chromium_org/chrome/browser/resources/print_preview/previewarea/ |
margin_control.js | 395 * Called whenever a mousedown event occurs on the component. 414 * Called when a key down event occurs on the textbox. Dispatches a
|
/external/chromium_org/chrome/browser/safe_browsing/ |
client_side_detection_service.h | 100 // occurs during the fetch. If the service is disabled or an error occurs
|
/external/chromium_org/chrome/browser/ui/views/notifications/ |
balloon_view_views.cc | 221 // one update with the same replace_id occurs, or if an update occurs after
|
/external/chromium_org/net/third_party/nss/ssl/ |
ssl3gthr.c | 30 * (a) an error or EOF occurs, 155 * (a) an error or EOF occurs,
|
/external/chromium_org/net/udp/ |
udp_socket_unittest.cc | 46 // error occurs. 90 // error occurs.
|
/external/chromium_org/ppapi/api/ |
ppb_websocket.idl | 227 * when a connection is established or an error occurs in establishing 275 * when the connection is closed or an error occurs in closing the
|