Searched refs:reference (Results 1 - 25 of 42) sorted by relevance

12

/vbox/src/libs/libxml2-2.6.31/python/tests/
H A Dsync.py51 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
52 if log != reference:
54 print "Exprected: %s" % reference
63 reference = "startDocument:startElement foo None:startElement bar2 None:endElement bar2:" variable
64 if log != reference:
66 print "Exprected: %s" % reference
75 reference = "startDocument:startElement foo None:startElement bar2 None:" variable
76 if log != reference:
78 print "Exprected: %s" % reference
87 reference variable
99 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:" variable
111 reference = "startDocument:startElement foo None:startElement bar2 {'a': '1', 'b': '2'}:endElement bar2:" variable
123 reference = "startDocument:startElement foo None:" variable
[all...]
H A DpushSAX.py52 reference = "startDocument:startElement foo {'url': 'tst'}:characters: bar:endElement foo:endDocument:" variable
53 if log != reference:
55 print "Exprected: %s" % reference
H A DpushSAXhtml.py52 reference = """startDocument:startElement html None:startElement body None:startElement foo {'url': 'tst'}:error: Tag foo invalid
54 if log != reference:
56 print "Exprected: %s" % reference
/vbox/src/libs/liblzf-3.4/cs/
H A DCLZF.cs167 long reference;
179 reference = htab[hslot];
182 if ((off = iidx - reference - 1) < MAX_OFF
184 && reference > 0
185 && in_data[reference+0] == in_data[iidx+0]
186 && in_data[reference+1] == in_data[iidx+1]
187 && in_data[reference+2] == in_data[iidx+2]
190 /* match found at *reference++ */
200 while (len < maxlen && in_data[reference+len] == in_data[iidx+len]);
300 else /* back reference */
[all...]
/vbox/src/VBox/Devices/PC/ipxe/contrib/vm/
H A Dcow41 chown --reference=$imgfile /dev/mapper/$dmname
42 chmod --reference=$imgfile /dev/mapper/$dmname
/vbox/src/libs/xpcom18a4/xpcom/ds/
H A DnsCppSharedAllocator.h42 typedef T& reference; typedef in class:nsCppSharedAllocator
58 address( reference r ) const
/vbox/src/libs/libxml2-2.6.31/
H A DSAX.c66 hdlr->reference = xmlSAX2Reference;
114 hdlr->reference = NULL;
161 hdlr->reference = xmlSAX2Reference;
H A Dlegacy.c120 "SAX function reference",
239 } else if (!strcmp(name, "SAX function reference")) {
240 *((referenceSAXFunc *) result) = ctxt->sax->reference;
357 } else if (!strcmp(name, "SAX function reference")) {
358 ctxt->sax->reference = *((referenceSAXFunc *) value);
616 * the Name given in the entity reference must match that in an entity
621 * An entity reference must not contain the name of an unparsed entity
1158 * reference:
1162 * called when an entity reference is detected.
1166 reference(voi function
[all...]
H A DtestHTML.c70 NULL, /* reference */
456 * called when an entity reference is detected.
461 fprintf(stdout, "SAX.reference(%s)\n", name);
/vbox/src/libs/xpcom18a4/xpcom/string/public/
H A DnsStringIterator.h66 typedef const CharT& reference; typedef in class:nsReadingIterator
202 typedef CharT& reference;
245 reference
/vbox/src/VBox/Devices/PC/ipxe/src/arch/x86/include/bits/
H A Dbigint.h163 * @v reference0 Element 0 of reference big integer
165 * @ret geq Big integer is greater than or equal to the reference
172 const bigint_t ( size ) __attribute__ (( may_alias )) *reference =
189 "2" ( &reference->element[ size - 1 ] ),
/vbox/src/VBox/Devices/PC/ipxe/src/include/ipxe/
H A Dbigint.h124 * @v reference Reference big integer
125 * @ret geq Big integer is greater than or equal to the reference
127 #define bigint_is_geq( value, reference ) ( { \
129 bigint_is_geq_raw ( (value)->element, (reference)->element, \
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A DSAX.h115 reference (void *ctx,
H A Dparser.h212 int hasExternalSubset; /* reference and external subset */
530 * Called when an entity reference is detected.
725 referenceSAXFunc reference; member in struct:_xmlSAXHandler
766 referenceSAXFunc reference; member in struct:_xmlSAXHandlerV1
/vbox/src/VBox/Runtime/common/time/
H A DtimesupA.asm33 ; Use the C reference implementation for now.
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dxcmc.h324 CMC_buffer reference,
H A Dd3drmobj.h1121 STDMETHOD(GetPosition)(THIS_ IDirect3DRMFrame *reference, D3DVECTOR *return_position) PURE;
1122 STDMETHOD(GetRotation)(THIS_ IDirect3DRMFrame *reference, D3DVECTOR *axis, D3DVALUE *return_theta) PURE;
1127 STDMETHOD(GetVelocity)(THIS_ IDirect3DRMFrame *reference, D3DVECTOR *return_velocity, BOOL with_rotation) PURE;
1128 STDMETHOD(GetOrientation)(THIS_ IDirect3DRMFrame *reference, D3DVECTOR *dir, D3DVECTOR *up) PURE;
1134 STDMETHOD(LookAt)(THIS_ IDirect3DRMFrame *target, IDirect3DRMFrame *reference,
1159 STDMETHOD(SetOrientation)(THIS_ IDirect3DRMFrame *reference, D3DVALUE dx, D3DVALUE dy, D3DVALUE dz,
1161 STDMETHOD(SetPosition)(THIS_ IDirect3DRMFrame *reference, D3DVALUE x, D3DVALUE y, D3DVALUE z) PURE;
1162 STDMETHOD(SetRotation)(THIS_ IDirect3DRMFrame *reference, D3DVALUE x, D3DVALUE y, D3DVALUE z, D3DVALUE theta) PURE;
1166 STDMETHOD(SetVelocity)(THIS_ IDirect3DRMFrame *reference,
1354 STDMETHOD(GetPosition)(THIS_ IDirect3DRMFrame *reference, D3DVECTO
[all...]
H A Dd3drm.h95 STDMETHOD(CreateWrap)(THIS_ D3DRMWRAPTYPE type, IDirect3DRMFrame *reference, D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
234 STDMETHOD(CreateWrap)(THIS_ D3DRMWRAPTYPE type, IDirect3DRMFrame *reference, D3DVALUE ox, D3DVALUE oy, D3DVALUE oz,
376 STDMETHOD(CreateWrap)(THIS_ D3DRMWRAPTYPE type, IDirect3DRMFrame3 *reference,
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dxcmc.h324 CMC_buffer reference,
H A Dd3drmobj.h1088 STDMETHOD(GetPosition)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTOR return_position) PURE;
1089 STDMETHOD(GetRotation)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTOR axis, LPD3DVALUE return_theta) PURE;
1094 STDMETHOD(GetVelocity)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTOR return_velocity, BOOL with_rotation) PURE;
1095 STDMETHOD(GetOrientation)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTOR dir, LPD3DVECTOR up) PURE;
1101 STDMETHOD(LookAt)(THIS_ LPDIRECT3DRMFRAME target, LPDIRECT3DRMFRAME reference, D3DRMFRAMECONSTRAINT) PURE;
1125 STDMETHOD(SetOrientation)(THIS_ LPDIRECT3DRMFRAME reference, D3DVALUE dx, D3DVALUE dy, D3DVALUE dz,
1127 STDMETHOD(SetPosition)(THIS_ LPDIRECT3DRMFRAME reference, D3DVALUE x, D3DVALUE y, D3DVALUE z) PURE;
1128 STDMETHOD(SetRotation)(THIS_ LPDIRECT3DRMFRAME reference, D3DVALUE x, D3DVALUE y, D3DVALUE z, D3DVALUE theta) PURE;
1132 STDMETHOD(SetVelocity)(THIS_ LPDIRECT3DRMFRAME reference, D3DVALUE x, D3DVALUE y, D3DVALUE z, BOOL with_rotation) PURE;
1319 STDMETHOD(GetPosition)(THIS_ LPDIRECT3DRMFRAME reference, LPD3DVECTO
[all...]
/vbox/src/libs/xpcom18a4/xpcom/tests/StringFactoringTests/
H A DnsStdStringWrapper.h74 using typename basic_string_t::reference;
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9003_eeprom.c3153 static void ar9300_comp_hdr_unpack(u8 *best, int *code, int *reference, argument
3163 *reference = (value[0] & 0x001f) | ((value[1] >> 2) & 0x0020);
3220 int reference,
3240 if (reference == 0) {
3242 eep = ar9003_eeprom_struct_find_by_id(reference);
3245 "can't find reference eeprom struct %d\n",
3246 reference);
3252 "restore eeprom %d: block, reference %d, length %d\n",
3253 it, reference, length);
3312 int reference, lengt local
3217 ar9300_compress_decision(struct ath_hw *ah, int it, int code, int reference, u8 *mptr, u8 *word, int length, int mdata_size) argument
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/X64/
H A DAsmFuncs.asm79 ;; For reference, the context structure looks like this:
209 ;; For reference, the context record looks like this:
226 ;; NOTE: we save rsp here to prevent compiler put rip reference cause error AppRsp
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/DebugSupportDxe/Ia32/
H A DAsmFuncs.S114 ## For reference, the context record looks like this:
H A DAsmFuncs.asm81 ;; For reference, the context structure looks like this:
208 ;; For reference, the context record looks like this:

Completed in 273 milliseconds

12