HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 176 - 200 of 349) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.codec_1.3.0.v20100518-1140.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
VisualRefactoring.java 408 Element primary = getPrimaryElement(); local
409 if (primary != null) {
410 String oldId = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
534 protected String stripTopLayoutAttributes(Element primary, int start, String xml) {
535 if (primary != null) {
538 NamedNodeMap attributes = primary.getAttributes();
    [all...]
ChangeLayoutRefactoring.java 633 Element primary = getPrimaryElement(); local
634 if (primary != null) {
635 String oldType = primary.getTagName();
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 133 request_state *primary; // If this operation is on a shared socket, pointer to primary member in struct:request_state
140 // Note: On a shared connection these fields in the primary structure, including hdr, are re-used
321 // Now, if this request_state is not subordinate to some other primary, close file descriptor and discard replies
322 if (!req->primary)
386 // If our request is sharing a connection, then we append our reply_state onto the primary's list
389 request_state *r = req->primary ? req->primary : req;
    [all...]
  /cts/
CtsTestCaseList.mk 222 # empty and will cause the function to expand to the primary arch object
  /device/htc/flounder/
device.mk 223 audio.primary.flounder \
234 sound_trigger.primary.flounder
  /device/asus/fugu/
device.mk 73 audio.primary.fugu
  /external/chromium_org/ash/display/
display_manager.cc 58 // The number of pixels to overlap between the primary and secondary displays,
288 // Invert if the primary was swapped.
327 const gfx::Display& primary = screen_->GetPrimaryDisplay(); local
329 // Invert if the primary was swapped.
330 DisplayLayout to_set = pair.first == primary.id() ?
337 to_set.primary_id = primary.id();
346 layout, primary,
349 // Primary's bounds stay the same. Just notify bounds change
    [all...]
  /frameworks/base/core/java/android/widget/
DialerFilter.java 65 mPrimary = (EditText) findViewById(com.android.internal.R.id.primary);
67 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 */
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDeviceManager.java 203 // We do not show the USB notification if the primary volume supports mass storage.
207 final StorageVolume primary = storageManager.getPrimaryVolume(); local
208 massStorageSupported = primary != null && primary.allowMassStorage();
    [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 531 // if we have a O, use O as primary subject, secondary prefer CN over OU
532 // if we don't have an O, use CN as primary, empty secondary
533 // if we don't have O or CN, use DName as primary, empty secondary
560 int primary = this.mSubjectPrimary.compareToIgnoreCase(o.mSubjectPrimary); local
561 if (primary != 0) {
562 return primary;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
XmlPropertyEditor.java 397 NodeProxy primary = canvas.getNodeFactory().create(xmlProperty.getNode()); local
398 if (primary != null) {
399 RenameResult result = manager.performRename(primary, null);
  /external/owasp/sanitizer/lib/commons-codec-1.4/
commons-codec-1.4.jar 
  /prebuilts/devtools/tools/lib/
commons-codec-1.4.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /prebuilts/tools/common/http-client/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/commons-codec/commons-codec/1.4/
commons-codec-1.4.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.commons.codec_1.4.0.v201209201156.jar 
  /cts/tests/tests/widget/src/android/widget/cts/
DialerFilterTest.java 392 text2.setId(com.android.internal.R.id.primary);
  /device/asus/flo/
device-common.mk 173 audio.primary.msm8960 \
  /device/samsung/manta/
device.mk 142 audio.primary.manta \
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
main.rb 113 The base-class for the three primary Main script-runner classes.
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp 199 // Implicit primary weights should be assigned for the following sets,
241 uint32_t primary = (uint32_t)(ce >> 32); local
242 if(!(primary > prevPrimary)) {
244 (long)c, (long)primary, (long)prev, (long)prevPrimary);
247 prevPrimary = primary;
620 // The valid byte range for the second primary byte depends on compressibility.
662 // Primary CE.
707 // Return the next primary in this range.
716 // Simple primary CE.
749 CollationWeights cw1c; // compressible primary weight
    [all...]
  /external/libsepol/include/sepol/policydb/
policydb.h 170 uint32_t primary; /* primary name? can be set to primary value if below is TYPE_ */ member in struct:type_datum

Completed in 1842 milliseconds

1 2 3 4 5 6 78 91011>>