Searched refs:or (Results 26 - 50 of 806) sorted by relevance

1234567891011>>

/external/valgrind/main/memcheck/tests/
H A Dmanuel1.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dmetadata.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dclientperm.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
H A Dexecve1.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
9 Address 0x........ is not stack'd, malloc'd or (recently) free'd
14 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dexecve2.stderr.exp4 Address 0x........ is not stack'd, malloc'd or (recently) free'd
H A Dmanuel3.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dmemcmptest.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
H A Dsignal2.stderr.exp3 Address 0x........ is not stack'd, malloc'd or (recently) free'd
/external/valgrind/main/none/tests/
H A Dcmdline4.stderr.exp2 valgrind: Use --help for more information or consult the user manual.
/external/webkit/Tools/Scripts/
H A Dgenerate-coverage-data6 # Redistribution and use in source and binary forms, with or without
14 # documentation and/or other materials provided with the distribution.
16 # its contributors may be used to endorse or promote products derived
58 system("if [ -d WebKitBuild ]; then find WebKitBuild -name '*.gcda' -delete; fi;") == 0 or die;
62 system("Tools/Scripts/build-webkit", "--coverage", @ARGV) == 0 or die;
68 system("Tools/CodeCoverage/run-generate-coverage-data", $resultName, "WebKitBuild/Coverage") == 0 or die;
69 system("Tools/CodeCoverage/regenerate-coverage-display", "WebKitBuild/Coverage", "WebKitBuild/Coverage/html") == 0 or die;
H A Dgenerate-project-files5 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # its contributors may be used to endorse or promote products derived
38 system("python", "Source/gyp/configure", @ARGV) == 0 or die "Failed to run Source/gyp/configure";
H A Dupdate-webkit-auxiliary-libs5 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # its contributors may be used to endorse or promote products derived
40 system("perl", $command, $auxiliaryLibsURL, "win") == 0 or die;
H A Dupdate-webkit-wincairo-libs5 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # its contributors may be used to endorse or promote products derived
40 system("perl", $command, $winCairoLibsURL, ".") == 0 or die;
H A Dupdate-webkit-localizable-strings5 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # its contributors may be used to endorse or promote products derived
41 @ARGV == 0 or die "Usage: " . basename($0) . "\n";
H A Dupdate-javascriptcore-test-results5 # Redistribution and use in source and binary forms, with or without
13 # documentation and/or other materials provided with the distribution.
15 # its contributors may be used to endorse or promote products derived
36 chdir "Source/JavaScriptCore/tests/mozilla" or die;
41 open EXPECTED, "expected.html" or die;
52 open ACTUAL, "actual.html" or die;
H A Dupdate-webkit7 # Redistribution and use in source and binary forms, with or without
15 # documentation and/or other materials provided with the distribution.
17 # its contributors may be used to endorse or promote products derived
80 # Don't prompt when using svn-1.6 or newer.
100 system("perl", "Tools/Scripts/update-webkit-chromium") == 0 or die $!;
102 system("perl", "Tools/Scripts/update-webkit-auxiliary-libs") == 0 or die;
104 system("perl", "Tools/Scripts/update-webkit-wincairo-libs") == 0 or die;
112 system("perl", "Tools/Scripts/generate-project-files") == 0 or die "Failed to run generate-project-files";
119 open UPDATE, "-|", "svn", "update", @svnOptions or die;
129 close UPDATE or di
[all...]
/external/clang/test/Sema/
H A Ddecl-invalid.c13 expected-error{{expected identifier or '('}}
/external/valgrind/main/memcheck/tests/x86/
H A Dpushfpopf.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
H A Dxor-undef-x86.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
/external/tremolo/Tremolo/
H A Dframing.c6 * Redistribution and use in source and binary forms, with or without
14 * in the documentation and/or other materials provided with the
18 * endorse or promote products derived from this software without
128 ogg_reference *or; local
133 or=bs->unused_references;
134 bs->unused_references=or->next;
137 or=_ogg_malloc(sizeof(*or));
140 or->begin=0;
141 or
150 ogg_reference *or=_fetch_ref(bs); local
156 ogg_buffer_realloc(ogg_reference *or,long bytes) argument
166 _ogg_buffer_mark_one(ogg_reference *or) argument
171 ogg_buffer_mark(ogg_reference *or) argument
181 ogg_buffer_sub(ogg_reference *or,long length) argument
206 ogg_buffer_dup(ogg_reference *or) argument
237 ogg_reference *or=*tail; local
290 ogg_buffer_release_one(ogg_reference *or) argument
311 ogg_buffer_release(ogg_reference *or) argument
319 ogg_buffer_pretruncate(ogg_reference *or,long pos) argument
334 ogg_buffer_walk(ogg_reference *or) argument
375 oggbyte_init(oggbyte_buffer *b,ogg_reference *or) argument
667 _checksum(ogg_reference *or, int bytes) argument
[all...]
H A Dbitwise.c6 * Redistribution and use in source and binary forms, with or without
14 * in the documentation and/or other materials provided with the
18 * endorse or promote products derived from this software without
175 /* we've either met the end of decode, or gone past it. halt
364 ogg_reference *or; variable
372 int getbyte(ogg_reference *or,int position){ argument
373 while(or && position>=or->length){
374 position-=or->length;
375 or
390 ogg_reference *or=ogg_buffer_alloc(bs,64); local
500 ogg_buffer_length(ogg_reference *or) argument
509 ogg_buffer_extend(ogg_reference *or,long bytes) argument
520 ogg_buffer_posttruncate(ogg_reference *or,long pos) argument
724 ogg_reference *or=NULL,*orl=NULL; local
[all...]
/external/valgrind/main/memcheck/tests/amd64/
H A Dxor-undef-amd64.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
4 Conditional jump or move depends on uninitialised value(s)
7 Conditional jump or move depends on uninitialised value(s)
10 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
/external/llvm/test/MC/X86/
H A Dintel-syntax-encoding.s11 or ax, 12
13 or eax, 12
15 or rax, 12
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp60 #define or macro
145 or
/external/dropbear/libtommath/
H A Dpretty.build47 !system("make $tmp > /dev/null 2>/dev/null") or die "\nERROR: Failed to make $tmp!!!\n";
48 open( SRC, "<$filename" ) or die "Couldn't open $filename for reading: $!";
50 close SRC or die "Error closing $filename after reading: $!";
65 !system("make > /dev/null 2>/dev/null") or die "\nERROR: Failed to perform last make command!!!\n";

Completed in 495 milliseconds

1234567891011>>