/external/tensorflow/tensorflow/contrib/tensorboard/plugins/trace/ |
__init__.py | 21 # pylint: disable=wildcard-import 24 # pylint: enable=wildcard-import
|
/external/tensorflow/tensorflow/contrib/tensorrt/ |
__init__.py | 21 # pylint: disable=unused-import,wildcard-import 23 # pylint: enable=unused-import,wildcard-import
|
/external/tensorflow/tensorflow/contrib/testing/ |
__init__.py | 21 # pylint: disable=unused-import,wildcard-import 24 # pylint: enable=unused-import,wildcard-import
|
/external/tensorflow/tensorflow/contrib/text/ |
__init__.py | 24 # pylint: disable=unused-import,wildcard-import 26 # pylint: enable=unused-import,wildcard-import
|
/external/tensorflow/tensorflow/contrib/timeseries/python/ |
__init__.py | 21 # pylint: disable=wildcard-import 23 # pylint: enable=wildcard-import
|
/external/tensorflow/tensorflow/contrib/tpu/python/profiler/ |
__init__.py | 22 # pylint: disable=wildcard-import,unused-import 24 # pylint: enable=wildcard-import,unused-import
|
/external/tensorflow/tensorflow/python/user_ops/ |
user_ops.py | 24 # go/tf-wildcard-import 25 from tensorflow.python.ops.gen_user_ops import * # pylint: disable=wildcard-import
|
/external/iproute2/testsuite/ |
Makefile | 9 rwildcard=$(wildcard $1$2) $(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2)) 14 IPVERS := $(filter-out iproute2/Makefile,$(wildcard iproute2/*)) 16 ifneq (,$(wildcard /proc/config.gz)) 21 KCPATH := $(firstword $(wildcard $(KCPATHS)))
|
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/ |
InferenceVariableType.java | 79 public static InferenceVariableType fromWildcard(ResolvedWildcard wildcard, int id, ObjectProvider objectProvider) { 81 if (wildcard.isExtends()) { 82 inferenceVariableType.superTypes.add(wildcard.getBoundedType()); 84 if (wildcard.isSuper()) { 86 inferenceVariableType.superTypes.add(wildcard.getBoundedType());
|
/frameworks/compile/mclinker/lib/Script/ |
InputSectDesc.cpp | 64 assert((*it)->kind() == StrToken::Wildcard); 65 WildcardPattern* wildcard = llvm::cast<WildcardPattern>(*it); local 67 switch (wildcard->sortPolicy()) { 84 mcld::outs() << wildcard->name() << " "; 86 if (wildcard->sortPolicy() != WildcardPattern::SORT_NONE)
|
/external/turbine/java/com/google/turbine/bytecode/sig/ |
Sig.java | 147 * A wildcard type. 149 * <p>Wildcard are represented as first class types, instead only allowing them as top-level type 154 /** A wildcard bound kind. */ 156 /** An unbounded wildcard. */ 158 /** A lower-bounded wildcard. */ 160 /** An upper-bounded wildcard. */ 164 /** Returns the wildcard bound kind. */ 173 /** An upper-bounded wildcard. */ 193 /** An lower-bounded wildcard. */ 213 /** An unbounded wildcard. * [all...] |
/art/cmdline/ |
token_range.h | 263 // If the currently-matched token is the wildcard, then the new outputted token will 272 const std::string& wildcard) const { 278 // Function to push all the characters matched as a wildcard so far 279 // as a brand new token. It resets the wildcard matching. 280 // Empty wildcards are possible and ok, but only if wildcard matching was on. 294 if (tok == wildcard) { 306 // trying to parse the wildcard. 319 // but it wasn't trying to match a wildcard. 324 // If some characters are remaining, the rest must be a wildcard. 332 // Any tokens with a wildcard in them are only matched up until the wildcard [all...] |
/prebuilts/go/darwin-x86/src/net/ |
platform_test.go | 103 var wildcard bool 107 wildcard = addr.isWildcard() 110 wildcard = addr.isWildcard() 113 wildcard = addr.isWildcard() 116 // Test wildcard IP addresses. 117 if wildcard && !testenv.HasExternalNetwork() { 141 if !supportsIPv4map() && supportsIPv4() && (network == "tcp" || network == "udp" || network == "ip") && wildcard {
|
/prebuilts/go/linux-x86/src/net/ |
platform_test.go | 103 var wildcard bool 107 wildcard = addr.isWildcard() 110 wildcard = addr.isWildcard() 113 wildcard = addr.isWildcard() 116 // Test wildcard IP addresses. 117 if wildcard && !testenv.HasExternalNetwork() { 141 if !supportsIPv4map() && supportsIPv4() && (network == "tcp" || network == "udp" || network == "ip") && wildcard {
|
/external/iptables/extensions/ |
Android.mk | 9 MY_pfx_build_mod := $(patsubst ${MY_srcdir}/libxt_%.c,%,$(sort $(wildcard ${MY_srcdir}/libxt_*.c))) 10 MY_pf4_build_mod := $(patsubst ${MY_srcdir}/libipt_%.c,%,$(sort $(wildcard ${MY_srcdir}/libipt_*.c))) 11 MY_pf6_build_mod := $(patsubst ${MY_srcdir}/libip6t_%.c,%,$(sort $(wildcard ${MY_srcdir}/libip6t_*.c)))
|
/external/tensorflow/tensorflow/python/framework/ |
errors.py | 24 # go/tf-wildcard-import 25 # pylint: disable=wildcard-import 27 # pylint: enable=wildcard-import
|
/external/tensorflow/tensorflow/python/ops/linalg/ |
linalg.py | 21 # go/tf-wildcard-import 22 # pylint: disable=wildcard-import,unused-import 31 # pylint: enable=wildcard-import
|
/external/tensorflow/tensorflow/python/ops/ |
metrics.py | 57 # go/tf-wildcard-import 58 # pylint: disable=wildcard-import 60 # pylint: enable=wildcard-import
|
/development/python-packages/adb/ |
__init__.py | 17 from .device import * # pylint: disable=wildcard-import
|
/development/python-packages/fastboot/ |
__init__.py | 17 from .device import * # pylint: disable=wildcard-import
|
/device/google/contexthub/firmware/os/cpu/x86/ |
x86.mk | 29 DEPS += $(wildcard os/cpu/$(CPU)/inc/cpu/*.h)
|
/external/ImageMagick/MagickWand/tests/ |
Makefile | 11 files=$(wildcard *.c)
|
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/Ruby/ |
ASTParser.stg | 109 wildcard(token,label,elementIndex,terminalOptions) ::= << 110 <super.wildcard(...)> 117 wildcardBang(token,label,elementIndex,terminalOptions) ::= "<super.wildcard(...)>" 120 <super.wildcard(...)>
|
/external/autotest/client/profilers/powertop/src/po/ |
Makefile | 1 SRC=$(wildcard *.po)
|
/external/chromium-trace/catapult/common/py_utils/py_utils/refactor/ |
__init__.py | 14 # pylint: disable=wildcard-import
|