Searched refs:or (Results 276 - 300 of 1321) sorted by relevance

<<11121314151617181920>>

/external/bison/etc/
H A Dbench.pl.in7 # This program is free software: you can redistribute it and/or modify
9 # the Free Software Foundation, either version 3 of the License, or
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
33 or die;
119 or die;
134 or die;
333 or die;
335 or die;
/external/proguard/src/proguard/evaluation/value/
H A DLongValue.java7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
182 * Returns the logical <i>or</i> of this LongValue and the given
185 public LongValue or(LongValue other) method in class:LongValue
187 return other.or(this);
200 * Returns an IntegerValue with value -1, 0, or 1, if this LongValue is
201 * less than, equal to, or greater than the given LongValue, respectively.
212 * Returns an IntegerValue with value 1, 0, or -1, if this LongValue is
213 * less than, equal to, or greate
339 public LongValue or(SpecificLongValue other) method in class:LongValue
495 public LongValue or(ParticularLongValue other) method in class:LongValue
[all...]
H A DParticularLongValue.java7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
144 public LongValue or(LongValue other) method in class:ParticularLongValue
146 return other.or(this);
232 public LongValue or(ParticularLongValue other) method in class:ParticularLongValue
H A DSpecificLongValue.java7 * This program is free software; you can redistribute it and/or modify it
9 * Software Foundation; either version 2 of the License, or (at your option)
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
124 public LongValue or(LongValue other) method in class:SpecificLongValue
126 return other.or(this);
218 public LongValue or(SpecificLongValue other) method in class:SpecificLongValue
/external/valgrind/main/cachegrind/
H A Dcg_annotate.in13 # This program is free software; you can redistribute it and/or
16 # License, or (at your option) any later version.
20 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
49 # either a[i] or b[i] was defined, but if b[i] was undefined
118 # Thresholds, one for each sort event (or default to 1 if no sort events
205 ($th >= 0 && $th <= 100) or die($usage);
220 ($1 >= 0 && $1 <= 20) or die($usage);
263 $readable or die("File $arg not found in any of: @include_dirs\n");
288 # 2. We don't add an undefined count or a ".", even though it's value is 0,
308 (@CC <= @events) or di
[all...]
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dmodule.pxd20 # loaded.) Return a new reference to the imported module, or NULL
30 # The return value is a new reference to the imported module or
31 # top-level package, or NULL with an exception set on failure
44 # environment, e.g. by rexec or ihooks.
51 # the reloaded module, or NULL with an exception set on failure
61 # load or import the module; if the module wasn't already loaded,
63 # or one of its variants to import a module. Package structures
70 # code object read from a Python bytecode file or obtained from
72 # reference to the module object, or NULL with an exception set if
114 # success or
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dconstants.rb10 Redistribution and use in source and binary forms, with or without
18 documentation and/or other materials provided with the distribution.
19 3. The name of the author may not be used to endorse or promote products
H A Dutil.rb105 # Returns the lower of self or x.
116 # Returns the greater of self or x.
127 # Returns self if above the given lower bound, or
152 range.first >= first or return false
165 range.include?( first ) or include?( range.first )
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/test/
H A Dfunctional.rb99 # (defined inline or loaded from a file)
111 path =~ /\.g$/ or path << '.g'
192 defined?( @output_buffer ) or @output_buffer = StringIO.new( '' )
221 defined?( @reported_errors ) or @reported_errors = []
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec30 ARB_vertex_program or ARB_fragment_program or NV_vertex_program
31 or NV_fragment_program is required.
44 each vertex or fragment instruction.
50 be called prior to executing each vertex or fragment program instruction.
61 GetIntegerv(GL_FRAGMENT_PROGRAM_POSITION_MESA, &pos) or
74 it up to the developer (or developer community) to write debuggers
174 may be FRAGMENT_PROGRAM_ARB or VERTEX_PROGRAM_ARB. The enabled
176 prior to executing each instruction in the current fragment or
178 disabled by calling Enable or Disabl
[all...]
/external/flac/libFLAC/ia32/
H A Dnasm.h4 ; Redistribution and use in source and binary forms, with or without
13 ; documentation and/or other materials provided with the distribution.
16 ; contributors may be used to endorse or promote products derived from
/external/linux-tools-perf/perf-3.12.0/arch/mn10300/lib/
H A Dmemcpy.S6 * This program is free software; you can redistribute it and/or
9 * 2 of the Licence, or (at your option) any later version.
36 or d0,d1,d3
37 or d2,d3
89 # copy the remaining 1, 2 or 3 words
H A Dmemset.S6 * This program is free software; you can redistribute it and/or
9 * 2 of the Licence, or (at your option) any later version.
35 or d0,d2,d3
43 or d3,d1
79 # copy the remaining 1, 2 or 3 words
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec30 ARB_vertex_program or ARB_fragment_program or NV_vertex_program
31 or NV_fragment_program is required.
44 each vertex or fragment instruction.
50 be called prior to executing each vertex or fragment program instruction.
61 GetIntegerv(GL_FRAGMENT_PROGRAM_POSITION_MESA, &pos) or
74 it up to the developer (or developer community) to write debuggers
174 may be FRAGMENT_PROGRAM_ARB or VERTEX_PROGRAM_ARB. The enabled
176 prior to executing each instruction in the current fragment or
178 disabled by calling Enable or Disabl
[all...]
/external/tremolo/Tremolo/
H A Dfloor1LARM.s7 @ Redistribution and use in source and binary forms, with or without
15 @ in the documentation and/or other materials provided with the
19 @ endorse or promote products derived from this software without
/external/ceres-solver/jni/
H A DApplication.mk5 # Redistribution and use in source and binary forms, with or without
12 # and/or other materials provided with the distribution.
14 # used to endorse or promote products derived from this software without
/external/chromium_org/base/i18n/
H A Drtl_unittest.cc85 #error wchar_t should be either UTF-16 or UTF-32
94 #error wchar_t should be either UTF-16 or UTF-32
147 #error wchar_t should be either UTF-16 or UTF-32
156 #error wchar_t should be either UTF-16 or UTF-32
225 #error wchar_t should be either UTF-16 or UTF-32
234 #error wchar_t should be either UTF-16 or UTF-32
/external/chromium_org/third_party/WebKit/Tools/Scripts/
H A Dsvn-create-patch5 # 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
113 print STDERR "Patches 20k or smaller are more likely to be reviewed. Larger patches may sit unreviewed for a long time.\n";
160 open INFO, "svn info '$escapedInfoPath' |" or die;
175 open PROPGET, "svn propget svn:mime-type $args '$escapedFile' |" or die;
206 open INFO, "svn info '$escapedFile' |" or die;
234 open DIFF, "svn diff --diff-cmd diff -x -$diffOptions '$escapedFile' |" or die;
256 open STAT, "svn stat '$escapedStatPath' |" or die;
335 # Each chunk is either all numeric digits, or al
[all...]
/external/chromium_org/third_party/icu/source/allinone/
H A Dicucheck.bat12 echo Usage: %0 "x86 or x64" "Debug or Release"
17 echo Usage: %0 %1 "Debug or Release"
/external/chromium_org/third_party/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua81 io.write(tableEntry, " = ", tableEntry, " or {}\n")
82 io.write(tableEntry, ".drawCnt = (", tableEntry, ".drawCnt or 0 ) + ", v.drawCnt, "\n")
83 io.write(tableEntry, ".instanceCnt = (", tableEntry, ".instanceCnt or 0 ) + ", v.instanceCnt, "\n")
/external/guava/guava/src/com/google/common/primitives/
H A Dgenerate.sh34 * Unless required by applicable law or agreed to in writing, software
36 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
62 * already found in either {@link WrapperCl} or {@link Arrays}.
95 * WrapperCl#MAX_VALUE} or less than {@link WrapperCl#MIN_VALUE}
109 * or {@link WrapperCl#MIN_VALUE} if it is too small
128 * value if {@code a} is greater than {@code b}; or zero if they are equal
158 * @return the least index {@code i} for which {@code array[i] == target}, or
178 * target} within {@code array}, or {@code -1} if there is no such occurrence.
213 * or {@code -1} if no such index exists.
234 * @return the value present in {@code array} that is less than or equa
[all...]
/external/icu/icu4c/source/allinone/
H A Dicucheck.bat12 echo Usage: %0 "x86 or x64" "Debug or Release"
17 echo Usage: %0 %1 "Debug or Release"
/external/libunwind/doc/
H A Dunw_step.tex25 if the updated cursor refers to a valid stack frame, or 0 if the
41 operation has a version or a format that is not understood by
52 \Func{access\_mem}(), \Func{access\_reg}(), or \Func{access\_fpreg}()
/external/skia/tools/lua/
H A Dcount_reduced_clipstacks.lua81 io.write(tableEntry, " = ", tableEntry, " or {}\n")
82 io.write(tableEntry, ".drawCnt = (", tableEntry, ".drawCnt or 0 ) + ", v.drawCnt, "\n")
83 io.write(tableEntry, ".instanceCnt = (", tableEntry, ".instanceCnt or 0 ) + ", v.instanceCnt, "\n")
/external/valgrind/main/gdbserver_tests/
H A DmcinfcallWSRU.stderrB.exp33 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
42 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state
51 can only be accepted if the thread is VgTs_Runnable or VgTs_Yielding state

Completed in 695 milliseconds

<<11121314151617181920>>