/frameworks/base/core/java/android/bluetooth/ |
BluetoothGattService.java | 38 * Secondary service (included by primary services) 69 * Service type (Primary/Secondary). 219 * Get the type of this service (primary/secondary)
|
/hardware/invensense/65xx/libsensors_iio/ |
PressureSensor.IIO.secondary.cpp | 29 #include "PressureSensor.IIO.secondary.h" 35 #pragma message("HAL:build pressure sensor on Invensense MPU secondary bus") 73 LOGI("HAL:Secondary Chip Id: %s", CHIP_ID);
|
/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);
|
/hardware/ti/omap4xxx/security/tf_crypto_sst/ |
pkcs11_global.c | 115 * or a valid secondary session attached to a valid primary session. 121 * set to false if the session if the session is secondary 124 * - or hSession is a valid secondary session attached to a valid primary session 144 else if (pHeader->nSessionTag == PKCS11_SECONDARY_SESSION_TAG) /*secondary session */ 164 /* check that secondary session is valid */
|
pkcs11_session.c | 231 /* allocate the secondary session context */ 335 /* Free all secondary session contexts */ 340 /* find all secondary session contexts, 347 /* free secondary session context */ 389 /* free secondary session context */
|
/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/i18n/ |
tblcoll.cpp | 379 * secondary ('u' vs '\u00FC'), and tertiary ('A' vs 'a'), and a primary difference 380 * at the end of a string takes precedence over a secondary or tertiary 384 * the string, followed by the secondary and tertiary orders. Each set of 389 * three-digit number, one digit for primary, one for secondary, etc. 395 * To make things even trickier, secondary differences (accent marks) are 397 * secondary ordering. But when comparing the accent marks on a single base 400 * entire string of secondary orderings at the end.
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
citertst.c | 1166 char secondary[100]; local 1543 uint32_t primary, p1, p2, secondary, tertiary; local [all...] |
/external/icu4c/test/cintltst/ |
citertst.c | 1166 char secondary[100]; local 1543 uint32_t primary, p1, p2, secondary, tertiary; local [all...] |
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
coleitr.h | 67 * secondary order(char), and tertiary order(char). Java strictly defines the 112 * consists of primary order, secondary order and tertiary order. The data 202 * Gets the secondary order of a collation order. 204 * @return the secondary order of a collation order. 366 * Get the secondary order of a collation order. 368 * @return the secondary order of a collation order.
|
/external/icu4c/i18n/unicode/ |
coleitr.h | 67 * secondary order(char), and tertiary order(char). Java strictly defines the 112 * consists of primary order, secondary order and tertiary order. The data 202 * Gets the secondary order of a collation order. 204 * @return the secondary order of a collation order. 366 * Get the secondary order of a collation order. 368 * @return the secondary order of a collation order.
|
/ndk/docs/text/ |
CPU-ARCH-ABIS.text | 300 - an optional 'secondary' ABI, corresponding to another ABI that 307 the primary ABI as '`armeabi`' and not define a secondary one. 310 primary ABI to '`armeabi-v7a`' and the secondary one to '`armeabi`' 315 binaries and define the primary ABI to '`x86`' and the secondary 331 If none is found, and a secondary ABI is defined, the service will 334 lib/<secondary-abi>/lib<name>.so
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/model/account/ |
AccountType.java | 360 public boolean secondary; field in class:AccountType.EditType 374 public EditType setSecondary(boolean secondary) { 375 this.secondary = secondary; 408 + " secondary=" + secondary
|
/external/chromium_org/third_party/skia/src/gpu/gl/ |
GrGLProgramDesc.h | 116 // secondary output. Only set if dual source blending is supported. 119 // as the secondary output. Only set if dual source blending is supported. 122 // (1 - colorRGB) as the secondary output. Only set if dual source blending is supported.
|
/external/skia/src/gpu/gl/ |
GrGLProgramDesc.h | 116 // secondary output. Only set if dual source blending is supported. 119 // as the secondary output. Only set if dual source blending is supported. 122 // (1 - colorRGB) as the secondary output. Only set if dual source blending is supported.
|
/external/svox/pico/lib/ |
picosa.h | 93 (phon containing primary and secondary word-level stress) 112 at all (primary or secondary or both) then do the following mapping: 136 PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
|
/developers/samples/android/media/BasicMediaRouter/BasicMediaRouter/src/main/java/com/example/android/media/basicmediarouter/ |
SamplePresentation.java | 31 * secondary screens.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationWithMediaRouterActivity.java | 46 * on a secondary display using a {@link Presentation}. 58 * "Simulate secondary displays" feature in Development Settings to create a few 59 * simulated secondary displays. Each display will appear in the list along with a 254 * The presentation to show on the secondary display.
|
/development/samples/training/ContactsList/res/values/ |
strings.xml | 40 which other field was matched. This string is displayed in the secondary display text in
|
/external/chromium/chrome/browser/ui/cocoa/ |
menu_button.h | 24 // primary action and the menu as a secondary click-hold action. The default
|
/external/chromium_org/base/ |
location.h | 34 // a difference), and then pointers as secondary keys (just to get some
|
/external/chromium_org/chrome/browser/profiles/ |
profile_metrics.h | 60 SECONDARY, // Refers to a user-created profile
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
menu_button.h | 23 // primary action and the menu as a secondary click-hold action. The default
|
/external/chromium_org/content/renderer/media/ |
audio_input_message_filter.h | 24 // IO thread (secondary thread of render process), it intercepts audio messages
|
/external/chromium_org/content/shell/common/ |
shell_messages.h | 39 // Tells the main window that a secondary window in a different process invoked
|