Searched refs:ig (Results 1 - 25 of 37) sorted by relevance

12

/macosx-10.10/JavaScriptCore-7600.1.17/tests/stress/
H A Dimpure-get-own-property-slot-inline-cache.js3 var ig = createImpureGetter(null); variable
4 ig.x = 42;
13 foo(ig);
15 setImpureGetterDelegate(ig, {x:"x"});
17 if (foo(ig) !== "x")
/macosx-10.10/curl-83.1.2/curl/lib/
H A Dsigpipe.h42 struct sigpipe_ignore *ig)
46 ig->no_signal = data->set.no_signal;
50 memset(&ig->old_pipe_act, 0, sizeof(struct sigaction));
51 sigaction(SIGPIPE, NULL, &ig->old_pipe_act);
52 action = ig->old_pipe_act;
64 static void sigpipe_restore(struct sigpipe_ignore *ig) argument
66 if(!ig->no_signal)
68 sigaction(SIGPIPE, &ig->old_pipe_act, NULL);
41 sigpipe_ignore(struct SessionHandle *data, struct sigpipe_ignore *ig) argument
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libtiff/tools/
H A Dtiffmedian.c414 register int ir,ig,ib; local
436 for (ig = ptr->gmin; ig <= ptr->gmax; ++ig) {
437 iptr = &histogram[ir][ig][ptr->bmin];
448 for (ig = ptr->gmin; ig <= ptr->gmax; ++ig) {
451 iptr = &histogram[ir][ig][ptr->bmin];
466 for (ig
532 register int ir, ig, ib; local
616 register int ir, ig, ib, i; local
707 int ir, ig, ib, i; local
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_2/regexp/
H A DignoreCase.js49 // 'ABC def ghi'.match(/[a-z]+/ig)
50 testcases[count++] = new TestCase ( SECTION, "'ABC def ghi'.match(/[a-z]+/ig)",
51 String(["ABC","def","ghi"]), String('ABC def ghi'.match(/[a-z]+/ig)));
57 // 'ABC def ghi'.match(/([a-z]+)/ig)
58 testcases[count++] = new TestCase ( SECTION, "'ABC def ghi'.match(/([a-z]+)/ig)",
59 String(["ABC","def","ghi"]), String('ABC def ghi'.match(/([a-z]+)/ig)));
77 // 'ABC def ghi'.match(new RegExp('[a-z]+','ig'))
78 testcases[count++] = new TestCase ( SECTION, "'ABC def ghi'.match(new RegExp('[a-z]+','ig'))",
79 String(["ABC","def","ghi"]), String('ABC def ghi'.match(new RegExp('[a-z]+','ig'))));
85 // 'ABC def ghi'.match(new RegExp('([a-z]+)','ig'))
[all...]
H A DtoString.js56 // re = /test2/ig; re.toString()
57 re = /test2/ig;
58 testcases[count++] = new TestCase ( SECTION, "re = /test2/ig; re.toString()",
H A Dflags.js62 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(/x./ig)",
63 String(["xa","Xb","xc","xd","Xe","xf"]), String('xa Xb xc xd Xe xf'.match(/x./ig)));
65 testcases[count++] = new TestCase ( SECTION, "'xa Xb xc xd Xe xf'.match(new RegExp('x.','ig'))",
66 String(["xa","Xb","xc","xd","Xe","xf"]), String('xa Xb xc xd Xe xf'.match(new RegExp('x.','ig'))));
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/js1_5/Regress/
H A Dregress-179524.js62 var re = /z/ig;
138 * by taking any optional 2nd argument to be a regexp flag string (e.g.'ig').
153 actual = str.match('a', 'ig').toString();
154 expect = str.match(/a/ig).toString();
172 actual = str.match('a', 'ig', new Object()).toString();
173 expect = str.match(/a/ig).toString();
218 actual = str.search('a', 'ig');
219 expect = str.search(/a/ig);
237 actual = str.search('a', 'ig', new Object());
238 expect = str.search(/a/ig);
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_3/RegExp/
H A Dregress-169534.js55 var re = /(\|)([\w\x81-\xff ]*)(\|)([\/a-z][\w:\/\.]*\.[a-z]{3,4})(\|)/ig;
/macosx-10.10/gnudiff-19/diffutils/src/
H A Dcmp.c411 off_t ig = ignore_initial[f];
412 if (ig && file_position (f) == -1)
417 size_t bytes_to_read = MIN (ig, buf_size);
425 ig -= r;
427 while (ig);
407 off_t ig = ignore_initial[f]; local
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py333 lambda ig: self.setStatusTextFieldMessage_(None)
335 lambda ig: self.reloadData()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py333 lambda ig: self.setStatusTextFieldMessage_(None)
335 lambda ig: self.reloadData()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool/
H A DWSTConnectionWindowControllerClass.py333 lambda ig: self.setStatusTextFieldMessage_(None)
335 lambda ig: self.reloadData()
/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Digmp.c3015 struct igmp_grouprec ig; local
3173 ig.ig_type = type;
3174 ig.ig_datalen = 0;
3175 ig.ig_numsrc = 0;
3176 ig.ig_group = inm->inm_addr;
3177 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) {
3298 if (!m_append(m, sizeof(struct igmp_grouprec), (void *)&ig)) {
3392 struct igmp_grouprec ig; local
3474 memset(&ig, 0, sizeof(ig));
[all...]
/macosx-10.10/mail_cmds-30/mail/
H A Dcollect.c877 struct ignoretab *ig; local
897 ig = isupper((unsigned char)f) ? NULL : ignore;
904 if (sendmessage(mp, fp, ig, tabst) < 0) {
/macosx-10.10/ICU-531.30/icuSources/data/coll/
H A Dcolfiles.mk58 hr.txt hu.txt hy.txt id.txt ig.txt\
/macosx-10.10/OpenSSL098-52/src/crypto/perlasm/
H A Dx86_64-xlate.pl155 $self->{value} =~ s/0x([0-9a-f]+)/0$1h/ig;
208 $self->{label} =~ s/0x([0-9a-f]+)/0$1h/ig;
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/
H A Dpngrtran.c498 int ir, ig, ib; local
510 for (ig = 0; ig < num_green; ig++)
512 /* int dg = abs(ig - g); */
513 int dg = ((ig > g) ? ig - g : g - ig);
516 int index_g = index_r | (ig << PNG_QUANTIZE_BLUE_BITS);
3986 png_uint_32 ig; local
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py311 lambda ig: self.setStatusTextFieldMessage_(None)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py311 lambda ig: self.setStatusTextFieldMessage_(None)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Twisted/WebServicesTool-CocoaBindings/
H A DWSTConnectionWindowControllerClass.py311 lambda ig: self.setStatusTextFieldMessage_(None)
/macosx-10.10/ruby-106/ruby/
H A Drational.c680 long ig = i_gcd(ad, bd); local
682 VALUE g = LONG2NUM(ig);
683 VALUE a = f_imul(an, bd / ig);
684 VALUE b = f_imul(bn, ad / ig);
/macosx-10.10/ICU-531.30/icuSources/common/
H A Dlocmap.c407 ILCID_POSIX_ELEMENT_ARRAY(0x0470, ig, ig_NG)
786 ILCID_POSIX_MAP(ig), /* ig Igbo 0x70 */
/macosx-10.10/ICU-531.30/icuSources/data/lang/
H A Dresfiles.mk89 ig.txt ii.txt is.txt it.txt ja.txt\
/macosx-10.10/ICU-531.30/icuSources/data/region/
H A Dresfiles.mk88 hu.txt hy.txt id.txt ig.txt ii.txt\
/macosx-10.10/ICU-531.30/icuSources/data/zone/
H A Dresfiles.mk89 hy.txt id.txt ig.txt ii.txt is.txt\

Completed in 393 milliseconds

12