HomeSort by relevance Sort by last modified time
    Searched full:operatorname (Results 1 - 13 of 13) sorted by null

  /external/webkit/LayoutTests/fast/xpath/
ambiguous-operators.html 45 test(document, context, "true() and div", true, null); // div after OperatorName and
46 test(document, context, "false() or div", true, null); // div after OperatorName or
47 test(document, context, "div mod div", 0, null); // div after OperatorName mod
48 test(document, context, "div div div", 1, null); // div after OperatorName div
82 test(document, context, "true() and *", true, null); // * after OperatorName and
83 test(document, context, "false() or *", true, null); // * after OperatorName or
84 test(document, context, "* mod *", 0, null); // * after OperatorName mod
85 test(document, context, "* div *", 1, null); // * after OperatorName div
  /external/chromium/chrome/browser/resources/chromeos/
choose_mobile_network.js 31 $('label' + i).textContent = networks[i].operatorName;
  /external/chromium/chrome/browser/resources/options/chromeos/
internet_detail.html 116 <td class="option-name" i18n-content="operatorName"></td>
117 <td id="operatorName" class="option-value"></td>
internet_options.js 404 $('operatorName').textContent = data.operatorName;
  /external/chromium/chrome/browser/ui/webui/chromeos/
choose_mobile_network_ui.cc 40 const char kOperatorNameProperty[] = "operatorName";
  /packages/apps/Settings/src/com/android/settings/
RadioInfo.java 103 private TextView operatorName;
250 operatorName = (TextView) findViewById(R.id.operator);
544 operatorName.setText(serviceState.getOperatorAlphaLong());
    [all...]
  /external/llvm/utils/TableGen/
DAGISelMatcherGen.cpp 560 StringRef OperatorName = N->getOperator()->getName();
561 if (OperatorName == "imm" || OperatorName == "fpimm") {
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHandsfree.java     [all...]
  /external/bluetooth/bluez/audio/
telephony-maemo6.c     [all...]
  /external/chromium/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 205 localized_strings->SetString("operatorName",
677 dictionary->SetString("operatorName", cellular->operator_name());
    [all...]
  /external/clang/lib/Sema/
SemaCodeComplete.cpp     [all...]
  /external/llvm/lib/TableGen/
TGParser.cpp     [all...]
  /external/chromium/chrome/browser/chromeos/cros/
network_library.cc 139 const char* kOperatorNameProperty = "Cellular.OperatorName";
    [all...]

Completed in 278 milliseconds