Searched defs:not (Results 26 - 50 of 122) sorted by relevance

12345

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
H A DGrammarSerializerFoo.java14 * 3. The name of the author may not be used to endorse or promote products
206 public void not() { method in class:GrammarSerializerFoo
/external/droiddriver/src/io/appium/droiddriver/finders/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
56 public static <T> Predicate<T> not(final Predicate<T> predicate) { method in class:Predicates
65 return "not(" + predicate + ")";
201 return String.format("{not %s}", attribute);
H A DBy.java5 * you may not use this file except in compliance with the License.
52 * Matches a UiElement whose {@code attribute} is {@code false} or is not set.
54 public static MatchFinder not(Attribute attribute) { method in class:By
67 * Matches a UiElement by the string representation of a resource id. This works for resources not
138 * Matches by XPath. When applied on an non-root element, it will not evaluate above the context
178 * UiElements, only the first match is tried, which usually is not what callers expect. In this
276 * Matches a UiElement that does not match the provided {@code finder}.
278 public static MatchFinder not(MatchFinder finder) { method in class:By
280 return new MatchFinder(Predicates.not(finder.predicate));
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/
H A DUnaryExpr.java37 not, // ! enum constant in enum:UnaryExpr.Operator
/external/tensorflow/tensorflow/contrib/eager/python/examples/rnn_colorbot/
H A Drnn_colorbot.py4 # you may not use this file except in compliance with the License.
70 import matplotlib.pyplot as plt # pylint: disable=g-import-not-at-top namespace
111 # pylint: disable=not-callable
272 if not color_name:
/external/tensorflow/tensorflow/contrib/opt/python/training/
H A Dexternal_optimizer.py4 # you may not use this file except in compliance with the License.
38 `ExternalOptimizerInterface` should not be instantiated directly; instead use
67 could be accomplished with the `inequalities` arg, not all optimization
93 if var_to_bounds is not None:
154 Note that this method does *not* just return a minimization `Op`, unlike
225 algorithm does not support constraints but `len(equality_funcs) > 0`.
253 if not tensors:
264 if not isinstance(tensors, list):
347 # Our default SciPy optimization algorithm, L-BFGS-B, does not support
401 import scipy.optimize # pylint: disable=g-import-not namespace
[all...]
/external/tensorflow/tensorflow/contrib/timeseries/examples/
H A Dlstm.py4 # you may not use this file except in compliance with the License.
33 import matplotlib # pylint: disable=g-import-not-at-top namespace
35 from matplotlib import pyplot # pylint: disable=g-import-not-at-top namespace
39 # execute in an environment without it (i.e. matplotlib is not a build
55 Note that we do not start graph building here. Rather, this object is a
64 not predicted by it. These must then be present for training,
174 # Does not do anything special if we're jumping across a gap. More advanced
193 # Exogenous features are not part of the loss, but can inform
254 if not HAS_MATPLOTLIB:
/external/tensorflow/tensorflow/python/keras/_impl/keras/engine/
H A Dtopology_test.py4 # you may not use this file except in compliance with the License.
34 import yaml # pylint:disable=g-import-not-at-top namespace
39 import h5py # pylint:disable=g-import-not-at-top namespace
297 # ordering of same-level layers is not fixed
366 # ordering of same-level layers is not fixed
462 if yaml is not None:
479 # input is not an Input tensor
509 # i have not idea what I'm doing: garbage as inputs/outputs
/external/tensorflow/tensorflow/python/keras/_impl/keras/
H A Dlosses_test.py4 # you may not use this file except in compliance with the License.
30 import h5py # pylint:disable=g-import-not-at-top namespace
H A Dcallbacks_test.py4 # you may not use this file except in compliance with the License.
36 import h5py # pylint:disable=g-import-not-at-top namespace
41 import requests # pylint:disable=g-import-not-at-top namespace
168 # Case: metric not available.
184 assert not os.path.exists(filepath)
212 assert not os.path.exists(filepath.format(epoch=1))
213 assert not os.path.exists(filepath.format(epoch=3))
215 # Invalid use: this will raise a warning but not an Exception.
453 # does not result in invalid CSVs.
507 assert 'nan' in values[-1], 'The last epoch was not logge
[all...]
/external/tensorflow/tensorflow/python/kernel_tests/
H A Dbetainc_op_test.py4 # you may not use this file except in compliance with the License.
39 from scipy import special # pylint: disable=g-import-not-at-top namespace
/external/tensorflow/tensorflow/python/kernel_tests/random/
H A Drandom_gamma_test.py4 # you may not use this file except in compliance with the License.
64 from scipy import stats # pylint: disable=g-import-not-at-top namespace
145 from scipy import stats # pylint: disable=g-import-not-at-top namespace
H A Drandom_poisson_test.py4 # you may not use this file except in compliance with the License.
55 from scipy import stats # pylint: disable=g-import-not-at-top namespace
98 if not total_variance:
/external/tensorflow/tensorflow/python/platform/
H A Dtest.py4 # you may not use this file except in compliance with the License.
61 import mock # pylint: disable=g-import-not-at-top,unused-import namespace
63 from unittest import mock # pylint: disable=g-import-not-at-top namespace
/external/tensorflow/tensorflow/tools/dist_test/python/
H A Dcensus_widendeep.py4 # you may not use this file except in compliance with the License.
156 import pandas # pylint: disable=g-import-not-at-top namespace
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/
H A DSemanticContext.java14 * 3. The name of the author may not be used to endorse or promote products
61 * NFAConfigurations that do not have an actual semantic context.
140 * As of July 2006 I'm not sure these are needed.
267 return false; // not user specified.
272 return "true"; // not used for code gen, just DOT and print outs
294 return false; // not user specified.
299 return "false"; // not used for code gen, just DOT and print outs
393 NOT not = (NOT)obj;
394 if (not.ctx instanceof CommutativePredicate && not
694 public static SemanticContext not(SemanticContext a) { method in class:SemanticContext
[all...]
/external/guava/guava/src/com/google/common/base/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
81 * being tested is not null.
92 public static <T> Predicate<T> not(Predicate<T> predicate) { method in class:Predicates
194 * documented at {@link Predicate#apply}), the returned predicate may not be
207 * does not allow null inputs.
219 * being tested is a member of the given collection. It does not defensively
319 /** @see Predicates#not(Predicate) */
341 return "Predicates.not(" + predicate.toString() + ")";
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DPredicates.java5 * you may not use this file except in compliance with the License.
78 * being tested is not null.
89 public static <T> Predicate<T> not(Predicate<T> predicate) { method in class:Predicates
183 * being tested is a member of the given collection. It does not defensively
256 /** @see Predicates#not(Predicate) */
278 return "Predicates.not(" + predicate.toString() + ")";
/external/guice/core/src/com/google/inject/matcher/
H A DMatchers.java5 * you may not use this file except in compliance with the License.
65 public static <T> Matcher<T> not(final Matcher<? super T> p) { method in class:Matchers
90 return "not(" + delegate + ")";
288 * classloader, so classes with the same package name may not have the same package at runtime.
/external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
H A DCoreMatchers.java119 * this was not here.
123 * {@link #is(Object)} method instead. Although not every existing usage would compile
250 * Creates an {@link org.hamcrest.core.IsEqual} matcher that does not enforce the values being
289 * <pre>assertThat(cheese, is(not(equalTo(smelly))))</pre>
294 public static <T> org.hamcrest.Matcher<T> not(org.hamcrest.Matcher<T> matcher) { method in class:CoreMatchers
295 return org.hamcrest.core.IsNot.not(matcher);
299 * A shortcut to the frequently used <code>not(equalTo(x))</code>.
301 * <pre>assertThat(cheese, is(not(smelly)))</pre>
303 * <pre>assertThat(cheese, is(not(equalTo(smelly))))</pre>
306 * the value that any examined object should <b>not</
308 public static <T> org.hamcrest.Matcher<T> not(T value) { method in class:CoreMatchers
[all...]
/external/libpcap/
H A Dgrammar.y292 %type <blk> and or paren not null prog
391 bpf_error(cstate, "'ip6addr/prefixlen' not supported "
400 bpf_error(cstate, "'ip6addr' not supported "
422 | not id { gen_not($2.b); $$ = $2; }
424 not: '!' { $$ = $<blk>0; } label
437 | not term { gen_not($2.b); $$ = $2; }
/external/libvpx/libvpx/build/make/
H A DMakefile31 # Note: md5sum is not installed on OS X, but openssl is. Openssl may not be
218 # Older binutils strip global symbols not needed for relocation processing
250 not=$(subst yes,no,$(1)) macro
289 # archives when they are listed as a dependency in files not responsible
298 # archives when they are listed as a dependency in files not responsible
312 # archives when they are listed as a dependency in files not responsible
325 # archives when they are listed as a dependency in files not responsible
/external/pcre/dist2/src/
H A Dpcre2_printint.c86 utf TRUE if string is UTF (will be FALSE if UTF is not supported)
123 for each width. If UTF is not supported, control should never get here, but we
230 /* When there is no UTF/UCP support, the table of names does not exist. This
231 function should not be called in such configurations, because a pattern that
281 const char *not = (*code == OP_PROP)? "" : "not "; local
283 fprintf (f, "%s%sclist", before, not);
297 bytecode can be written that do not depend on the value of LINK_SIZE.
335 by opcode, are not the correct length. It seems to be the only way to do
336 such a check at compile time, as the sizeof() operator does not wor
710 BOOL not = FALSE; local
[all...]
/external/python/cpython2/Lib/
H A Dimputil.py17 import imp ### not available in Jython? namespace
67 if not _os_stat:
107 if not top_module:
113 if not fromlist:
116 if not top_module.__dict__.get('__ispkg__'):
117 # __ispkg__ isn't defined (the module was not imported by us),
144 # If the importer does not exist, then we have to bail. A missing
158 if not globals or not globals.get('__importer__'):
159 # globals does not refe
[all...]
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
H A Ddata_feeder_test.py4 # you may not use this file except in compliance with the License.
253 yield np.array([[1, 2]]) if not wrap_dict else self._wrap_dict(
255 yield np.array([[3, 4]]) if not wrap_dict else self._wrap_dict(
259 yield np.array([[1], [2]]) if not wrap_dict else self._wrap_dict(
261 yield np.array([[2], [2]]) if not wrap_dict else self._wrap_dict(
314 import h5py # pylint: disable=g-import-not-at-top namespace
332 print("Skipped test for hdf5 since it's not installed.")

Completed in 686 milliseconds

12345