HomeSort by relevance Sort by last modified time
    Searched full:secondary (Results 101 - 125 of 666) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
pci_regs.h 119 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
121 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */
128 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */
148 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
153 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
154 #define PCI_BRIDGE_CTL_FAST_BACK 0x80 /* Fast Back2Back enabled on secondary interface */
159 #define PCI_CB_SEC_STATUS 0x16 /* Secondary status */
507 #define HT_CAPTYPE_HOST 0x20 /* Host/Secondary link configuration */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 119 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
121 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */
128 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */
148 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
153 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
154 #define PCI_BRIDGE_CTL_FAST_BACK 0x80 /* Fast Back2Back enabled on secondary interface */
159 #define PCI_CB_SEC_STATUS 0x16 /* Secondary status */
507 #define HT_CAPTYPE_HOST 0x20 /* Host/Secondary link configuration */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
pci_regs.h 119 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
121 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */
128 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */
148 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
153 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
154 #define PCI_BRIDGE_CTL_FAST_BACK 0x80 /* Fast Back2Back enabled on secondary interface */
159 #define PCI_CB_SEC_STATUS 0x16 /* Secondary status */
507 #define HT_CAPTYPE_HOST 0x20 /* Host/Secondary link configuration */
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/
README.txt 38 Running the tests will run a secondary instance of Eclipse.
99 Running the tests will run a secondary instance of Eclipse.
  /external/icu4c/i18n/
ucoleitr.cpp 248 uint64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0; local
259 secondary = ucol_secondaryOrder(ce);
285 primary = secondary = tertiary = 0;
295 return primary << 48 | secondary << 32 | tertiary << 16 | quaternary;
513 // int64_t primary = 0, secondary = 0, tertiary = 0, quaternary = 0;
tblcoll.cpp 420 * secondary ('u' vs '\u00FC'), and tertiary ('A' vs 'a'), and a primary difference
421 * at the end of a string takes precedence over a secondary or tertiary
425 * the string, followed by the secondary and tertiary orders. Each set of
430 * three-digit number, one digit for primary, one for secondary, etc.
436 * To make things even trickier, secondary differences (accent marks) are
438 * secondary ordering. But when comparing the accent marks on a single base
441 * entire string of secondary orderings at the end.
  /ndk/docs/
CPU-ARCH-ABIS.html 281 - an optional 'secondary' ABI, corresponding to another ABI that
285 the primary ABI as 'armeabi' and not define a secondary one.
288 primary ABI to 'armeabi-v7a' and the secondary one to 'armeabi'
307 If none is found, and a secondary ABI is defined, the service will
310 lib/&lt;secondary-abi&gt;/lib&lt;name&gt;.so
  /external/kernel-headers/original/linux/
pci_regs.h 114 #define PCI_SECONDARY_BUS 0x19 /* Secondary bus number */
116 #define PCI_SEC_LATENCY_TIMER 0x1b /* Latency timer for secondary interface */
123 #define PCI_SEC_STATUS 0x1e /* Secondary status register, only bit 14 used */
143 #define PCI_BRIDGE_CTL_PARITY 0x01 /* Enable parity detection on secondary interface */
148 #define PCI_BRIDGE_CTL_BUS_RESET 0x40 /* Secondary bus reset */
149 #define PCI_BRIDGE_CTL_FAST_BACK 0x80 /* Fast Back2Back enabled on secondary interface */
154 #define PCI_CB_SEC_STATUS 0x16 /* Secondary status */
  /hardware/libhardware_legacy/wifi/
wifi.c 41 * SECONDARY refers to an optional connection on a p2p interface
47 #define SECONDARY 1
673 return wifi_connect_on_socket_path(SECONDARY, path);
789 return wifi_wait_on_socket(SECONDARY, buf, buflen);
827 TEMP_FAILURE_RETRY(write(exit_sockets[SECONDARY][0], "T", 1));
828 wifi_close_sockets(SECONDARY);
848 return wifi_send_command(SECONDARY, command, reply, reply_len);
  /external/icu4c/i18n/unicode/
ucoleitr.h 102 * consists of primary order, secondary order and tertiary order. The data
311 * Get the secondary order of a collation order.
313 * @return the secondary order of a collation order.
  /external/webkit/Source/WebCore/icu/unicode/
ucoleitr.h 94 * consists of primary order, secondary order and tertiary order. The data
249 * Get the secondary order of a collation order.
251 * @return the secondary order of a collation order.
  /frameworks/base/core/jni/
com_android_internal_content_NativeLibraryHelper.cpp 329 * If this library matches both the primary and secondary ABIs,
333 ALOGV("Already saw primary ABI, skipping secondary ABI %s\n", cpuAbi2.c_str());
336 ALOGV("Using secondary ABI %s\n", cpuAbi2.c_str());
  /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
  /cts/tests/tests/net/src/android/net/cts/
LocalSocketTest.java 116 LocalSocketAddress addr = new LocalSocketAddress("secondary");
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 130 // Create a secondary polling task until an active state is reached.
  /external/chromium/third_party/libjingle/source/talk/p2p/base/
stunport.h 76 // This will contact the secondary server and signal another candidate
  /external/icu4c/test/cintltst/
cestst.c 16 * specific primary, secondary and tertiary rules. For example, the ignorable
cturtst.c 16 * specific primary, secondary and tertiary rules. For example, the ignorable
  /external/icu4c/test/intltest/
apicoll.h 103 * - requesting the order properties(primary, secondary or tertiary)
  /external/libvpx/examples/includes/geshi/geshi/
make.php 60 '.LIBPATTERNS', '.NOTPARALLEL', '.DELETE_ON_ERROR', '.INTERMEDIATE', '.POSIX', '.SECONDARY'
  /external/llvm/include/llvm/Assembly/
Parser.h 38 /// The function is a secondary interface to the LLVM Assembly Parser. It parses
  /external/svox/pico/lib/
picospho.h 66 PICODATA_ITEMINFO1_BOUND_PHR3 (secondary phrase boundary, no break)
  /external/valgrind/main/memcheck/tests/
origin6-fp.c 8 This also tests the secondary otag cache (ocacheL2), since the
  /external/webkit/Source/JavaScriptCore/wtf/mac/
MainThreadMac.mm 77 NSLog(@"WebKit Threading Violation - initial use of WebKit from a secondary thread.");
  /external/webkit/Source/autotools/
gsettings.m4 46 .SECONDARY: $(gsettings_SCHEMAS)

Completed in 735 milliseconds

1 2 3 45 6 7 8 91011>>