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

1 2 3 4

  /external/clang/test/Parser/
cxx0x-in-cxx98.cpp 25 struct Auto {
28 auto Auto::n = 0; // expected-warning {{'auto' type specifier is a C++11 extension}}
29 auto Auto::m = 0; // expected-error {{no member named 'm' in 'Auto'}}
30 // expected-warning@-1 {{'auto' type specifier is a C++11 extension}}
  /external/harfbuzz_ng/test/shaping/
hb-diff-colorize 5 formatter = ColorFormatter.Auto (sys.argv)
hb_test_tools.py 54 def Auto (argv = [], out = sys.stdout):
  /external/scrypt/
build-config.mk 0 # Auto-generated - DO NOT EDIT!
Scrypt-config.mk 0 # Auto-generated - DO NOT EDIT!
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68hc11/
opers12.s 33 addd 1,+x ; Pre-Auto inc
36 addd 1,sp+ ; Post-Auto inc
39 subd 1,-y ; Pre-Auto dec
42 addd 1,y- ; Post-Auto dec
opers12-dwarf2.d 66 addd 1,\+x ; Pre\-Auto inc
72 addd 1,sp\+ ; Post\-Auto inc
78 subd 1,\-y ; Pre\-Auto dec
84 addd 1,y\- ; Post\-Auto dec
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 2 # Auto-generated sample makefile
  /external/boringssl/src/crypto/asn1/
charmap.pl 122 /* Auto generated with chartype.pl script.
  /external/sonivox/arm-wt-22k/lib_src/
arm-wt-22k_lib.mak 2 # Auto-generated sample makefile
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm_i.h 17 typedef enum { ForceUnauthorized = 1, ForceAuthorized = 3, Auto = 2 }
eapol_auth_sm.c 200 sm->portMode = Auto;
382 if ((sm->portControl == Auto && sm->portMode != sm->portControl) ||
547 if (sm->portControl != Auto || sm->initialize || sm->authAbort) {
632 if (sm->portControl != Auto || sm->initialize ||
671 if (sm->initialize || sm->portControl != Auto) {
814 sm->portControl = Auto;
1134 else if (os_strcmp(value, "Auto") == 0)
1135 sm->portControl = Auto;
    [all...]
eapol_auth_dump.c 21 case Auto: return "Auto";
  /ndk/tests/build/issue64679-prctl/
build.sh 55 # Auto-generated - DO NOT EDIT
62 # Auto-generated - DO NOT EDIT
82 /* Auto-generated - DO NOT EDIT */
  /build/core/
pdk_fusion_modules.mk 0 # Auto-generate module defitions from platform.zip.
42 # We don't have a LOCAL_PATH for the auto-generated modules, so let it be the $(BUILD_SYSTEM).
  /tools/test/connectivity/acts/framework/acts/
utils.py 617 """Set "Auto-rotate" in QuickSetting
621 new_state: new state for "Auto-rotate". True or False.
  /external/webrtc/tools/matlab/
rtpAnalyze.m 177 %% Auto-generated subfunction.
194 % Auto-generated by MATLAB on 2015/05/28 09:55:50
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 15 typedef enum { Auto, ForceUnauthorized, ForceAuthorized } PortControl;
eapol_supp_sm.c 224 sm->sPortMode = Auto;
352 else if (((sm->portControl == Auto) &&
1051 case Auto:
1052 return "Auto";
    [all...]
  /frameworks/base/docs/html/design/
design_toc.cs 55 <li><a href="<?cs var:toroot ?>design/auto/index.html">Auto</a></li>
  /frameworks/base/docs/html/training/
training_toc.cs 663 Configuring Auto Backup
    [all...]
  /external/clang/tools/libclang/
CXType.cpp 93 TKCASE(Auto);
106 if (auto *ATT = T->getAs<AttributedType>()) {
487 TKIND(Auto);
760 for (const auto *I : RD->fields()){
  /external/clang/lib/CodeGen/
CodeGenTypes.cpp 134 for (const auto &I : CRD->bases())
142 for (const auto *I : RD->fields())
157 if (const auto *AT = T->getAs<AtomicType>())
161 if (const auto *RT = T->getAs<RecordType>())
165 if (const auto *AT = CGT.getContext().getAsArrayType(T))
194 if (const auto *MPT = Ty->getAs<MemberPointerType>())
486 case Type::Auto:
487 llvm_unreachable("Unexpected undeduced auto type!");
681 for (const auto &I : CRD->bases()) {
734 if (const auto *AT = Context.getAsArrayType(T))
    [all...]
  /build/tools/droiddoc/templates-sdk/
footer.cs 38 <a href="/auto/index.html">Auto</a>
  /build/tools/droiddoc/templates-sdk-dev/
customizations.cs 232 <a href="<?cs var:toroot ?>auto/index.html">Auto</a>

Completed in 1003 milliseconds

1 2 3 4