HomeSort by relevance Sort by last modified time
    Searched refs:primary (Results 76 - 100 of 349) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/chromium_org/chrome/browser/ui/app_list/search/
history_data_store.cc 52 // "p" : "result id of primary association",
85 std::string primary; local
87 if (!entry_dict->GetStringWithoutPathExpansion(kKeyPrimary, &primary) ||
100 association_data.primary = primary;
history_data_store_unittest.cc 23 std::string str = std::string("p:") + data.primary + ";s:";
125 "\"p\": \"primary\","
139 EXPECT_EQ("p:primary;s:secondary1,secondary2", GetDataContent(it->second));
150 store()->SetPrimary(kQuery, "primary");
157 EXPECT_EQ("primary", it->second.primary);
170 EXPECT_EQ("p:primary;s:s1,s2", GetDataContent(it->second));
  /external/chromium_org/third_party/libjingle/source/talk/base/
windowpicker_unittest.cc 47 // Test |IsPrimaryDesktop|. Only one desktop should be a primary.
51 if (it->primary()) {
  /external/chromium_org/third_party/sqlite/src/tool/
space_used.tcl 27 pri_pages int, -- Number of primary pages used
29 pri_unused int, -- Number of unused bytes on primary pages
92 puts "-- Total pages used: $total_primary primary and $total_overflow overflow"
94 puts -nonewline "-- Total unused bytes on primary pages: $total_unused_primary"
  /external/chromium_org/third_party/webrtc/base/
windowpicker_unittest.cc 56 // Test |IsPrimaryDesktop|. Only one desktop should be a primary.
60 if (it->primary()) {
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
StdCatchBuilder.java 220 int primary = block.getPrimarySuccessor(); local
228 if (((primary == -1) && (succSize != catchSize))
229 || ((primary != -1) &&
231 || (primary != successors.get(catchSize))))) {
233 * Blocks that throw are supposed to list their primary
  /external/smack/src/org/xbill/DNS/tests/
primary.java 8 public class primary { class
12 System.out.println("usage: primary [-t] [-a | -i] origin file");
  /hardware/libhardware/modules/audio/
Android.mk 22 # required type is 'primary'. Other possibilites are 'a2dp', 'usb', etc.
25 LOCAL_MODULE := audio.primary.default
  /packages/providers/MediaProvider/src/com/android/providers/media/
MtpService.java 53 // In PTP mode we support only primary storage
54 final StorageVolume primary = StorageManager.getPrimaryVolume(mVolumes); local
55 final String path = primary.getPath();
160 final StorageVolume primary = StorageManager.getPrimaryVolume(mVolumes); local
165 primary.getPath(), subdirs);
245 // In PTP mode we support only primary storage
  /external/libunwind/src/ia64/
unwind_decoder.h 449 unsigned char code, primary; local
452 primary = code >> 5;
454 if (primary < 2)
456 else if (primary == 2)
458 else if (primary == 3)
461 switch (primary)
469 switch (primary)
  /external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
parser.ml 12 (* primary
86 * ::= primary
93 (* If the current token is not an operator, it must be a primary expr. *)
97 * ::= ('+' primary)* *)
133 * ::= primary binoprhs *)
  /packages/apps/InCallUI/src/com/android/incallui/
CallCardPresenter.java 171 Call primary = null; local
175 primary = callList.getIncomingCall();
177 primary = callList.getOutgoingCall();
178 if (primary == null) {
179 primary = callList.getPendingOutgoingCall();
186 primary = getCallToDisplay(callList, null, false);
187 secondary = getCallToDisplay(callList, primary, true);
190 Log.d(this, "Primary call: " + primary);
193 final boolean primaryChanged = !Call.areSame(mPrimary, primary);
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/system_display/
display_info_provider_chromeos.cc 161 // Updates the display layout for the target display in reference to the primary
210 // The bounds cannot be changed for the primary display and should be inside
211 // a reasonable bounds. Note that the display is considered primary if the
216 *error = "Bounds origin not allowed for the primary display.";
304 const gfx::Display& primary = local
307 if (!ValidateParamsForDisplay(info, target, display_manager, primary.id(),
313 if (info.is_primary && *info.is_primary && target.id() != primary.id())
347 UpdateDisplayLayout(primary.bounds(), primary.id(),
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 747 // Note: We use primary byte values 2..255: digits are not compressible.
754 // Primary weight second byte values:
755 // 74 byte values 2.. 75 for small numbers in two-byte primary weights.
756 // 40 byte values 76..115 for medium numbers in three-byte primary weights.
757 // 16 byte values 116..131 for large numbers in four-byte primary weights.
762 // Two-byte primary for 0..73, good for day & month numbers etc.
763 uint32_t primary = numericPrimary | ((firstByte + value) << 16); local
764 ceBuffer.append(Collation::makeCE(primary), errorCode);
771 // Three-byte primary for 74..10233=74+40*254-1, good for year numbers and more.
772 uint32_t primary = numericPrimary local
782 uint32_t primary = numericPrimary | (2 + value % 254); local
801 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); local
    [all...]
collation.h 35 * nor as primary compression low terminator.
45 * Primary compression low terminator, must be greater than MERGE_SEPARATOR_BYTE.
46 * Reserved value in primary second byte if the lead byte is compressible.
51 * Primary compression high terminator.
52 * Reserved value in primary second byte if the lead byte is compressible.
83 * We want a 3-byte primary so that it fits into the root elements table.
85 * This 3-byte primary will not collide with
97 // We use the third-highest primary weight for U+FFFD (as in UCA 6.3+).
109 * Low byte of a long-primary special CE32.
162 * Long-primary CE with COMMON_SEC_AND_TER_CE
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactReadOnlyEditorView.java 166 ValuesDelta primary; local
174 primary = state.getPrimaryEntry(Photo.CONTENT_ITEM_TYPE);
175 getPhotoEditor().setValues(kind, primary, state, !type.areContactsWritable(), vig);
179 primary = state.getPrimaryEntry(StructuredName.CONTENT_ITEM_TYPE);
180 mName.setText(primary != null ? primary.getAsString(StructuredName.DISPLAY_NAME) :
  /device/asus/grouper/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.grouper
  /device/samsung/manta/audio/
Android.mk 19 LOCAL_MODULE := audio.primary.manta
  /external/chromium_org/third_party/icu/source/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 *)
  /hardware/qcom/audio/hal/
Android.mk 57 LOCAL_MODULE := audio.primary.$(TARGET_BOARD_PLATFORM)
  /build/target/product/
core_tiny.mk 33 audio.primary.default \
generic_no_telephony.mk 46 audio.primary.default \
  /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 *)

Completed in 1095 milliseconds

1 2 34 5 6 7 8 91011>>