Home
last modified time | relevance | path

Searched refs:occurs (Results 1 – 25 of 73) sorted by relevance

123

/external/icu4c/samples/datefmt/
DREADME.TXT77 zone before display. For instance, if some even occurs at 0:00 GMT
79 Stating that it occurs at 5:00 PM PDT on the day before in the
/external/libxml2/
Dvalid.c354 long occurs;/* bitfield for multiple occurrences */ member
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, in vstateVPush() argument
410 (ctxt->vstateTab[i].occurs == occurs) && in vstateVPush()
416 ctxt->vstateTab[ctxt->vstateNr].occurs = occurs; in vstateVPush()
[all …]
Dxmlschemas.c528 int occurs; /* required, optional */ member
7092 int isRef = 0, occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute() local
7163 occurs = XML_SCHEMAS_ATTR_USE_OPTIONAL; in xmlSchemaParseLocalAttribute()
7165 occurs = XML_SCHEMAS_ATTR_USE_PROHIBITED; in xmlSchemaParseLocalAttribute()
7167 occurs = XML_SCHEMAS_ATTR_USE_REQUIRED; in xmlSchemaParseLocalAttribute()
7220 (occurs != XML_SCHEMAS_ATTR_USE_OPTIONAL)) { in xmlSchemaParseLocalAttribute()
7274 if (occurs == XML_SCHEMAS_ATTR_USE_PROHIBITED) in xmlSchemaParseLocalAttribute()
7282 use->occurs = occurs; in xmlSchemaParseLocalAttribute()
7302 } else if (occurs != XML_SCHEMAS_ATTR_USE_PROHIBITED) { in xmlSchemaParseLocalAttribute()
7315 use->occurs = occurs; in xmlSchemaParseLocalAttribute()
[all …]
/external/webkit/V8Binding/v8/benchmarks/
DREADME.txt39 pages where it occurs and the number of times it is executed while
/external/libxml2/include/libxml/
DschemasInternals.h260 int occurs; /* Deprecated; not used */ member
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.mm82 Returns true for success, false for failure. (Failure occurs when 'buffer'
/external/webkit/WebKit/win/Interfaces/
DIWebPolicyDelegate.idl142 once. This occurs when loading a "multipart/x-mixed-replace"
DIWebResourceLoadDelegate.idl126 This occurs with multipart/x-mixed-replace, or "server push". In this case, the client
/external/jpeg/
Dchange.log37 which the error occurs will be output as uniform gray, or left unchanged
Dstructure.doc537 arbitrarily far ahead of the data output processing. (This occurs only
708 If a suspension occurs, the codec simply returns without updating the state,
831 virtual-array access protocol is very small when no swapping occurs.
Dlibjpeg.doc266 on stderr, and it will call exit() if a fatal error occurs.
1676 pitfall in this approach: the backtrack that occurs when FALSE is returned
1681 call to fill_input_buffer() occurs in the same library call, and no
1853 events occurs. (If called after the EOI marker is reached, it will
1876 corresponding to the completed scan. This occurs for free if you pass
2292 occurs later, in jpeg_start_decompress().
2702 transferring pass, only one call occurs per call of jpeg_read_scanlines or
/external/tinyxml/
Dchanges.txt102 - Nimrod Cohen found a truly evil bug in the STL implementation that occurs
Dreadme.txt124 TinyXml will assume Legacy Mode until one of the following occurs:
/external/bzip2/
DCHANGES32 error messages (internal panics) when an I/O error occurs, instead of
Dbzip2.txt106 though, that the check occurs upon decompression, so it
Dbzip2.1.preformatted109 though, that the check occurs upon decompression, so it
/external/icu4c/data/brkitr/
Dline.txt29 # The problem occurs in the reverse rules.
/external/dosfstools/
DCOPYING54 pattern of such abuse occurs in the area of products for individuals to
319 specifically for use in, a User Product, and the conveying occurs as
DNOTICE54 pattern of such abuse occurs in the area of products for individuals to
319 specifically for use in, a User Product, and the conveying occurs as
/external/openssl/crypto/des/
DVERSION339 Changed D_ENCRYPT so that the rotation of R occurs outside of
/external/webkit/WebKit/win/
DChangeLog476 <rdar://problem/7038831> REGRESSION (TOT): In Mail, a crash occurs
/external/zlib/win32/
DDLL_FAQ.txt246 occurs when an executable (not necessarily standalone) and a
/external/bluetooth/glib/docs/reference/glib/
Dregex-syntax.sgml1329 When an option change occurs at top level (that is, not inside subpattern
1978 A back reference that occurs inside the parentheses to which it refers
2248 in the subpattern, a compile-time error occurs.
2445 provided that it occurs inside that subpattern. (If not, it is a "subroutine"
/external/blktrace/btt/doc/
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/libpcap/
Daclocal.m4628 # cpu types and update it when such a failure occurs.

123