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

1234567891011>>

/external/clang/test/Sema/
H A Ddecl-invalid.c13 expected-error{{expected identifier or '('}}
/external/mesa3d/docs/
H A DMESA_release_buffers.spec27 OpenGL 1.0 or later is required.
28 GLX 1.0 or later is required.
33 Therefore, Mesa cannot immediately detect when an X window or pixmap is
35 or pixmap.
38 when the back color buffer, depth buffer, stencil buffer, and/or accum-
/external/valgrind/main/memcheck/tests/
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
H A Dstrchr.stderr.exp1 Conditional jump or move depends on uninitialised value(s)
5 Conditional jump or move depends on uninitialised value(s)
9 Conditional jump or move depends on uninitialised value(s)
13 Conditional jump or move depends on uninitialised value(s)
H A Dbuflen_check.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
/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/webkit/Tools/Scripts/
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/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/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";
/external/valgrind/main/none/tests/darwin/
H A Daccess_extended.stderr.exp4 no_such_file(F_OK) = 2 (No such file or directory)
/external/kernel-headers/original/asm-mips/
H A Dsgidefs.h18 #error Use a Linux compiler or give up.
/external/valgrind/main/none/tests/
H A Dshell.stderr.exp5 Add more stringent tests in PRE(sys_execve), or work out how to recover.
7 ./shell: ./shell_nosuchfile: No such file or directory
/external/openssl/crypto/sha/asm/
H A Dsha256-mips.s59 or $8,$13
60 or $14,$15
61 or $8,$14
94 or $13,$1,$2
97 or $14,$13 # Maj(a,b,c)
111 or $9,$14
112 or $15,$16
113 or $9,$15
146 or $14,$31,$1
149 or
[all...]
/external/webkit/Tools/BuildSlaveSupport/
H A Dbuild-launcher-app6 # 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
45 system("xcodebuild", "clean", "-alltargets", @xcodeBuildArguments, @ARGV) == 0 or die "Failed cleaning WebKitLauncher project";
46 system("xcodebuild", @xcodeBuildArguments, @ARGV) == 0 or die "Failed building WebKitLauncher project";
88 open(IN, $infoPlist) or die "Couldn't open Info.plist in built application for reading";
94 open(OUT, ">$infoPlist") or die "Couldn't open Info.plist in built application for writing";
99 open(OUT, ">$versionFile") or die "Couldn't open VERSION in built application for writing";
103 open(OUT, ">$branchFile") or die "Couldn't open BRANCH in built application for writing";
109 system("ditto", productDir() . "/$framework.framework", "$nightlyLauncherStagingPath/Contents/Resources/$framework.framework") == 0 or di
[all...]

Completed in 1045 milliseconds

1234567891011>>