HomeSort by relevance Sort by last modified time
    Searched full:currentvalue (Results 26 - 50 of 98) sorted by null

12 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiFlagAttributeNode.java 160 public String showDialog(Shell shell, String currentValue) {
162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$
UiResourceAttributeNode.java 152 * @param currentValue an initial value, if any
156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) {
170 .setCurrentResource(currentValue);
180 dlg.setCurrentResource(currentValue);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
LayoutTestBase.java 262 public String displayReferenceInput(String currentValue) {
276 @Nullable String currentValue) {
  /art/compiler/dex/
gvn_dead_code_elimination.h 106 uint16_t CurrentValue(int v_reg);
gvn_dead_code_elimination.cc 263 inline uint16_t GvnDeadCodeElimination::VRegChains::CurrentValue(int v_reg) {
269 uint16_t current_value = this->CurrentValue(v_reg);
    [all...]
  /external/jsoncpp/include/json/
reader.h 160 Value &currentValue();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
virtdisk.h 261 ULONGLONG CurrentValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 478 String currentValue = (String) property.getValue();
479 dlg.setCurrentResource(currentValue);
500 String currentValue = (String) property.getValue();
503 type, currentValue, null /* validator */);
  /external/libmtp/src/
ptp.c     [all...]
  /external/chromium-trace/trace-viewer/tracing/tracing/ui/extras/chrome/cc/
picture_ops_chart_summary_view.html 294 reduceNameToHue: function(previousValue, currentValue, index, array) {
297 return Math.round(previousValue + currentValue.charCodeAt(0) *
picture_ops_chart_view.html 475 reduceNameToHue: function(previousValue, currentValue, index, array) {
478 return Math.round(previousValue + currentValue.charCodeAt(0) *
  /libcore/luni/src/main/java/java/text/
AttributedString.java 206 private Object currentValue(List<Range> ranges) {
228 return currentValue(ranges);
240 Object value = currentValue(entry.getValue());
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 289 int currentValue = stack.get(i).mChars[0];
290 if (currentValue <= lastValue) {
293 lastValue = currentValue;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceChooser.java     [all...]
  /external/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
UnicodeMap.java     [all...]
  /frameworks/native/services/inputflinger/
InputReader.h     [all...]
InputReader.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ConfigResults.java 507 double currentValue = this.current.getValue();
508 this.delta = (currentValue - baselineValue) / baselineValue;
  /external/llvm/lib/Transforms/Utils/
LowerSwitch.cpp 371 int64_t currentValue = I->High->getSExtValue();
377 if ((nextValue-currentValue==1) && (currentBB == nextBB)) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssist.java     [all...]
  /external/v8/src/
d8.h 83 Counter* CurrentValue() { return static_cast<Counter*>(entry_->value); }
  /external/libnfc-nxp/src/
phFriNfc_LlcpTransport.c 532 bool_t currentValue;
534 currentValue = transport->bSendPending;
537 return currentValue;
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/components/polymer/
polymer.js     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /external/icu/icu4c/source/i18n/
calendar.cpp     [all...]

Completed in 529 milliseconds

12 3 4