HomeSort by relevance Sort by last modified time
    Searched refs:paired (Results 1 - 25 of 43) sorted by null

1 2

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/mips/
sb1-ext-ps.d 2 #name: SB-1 paired single extensions
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
ppc750ps.s 1 # PowerPC 750 paired single precision tests
ppc750ps.d 3 #name: PPC750CL paired single tests
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/text/unicode/bidi/
bracket.go 38 // BD14. An opening paired bracket is a character whose
41 // BD15. A closing paired bracket is a character whose
69 // resolvePairedBrackets runs the paired bracket part of the UBA algorithm.
98 // paired bracket and a closing paired bracket such that the
181 // that both the opening and the closing paired bracket in a pair resolve to
185 // the logical order of the text positions of the opening paired brackets
208 // backwards before the opening paired bracket until the first strong type
225 // if the enclosed text contains no strong types the paired brackets will
core.go 73 // Arrays of properties needed for paired bracket evaluation in N0
74 pairTypes []bracketType // paired Bracket types for paragraph
159 // 4a) resolving paired brackets
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/text/unicode/bidi/
bracket.go 38 // BD14. An opening paired bracket is a character whose
41 // BD15. A closing paired bracket is a character whose
69 // resolvePairedBrackets runs the paired bracket part of the UBA algorithm.
98 // paired bracket and a closing paired bracket such that the
181 // that both the opening and the closing paired bracket in a pair resolve to
185 // the logical order of the text positions of the opening paired brackets
208 // backwards before the opening paired bracket until the first strong type
225 // if the enclosed text contains no strong types the paired brackets will
core.go 73 // Arrays of properties needed for paired bracket evaluation in N0
74 pairTypes []bracketType // paired Bracket types for paragraph
159 // 4a) resolving paired brackets
  /external/autotest/server/cros/bluetooth/
bluetooth_adapter_tests.py 788 paired = False
797 paired = True
803 self.results = {'has_device': has_device, 'paired': paired}
809 """Test that the adapter could remove the paired device.
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
bluez_test_utils.py 279 paired = self.get_properties(props, DEVICE_INTERFACE, "Paired")
280 return paired
362 """Removes the device from the paired list.
coex_test_utils.py 171 paired = False
175 paired = True
178 if not paired:
179 pri_droid.log.info("{} not paired to {}".format(
  /external/adhd/cras/src/server/
cras_bt_device.c 57 * paired - If this device is paired.
80 int paired; member in struct:cras_bt_device
359 return device->paired;
709 if (strcmp(key, "Paired") == 0) {
710 device->paired = value;
765 } else if (strcmp(key, "Paired") == 0) {
766 device->paired = 0;
  /external/google-breakpad/src/common/
dwarf_cu_to_module_unittest.cc 816 Range paired[2][2]; member in struct:Situation
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_pair_schedule.c 67 /** If the scheduler has paired an RGB and an Alpha instruction together,
985 int paired = 0; local
1008 paired = 1;
1014 if (!paired) {
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
bt_test_utils.py     [all...]
  /external/autotest/client/cros/bluetooth/
bluetooth_device_xmlrpc_server.py 847 """Checks if a device is paired.
851 @returns: True if device is paired. False otherwise.
855 paired = props.Get(self.BLUEZ_DEVICE_IFACE, 'Paired')
856 return bool(paired)
861 """Checks if a device is paired.
865 @returns: True if device is paired. False otherwise.
    [all...]
  /prebuilts/go/darwin-x86/src/go/build/
doc.go 132 // Such a file is usually paired with another file implementing the
  /prebuilts/go/linux-x86/src/go/build/
doc.go 132 // Such a file is usually paired with another file implementing the
  /external/libvpx/libvpx/vpx_ports/
x86_abi_support.asm 343 %error RESTORE_XMM must be paired with SAVE_XMM n
  /external/v8/tools/
splaytree.js 194 * @return {Array<*>} An array containing all the values of tree's nodes paired
  /prebuilts/go/darwin-x86/src/go/doc/
comment.go 83 // pairedParensPrefixLen returns the length of the longest prefix of s containing paired parentheses.
  /prebuilts/go/linux-x86/src/go/doc/
comment.go 83 // pairedParensPrefixLen returns the length of the longest prefix of s containing paired parentheses.
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
compile.go 408 // tighten should happen before lowering to avoid splitting naturally paired instructions such as CMP/SET
  /prebuilts/go/darwin-x86/src/sync/
map.go 24 // contention compared to a Go map paired with a separate Mutex or RWMutex.
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
compile.go 408 // tighten should happen before lowering to avoid splitting naturally paired instructions such as CMP/SET
  /prebuilts/go/linux-x86/src/sync/
map.go 24 // contention compared to a Go map paired with a separate Mutex or RWMutex.

Completed in 907 milliseconds

1 2