HomeSort by relevance Sort by last modified time
    Searched refs:eg (Results 1 - 25 of 81) sorted by null

1 2 3 4

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arc/
math.s 3 # Stay away from operands with duplicate arguments (eg: add r0,r1,r1).
4 # They will be disassembled as they're macro counterparts (eg: asl r0,r1).
  /prebuilts/go/darwin-x86/src/go/doc/testdata/
example.go 25 var eg InternalExample
31 fmt.Printf("--- FAIL: %s\npanic: %v\n", eg.Name, e)
36 for _, eg = range examples {
38 fmt.Printf("=== RUN: %s\n", eg.Name)
61 eg.F()
71 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e {
73 eg.Name, tstr, g, e)
76 fmt.Printf("--- PASS: %s %s\n", eg.Name, tstr)
  /prebuilts/go/linux-x86/src/go/doc/testdata/
example.go 25 var eg InternalExample
31 fmt.Printf("--- FAIL: %s\npanic: %v\n", eg.Name, e)
36 for _, eg = range examples {
38 fmt.Printf("=== RUN: %s\n", eg.Name)
61 eg.F()
71 if g, e := strings.TrimSpace(out), strings.TrimSpace(eg.Output); g != e {
73 eg.Name, tstr, g, e)
76 fmt.Printf("--- PASS: %s %s\n", eg.Name, tstr)
  /prebuilts/go/darwin-x86/src/testing/
example.go 34 var eg InternalExample
36 for _, eg = range examples {
37 matched, err := matchString(*match, eg.Name)
46 if !runExample(eg) {
60 func runExample(eg InternalExample) (ok bool) {
62 fmt.Printf("=== RUN %s\n", eg.Name)
100 want := strings.TrimSpace(eg.Output)
101 if eg.Unordered {
103 fail = fmt.Sprintf("got:\n%s\nwant (unordered):\n%s\n", out, eg.Output)
111 fmt.Printf("--- FAIL: %s (%s)\n%s", eg.Name, dstr, fail
    [all...]
  /prebuilts/go/linux-x86/src/testing/
example.go 34 var eg InternalExample
36 for _, eg = range examples {
37 matched, err := matchString(*match, eg.Name)
46 if !runExample(eg) {
60 func runExample(eg InternalExample) (ok bool) {
62 fmt.Printf("=== RUN %s\n", eg.Name)
100 want := strings.TrimSpace(eg.Output)
101 if eg.Unordered {
103 fail = fmt.Sprintf("got:\n%s\nwant (unordered):\n%s\n", out, eg.Output)
111 fmt.Printf("--- FAIL: %s (%s)\n%s", eg.Name, dstr, fail
    [all...]
  /external/valgrind/callgrind/
events.c 57 EventGroup* eg; local
64 eg = (EventGroup*) CLG_MALLOC("cl.events.group.1",
66 eg->size = n;
67 eventGroup[id] = eg;
68 return eg;
73 EventGroup* eg = new_event_group(id, 1); local
74 eg->name[0] = n1;
76 return eg;
82 EventGroup* eg = new_event_group(id, 2); local
83 eg->name[0] = n1
92 EventGroup* eg = new_event_group(id, 3); local
104 EventGroup* eg = new_event_group(id, 4); local
329 EventGroup *eg; local
425 EventGroup* eg; local
453 EventGroup* eg; local
    [all...]
debug.c 142 EventGroup* eg; local
164 eg = CLG_(get_event_group)(i);
165 if (!eg) continue;
166 VG_(printf)(" (%d: %s", i, eg->name[0]);
167 for(j=1; j<eg->size; j++)
168 VG_(printf)(" %s", eg->name[j]);
179 EventGroup* eg; local
205 eg = CLG_(get_event_group)(i);
206 if (!eg) continue;
207 for(j=0; j<eg->size; j++)
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
struct.d 6 # some toolchains, eg msp430-elf will add _crt0_movedata.
symver.d 5 # some toolchains, eg the mips-elf port will add .reginfo and .ptrd
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/symver/
symver0.d 5 # some toolchains, eg arm-elf toolchain will add $d.
symver1.d 5 # some toolchains, eg arm-elf toolchain will add $d.
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
egman.c 52 /* Called to add an exception group for an alternative EG */
55 void egAdd(ExceptionGroup * eg)
57 void egAdd(eg)
58 ExceptionGroup *eg;
72 lastEG=eg;
76 eg->pendingLink=egArray[BlkLevel];
77 egArray[BlkLevel]=eg;
79 /* EG for alternates already have their altID filled in */
85 innerEG->outerEG=eg;
91 * for patching up the LabelEntry you might use an EG for the
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-aarch64/
farcall-section.s 2 # if the destination is of type STT_SECTION (eg non-global symbol)
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
farcall-section.s 2 @ if the destination is of type STT_SECTION (eg non-global symbol)
  /external/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
tpmtoken_import_openssl.cnf 129 localityName = Locality Name (eg, city)
132 0.organizationName = Organization Name (eg, company)
136 #1.organizationName = Second Organization Name (eg, company)
139 organizationalUnitName = Organizational Unit Name (eg, section)
142 commonName = Common Name (eg, your name or your server\'s hostname)
  /external/ltp/testcases/kernel/syscalls/setregid/
setregid04.c 137 static void gid_verify(struct group *rg, struct group *eg, const char *when)
139 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
143 rg->gr_gid, eg->gr_gid);
setregid02.c 180 void gid_verify(struct group *rg, struct group *eg, char *when)
182 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
186 rg->gr_gid, eg->gr_gid);
setregid03.c 204 static void gid_verify(struct group *rg, struct group *eg, char *when)
206 if ((getgid() != rg->gr_gid) || (getegid() != eg->gr_gid)) {
210 rg->gr_gid, eg->gr_gid);
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/elf/
symver.d 6 # some toolchains, eg the mips-elf port will add .reginfo and .ptrd
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-discard/
extern.d 10 # command which will be present in the message, eg "../ld-new"
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
section-match-1.d 7 # output, not translated into some other name, eg .text
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/
copy-2.d 8 # than .text because for some file formats (eg PE) the .text
  /external/ImageMagick/PerlMagick/demo/
lsys.pl 73 $string =~ s/./defined ($rule{$&}) ? $rule{$&} : $&/eg;
  /prebuilts/go/darwin-x86/src/net/http/cgi/testdata/
test.cgi 93 $v =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;
  /prebuilts/go/linux-x86/src/net/http/cgi/testdata/
test.cgi 93 $v =~ s/%([a-fA-F0-9][a-fA-F0-9])/pack("C", hex($1))/eg;

Completed in 436 milliseconds

1 2 3 4