HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 51 - 75 of 166) sorted by null

1 23 4 5 6 7

  /device/asus/grouper/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.grouper
  /device/samsung/tuna/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.tuna
  /external/bluetooth/bluez/attrib/
gatt.c 78 /* Discover all primary services */
86 /* Discover primary service by service UUID */
170 struct att_primary *primary; local
186 primary = g_try_new0(struct att_primary, 1);
187 if (!primary) {
191 primary->start = start;
192 primary->end = end;
193 bt_uuid_to_string(&uuid, primary->uuid, sizeof(primary->uuid));
194 dp->primaries = g_slist_append(dp->primaries, primary);
    [all...]
  /external/icu4c/i18n/
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
263 primary = ucol_primaryOrder(ce);
267 // **** That means that we need 24 bits for the primary ****
273 // **** the primary is... ****
274 if ((elems->pce->toShift && elems->pce->variableTop > ce && primary != 0)
275 || (elems->pce->isShifted && primary == 0)) {
277 if (primary == 0) {
282 quaternary = primary;
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
parser.ml 12 (* primary
86 * ::= ('+' primary)* *)
99 (* Parse the primary expression after the binary operator. *)
122 * ::= primary binoprhs *)
  /external/apache-http/src/org/apache/commons/codec/language/
DoubleMetaphone.java 1032 private StringBuffer primary = new StringBuffer(getMaxCodeLen()); field in class:DoubleMetaphone.DoubleMetaphoneResult
    [all...]
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
parser.ml 12 (* primary
100 * ::= primary
107 (* If the current token is not an operator, it must be a primary expr. *)
111 * ::= ('+' primary)* *)
124 (* Parse the primary expression after the binary operator. *)
159 * ::= primary binoprhs *)
  /external/qemu/distrib/sdl-1.2.12/src/video/directfb/
SDL_DirectFB_yuv.c 57 /* we don't want the primary */
257 IDirectFBDisplayLayer *primary = HIDDEN->layer; local
260 primary->GetConfiguration (primary, &conf);
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 239 final ValuesDelta primary = state.getPrimaryEntry(mimeType); local
242 primary, state, false, vig); local
245 primary, state, false, vig); local
248 final ValuesDelta primary = state.getPrimaryEntry(mimeType); local
249 getPhotoEditor().setValues(kind, primary, state, false, vig);
  /packages/apps/Contacts/src/com/android/contacts/model/
EntityDeltaList.java 353 ValuesDelta primary = null; local
362 } else if (primary == null && entry.isPrimary()) {
363 primary = entry;
369 // When no direct super primary, return something
370 if (primary != null) {
371 return primary;
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DataRowHandler.java 94 throw new AssertionError("Some of ContactsContract.CommonDataKinds class primary"
113 final Integer primary = values.getAsInteger(Data.IS_PRIMARY); local
115 if ((primary != null && primary != 0) || (superPrimary != null && superPrimary != 0)) {
120 // configured super primary
128 // if there is already another data item configured as super-primary,
184 * Ensures that all super-primary and primary flags of this raw_contact are
231 // Set both super primary and primary
    [all...]
  /external/icu4c/test/cintltst/
citertst.c 1165 char primary[100]; local
1543 uint32_t primary, p1, p2, secondary, tertiary; local
    [all...]
  /build/target/product/
generic_no_telephony.mk 59 audio.primary.default \
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 161 int primary = block.getPrimarySuccessorRopLabel(); local
171 if (szSuccLabels != 1 && primary == succLabelList.get(i)) {
  /dalvik/dexgen/src/com/android/dexgen/dex/code/
RopTranslator.java 273 * The block has a "primary successor" and that primary
323 * immediately follow it, giving top priority to the primary
336 * block as its primary successor, and so on, until we
379 * unordered successors (hopefully the primary), and so
396 int primary = one.getPrimarySuccessor(); local
404 } else if ((primary != preferred) && (primary >= 0)
405 && Bits.get(workSet, primary)) {
407 * The primary is available, so use that
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
RopTranslator.java 280 * The block has a "primary successor" and that primary
330 * immediately follow it, giving top priority to the primary
343 * block as its primary successor, and so on, until we
386 * unordered successors (hopefully the primary), and so
403 int primary = one.getPrimarySuccessor(); local
411 } else if ((primary != preferred) && (primary >= 0)
412 && Bits.get(workSet, primary)) {
414 * The primary is available, so use that
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
RopTranslator.java 280 * The block has a "primary successor" and that primary
330 * immediately follow it, giving top priority to the primary
343 * block as its primary successor, and so on, until we
386 * unordered successors (hopefully the primary), and so
403 int primary = one.getPrimarySuccessor(); local
411 } else if ((primary != preferred) && (primary >= 0)
412 && Bits.get(workSet, primary)) {
414 * The primary is available, so use that
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/windib/
SDL_dibvideo.c 1270 RECT primary; member in struct:__anon10936
1352 RECT primary; member in struct:__anon10937
    [all...]
  /external/mdnsresponder/mDNSShared/
dnssd_clientstub.c 121 // When using kDNSServiceFlagsShareConnection, there is one primary _DNSServiceOp_t, and zero or more subordinates
122 // For the primary, the 'next' field points to the first subordinate, and its 'next' field points to the next, and so on.
123 // For the primary, the 'primary' field is NULL; for subordinates the 'primary' field points back to the associated primary
130 DNSServiceOp *primary; // For shared connection member in struct:_DNSServiceRef_t
315 * non-zero for calls that can't receive an immediate error return value on their primary
391 x->primary = NULL;
435 if (!DNSServiceRefValid(*ref) || (*ref)->op != connection_request || (*ref)->primary)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ExtractIncludeRefactoring.java 345 IFile sourceFile, int begin, int end, Document document, Element primary) {
354 String include = computeIncludeString(primary, mLayoutName, androidNsPrefix, referenceId);
360 if (referenceId != null && primary != null) {
361 String rootId = getId(primary);
427 Element primary = getPrimaryElement(); local
428 if (primary != null) {
429 String id = primary.getAttributeNS(ANDROID_URI, ATTR_ID);
  /external/e2fsprogs/intl/
localename.c 743 int primary, sub;
764 primary = PRIMARYLANGID (langid);
770 switch (primary)
  /frameworks/base/services/java/com/android/server/pm/
UserManager.java 189 // Create the primary user
190 UserInfo primary = new UserInfo(0, "Primary", local
192 mUsers.put(0, primary);
196 writeUserLocked(primary);
203 * <name>Primary</name>
389 // Don't do it for the primary user, it will become recursive.
399 // Don't do it for the primary user, it will become recursive.
408 // Don't do it for the primary user, it will become recursive.
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 289 // if we have a O, use O as primary subject, secondary prefer CN over OU
290 // if we don't have an O, use CN as primary, empty secondary
291 // if we don't have O or CN, use DName as primary, empty secondary
312 int primary = this.mSubjectPrimary.compareToIgnoreCase(o.mSubjectPrimary); local
313 if (primary != 0) {
314 return primary;
  /device/ti/panda/
device.mk 60 audio.primary.panda \
  /packages/apps/Tag/src/com/android/apps/tag/record/
RecordUtils.java 123 text = (TextView) item.findViewById(R.id.primary);

Completed in 885 milliseconds

1 23 4 5 6 7