Searched refs:occurs (Results 1 - 17 of 17) sorted by relevance

/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Derror.rb51 occurs when::
211 occurs when::
252 occurs when::
317 occurs when::
342 occurs when::
365 occurs when::
382 occurs when::
421 occurs when::
464 occurs when::
491 occurs whe
[all...]
/external/llvm/test/MC/COFF/
H A Dcomm-align.s8 # - that the section switching occurs correctly
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli59 [ee]. Raises [Error msg] if an error occurs. *)
/external/llvm/lib/Support/Unix/
H A DProcess.inc262 // We need to save the error, if one occurs, because our subsequent call to
/external/libxml2/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/external/libxml2/
H A Dvalid.c343 * 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,
410 (ctxt->vstateTab[i].occurs
374 vstateVPush(xmlValidCtxtPtr ctxt, xmlElementContentPtr cont, xmlNodePtr node, unsigned char depth, long occurs, unsigned char state) argument
[all...]
H A Dxmlschemas.c528 int occurs; /* required, optional */ member in struct:_xmlSchemaAttributeUse
5787 * if not valid and -1 if an internal error occurs.
5868 * if not valid and -1 if an internal error occurs.
5899 * if not valid and -1 if an internal error occurs.
5934 * if not valid and -1 if an internal error occurs.
6722 * if something is not valid and -1 if an internal error occurs.
6855 * 2.2 {max occurs} must be greater than or equal to 1.
6865 * 2.1 {min occurs} must not be greater than {max occurs}.
7113 int isRef = 0, occurs local
[all...]
/external/blktrace/btt/doc/
H A Dbtt.tex54 command-line usage section occurs relatively late in the document (see
120 for a request. That occurs between the Q and G operations. You
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DBaseRecognizer.as146 * 1. error occurs
/external/libavc/encoder/arm/
H A Dime_distortion_metrics_a9q.s1123 vshr.u8 q14, q15, #7 @I Shift the bits so that no overflow occurs
1234 vshr.u8 q14, q14, #7 @Shift the bits so that no overflow occurs
/external/opencv/cxcore/src/
H A Dcxpersistence.cpp1400 CV_ERROR( CV_StsBadArg, "Invalid character occurs in the key" );
/external/bison/build-aux/
H A Dtexinfo.tex5170 % break occurs before the last section starts. However, the last
8313 % footnote reference occurs in (for example) a display environment.
/external/bison/
H A Dconfigure17470 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
17606 /* Check whether in a month name, no byte in the range 0x80..0x9F occurs.
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas745 /// 1. error occurs
/external/libvncserver/x11vnc/misc/enhanced_tightvnc_viewer/bin/util/
H A Dssvnc.tcl586 IMPORTANT: VeNCrypt Server Auto-detection *ONLY* occurs in SSL mode
/external/sqlite/dist/orig/
H A Dsqlite3.c550 ** ^If an error occurs while evaluating the SQL statements passed into
1112 ** file control occurs at the beginning of pragma statement analysis and so
2116 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table]
2256 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2953 ** returned in *ppDb, even if an error occurs. The only exception is that
2966 ** Whether or not an error occurs when it is opened, resources
3259 ** case that a second error occurs on a separate thread in between
3475 ** ^When an error occurs, [sqlite3_step()] will return one of the detailed
3907 ** occurs. ^Otherwise, they return the name of the attached database, table,
3988 ** or occurs outsid
[all...]
/external/sqlite/dist/
H A Dsqlite3.c550 ** ^If an error occurs while evaluating the SQL statements passed into
1112 ** file control occurs at the beginning of pragma statement analysis and so
2116 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table]
2256 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2953 ** returned in *ppDb, even if an error occurs. The only exception is that
2966 ** Whether or not an error occurs when it is opened, resources
3259 ** case that a second error occurs on a separate thread in between
3475 ** ^When an error occurs, [sqlite3_step()] will return one of the detailed
3907 ** occurs. ^Otherwise, they return the name of the attached database, table,
3988 ** or occurs outsid
[all...]

Completed in 870 milliseconds