Searched refs:favor (Results 1 – 25 of 79) sorted by relevance
1234
/external/clang/test/SemaObjC/ |
D | deprecated-objc-introspection.m | 29 …[(*x).isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor o… 30 …[x->isa self]; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of … 81 …(void)v->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o… 82 …(void)w->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o… 83 …(void)x->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o… 84 …(void)y->isa; // expected-warning {{direct access to Objective-C's isa is deprecated in favor of o… 88 …w->isa = 0; // expected-warning {{assignment to Objective-C's isa is deprecated in favor of object…
|
D | opaque-is-access.m | 21 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of … 22 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
|
D | opaque-is-access-warn.m | 24 …[(*x).isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of … 25 …[x->isa self]; // expected-error {{direct access to Objective-C's isa is deprecated in favor of …
|
/external/llvm/test/Transforms/EarlyCSE/ |
D | atomics.ll | 164 ; Can DSE a non-volatile store in favor of a volatile one 175 ; Can DSE a normal store in favor of a unordered one 184 ; Can also DSE a unordered store in favor of a normal one 216 ; Can DSE a unordered store in favor of a unordered one 226 ; Can DSE a unordered store in favor of a ordered one, 238 ; Can DSE an unordered atomic store in favor of an
|
/external/jetty/src/resources/org/eclipse/jetty/server/jmx/ |
D | AbstractConnector-mbean.properties | 4 … is adjusted by this amount to either favor the acceptance of new threads and newly active connect…
|
/external/llvm/test/CodeGen/NVPTX/ |
D | addrspacecast.ll | 1 ; RUN: llc < %s -march=nvptx -mcpu=sm_20 -disable-nvptx-favor-non-generic | FileCheck %s -check-pre… 2 ; RUN: llc < %s -march=nvptx64 -mcpu=sm_20 -disable-nvptx-favor-non-generic | FileCheck %s -check-p…
|
D | lower-alloca.ll | 1 ; RUN: opt < %s -S -nvptx-lower-alloca -nvptx-favor-non-generic -dce | FileCheck %s
|
D | access-non-generic.ll | 3 ; RUN: opt < %s -S -nvptx-favor-non-generic -dce | FileCheck %s --check-prefix IR 8 ; Verifies nvptx-favor-non-generic correctly optimizes generic address space
|
/external/clang/test/SemaObjCXX/ |
D | instantiate-expr.mm | 24 … expected-warning 3 {{direct access to Objective-C's isa is deprecated in favor of object_getClass… 49 …// expected-warning 1 {{direct access to Objective-C's isa is deprecated in favor of object_getCla…
|
/external/libpng/ |
D | TODO | 8 Remove setjmp/longjmp usage in favor of returning error codes.
|
/external/google-breakpad/src/client/mac/sender/es.lproj/ |
D | Localizable.strings | 8 "commentsMsg" = "Por favor, ayúdenos a solucionar el problema describiendo qué ocurrió antes del fa…
|
/external/autotest/server/site_tests/network_WiFi_RoamSuspendTimeout/ |
D | control.wpa | 16 deprecated for having some security holes, and WPA is deprecated in favor of
|
/external/autotest/server/site_tests/network_WiFi_SimpleConnect/ |
D | control.wifi_checkWPA_TKIP | 18 deprecated in favor of WPA2, but routers of a certain age only support
|
/external/eigen/Eigen/ |
D | SuperLUSupport | 18 // so we remove it in favor of a SUPERLU_EMPTY token.
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/docs/ |
D | coding_style.txt | 47 In particular, avoid multiple/virtual inheritance in favor of mixins where possible. 63 Try to avoid Microsoft-style TYPES like FLOAT, UINT, etc. in favor of the usual C types like float,…
|
/external/srtp/ |
D | TODO | 64 Consider eliminating low-level alloc functions in favor of len()
|
/external/google-breakpad/src/testing/ |
D | CHANGES | 24 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/mesa3d/docs/ |
D | RELNOTES-3.1 | 100 GL_EXT_multitexture - obsolete in favor of GL_ARB_multitexture
|
/external/dagger2/ |
D | README.md | 11 improves code clarity by removing the traditional ObjectGraph/Injector in favor of
|
/external/autotest/client/profilers/powertop/src/po/ |
D | es.po | 221 "No hay estadísticas detalladas; por favor, active la opción del núcleo\n" 464 "Este modo sacrifica algo de velocidad a favor de ahorro de consumo\n" 478 "Este modo sacrifica algo de velocidad a favor de ahorro de consumo\n"
|
/external/gmock/ |
D | CHANGES | 58 * SetArgumentPointee is deprecated in favor of SetArgPointee.
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 66 I don't recall all your arguments in favor so let's discuss this again,
|
/external/tagsoup/ |
D | CHANGES | 247 Obsolete ABSTRACT removed in favor of README. 272 HTMLWriter is gone in favor of an extended XMLWriter with get/setHTMLMode methods.
|
/external/dbus/ |
D | NEWS.pre-1-2 | 110 flag to the format, which has been removed in favor of a cleaner
|
/external/libvpx/libvpx/ |
D | configure | 55 ${toggle_small} favor smaller size over speed
|
1234