HomeSort by relevance Sort by last modified time
    Searched refs:OTHER (Results 126 - 150 of 260) sorted by null

1 2 3 4 56 7 8 91011

  /external/ant-glob/
NOTICE 17 * other entities that control, are controlled by, or are under common
34 * and conversions to other media types.
43 * editorial revisions, annotations, elaborations, or other modifications
95 * (a) You must give any other recipients of the Work or
163 * other commercial damages or losses), even if such Contributor
169 * or other liability obligations and/or rights consistent with this
172 * of any other Contributor, and only if You agree to indemnify,
208 This work (and included software, documentation such as READMEs, or other
233 PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
247 be used with materials other than those owned by the W3C, reflects that ERCI
    [all...]
  /external/boringssl/src/util/
check_filenames.go 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
make_prefix_headers.go 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
87 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
126 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
132 // On iOS and macOS, we need to treat assembly symbols differently from other
172 ; OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/boringssl/src/util/fipstools/delocate/
delocate_test.go 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/curl/packages/vms/
build_gnv_curl_release_notes.com 25 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
backup_gnv_curl_src.com 31 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
build_curl-config_script.com 16 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
build_libcurl_pc.com 18 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
pcsi_product_gnv_curl.com 19 $! ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-use-machine.rl 44 O = 0; # OTHER
129 other = any;
139 other => { found_syllable (non_cluster); };
  /external/icu/icu4c/source/i18n/
number_compact.cpp 115 if (patternString == nullptr && plural != StandardPlural::OTHER) {
116 // Fall back to "other" plural variant
117 patternString = patterns[getIndex(magnitude, StandardPlural::OTHER)];
165 // Iterate over the plural variants ("one", "other", etc)
numparse_affixes.cpp 255 bool AffixPatternMatcher::operator==(const AffixPatternMatcher& other) const {
256 return fPattern == other.fPattern;
320 patternInfo, true, signum, signDisplay, StandardPlural::OTHER, false, sb);
329 patternInfo, false, signum, signDisplay, StandardPlural::OTHER, false, sb);
number_modifiers.h 44 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
80 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
108 * I put it here so that the SimpleFormatter uses in NumberStringBuilder are near each other.
173 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE;
267 bool semanticallyEquivalent(const Modifier& other) const U_OVERRIDE {
268 return other.getCodePointCount() == 0;
282 static constexpr StandardPlural::Form DEFAULT_STANDARD_PLURAL = StandardPlural::OTHER;
287 AdoptingModifierStore(const AdoptingModifierStore &other) = delete; member in class:number::impl::AdoptingModifierStore
  /external/libtextclassifier/annotator/
types.h 142 bool operator==(const Token& other) const {
143 return value == other.value && start == other.start && end == other.end &&
144 is_padding == other.is_padding;
183 bool operator==(const DatetimeParseResult& other) const {
184 return granularity == other.granularity && time_ms_utc == other.time_ms_utc;
196 bool operator==(const DatetimeParseResultSpan& other) const {
197 return span == other.span && data == other.data &
    [all...]
  /external/skia/src/ports/
SkFontConfigInterface_direct.cpp 175 // Equivalence classes, used to match the Liberation and other fonts
180 OTHER,
336 return OTHER;
347 return class_a != OTHER && class_a == class_b;
  /external/skqp/src/ports/
SkFontConfigInterface_direct.cpp 175 // Equivalence classes, used to match the Liberation and other fonts
180 OTHER,
336 return OTHER;
347 return class_a != OTHER && class_a == class_b;
  /external/boringssl/
rules.mk 12 # OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/boringssl/src/ssl/test/runner/
chacha20_poly1305_test.go 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/boringssl/src/util/ar/
ar_test.go 12 // OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
  /external/smali/dexlib2/src/main/ragel/
SyntheticAccessorFSM.rl 13 * in the documentation and/or other materials provided with the
65 public static final int OTHER = 0;
  /external/tensorflow/tensorflow/compiler/xla/
xla_data.proto 138 // the other fields are used by the layout.
389 // dimension. In other words, this is the spacing between different
578 // all other fields are unused).
585 OTHER = 3;
  /external/bcc/src/lua/bcc/vendor/
middleclass.lua 25 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
27 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
152 subclassed = function(self, other) end,
154 isSubclassOf = function(self, other)
155 return type(other) == 'table' and
158 ( self.super == other or
160 self.super:isSubclassOf(other) )
  /external/mesa3d/src/intel/
Android.vulkan.mk 16 # THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18 # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  /external/python/cpython2/Modules/_ctypes/libffi_arm_wince/
sysv.asm 21 ; OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23 ; OTHER DEALINGS IN THE SOFTWARE.
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
SyntheticAccessorFSM.java 15 * in the documentation and/or other materials provided with the
214 public static final int OTHER = 0;

Completed in 920 milliseconds

1 2 3 4 56 7 8 91011