HomeSort by relevance Sort by last modified time
    Searched refs:OUT (Results 76 - 100 of 1059) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Support/
regengine.inc 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 #define BOL (OUT+1)
292 - dissect - figure out what matched what, no back references
328 /* figure out what it matched */
480 - backref - figure out what matched what, figuring in back references
690 int c = (start == m->beginp) ? OUT : *(start-1);
705 c = (p == m->endp) ? OUT : *p;
713 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
718 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
729 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
regex2.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 * and a mask to pick out the relevant bit of each byte. A hash code
156 #define OUT (CHAR_MAX+1) /* a non-character value */
  /bionic/libc/regex/
engine.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94 #define BOL (OUT+1)
288 - dissect - figure out what matched what, no back references
324 /* figure out what it matched */
469 - backref - figure out what matched what, figuring in back references
678 int c = (start == m->beginp) ? OUT : *(start-1);
693 c = (p == m->endp) ? OUT : *p;
701 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
706 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
717 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
regex2.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 * and a mask to pick out the relevant bit of each byte. A hash code
156 #define OUT (CHAR_MAX+1) /* a non-character value */
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
94 #define BOL (OUT+1)
288 - dissect - figure out what matched what, no back references
324 /* figure out what it matched */
469 - backref - figure out what matched what, figuring in back references
678 int c = (start == m->beginp) ? OUT : *(start-1);
693 c = (p == m->endp) ? OUT : *p;
701 (lastc == OUT && !(m->eflags&REG_NOTBOL)) ) {
706 (c == OUT && !(m->eflags&REG_NOTEOL)) ) {
717 if ( (flagch == BOL || (lastc != OUT && !ISWORD(lastc))) &
    [all...]
regex2.h 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
97 * and a mask to pick out the relevant bit of each byte. A hash code
156 #define OUT (CHAR_MAX+1) /* a non-character value */
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 200 next if $rest =~ /iscombined/; #filter out combined POS
245 open OUT, ">$ALPHABET" or die "cant open $ALPHABET for writing";
248 print OUT "\n! $table\n ";
255 print OUT "\n ";
257 printf OUT " %s", "\'$sym{$shifted}\'";
260 close OUT;
  /hardware/ti/omap3/dspbridge/libbridge/
DSPStrm.c 110 OUT BYTE **apBuffer, UINT uNumBufs)
349 OUT struct DSP_STREAMINFO *pStreamInfo, UINT uStreamInfoSize)
456 OUT DSP_HSTREAM *phStream)
617 /* Pages are never swapped out (i.e. always locked in Linux) */
637 /* Pages are never swapped out (i.e. always locked in Linux) */
657 DBAPI DSPStream_Reclaim(DSP_HSTREAM hStream, OUT BYTE **pBufPtr,
658 OUT ULONG *pDataSize, OUT ULONG *pBufSize, OUT DWORD *pdwArg)
753 UINT nStreams, OUT UINT *pMask, UINT uTimeout
    [all...]
DSPProcessor.c 97 OUT DSP_HPROCESSOR *phProcessor)
159 OUT UINT *puNumNodes, OUT UINT *puAllocated)
300 UINT uResourceType, OUT struct DSP_RESOURCEINFO *pResourceInfo,
351 OUT struct DSP_PROCESSORSTATE *pProcStatus, UINT uStateInfoSize)
  /hardware/ti/omap3/dspbridge/inc/
mem.h 147 OUT ULONG * pPhysicalAddress);
drv.h 470 OUT DWORD * pDevNodeString);
  /hardware/ti/omap3/dspbridge/libbridge/inc/
mem.h 147 OUT ULONG * pPhysicalAddress);
  /external/clang/tools/scan-build/
c++-analyzer 118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
119 print OUT abs_path($file), "\n";
120 print OUT "$ErrorType\n";
121 print OUT "@$Args\n";
122 close OUT;
ccc-analyzer 118 open (OUT, ">", "$PPFile.info.txt") or die "Cannot open $PPFile.info.txt\n";
119 print OUT abs_path($file), "\n";
120 print OUT "$ErrorType\n";
121 print OUT "@$Args\n";
122 close OUT;
  /frameworks/base/tools/aidl/
aidl_language_l.l 87 out { SET_BUFFER(OUT); return OUT; }
  /ndk/sources/host-tools/make-3.81/w32/subproc/
build.bat 6 lib.exe /NOLOGO /OUT:.\WinDebug\subproc.lib .\WinDebug/misc.obj .\WinDebug/sub_proc.obj .\WinDebug/w32err.obj
11 lib.exe /NOLOGO /OUT:.\WinRel\subproc.lib .\WinRel/misc.obj .\WinRel/sub_proc.obj .\WinRel/w32err.obj
  /external/chromium/android/
generateAndroidForwardingHeader.pl 23 # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
52 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/openssl/crypto/objects/
obj_dat.pl 46 open (OUT,">$ARGV[1]") || die "Can't open output file $ARGV[1]";
97 push(@out,"{NULL,NULL,NID_undef,0,NULL,0},\n");
114 $out ="{";
115 $out.="\"$sn\"";
116 $out.=","."\"$ln\"";
117 $out.=",NID_$nid{$i},";
136 $out.="$length,&(lvalues[$lvalues]),0";
141 $out.="0,NULL,0";
143 $out.="},\n";
144 push(@out,$out)
    [all...]
objects.pl 120 open (OUT,">$ARGV[2]") || die "Can't open output file $ARGV[2]";
121 print OUT <<'EOF';
162 * The word 'cryptographic' can be left out if the rouines from the library
177 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
196 print OUT "#define SN_",$Cname,"\t\t\"",$sn{$Cname},"\"\n" if $sn{$Cname} ne "";
197 print OUT "#define LN_",$Cname,"\t\t\"",$ln{$Cname},"\"\n" if $ln{$Cname} ne "";
198 print OUT "#define NID_",$Cname,"\t\t",$nid{$Cname},"\n" if $nid{$Cname} ne "";
199 print OUT "#define OBJ_",$Cname,"\t\t",$obj{$Cname},"\n" if $obj{$Cname} ne "";
200 print OUT "\n";
203 close OUT;
    [all...]
  /external/v8/samples/
count-hosts.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/v8/test/message/
overwritten-builtins.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
try-catch-finally-no-message.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
try-catch-finally-return-in-finally.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
try-finally-return-in-finally.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  /external/v8/test/message/regress/
regress-1527.js 25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE

Completed in 2182 milliseconds

1 2 34 5 6 7 8 91011>>