HomeSort by relevance Sort by last modified time
    Searched refs:secondary (Results 26 - 50 of 137) sorted by null

12 3 4 5 6

  /ndk/sources/host-tools/make-3.81/
filedef.h 88 unsigned int secondary:1; /* Nonzero means remove_intermediates should member in struct:file
  /build/core/
executable.mk 48 # check if the non-preferred arch is the primary or secondary
  /external/chromium_org/chrome/browser/resources/options/
settings_banner.css 82 #secondary-user-banner .content-area .badge {
  /external/chromium_org/third_party/icu/source/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 4341 uint8_t secondary = 0; local
4607 uint8_t secondary; local
4768 uint8_t secondary = 0; local
5364 uint8_t secondary = 0; local
6609 uint8_t primary1 = 0, primary2 = 0, secondary = 0, tertiary = 0; local
    [all...]
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 120 TextView text = (TextView) item.findViewById(R.id.secondary);
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 155 public void setSecondary(boolean secondary) {
156 mSecondary = secondary;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
volume_manager_unittest.cc 700 ProfileEnvironment secondary(power_manager_client_.get(),
703 secondary.volume_manager()->Initialize();
706 // as false, and the secondary profile has the config set to true.
708 secondary.profile()->GetPrefs()->SetBoolean(prefs::kExternalStorageDisabled,
713 secondary.volume_manager()->AddObserver(&secondary_observer);
721 secondary.volume_manager()->OnDiskEvent(
743 secondary.volume_manager()->RemoveObserver(&secondary_observer);
    [all...]
  /packages/experimental/LoaderApp/src/com/android/loaderapp/model/
FallbackSource.java 160 kind.secondary = true;
312 kind.secondary = true;
391 kind.secondary = true;
409 kind.secondary = true;
430 kind.secondary = true;
  /external/chromium_org/ash/display/
display_controller_unittest.cc 363 aura::Window** secondary) {
366 *secondary = root_windows[0] == *primary ? root_windows[1] : root_windows[0];
423 // Layout the secondary display to the bottom of the primary.
435 // Layout the secondary display to the left of the primary.
447 // Layout the secondary display to the top of the primary.
732 // Switch primary and secondary
1321 aura::Window* primary, *secondary; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
string.py 91 def __init__(self, primary, secondary):
93 self._secondary = secondary
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
string.py 91 def __init__(self, primary, secondary):
93 self._secondary = secondary
  /build/tools/droiddoc/templates-ds/assets/css/
default.css 1552 .button, a.button, .button-secondary, a.button-secondary {
    [all...]
  /build/tools/droiddoc/templates-sac/assets/css/
default.css     [all...]
  /cts/
CtsTestCaseList.mk 220 # and will cause the function to expand to the secondary arch object
  /hardware/invensense/6515/libsensors_iio/
Android.mk 46 LOCAL_SRC_FILES += PressureSensor.IIO.secondary.cpp
  /hardware/invensense/65xx/libsensors_iio/
Android.mk 54 LOCAL_SRC_FILES += PressureSensor.IIO.secondary.cpp
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
ff_fragment_shader.cpp 1256 ir_rvalue *secondary; local
    [all...]
  /external/mesa3d/src/mesa/main/
ff_fragment_shader.cpp 1256 ir_rvalue *secondary; local
    [all...]
  /external/chromium_org/third_party/icu/source/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...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/css/
default.css     [all...]
  /external/icu/icu4c/source/test/intltest/
regcoll.cpp 202 c->setStrength(Collator::SECONDARY);
342 String[] secondary = {
347 static const UChar secondary[][CollationRegressionTest::MAX_TOKEN_LEN] = local
354 compareArray(*c, secondary, ARRAY_LENGTH(secondary));
361 // Secondary/Tertiary comparison incorrect in French Secondary
378 c->setStrength(Collator::SECONDARY);
442 // French secondary collation checking at the end of compare iteration fails
458 c->setStrength(Collator::SECONDARY);
    [all...]
  /external/chromium_org/remoting/webapp/
main.css 262 .h2-secondary {
692 #top-secondary {
  /external/oprofile/events/i386/nehalem/
unit_masks 354 0x01 promotion Counts the number of L2 secondary misses that hit the Super Queue
355 0x02 promotion_post_go Counts the number of L2 secondary misses during the Super Queue filling L2
  /build/tools/droiddoc/templates-sdk/assets/css/
default.css     [all...]

Completed in 601 milliseconds

12 3 4 5 6