Home
last modified time | relevance | path

Searched refs:CURRENT (Results 1 – 25 of 70) sorted by relevance

123

/external/python/cpython2/Demo/tkinter/matt/
Dprinting-coords-of-items.py13 if not event.widget.find_withtag(CURRENT):
27 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
37 self.draw.itemconfig(CURRENT, fill="red")
38 print self.draw.coords(CURRENT)
43 self.draw.itemconfig(CURRENT, fill="blue")
Dcanvas-moving-or-creating.py13 if not event.widget.find_withtag(CURRENT):
20 fill="green", tags=CURRENT)
29 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
39 self.draw.itemconfig(CURRENT, fill="red")
44 self.draw.itemconfig(CURRENT, fill="blue")
Dcanvas-mult-item-sel.py16 if not event.widget.find_withtag(CURRENT):
25 self.draw.addtag("selected", "withtag", CURRENT)
41 fill=SELECTED_COLOR, tags=CURRENT)
43 self.draw.addtag("selected", "withtag", CURRENT)
Dcanvas-moving-w-mouse.py16 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
26 self.draw.itemconfig(CURRENT, fill="red")
31 self.draw.itemconfig(CURRENT, fill="blue")
/external/guava/guava/src/com/google/common/reflect/
DTypes.java63 return JavaVersion.CURRENT.typeName(from);
83 return JavaVersion.CURRENT.newArrayType(componentType); in newArrayType()
237 this.componentType = JavaVersion.CURRENT.usedInGenericType(componentType); in GenericArrayTypeImpl()
278 this.argumentsList = JavaVersion.CURRENT.usedInGenericType(typeArguments); in ParameterizedTypeImpl()
296 builder.append(JavaVersion.CURRENT.typeName(ownerType)).append('.'); in toString()
464 this.lowerBounds = JavaVersion.CURRENT.usedInGenericType(lowerBounds); in WildcardTypeImpl()
465 this.upperBounds = JavaVersion.CURRENT.usedInGenericType(upperBounds); in WildcardTypeImpl()
492 builder.append(" super ").append(JavaVersion.CURRENT.typeName(lowerBound)); in toString()
495 builder.append(" extends ").append(JavaVersion.CURRENT.typeName(upperBound)); in toString()
582 static final JavaVersion CURRENT; field in Types.JavaVersion
[all …]
/external/libmtp/src/
DMakefile.am50 CURRENT=12 macro
53 SOVERSION=$(CURRENT):$(REVISION):$(AGE)
54 LT_CURRENT_MINUS_AGE=`expr $(CURRENT) - $(AGE)`
/external/clang/test/CodeGenObjC/
Dsuper-classmethod-category.m7 @interface CURRENT : SUPER interface
11 @implementation CURRENT(CAT) implementation in CAT
/external/cldr/tools/scripts/build/bin-build/
Dstart-buildbot.sh7 if [ -x ${HOME}/tomcat/CURRENT/bin/startup.sh ];
9 ${HOME}/tomcat/CURRENT/bin/startup.sh
Dstartifdown.sh3 ${HOME}/tomcat/CURRENT/bin/startup.sh
/external/bcc/src/lua/bpf/
Delf.lua151 local EV = { NONE=0, CURRENT=1, NUM=2 }
247 if elf.elf_version(EV.CURRENT) == EV.NONE then
/external/libexif/
Dconfigure.ac40 dnl - CURRENT (Major): Increment if the interface has changes. AGE is always
47 dnl 0 if you incremented CURRENT.
49 dnl To summarize. Any interface *change* increment CURRENT. If that interface
51 dnl increment AGE, Otherwise AGE is reset to 0. If CURRENT has changed,
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/
DParserConfiguration.java51 CURRENT(new Java8Validator(), null), enumConstant
95 private LanguageLevel languageLevel = CURRENT;
/external/python/cpython3/Lib/tkinter/
Dconstants.py65 CURRENT='current' variable
/external/python/cpython2/Lib/lib-tk/
DTkconstants.py65 CURRENT='current' variable
/external/python/cpython2/Modules/_ctypes/libffi/
Dlibtool-version28 # CURRENT:REVISION:AGE
/external/libffi/
Dlibtool-version28 # CURRENT:REVISION:AGE
/external/nos/test/system-test-harness/tools/
Davb_tools.cc75 request.mutable_token()->set_selector(ResetToken::CURRENT); in Reset()
/external/syzkaller/vendor/google.golang.org/appengine/internal/datastore/
Ddatastore_v3.proto416 CURRENT = 0; enumerator
419 optional AutoIdPolicy auto_id_policy = 10 [default = CURRENT];
/external/v4l2_codec2/tests/
DC2VDACompIntf_test.cpp302 C2FieldSupportedValuesQuery::CURRENT}, in TEST_F()
307 C2FieldSupportedValuesQuery::CURRENT}, in TEST_F()
/external/iptables/
Dconfigure.ac25 [Path to kernel build directory [[/lib/modules/CURRENT/build]]]),
29 [Path to kernel source directory [[/lib/modules/CURRENT/source]]]),
/external/nos/host/generic/nugget/proto/nugget/app/avb/
Davb.proto154 CURRENT = 1; enumerator
/external/libxml2/os400/
Dmake-src.sh191 PGMLVL=CURRENT
/external/freetype/
DCMakeLists.txt140 # SOVERSION scheme: CURRENT.AGE.REVISION
142 # Increment CURRENT. Set AGE and REVISION to 0
/external/nos/test/system-test-harness/src/
Davb_tests.cc723 EXPECT_LE(selector, (uint32_t)ResetToken::CURRENT); in TEST_F()
791 uint32_t selector = ResetToken::CURRENT; in TEST_F()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml560 <para>FreeBSD 6-CURRENT</para>
599 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>

123