HomeSort by relevance Sort by last modified time
    Searched full:wildcard (Results 51 - 75 of 2585) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.h 6 #include "../../../Common/Wildcard.h"
  /external/brotli/
Makefile 2 LIBSOURCES = $(wildcard c/common/*.c) $(wildcard c/dec/*.c) \
3 $(wildcard c/enc/*.c)
  /external/compiler-rt/lib/builtins/arm/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/arm64/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/armv6m/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/i386/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/ppc/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/compiler-rt/lib/builtins/x86_64/
Makefile.mk 14 AsmSources := $(foreach file,$(wildcard $(Dir)/*.S),$(notdir $(file)))
15 Sources := $(foreach file,$(wildcard $(Dir)/*.c),$(notdir $(file)))
20 Dependencies := $(wildcard lib/*.h $(Dir)/*.h)
  /external/junit/src/main/java/org/junit/runners/model/
NoGenericTypeParametersValidator.java 44 private void validateNoTypeParameterOnWildcardType(WildcardType wildcard,
46 for (Type each : wildcard.getUpperBounds()) {
49 for (Type each : wildcard.getLowerBounds()) {
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
custom_grad.py 24 # go/tf-wildcard-import
25 # pylint: disable=wildcard-import
27 # pylint: enable=wildcard-import
halton_sequence.py 23 # go/tf-wildcard-import
24 # pylint: disable=wildcard-import
26 # pylint: enable=wildcard-import
hmc.py 21 # go/tf-wildcard-import
22 from tensorflow.contrib.bayesflow.python.ops.hmc_impl import * # pylint: disable=wildcard-import,unused-wildcard-import,g-importing-member
mcmc_diagnostics.py 21 # go/tf-wildcard-import
22 # pylint: disable=wildcard-import
24 # pylint: enable=wildcard-import
metropolis_hastings.py 21 # go/tf-wildcard-import
22 # pylint: disable=wildcard-import
24 # pylint: enable=wildcard-import
variable_utils.py 21 # go/tf-wildcard-import
22 from tensorflow.contrib.bayesflow.python.ops.variable_utils_impl import * # pylint: disable=wildcard-import,unused-wildcard-import,g-importing-member
csiszar_divergence.py 24 # go/tf-wildcard-import
25 # pylint: disable=wildcard-import
27 # pylint: enable=wildcard-import
  /external/tensorflow/tensorflow/python/ops/distributions/
bijector.py 21 # go/tf-wildcard-import
22 # pylint: disable=wildcard-import,unused-import
25 # pylint: enable=wildcard-import,unused-import
  /external/tensorflow/tensorflow/python/ops/
sets.py 27 # go/tf-wildcard-import
28 # pylint: disable=wildcard-import
30 # pylint: enable=wildcard-import
  /external/tensorflow/tensorflow/python/training/
queue_runner.py 21 # go/tf-wildcard-import
22 # pylint: disable=wildcard-import
24 # pylint: enable=wildcard-import
training_ops.py 23 # go/tf-wildcard-import
24 # pylint: disable=wildcard-import
26 # pylint: enable=wildcard-import
  /external/freetype/builds/unix/
detect.mk 21 is_unix := $(strip $(wildcard /sbin/init) \
22 $(wildcard /usr/sbin/init) \
23 $(wildcard /dev/null) \
24 $(wildcard /hurd/auth))
77 have_Makefile := $(wildcard $(OBJ_DIR)/Makefile)
  /external/proguard/src/proguard/util/
ClassNameParser.java 68 // Is there an 'L///;' wildcard?
84 // Is there an 'L***;' wildcard?
87 // Create a matcher for the wildcard and, recursively, for the
94 // Is there a '**' wildcard?
97 // Create a matcher for the wildcard and, recursively, for the
108 // Is there a '*' wildcard?
111 // Create a matcher for the wildcard and, recursively, for the
122 // Is there a '?' wildcard?
125 // Create a matcher for the wildcard and, recursively, for the
136 // Is there a '%' wildcard
    [all...]
FileNameParser.java 48 // Is there a '**' wildcard?
51 // Create a matcher for the wildcard and, recursively, for the
62 // Is there a '*' wildcard?
65 // Create a matcher for the wildcard and, recursively, for the
76 // Is there a '?' wildcard?
79 // Create a matcher for the wildcard and, recursively, for the
  /external/tensorflow/tensorflow/contrib/makefile/
Makefile 594 $(wildcard tensorflow/core/*.cc) \
595 $(wildcard tensorflow/core/common_runtime/*.cc) \
596 $(wildcard tensorflow/core/framework/*.cc) \
597 $(wildcard tensorflow/core/graph/*.cc) \
598 $(wildcard tensorflow/core/grappler/*.cc) \
599 $(wildcard tensorflow/core/grappler/*/*.cc) \
600 $(wildcard tensorflow/core/lib/*/*.cc) \
601 $(wildcard tensorflow/core/platform/*.cc) \
602 $(wildcard tensorflow/core/platform/*/*.cc) \
603 $(wildcard tensorflow/core/platform/*/*/*.cc)
    [all...]
  /external/curl/docs/libcurl/opts/
CURLOPT_FNMATCH_FUNCTION.3 26 CURLOPT_FNMATCH_FUNCTION \- wildcard matching function callback
41 This callback is used for wildcard matching.
47 NULL == an internal function for wildcard matching.

Completed in 1056 milliseconds

1 23 4 5 6 7 8 91011>>