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

1 2 3 4 5 6 7 8 91011

  /packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
EmailServiceVersion.java 22 public static final int CURRENT = L_PLATFORM;
  /tools/loganalysis/tests/src/com/android/loganalysis/util/config/
OptionUpdateRuleTest.java 26 private static final Object CURRENT = "5 current value";
33 assertEquals(CURRENT, OptionUpdateRule.FIRST.update(OPTION_NAME, CURRENT, UPDATE));
38 assertEquals(UPDATE, OptionUpdateRule.LAST.update(OPTION_NAME, CURRENT, UPDATE));
44 assertEquals(CURRENT, OptionUpdateRule.GREATEST.update(OPTION_NAME, CURRENT, SMALL_UPDATE));
46 BIG_UPDATE, OptionUpdateRule.GREATEST.update(OPTION_NAME, CURRENT, BIG_UPDATE));
52 SMALL_UPDATE, OptionUpdateRule.LEAST.update(OPTION_NAME, CURRENT, SMALL_UPDATE));
53 assertEquals(CURRENT, OptionUpdateRule.LEAST.update(OPTION_NAME, CURRENT, BIG_UPDATE))
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/config/
OptionUpdateRuleTest.java 26 private static final Object CURRENT = "5 current value";
33 assertFalse(OptionUpdateRule.FIRST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));
38 assertTrue(OptionUpdateRule.LAST.shouldUpdate(OPTION_NAME, CURRENT, UPDATE));
43 assertFalse(OptionUpdateRule.GREATEST.shouldUpdate(OPTION_NAME, CURRENT, SMALL_UPDATE));
44 assertTrue(OptionUpdateRule.GREATEST.shouldUpdate(OPTION_NAME, CURRENT, BIG_UPDATE));
49 assertTrue(OptionUpdateRule.LEAST.shouldUpdate(OPTION_NAME, CURRENT, SMALL_UPDATE));
50 assertFalse(OptionUpdateRule.LEAST.shouldUpdate(OPTION_NAME, CURRENT, BIG_UPDATE));
56 OptionUpdateRule.IMMUTABLE.shouldUpdate(OPTION_NAME, CURRENT, UPDATE);
  /external/python/cpython2/Demo/tkinter/matt/
canvas-moving-or-creating.py 12 # gets tagged as CURRENT for free by tk.
13 if not event.widget.find_withtag(CURRENT):
17 # create a dot, and mark it as CURRENT
20 fill="green", tags=CURRENT)
29 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
37 # the CURRENT tag is applied to the object the cursor is over.
39 self.draw.itemconfig(CURRENT, fill="red")
42 # the CURRENT tag is applied to the object the cursor is over.
44 self.draw.itemconfig(CURRENT, fill="blue")
printing-coords-of-items.py 11 # gets tagged as CURRENT for free by tk.
13 if not event.widget.find_withtag(CURRENT):
17 # create a dot, and mark it as current
27 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
35 # the "current" tag is applied to the object the cursor is over.
37 self.draw.itemconfig(CURRENT, fill="red")
38 print self.draw.coords(CURRENT)
41 # the "current" tag is applied to the object the cursor is over.
43 self.draw.itemconfig(CURRENT, fill="blue")
canvas-moving-w-mouse.py 15 # whatever the mouse is over gets tagged as CURRENT for free by tk.
16 self.draw.move(CURRENT, event.x - self.lastx, event.y - self.lasty)
24 # the CURRENT tag is applied to the object the cursor is over.
26 self.draw.itemconfig(CURRENT, fill="red")
29 # the CURRENT tag is applied to the object the cursor is over.
31 self.draw.itemconfig(CURRENT, fill="blue")
canvas-mult-item-sel.py 14 # gets tagged as CURRENT for free by tk.
16 if not event.widget.find_withtag(CURRENT):
25 self.draw.addtag("selected", "withtag", CURRENT)
39 # create a dot, and mark it as current
41 fill=SELECTED_COLOR, tags=CURRENT)
43 self.draw.addtag("selected", "withtag", CURRENT)
  /frameworks/compile/slang/
slang_version.h 116 CURRENT = N_STRUCT_EXPLICIT_PADDING
slang_bitcode_gen.cpp 88 const uint32_t CompilerVersion = SlangVersion::CURRENT;
  /packages/apps/Nfc/src/com/android/nfc/
NfcRootActivity.java 38 startActivityAsUser(launchIntent, UserHandle.CURRENT);
  /packages/apps/Car/Settings/src/com/android/car/settings/bluetooth/
BluetoothPairingRequest.java 55 context.startActivityAsUser(pairingIntent, UserHandle.CURRENT);
59 context.startServiceAsUser(intent, UserHandle.CURRENT);
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothPairingRequest.java 55 context.startActivityAsUser(pairingIntent, UserHandle.CURRENT);
59 context.startServiceAsUser(intent, UserHandle.CURRENT);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
CarNavigationButton.java 68 mContext.sendBroadcastAsUser(intent, UserHandle.CURRENT);
71 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
86 mContext.startActivityAsUser(intent, UserHandle.CURRENT);
  /cts/tests/tests/provider/src/android/provider/cts/
TelephonyProviderTest.java 90 String selection = Carriers.CURRENT + " IS NOT NULL";
95 fail("No access to current APN");
  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 65 CURRENT='current'
  /external/python/cpython3/Lib/tkinter/
constants.py 65 CURRENT='current'
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/
Tkconstants.py 65 CURRENT='current'
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/
Tkconstants.py 65 CURRENT='current'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 65 CURRENT='current'
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tkconstants.py 65 CURRENT='current'
  /frameworks/base/telephony/java/com/android/internal/telephony/
OperatorInfo.java 29 CURRENT,
95 } else if (s.equals("current")) {
96 return State.CURRENT;
  /external/guava/guava/src/com/google/common/reflect/
Types.java 63 return JavaVersion.CURRENT.typeName(from);
83 return JavaVersion.CURRENT.newArrayType(componentType);
237 this.componentType = JavaVersion.CURRENT.usedInGenericType(componentType);
278 this.argumentsList = JavaVersion.CURRENT.usedInGenericType(typeArguments);
296 builder.append(JavaVersion.CURRENT.typeName(ownerType)).append('.');
464 this.lowerBounds = JavaVersion.CURRENT.usedInGenericType(lowerBounds);
465 this.upperBounds = JavaVersion.CURRENT.usedInGenericType(upperBounds);
492 builder.append(" super ").append(JavaVersion.CURRENT.typeName(lowerBound));
495 builder.append(" extends ").append(JavaVersion.CURRENT.typeName(upperBound));
582 static final JavaVersion CURRENT;
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
ScreenshotHelper.java 116 UserHandle.CURRENT)) {
136 mContext.sendBroadcastAsUser(errorIntent, UserHandle.CURRENT);
EmergencyAffordanceManager.java 74 context.startActivityAsUser(intent, UserHandle.CURRENT);
  /packages/apps/Nfc/src/com/android/nfc/beam/
BeamManager.java 93 context.startServiceAsUser(receiveIntent, UserHandle.CURRENT);
141 context.sendBroadcastAsUser(intent, UserHandle.CURRENT);

Completed in 594 milliseconds

1 2 3 4 5 6 7 8 91011