HomeSort by relevance Sort by last modified time
    Searched refs:identify (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/ImageMagick/tests/
validate-identify.tap 23 ${VALIDATE} -validate identify && echo "ok" || echo "not ok"
  /external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/
ManifestFactory.java 24 ManifestIdentifier identify(Config config); method in interface:ManifestFactory
BuckManifestFactory.java 25 public ManifestIdentifier identify(Config config) { method in class:BuckManifestFactory
DefaultManifestFactory.java 23 public ManifestIdentifier identify(Config config) { method in class:DefaultManifestFactory
MavenManifestFactory.java 23 public ManifestIdentifier identify(Config config) { method in class:MavenManifestFactory
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/internal/
MavenManifestFactoryTest.java 25 @Test public void identify() throws Exception { method in class:MavenManifestFactoryTest
26 ManifestIdentifier manifestIdentifier = myMavenManifestFactory.identify(configBuilder.build());
36 ManifestIdentifier manifestIdentifier = myMavenManifestFactory.identify(configBuilder.build());
46 ManifestIdentifier manifestIdentifier = myMavenManifestFactory.identify(configBuilder.build());
BuckManifestFactoryTest.java 45 @Test public void identify() throws Exception { method in class:BuckManifestFactoryTest
46 ManifestIdentifier manifestIdentifier = buckManifestFactory.identify(configBuilder.build());
57 ManifestIdentifier manifestIdentifier = buckManifestFactory.identify(configBuilder.build());
86 ManifestIdentifier manifestIdentifier = buckManifestFactory.identify(configBuilder.build());
DefaultManifestFactoryTest.java 19 public void identify() { method in class:DefaultManifestFactoryTest
25 ManifestIdentifier identifier = factory.identify(Builder.defaults().build());
50 ManifestIdentifier identifier = factory.identify(Builder.defaults().build());
75 ManifestIdentifier identifier = factory.identify(Builder.defaults().build());
99 ManifestIdentifier identifier = factory.identify(Builder.defaults().setManifest(Config.NONE).build());
123 ManifestIdentifier identifier = factory.identify(Builder.defaults().setPackageName("overridden.package").build());
  /external/python/cpython2/Demo/tkinter/ttk/
notebook_closebtn.py 40 elem = widget.identify(x, y)
53 elem = widget.identify(x, y)
  /external/eigen/bench/btl/data/
go_mean 30 '<li> eigen3: ' `hg identify -i $EIGENDIR` '</li>'\
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
ManifestFactoryTest.java 43 ManifestIdentifier manifestIdentifier = manifestFactory.identify(config);
90 ManifestIdentifier manifestIdentifier = manifestFactory.identify(config);
  /external/u-boot/cmd/
pcmcia.c 197 static int identify (volatile uchar *p) function
307 found = identify (ident);
  /external/eigen/bench/perf_monitoring/gemm/
run.sh 130 actual_rev=`hg identify | cut -f1 -d' '`
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_flow_dissector.sh 20 if [[ -z $(ip netns identify $$) ]]; then
  /external/python/cpython2/Lib/plat-mac/
gensuitemodule.py 440 packagename = identify(os.path.splitext(os.path.basename(fname))[0])
576 modname = identify(name)
714 funcname = identify(name)
721 fp.write(" %r : %r,\n"%(identify(a[0]), a[1]))
749 fp.write(" Keyword argument %s: %s\n"%(identify(arg[0]),
787 (kname, identify(ename)))
881 self.addnamecode('enum', '_Enum_'+identify(code), code)
1189 def identify(str): function
    [all...]
  /external/brotli/research/
README.md 3 In this directory we publish simple tools to analyze backward reference distance distributions in LZ77 compression. We developed these tools to be able to make more efficient encoding of distances in large-window brotli. In large-window compression the average cost of a backward reference distance is higher, and this may allow for more advanced encoding strategies, such as delta coding or an increase in context size, to bring significant compression density improvements. Our tools visualize the backward references as histogram images, i.e., one pixel in the image shows how many distances of a certain range exist at a certain locality in the data. The human visual system is excellent at pattern detection, so we tried to roughly identify patterns visually before going into more quantitative analysis. These tools can turn out to be useful in development of other LZ77-based compressors and we hope you try them out.
  /external/flatbuffers/samples/android/jni/
Android.mk 28 # Set up some useful variables to identify schema and output directories and
  /external/python/cpython2/Lib/lib-tk/
ttk.py 558 def identify(self, x, y): member in class:Widget
563 return self.tk.call(self._w, "identify", x, y)
676 def identify(self, x, y): member in class:Entry
679 return self.tk.call(self._w, "identify", x, y)
860 def identify(self, x, y): member in class:Notebook
863 return self.tk.call(self._w, "identify", x, y)
1277 def identify(self, component, x, y): member in class:Treeview
    [all...]
  /external/python/cpython3/Lib/tkinter/
ttk.py 562 def identify(self, x, y): member in class:Widget
567 return self.tk.call(self._w, "identify", x, y)
680 def identify(self, x, y): member in class:Entry
683 return self.tk.call(self._w, "identify", x, y)
864 def identify(self, x, y): member in class:Notebook
867 return self.tk.call(self._w, "identify", x, y)
1308 def identify(self, component, x, y): member in class:Treeview
    [all...]
  /build/soong/android/
androidmk.go 279 // Make cannot identify LOCAL_MODULE_HOST_ARCH:= common.
285 // Make cannot identify LOCAL_MODULE_HOST_CROSS_ARCH:= common.
291 // Make cannot identify LOCAL_MODULE_TARGET_ARCH:= common.
proto.go 115 // whether to identify the proto files from the root of the
  /external/u-boot/drivers/nvme/
nvme.c 438 c.identify.opcode = nvme_admin_identify;
439 c.identify.nsid = cpu_to_le32(nsid);
440 c.identify.prp1 = cpu_to_le64(dma_addr);
444 c.identify.prp2 = 0;
447 c.identify.prp2 = cpu_to_le64(dma_addr);
450 c.identify.cns = cpu_to_le32(cns);
  /external/ImageMagick/
Make.com 192 $if ((p1 .nes. "") .and. (p1 .nes. "IDENTIFY")) then goto SkipIdentify
193 $write sys$output "Making Identify..."
194 $call Make identify.c
196 $link'link_options' identify.obj, -
200 $identify:==$'f$environment("default")'identify
201 $write sys$output "..symbol IDENTIFY defined."
  /external/bcc/examples/networking/tunnel_monitor/
README.md 64 to send much more traffic than the others, and use the chord diagram to identify
  /external/syzkaller/syz-ci/
syz-ci.go 26 // i.e. we store enough information to identify it (git hash, compiler identity, etc),
51 // Tag files uniquely identify the build (git hash, compiler identity, kernel config, etc).

Completed in 2943 milliseconds

1 2 3 4