HomeSort by relevance Sort by last modified time
    Searched refs:equal (Results 201 - 225 of 2040) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/v8/src/ic/ia32/
ic-ia32.cc 19 return equal;
  /external/v8/src/ic/x64/
ic-x64.cc 20 return equal;
  /external/v8/src/ic/x87/
ic-x87.cc 19 return equal;
  /frameworks/support/collection/src/main/java/androidx/collection/
ContainerHelpers.java 40 public static boolean equal(Object a, Object b) { method in class:ContainerHelpers
  /hardware/qcom/gps/msm8084/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8909/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8909w_3100/utils/
linked_list.c 265 bool (*equal)(void* data_0, void* data),
268 if( list_data == NULL || NULL == equal )
270 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
271 __FUNCTION__, list_data, equal);
288 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8960/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8994/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8996/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/msm8998/utils/
linked_list.c 267 bool (*equal)(void* data_0, void* data),
271 if( list_data == NULL || NULL == equal )
273 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
274 __FUNCTION__, list_data, equal);
291 if ((*equal)(data_0, tmp->data_ptr)) {
  /hardware/qcom/gps/utils/
linked_list.c 268 bool (*equal)(void* data_0, void* data),
272 if( list_data == NULL || NULL == equal )
274 LOC_LOGE("%s: Invalid list parameter! list_data %p equal %p\n",
275 __FUNCTION__, list_data, equal);
292 if ((*equal)(data_0, tmp->data_ptr)) {
  /prebuilts/clang/host/darwin-x86/clang-4393122/share/clang/
clang-format.py 110 if op[0] is not 'equal':
  /prebuilts/clang/host/darwin-x86/clang-4479392/share/clang/
clang-format.py 110 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4393122/share/clang/
clang-format.py 110 if op[0] is not 'equal':
  /prebuilts/clang/host/linux-x86/clang-4479392/share/clang/
clang-format.py 110 if op[0] is not 'equal':
  /prebuilts/go/darwin-x86/src/crypto/cipher/
ofb.go 17 // in output feedback mode. The initialization vector iv's length must be equal
22 panic("cipher.NewOFB: IV length must equal block size")
  /prebuilts/go/darwin-x86/src/crypto/subtle/
constant_time.go 10 // and y, have equal contents. The time taken is a function of the length of
40 // ConstantTimeCopy copies the contents of y into x (a slice of equal length)
  /prebuilts/go/darwin-x86/src/errors/
errors_test.go 14 // Different allocations should not be equal.
22 // Same allocation should be equal to itself (not crash).
  /prebuilts/go/linux-x86/src/crypto/cipher/
ofb.go 17 // in output feedback mode. The initialization vector iv's length must be equal
22 panic("cipher.NewOFB: IV length must equal block size")
  /prebuilts/go/linux-x86/src/crypto/subtle/
constant_time.go 10 // and y, have equal contents. The time taken is a function of the length of
40 // ConstantTimeCopy copies the contents of y into x (a slice of equal length)
  /prebuilts/go/linux-x86/src/errors/
errors_test.go 14 // Different allocations should not be equal.
22 // Same allocation should be equal to itself (not crash).
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
debug_mode_helper.h 372 CHECKPOINT("testing swap with non-equal allocators");
  /system/keymaster/tests/
ckdf_test.cpp 98 EXPECT_TRUE(std::equal(output.begin(), output.end(), expected.begin()));
  /toolchain/binutils/binutils-2.27/intl/
eval-plural.h 94 case equal:

Completed in 533 milliseconds

1 2 3 4 5 6 7 891011>>