HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 101 - 125 of 166) sorted by null

1 2 3 45 6 7

  /device/asus/grouper/
device-common.mk 85 audio.primary.grouper \
  /device/moto/wingray/
device_base.mk 80 audio.primary.stingray \
  /frameworks/base/core/java/android/widget/
DialerFilter.java 67 mPrimary = (EditText) findViewById(com.android.internal.R.id.primary);
69 throw new IllegalStateException("DialerFilter must have a child EditText named primary");
  /external/dnsmasq/src/
dhcp.c 22 struct in_addr relay, primary; member in struct:iface_param
238 parm.primary = iface_addr;
416 context->local = param->primary;
938 /* use primary (first) address */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java 632 Element primary = getPrimaryElement(); local
633 if (primary != null) {
634 String oldType = primary.getTagName();
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 383 text2.setId(com.android.internal.R.id.primary);
  /device/samsung/tuna/
device.mk 54 audio.primary.tuna \
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 113 The base-class for the three primary Main script-runner classes.
  /external/libsepol/include/sepol/policydb/
policydb.h 156 uint32_t primary; /* primary name? can be set to primary value if below is TYPE_ */ member in struct:type_datum
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 113 XkbOutlinePtr primary; member in struct:_XkbShape
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 113 XkbOutlinePtr primary; member in struct:_XkbShape
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
XKBgeom.h 113 XkbOutlinePtr primary; member in struct:_XkbShape
  /external/checkpolicy/test/
dismod.c 301 if (type->primary) {
323 } else if (type->primary) {
  /external/valgrind/main/cachegrind/
cg_annotate.in 153 the counts of the primary sort event [$default_threshold]
361 # column order (ie. first column event is primary sort key, 2nd column is
377 # the primary sort event, and 0% for the rest.
  /frameworks/base/core/java/android/app/
ApplicationPackageManager.java 1209 UserInfo primary = new UserInfo(0, "Root!", UserInfo.FLAG_ADMIN | UserInfo.FLAG_PRIMARY); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar 
  /packages/apps/Contacts/src/com/android/contacts/editor/
ContactEditorFragment.java     [all...]
  /external/bluetooth/bluez/src/
device.c 115 GSList *services; /* Primary services path */
116 GSList *primaries; /* List of primary services */
1066 delete_entry(&src, "primary", addr);
1630 struct att_primary *primary = l->data; local
    [all...]
  /external/icu4c/i18n/
ucol_tok.cpp 164 /* primary ignorable). */
292 U_STRING_DECL(suboption_11, "primary", 7);
326 [last primary ignorable] largest CE for primary ignorable
464 U_STRING_INIT(suboption_11, "primary", 7);
1581 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16); local
2029 uint32_t primary = (baseCE & UCOL_PRIMARYMASK) | ((baseContCE & UCOL_PRIMARYMASK) >> 16); local
    [all...]
  /device/samsung/crespo/
device_base.mk 151 audio.primary.herring \
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/assetstudio/
ConfigureAssetSetPage.java 796 FontData primary = fd[0]; local
    [all...]
  /external/libsepol/src/
expand.c 86 if ((type->flavor == TYPE_TYPE && !type->primary)
122 new_type->primary = 1;
582 if (alias->flavor == TYPE_TYPE && alias->primary)
590 prival = alias->primary;
596 /* The primary type for this alias is not enabled, the alias
620 new_alias->s.value = state->typemap[alias->primary - 1];
    [all...]

Completed in 1427 milliseconds

1 2 3 45 6 7