HomeSort by relevance Sort by last modified time
    Searched full:labels (Results 376 - 400 of 1714) sorted by null

<<11121314151617181920>>

  /frameworks/base/docs/html/design/building-blocks/
tabs.jd 47 <p>Fixed tabs are displayed with equal width, based on the width of the widest tab label. If there is insufficient room to display all tabs, the tab labels themselves will be scrollable. For this reason, fixed tabs are best suited for displaying 3 or fewer tabs.</p>
  /frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
StubMethodAdapter.java 342 public void visitLookupSwitchInsn(Label dflt, int[] keys, Label[] labels) {
344 mParentVisitor.visitLookupSwitchInsn(dflt, keys, labels);
356 public void visitTableSwitchInsn(int min, int max, Label dflt, Label[] labels) {
358 mParentVisitor.visitTableSwitchInsn(min, max, dflt, labels);
  /packages/apps/Camera/res/layout/
preview_module_frame_video.xml 37 <include layout="@layout/viewfinder_labels_video" android:id="@+id/labels" />
  /packages/apps/Gallery2/res/layout/
video_module.xml 42 <include layout="@layout/viewfinder_labels_video" android:id="@+id/labels" />
  /packages/apps/LegacyCamera/res/layout/
preview_frame_video.xml 37 <include layout="@layout/viewfinder_labels_video" android:id="@+id/labels" />
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandlerForCommonDataKind.java 29 * labels, which are custom types.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/darwin-x86/x86/i686-linux-android-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 49 /* ADC labels and channels */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
ak4xxx-adda.h 49 /* ADC labels and channels */
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.7/include/
symcat.h 32 the two labels instead of concatenating them. Instead, make sure to
  /cts/tools/dasm/src/java_cup/
production.java 37 * After some validity checking it translates labels that appear in
79 /* translate labels appearing in action strings */
287 * @param label_map a hash table mapping labels to positions in the RHS.
288 * @param type_map a hash table mapping labels to declared symbol types.
293 Hashtable label_map, /* map from labels to positions in the RHS */
294 Hashtable label_types)/* map from labels to stack types */
348 * @param label_map a hash table mapping labels to positions in the RHS.
349 * @param type_map a hash table mapping labels to declared symbol types.
354 Hashtable label_map, /* map from labels to RHS positions */
355 Hashtable label_types) /* map from labels to symbol stack types *
    [all...]

Completed in 807 milliseconds

<<11121314151617181920>>