Home
last modified time | relevance | path

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

12

/external/python/cpython2/Demo/tkinter/matt/
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")
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-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/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/libffi/
Dlibtool-version28 # CURRENT:REVISION:AGE
/external/python/cpython3/Modules/_ctypes/libffi/
Dlibtool-version28 # CURRENT:REVISION:AGE
DChangeLog.libffi520 * libtool-version: Increment CURRENT
/external/python/cpython2/Modules/_ctypes/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/v4l2_codec2/tests/
DC2VDACompIntf_test.cpp301 C2FieldSupportedValuesQuery::CURRENT}, in TEST_F()
306 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/nos/test/system-test-harness/src/
Davb_tests.cc750 EXPECT_EQ((uint32_t)ResetToken::CURRENT, selector); in TEST_F()
845 uint32_t selector = ResetToken::CURRENT; in TEST_F()
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.sgml547 <para>FreeBSD 6-CURRENT</para>
579 <para>At the moment, this is for FreeBSD 6-CURRENT branch.</para>
/external/javaparser/javaparser-testing/src/test/resources/com/github/javaparser/issue_samples/
Dissue1003.java.txt472 …// 78: getstatic 420 com/trigtech/privateme/server/am/ActivityStack$ReuseTarget:CURRENT Lcom/tri…
571 …// 362: getstatic 420 com/trigtech/privateme/server/am/ActivityStack$ReuseTarget:CURRENT Lcom/tr…
/external/syslinux/txt/
Dpxelinux.txt34 == CURRENT DIRECTORY ==
/external/toybox/kconfig/
Dzconf.tab.c_shipped779 /* YYLLOC_DEFAULT -- Set CURRENT to span from RHS[1] to RHS[N].
780 If N is 0, then set CURRENT to the empty location which ends

12