HomeSort by relevance Sort by last modified time
    Searched defs:secondary (Results 1 - 18 of 18) sorted by null

  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
ManifestOrderDetector.java 218 Location secondary = null; local
223 l.setSecondary(secondary);
225 secondary = l;
228 location.setSecondary(secondary);
StringFormatDetector.java 602 Location secondary = list.get(0).getFirst().resolve(); local
603 secondary.setMessage("Conflicting number of arguments here");
604 location.setSecondary(secondary);
850 Location secondary = handle.resolve(); local
919 Location secondary = handle.resolve(); local
    [all...]
  /ndk/sources/host-tools/make-3.81/
filedef.h 88 unsigned int secondary:1; /* Nonzero means remove_intermediates should member in struct:file
  /packages/apps/Settings/src/com/android/settings/widget/
ChartGridView.java 96 final Drawable secondary = mSecondary; local
102 secondary.setBounds(0, (int) y, width, bottom);
103 secondary.draw(canvas);
  /external/icu4c/i18n/
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
259 secondary = ucol_secondaryOrder(ce);
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
513 // int64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
ucol.cpp 4546 uint8_t secondary; local
4670 uint8_t secondary = 0; local
5034 uint8_t secondary = 0; local
6166 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
ContactsSource.java 196 public boolean secondary; field in class:ContactsSource.DataKind
249 public boolean secondary; field in class:ContactsSource.EditType
259 public EditType setSecondary(boolean secondary) {
260 this.secondary = secondary;
  /external/icu4c/test/intltest/
regcoll.cpp 209 c->setStrength(Collator::SECONDARY);
349 String[] secondary = {
354 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
361 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
368 // Secondary/Tertiary comparison incorrect in French Secondary
385 c->setStrength(Collator::SECONDARY);
449 // French secondary collation checking at the end of compare iteration fails
465 c->setStrength(Collator::SECONDARY);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/model/
AccountType.java 360 public boolean secondary; field in class:AccountType.EditType
374 public EditType setSecondary(boolean secondary) {
375 this.secondary = secondary;
408 + " secondary=" + secondary
  /packages/wallpapers/HoloSpiral/src/com/android/wallpaper/holospiral/
HoloSpiralRS.java 226 Float4 secondary = convertColor(secondaryColor); local
236 color.x = primary.x + ((secondary.x - primary.x) * r);
237 color.y = primary.y + ((secondary.y - primary.y) * r);
238 color.z = primary.z + ((secondary.z - primary.z) * r);
239 color.w = primary.w + ((secondary.w - primary.w) * r);
  /external/v8/src/
stub-cache.cc 83 // secondary cache before overwriting it.
89 Entry* secondary = entry(secondary_, secondary_offset); local
90 *secondary = *primary;
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1166 char secondary[100]; local
1543 uint32_t primary, p1, p2, secondary, tertiary; local
    [all...]
  /external/kernel-headers/original/linux/
pci.h 239 unsigned char secondary; /* number of secondary bridge */ member in struct:pci_bus
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 

Completed in 808 milliseconds