Searched refs:occurs (Results 1 - 24 of 24) 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/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
H A Dnacl.scons71 # This tests a crash that occurs inside a syscall handler.
/external/oprofile/events/mips/sb1/
H A Devents48 event:0xd counters:1,2,3 um:zero minimum:500 name:VICTIM_WRITEBACK :A writeback occurs due to replacement
/external/chromium_org/third_party/libxml/src/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/external/libxml2/include/libxml/
H A DschemasInternals.h260 int occurs; /* Deprecated; not used */ member in struct:_xmlSchemaAttribute
/external/chromium_org/third_party/libxml/src/
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
5766 * if not valid and -1 if an internal error occurs.
5847 * if not valid and -1 if an internal error occurs.
5878 * if not valid and -1 if an internal error occurs.
5913 * if not valid and -1 if an internal error occurs.
6701 * if something is not valid and -1 if an internal error occurs.
6834 * 2.2 {max occurs} must be greater than or equal to 1.
6844 * 2.1 {min occurs} must not be greater than {max occurs}.
7092 int isRef = 0, occurs local
[all...]
/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
5785 * if not valid and -1 if an internal error occurs.
5866 * if not valid and -1 if an internal error occurs.
5897 * if not valid and -1 if an internal error occurs.
5932 * if not valid and -1 if an internal error occurs.
6720 * if something is not valid and -1 if an internal error occurs.
6853 * 2.2 {max occurs} must be greater than or equal to 1.
6863 * 2.1 {min occurs} must not be greater than {max occurs}.
7111 int isRef = 0, occurs local
[all...]
/external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-php/
H A Dindex.php89 // Execute the request. If an error occurs fill the response body with it.
/external/llvm/bindings/ocaml/executionengine/
H A Dllvm_executionengine.mli118 [Error msg] if an error occurs. *)
/external/oprofile/events/i386/nehalem/
H A Devents91 event:0xD4 counters:0,1,2,3 um:one minimum:6000 name:SEG_RENAME_STALLS : Counts the number of stall cycles due to the lack of renaming resources for the ES, DS, FS, and GS segment registers. If a segment is renamed but not retired and a second update to the same segment occurs, a stall occurs in the front-end of the pipeline until the renamed segment retires.
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dexc.pxd244 # example, when an exception occurs in an __del__() method.
H A Dnumber.pxd211 # or if some other error occurs, return -1 (failure) and don't
/external/chromium_org/third_party/WebKit/Source/bindings/templates/
H A Dmethods.cpp359 {# FIXME: We should return a rejected Promise if an error occurs in this
/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/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/qemu-pc-bios/bochs/bios/
H A Drombios.c1254 // to 0, and will return 0 if such a transition occurs. A 1
11119 ;; if an exception occurs during protected mode memory
/external/sqlite/dist/orig/
H A Dsqlite3.c452 ** ^If an error occurs while evaluating the SQL statements passed into
1009 ** file control occurs at the beginning of pragma statement analysis and so
1957 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table]
2099 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2756 ** returned in *ppDb, even if an error occurs. The only exception is that
2769 ** Whether or not an error occurs when it is opened, resources
3060 ** case that a second error occurs on a separate thread in between
3270 ** ^When an error occurs, [sqlite3_step()] will return one of the detailed
3676 ** occurs. ^Otherwise, they return the name of the attached database, table,
3755 ** or occurs outsid
[all...]
/external/sqlite/dist/
H A Dsqlite3.c452 ** ^If an error occurs while evaluating the SQL statements passed into
1009 ** file control occurs at the beginning of pragma statement analysis and so
1957 ** ^(If an [INSERT] occurs within a trigger or within a [virtual table]
2099 ** ^A call to sqlite3_interrupt(D) that occurs when there are no running
2756 ** returned in *ppDb, even if an error occurs. The only exception is that
2769 ** Whether or not an error occurs when it is opened, resources
3060 ** case that a second error occurs on a separate thread in between
3270 ** ^When an error occurs, [sqlite3_step()] will return one of the detailed
3676 ** occurs. ^Otherwise, they return the name of the attached database, table,
3755 ** or occurs outsid
[all...]

Completed in 1044 milliseconds