/external/mesa3d/src/gallium/drivers/i915/ |
i915_state_derived.c | 130 /* secondary color */
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 87 * casts very rarely change the pointer value (only for secondary 108 * ... vtable pointers for secondary interfaces 109 * ... implementation of subclasses assuming secondary interfaces 132 * which redirects the secondary interfaces to the GalliumComObject
|
/external/mesa3d/src/mesa/drivers/dri/nouveau/ |
nv04_state_raster.c | 217 /* Secondary color */
|
/frameworks/base/core/java/android/os/storage/ |
StorageVolume.java | 150 // then 0x00020001, 0x00030001, etc. for secondary storages
|
/frameworks/native/cmds/ip-up-vpn/ |
ip-up-vpn.c | 60 * The secondary goal is to unify the outcome of VPN. The current baseline
|
/frameworks/rs/ |
rsThreadIO.cpp | 171 // If we don't have a secondary wait object we should stop blocking now
|
/hardware/invensense/65xx/libsensors_iio/ |
Android.mk | 56 LOCAL_SRC_FILES += PressureSensor.IIO.secondary.cpp
|
/hardware/libhardware/include/hardware/ |
memtrack.h | 40 * A secondary goal is to be able to categorize memory used by a process into
|
/ndk/sources/host-tools/make-3.81/doc/ |
make.info | 65 Node: Secondary Expansion60402
|
/ndk/tests/device/test-stlport_shared-exception/jni/ |
vtable2.cpp | 111 S2-in-S4 secondary vtable
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
vtable2.cpp | 111 S2-in-S4 secondary vtable
|
/packages/apps/Contacts/src/com/android/contacts/quickcontact/ |
QuickContactListFragment.java | 179 /** A secondary action (SMS) was clicked */
|
/packages/apps/InCallUI/res/values/ |
dimens.xml | 31 <!-- Padding at the right edges of the secondary call banner. -->
|
/packages/apps/InCallUI/src/com/android/incallui/ |
SmallerHitTargetTouchListener.java | 80 // in the call edge button and secondary calling card. However, we leave
|
/packages/apps/Tag/src/com/android/apps/tag/record/ |
RecordUtils.java | 120 TextView text = (TextView) item.findViewById(R.id.secondary);
|
/packages/services/Telephony/src/com/android/phone/ |
SmallerHitTargetTouchListener.java | 81 // in the call edge button and secondary calling card. However, we leave
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-run.1 | 155 \" A "Secondary Section" is a named appendix or a front-matter section of 160 \" textbook of mathematics, a Secondary Section may not explain any 166 \" The "Invariant Sections" are certain Secondary Sections whose titles 323 \" appendices that qualify as Secondary Sections and contain no material
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-run.1 | 155 \" A "Secondary Section" is a named appendix or a front-matter section of 160 \" textbook of mathematics, a Secondary Section may not explain any 166 \" The "Invariant Sections" are certain Secondary Sections whose titles 323 \" appendices that qualify as Secondary Sections and contain no material
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/share/man/man1/ |
arm-eabi-run.1 | 155 \" A "Secondary Section" is a named appendix or a front-matter section of 160 \" textbook of mathematics, a Secondary Section may not explain any 166 \" The "Invariant Sections" are certain Secondary Sections whose titles 323 \" appendices that qualify as Secondary Sections and contain no material
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/share/man/man1/ |
arm-linux-androideabi-run.1 | 155 \" A "Secondary Section" is a named appendix or a front-matter section of 160 \" textbook of mathematics, a Secondary Section may not explain any 166 \" The "Invariant Sections" are certain Secondary Sections whose titles 323 \" appendices that qualify as Secondary Sections and contain no material
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
coll.h | 123 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>, 127 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary 165 * and the way in which secondary and tertiary differences are taken into 184 * PRIMARY to ignore secondary and tertiary differences.<br> 188 * Diacritical differences on the same base letter represent a secondary 189 * difference. Set comparison level to SECONDARY to ignore tertiary 191 * Example of secondary difference, "ä" >> "a". 210 SECONDARY = 1, 571 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored 572 * <p>E.g. with strength == PRIMARY, the secondary and tertiary differenc [all...] |
/external/icu4c/i18n/unicode/ |
coll.h | 123 * Five strengths are provided: <code>PRIMARY</code>, <code>SECONDARY</code>, 127 * while "e" and "\u00EA" are secondary differences, "e" and "E" are tertiary 165 * and the way in which secondary and tertiary differences are taken into 184 * PRIMARY to ignore secondary and tertiary differences.<br> 188 * Diacritical differences on the same base letter represent a secondary 189 * difference. Set comparison level to SECONDARY to ignore tertiary 191 * Example of secondary difference, "ä" >> "a". 210 SECONDARY = UCOL_SECONDARY, // 1 602 * <p>E.g. with strength == SECONDARY, the tertiary difference is ignored 603 * <p>E.g. with strength == PRIMARY, the secondary and tertiary differenc [all...] |
/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...] |
/external/chromium_org/v8/src/ |
stub-cache.h | 399 // The stub cache has a primary and secondary level. The two levels have 403 // in the primary cache is moved to the secondary cache, and secondary cache 432 // Hash algorithm for the secondary table. This algorithm is replicated in 436 // Use the seed from the primary cache in the secondary cache. [all...] |