/external/clang/include/clang/Basic/ |
TargetBuiltins.h | 20 #include "clang/Basic/Builtins.h" 29 #include "clang/Basic/BuiltinsNEON.def" 40 #include "clang/Basic/BuiltinsARM.def" 51 #include "clang/Basic/BuiltinsAArch64.def" 61 #include "clang/Basic/BuiltinsPPC.def" 71 #include "clang/Basic/BuiltinsNVPTX.def" 81 #include "clang/Basic/BuiltinsAMDGPU.def" 91 #include "clang/Basic/BuiltinsX86.def" 144 #include "clang/Basic/BuiltinsHexagon.def" 154 #include "clang/Basic/BuiltinsMips.def [all...] |
/external/curl/tests/data/ |
test2024 | 6 HTTP Basic auth 13 <!-- Alternate the order that Basic and Digest headers appear in responses to 16 <!-- First request has Basic auth, wrong password --> 23 WWW-Authenticate: Basic realm="testrealm"
38 <!-- Third request has Basic auth, wrong password --> 45 WWW-Authenticate: Basic realm="testrealm"
57 WWW-Authenticate: Basic realm="testrealm"
78 WWW-Authenticate: Basic realm="testrealm"
92 WWW-Authenticate: Basic realm="testrealm"
100 WWW-Authenticate: Basic realm="testrealm" [all...] |
test1101 | 6 HTTP Basic auth 49 Authorization: Basic dXNlcjpzZWNyZXQ=
|
test2 | 6 HTTP Basic auth 45 Authorization: Basic ZmFrZTp1c2Vy
|
test242 | 7 HTTP Basic auth 49 Authorization: Basic Zm9vYmFyOmJhcmZvbw==
|
test301 | 6 HTTP Basic auth 49 Authorization: Basic ZmFrZTp1c2Vy
|
test63 | 7 HTTP proxy Basic auth 46 Proxy-Authorization: Basic ZmFrZTp1c2Vy
|
/dalvik/dx/tests/115-merge/com/android/dx/merge/ |
DexMergeTest.java | 42 "/testdata/Basic.dex", 45 Class<?> basic = loader.loadClass("testdata.Basic"); local 46 assertEquals(1, basic.getDeclaredMethods().length); 62 "/testdata/Basic.dex", 65 Class<?> basic = loader.loadClass("testdata.Basic"); local 66 assertEquals(1, basic.getDeclaredMethods().length); 74 "/testdata/Basic.dex", 77 Class<?> basic = loader.loadClass("testdata.Basic") local 101 Class<?> basic = loader.loadClass("testdata.Basic"); local [all...] |
/external/libxml2/test/schemas/ |
anyAttr1_0.xsd | 21 <!-- Basic --> 22 <xsd:element name="basic.A" type="foo:type.basic.A"/> 23 <xsd:element name="basic.B" type="foo:type.basic.B"/> 24 <xsd:element name="basic.C" type="foo:type.basic.C"/> 25 <xsd:element name="basic.D" type="foo:type.basic.D"/> 26 <xsd:element name="basic.E" type="foo:type.basic.E"/ [all...] |
/external/autotest/client/site_tests/audio_CrasSanity/ |
control | 7 PURPOSE = 'Performs basic audio check for active streams and crashes' 25 Test checks for basic audio sanity by checking cras status, crashes and active
|
/external/autotest/client/site_tests/bluetooth_AdapterSanity/ |
control | 7 PURPOSE = "Basic sanity test for Bluetooth adapter." 9 This test will fail if there are any basic problems with the Bluetooth adapter.
|
/external/autotest/client/site_tests/hardware_GPS/ |
control | 7 PURPOSE = "Verify basic functionality of a GPS device." 17 This is a an automated test that checks the basic functionality of a GPS
|
/external/autotest/client/site_tests/hardware_GobiGPS/ |
control | 7 PURPOSE = "Verify basic functionality of a Gobi GPS device." 20 This is a an automated test that checks the basic functionality of the
|
/external/autotest/client/site_tests/platform_Crossystem/ |
control | 8 CRITERIA = "Fails if any basic functionality of crossystem is missing" 18 Checks that the "crossystem" command basic functionality is present.
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/ |
AsymmetricCipherKeyPair.java | 14 * basic constructor. 28 * basic constructor.
|
/external/clang/test/CodeGen/ |
branch-target-layout.c | 5 // targets (basic blocks). However, the backend's basic block layout makes an
|
/external/icu/icu4c/source/test/intltest/ |
dtfmapts.h | 20 * verifies that it works on a basic level. 27 * Tests basic functionality of various generic API methods in DateFormat
|
/external/llvm/docs/HistoricalNotes/ |
2002-05-12-InstListChange.txt | 10 Basically right now at the basic block level, each basic block contains an 15 To add or remove an instruction from a basic block, we need to get an 17 linear search of the basic block the instruction is contained in... just 21 they have to traverse basic blocks to remove constant propogated 24 Additionally, adding or removing instructions to a basic block 40 Iteration over the instructions in a basic block remains the simple: 46 After converting instructions over, I'll convert basic blocks and
|
/external/llvm/test/Transforms/SCCP/ |
apint-basictest3.ll | 1 ; This is a basic sanity check for constant propagation. It tests the basic
|
/external/markdown/tests/misc/ |
multi-test.html | 5 <li>Basic list</li> 6 <li>Basic list 2</li>
|
/external/v8/src/compiler/ |
jump-threading.h | 14 // Forwards jumps to empty basic blocks that end with a second jump to the 18 // Compute the forwarding map of basic blocks to their ultimate destination.
|
/frameworks/support/samples/SupportTransitionDemos/res/values/ |
strings.xml | 19 <string name="basic">Basic</string>
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug427.go | 11 // struct with four fields of basic type 14 // struct with five fields of basic type
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug427.go | 11 // struct with four fields of basic type 14 // struct with five fields of basic type
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-structors.cpp | 12 namespace basic { namespace 23 // CHECK: define linkonce_odr x86_thiscallcc %"class.basic::A"* @"\01??0A@basic@@QAE@XZ"(%"class.basic::A"* returned %this) {{.*}} comdat {{.*}} { 24 // CHECK: [[THIS_ADDR:%[.0-9A-Z_a-z]+]] = alloca %"class.basic::A"*, align 4 25 // CHECK-NEXT: store %"class.basic::A"* %this, %"class.basic::A"** [[THIS_ADDR]], align 4 26 // CHECK-NEXT: [[T1:%[.0-9A-Z_a-z]+]] = load %"class.basic::A"*, %"class.basic::A"** [[THIS_ADDR]] 27 // CHECK-NEXT: ret %"class.basic::A"* [[T1] [all...] |