Home
last modified time | relevance | path

Searched defs:primary (Results 1 – 25 of 73) sorted by relevance

123

/external/bison/lib/
Dfd-hook.c34 execute_close_hooks (const struct fd_hook *remaining_list, gl_close_fn primary, in execute_close_hooks()
46 execute_all_close_hooks (gl_close_fn primary, int fd) in execute_all_close_hooks()
52 execute_ioctl_hooks (const struct fd_hook *remaining_list, gl_ioctl_fn primary, in execute_ioctl_hooks()
64 execute_all_ioctl_hooks (gl_ioctl_fn primary, in execute_all_ioctl_hooks()
/external/icu/icu4c/source/i18n/
Dcollation.cpp35 uint32_t primary; in incTwoBytePrimaryByOffset() local
54 uint32_t primary = (uint32_t)((offset % 254) + 2) << 8; in incThreeBytePrimaryByOffset() local
135 uint32_t primary = 2 + (c % 18) * 14; in unassignedPrimaryFromCodePoint() local
Dcollationiterator.cpp763 uint32_t primary = numericPrimary | ((firstByte + value) << 16); in appendNumericSegmentCEs() local
772 uint32_t primary = numericPrimary | in appendNumericSegmentCEs() local
782 uint32_t primary = numericPrimary | (2 + value % 254); in appendNumericSegmentCEs() local
801 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs() local
Ducoleitr.cpp217 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; in processCE() local
Dcollationdatabuilder.cpp338 uint32_t primary, int32_t step, in maybeSetPrimaryRange()
375 uint32_t primary, int32_t step, in setPrimaryRangeAndReturnNext()
/external/webrtc/webrtc/base/
Dwindowpicker.h48 bool primary() const { return primary_; } in primary() function
49 void set_primary(bool primary) { primary_ = primary; } in set_primary()
Dwin32windowpicker.cc85 bool primary = (GetMonitorInfo(h_monitor, &monitor_info) && in MonitorEnumProc() local
/external/v8/src/ic/
Dstub-cache.cc52 Entry* primary = entry(primary_, primary_offset); in Set() local
79 Entry* primary = entry(primary_, primary_offset); in Get() local
/external/webrtc/webrtc/modules/audio_coding/neteq/
Dpacket.h26 bool primary; // Primary, i.e., not redundant payload. member
Dpacket_buffer_unittest.cc73 bool primary; member
Dpayload_splitter_unittest.cc148 bool primary = true) { in VerifyPacket()
/external/selinux/libsepol/tests/
Dtest-linker-types.c100 … void test_type_datum(policydb_t * p, char *id, unsigned int *decls, int len, unsigned int primary) in test_type_datum()
Dtest-common.c152 type_datum_t *type, *primary; in test_alias_datum() local
/external/autotest/client/site_tests/audio_CRASFormatConversion/
Daudio_CRASFormatConversion.py49 def loopback(self, noise_profile, primary, secondary): argument
/external/guava/guava/src/com/google/common/collect/
DCompoundOrdering.java29 CompoundOrdering(Comparator<? super T> primary, in CompoundOrdering()
/external/apache-http/src/org/apache/commons/codec/language/
DDoubleMetaphone.java1037 private StringBuffer primary = new StringBuffer(getMaxCodeLen()); field in DoubleMetaphone.DoubleMetaphoneResult
1050 public void append(char primary, char alternate) { in append()
1072 public void append(String primary, String alternate) { in append()
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
DStdCatchBuilder.java220 int primary = block.getPrimarySuccessor(); in handlersFor() local
DRopTranslator.java403 int primary = one.getPrimarySuccessor(); in pickOrder() local
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dnetworkinterface.py242 primary=None): argument
/external/libunwind/src/ia64/
Dunwind_decoder.h449 unsigned char code, primary; in unw_decode() local
/external/wpa_supplicant_8/src/ap/
Dhw_features.c764 int channel, int primary) in hostapd_is_usable_chan()
/external/dnsmasq/src/
Ddhcp.c22 struct in_addr relay, primary; member
/external/e2fsprogs/intl/
Dlocalename.c743 int primary, sub; in _nl_locale_name() local
/external/selinux/checkpolicy/
Dmodule_compiler.c308 type_datum_t *declare_type(unsigned char primary, unsigned char isattr) in declare_type()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java347 long primary = ce >>> 32; in TestImplicits() local

123