Searched refs:oo (Results 1 - 25 of 141) sorted by relevance

123456

/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/tests/data/ok/peg_tclparam-tcloo/
H A D4_choice16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D5_sequence16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D10_notahead16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D6_optional16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D7_kleene16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D8_pkleene16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D9_ahead16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D1_functions16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D3_peg_itself16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D0_basic_arithmetic16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
H A D2_fun_arithmetic16 package require pt::rde::oo ; # OO-based implementation of the
24 oo::class create PARSER {
28 superclass pt::rde::oo ; # TODO - Define this class.
/macosx-10.10.1/file_cmds-242/mtree/test/
H A Dtest00.sh30 mkdir ${TMP}/mr/\[f\]oo
37 rmdir ${TMP}/mr/\[f\]oo
40 mkdir ${TMP}/mr/\?oo
47 rmdir ${TMP}/mr/\?oo
/macosx-10.10.1/syslog-267/libsystem_asl.tproj/src/
H A Dasl_object.c212 asl_object_private_t *oo = (asl_object_private_t *)obj; local
213 if (oo == NULL) return NULL;
215 OSAtomicIncrement32Barrier(&(oo->refcount));
222 asl_object_private_t *oo = (asl_object_private_t *)obj; local
223 if (oo == NULL) return;
224 if (oo->asl_type >= ASL_TYPE_COUNT) return;
227 if (OSAtomicDecrement32Barrier(&(oo->refcount)) != 0) return;
228 if (asl_jump[oo->asl_type]->dealloc != NULL) asl_jump[oo->asl_type]->dealloc(oo);
248 asl_object_private_t *oo = (asl_object_private_t *)obj; local
267 asl_object_private_t *oo = (asl_object_private_t *)obj; local
[all...]
H A Dasl_msg_list.c184 asl_object_private_t *oo = (asl_object_private_t *)obj; local
192 uint32_t type = asl_get_type((asl_object_t)oo);
196 else count = asl_object_count(oo);
214 asl_object_set_iteration_index(oo, 0);
218 list->msg[x] = (asl_msg_t *)asl_retain((asl_object_t)oo);
222 for (i = x, j = 0; j < count; i++, j++) list->msg[i] = (asl_msg_t *)asl_object_next(oo);
225 asl_object_set_iteration_index(oo, 0);
/macosx-10.10.1/ICU-531.30/icuSources/test/perf/leperf/
H A Dletrperf.cpp135 OneObject *oo = new OneObject(); local
138 items[i] = oo->items[i] = oo2->items[i].v = (i%1024)+3;
140 items[ITEM_COUNT-1] = oo->items[ITEM_COUNT-1] = oo2->items[ITEM_COUNT-1].v = 2; // last one
167 showTime(time_obj, (void*)oo);
168 showTime(time_obj2, (void*)oo);
175 delete oo;
/macosx-10.10.1/xnu-2782.1.97/libkern/c++/
H A DOSUnserialize.y95 static object_t *oo;
181 | elements ',' object { oo = newObject();
182 oo->object = $3;
183 oo->next = $1;
184 oo->prev = NULL;
185 $1->prev = oo;
186 $$ = oo;
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A DAAA.test47 itcl_info classes *oo*
/macosx-10.10.1/cxxfilt-11/cxxfilt/opcodes/
H A Dalpha-opc.c343 #define BRA_(oo) OP(oo)
345 #define BRA(oo) BRA_(oo), BRA_MASK
348 #define FP_(oo,fff) (OP(oo) | (((fff) & 0x7FF) << 5))
350 #define FP(oo,fff) FP_(oo,fff), FP_MASK
353 #define MEM_(oo) OP(oo)
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pgen.tcl58 namespace export json peg container param snit oo critcl c
97 proc ::pt::pgen::Write::oo {args} {
/macosx-10.10.1/OpenSSL098-52/src/crypto/objects/
H A Dobj_dat.c613 ASN1_OBJECT o,*oo= &o,**op; local
624 op=(ASN1_OBJECT **)OBJ_bsearch((char *)&oo,(char *)ln_objs, NUM_LN,
632 ASN1_OBJECT o,*oo= &o,**op; local
643 op=(ASN1_OBJECT **)OBJ_bsearch((char *)&oo,(char *)sn_objs,NUM_SN,
/macosx-10.10.1/libffi-18.1/tests/testsuite/libffi.call/
H A Dhuge_struct.c56 uint32_t oo; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c56 uint32_t oo; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c56 uint32_t oo; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/tests/testsuite/libffi.call/
H A Dhuge_struct.c56 uint32_t oo; member in struct:BigStruct
150 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
315 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
343 retVal.kk, retVal.ll, retVal.mm, retVal.nn, retVal.oo, retVal.pp,
/macosx-10.10.1/vim-55/runtime/keymap/
H A Dsinhala-phonetic_utf-8.vim36 O <char-0x0d95> " ��� - ooyanna (oo)
92 <A-O> <char-0x0ddd> " ��� - kombuva haa diga aela-pilla (oo)

Completed in 369 milliseconds

123456