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

1 2

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
thumb-nop.d 4 # Both explicit nop and padding should not use Thumb-2 NOP for the
  /external/v8/test/mjsunit/regress/
regress-359491.js 16 // Gather type feedback for both branches.
31 // Optimize g, which inlines f. Both branches in f will see the constant.
44 // Gather type feedback for both branches.
59 // Optimize g, which inlines f. Both branches in f will see the constant.
regress-606021.js 18 // Both closures point to full code.
  /external/dhcpcd-6.8.2/dbus/
dhcpcd-dbus.conf 4 <!-- Both root and dhcp can own the dhcpcd service -->
  /ndk/tests/device/test-gnustl-full/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /ndk/tests/device/test-stlport/jni/
Android.mk 11 # Both a C and a C++ source file with the same basename
  /external/skia/src/utils/
SkTFitsIn.h 19 /** SkTMux::type = (a && b) ? Both : (a) ? A : (b) ? B : Neither; */
20 template <bool a, bool b, typename Both, typename A, typename B, typename Neither>
22 using type = skstd::conditional_t<a, skstd::conditional_t<b, Both, A>,
98 typedef SkTOutOfRange_Either<OutOfRange_Low, OutOfRange_High> Both;
105 Both, OutOfRange_Low, OutOfRange_High, Neither>::type type;
  /external/squashfs-tools/squashfs-tools/
Makefile 64 # Both XZ Utils liblzma (http://tukaani.org/xz/) and LZMA SDK
200 # Both LZMA_XZ_SUPPORT and LZMA_SUPPORT cannot be specified
204 $(error "Both LZMA_XZ_SUPPORT and LZMA_SUPPORT cannot be specified")
  /external/v8/src/crankshaft/
typing.h 51 bounds_->set(e, Bounds::Both(bounds_->get(e), b, zone()));
  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 300 struct Both {
301 constexpr Both() : n(10) {}
302 ~Both();
306 Both b;
317 static Both b;
  /frameworks/compile/mclinker/include/mcld/
GeneralOptions.h 41 Both = 0x3
257 return m_HashStyle == HashStyle::GNU || m_HashStyle == HashStyle::Both;
261 return m_HashStyle == HashStyle::SystemV || m_HashStyle == HashStyle::Both;
  /external/v8/test/mjsunit/compiler/
alloc-object.js 67 // Both properties are pre-allocated in object properties.
76 // Both properties are unused in object properties.
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 20 typedef enum { Both = 0, In = 1 } ControlledDirection;
eapol_auth_dump.c 40 case Both: return "Both";
eapol_auth_sm.c 736 sm->operControlledDirections = Both;
1119 if (os_strcmp(value, "Both") == 0)
1120 sm->adminControlledDirections = Both;
    [all...]
  /external/libmpeg2/common/arm/
ideint_cac_a9.s 93 @ Both q0 and q1 have four 32 bit sums corresponding to first 4 rows
120 @ Both q2 and q3 have four 32 bit sums corresponding to last 4 rows
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
converter.hpp 214 // Applies both predicates: first 'PredA', and if it equals 'cInRange', 'PredB'
232 typedef applyBoth<PredA,PredB> Both ;
238 typedef typename for_both<do_applyA, do_applyB, Both, PredA, PredB, NNone>::type type ;
274 // can be arranged in terms of one or two predicates, which test overflow on both neg/pos 'sides'
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/
syntax-1.s 7 ! Both all-upper and all-lower must be supported. PTA/PTB without /L
  /external/v8/src/js/
v8natives.js 231 // NOTE: Both Number objects and values can enter here as
262 // NOTE: Both Number objects and values can enter here as
  /external/libavc/common/arm/
ih264_ihadamard_scaling_a9.s 170 @ * Both DC blocks of U and v blocks are processesd
  /external/v8/tools/
codemap.js 183 * Finds a code entry that contains the specified address. Both static and
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_impl_ssse3.asm 152 cmp rdx, 0 ; Both xoffset =0 and yoffset=0
  /external/libvorbis/doc/
03-codebook.tex 19 The codebook mechanism is built on top of the vorbis bitpacker. Both
267 populated and a ninth codeword is impossible. Both underspecified and
  /external/llvm/tools/llvm-pdbdump/
llvm-pdbdump.cpp 60 enum class PDB_DumpType { ByType, ByObjFile, Both };
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/dynamodb2/
layer1.py 92 maximum of 100 items. Both eventually consistent and strongly
258 primary key, you must specify both the hash attribute and the range
341 time. In both situations, BatchWriteItem provides an
384 type primary key, you must specify both the hash attribute and the
601 specify both the hash attribute and the range attribute.
    [all...]

Completed in 2545 milliseconds

1 2