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

  /cts/tools/dasm/src/java_cup/
production_part.java 22 _label = lab;
32 protected String _label; field in class:production_part
37 public String label() {return _label;}
  /development/ndk/platforms/android-17/samples/Teapot/src/com/sample/teapot/
TeapotNativeActivity.java 85 TextView _label; field in class:TeapotNativeActivity
115 _label = (TextView)popupView.findViewById(R.id.textViewFPS);
131 if( _label == null )
138 _label.setText(String.format("%2.2f FPS", fFPS));
  /development/ndk/platforms/android-18/samples/MoreTeapots/src/com/sample/moreteapots/
MoreTeapotsNativeActivity.java 96 TextView _label; field in class:MoreTeapotsNativeActivity
126 _label = (TextView)popupView.findViewById(R.id.textViewFPS);
133 if( _label == null )
140 _label.setText(String.format("%2.2f FPS", fFPS));
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
ContextMenu.js 42 this._label = label;
87 return { type: "item", id: this._id, label: this._label, enabled: !this._disabled };
91 return { type: "checkbox", id: this._id, label: this._label, checked: !!this._checked, enabled: !this._disabled };
180 var result = { type: "subMenu", label: this._label, enabled: !this._disabled, subItems: [] };
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
action_runner.py 263 self._label = label
272 self._label, self._flags))
279 self._label, self._flags))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h     [all...]
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 76 var label = document.getElementById(this.name + "_label");
258 var text = "<div id='" + this.name + "_label' class='label'>" + this.name + " Sort</div>";
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
EasyDialogs.py 284 self._label = lf2cr(newstr[0])
286 SetDialogItemText(text_h, self._label)
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/libunwind/doc/
libunwind-dynamic.tex 356 \item[\Const{UNW\_DYN\_LABEL\_STATE}]
371 \_U\_dyn\_op\_label\_state();
  /frameworks/base/services/core/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 770 milliseconds