/external/apache-http/src/org/apache/http/client/params/ |
AuthPolicy.java | 59 * Basic authentication scheme as defined in RFC2617 (considered inherently 62 public static final String BASIC = "Basic";
|
/external/clang/include/clang/Basic/ |
Sanitizers.h | 18 #include "clang/Basic/LLVM.h" 33 #include "clang/Basic/Sanitizers.def" 44 #include "clang/Basic/Sanitizers.def"
|
/external/clang/lib/ARCMigrate/ |
PlistReporter.cpp | 11 #include "clang/Basic/FileManager.h" 12 #include "clang/Basic/PlistSupport.h" 13 #include "clang/Basic/SourceManager.h"
|
/external/clang/tools/libclang/ |
CIndexer.cpp | 18 #include "clang/Basic/FileManager.h" 19 #include "clang/Basic/SourceManager.h" 20 #include "clang/Basic/Version.h"
|
/external/curl/tests/data/ |
test1401 | 6 HTTP Basic auth 35 http://%HOSTIP:%HTTPPORT/we/want/1401 --libcurl log/test1401.c --basic -u fake:user -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,file" 48 Authorization: Basic ZmFrZTp1c2Vy
|
test257 | 7 HTTP Basic auth 92 Authorization: Basic dXNlcjE6cGFzc3dkMQ==
99 Authorization: Basic dXNlcjI6cGFzc3dkMg==
|
test69 | 14 WWW-Authenticate: Basic
49 WWW-Authenticate: Basic
82 HTTP with NTLM, Basic or Wild-and-crazy authorization
|
test91 | 16 WWW-Authenticate: Basic realm="daniel"
51 WWW-Authenticate: Basic realm="daniel"
83 HTTP with NTLM/Negotiate/Basic, anyauth and user with domain, with size 0
|
/external/dbus/test/ |
Makefile.am | 231 data/equiv-config-files/basic/basic-1.conf \ 232 data/equiv-config-files/basic/basic-2.conf \ 233 data/equiv-config-files/basic/basic.d/basic.conf \ 234 data/equiv-config-files/entities/basic.d/basic.conf \ 265 data/valid-config-files/basic.conf [all...] |
/external/deqp/doc/testspecs/GLES31/ |
functional.compute.shared_var.txt | 25 + All basic types, all precisions 28 - 2x1x3 in basic type cases 42 Basic type test cases declare a single shared variable of the appropriate
|
functional.program_uniform.txt | 27 - Most basic types 44 Various combinations of uniforms are tested: single basic-type uniforms, arrays, 48 assigned using the pointer variant). Arrays with basic element type can have
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SetFactory.java | 31 * sets are kept per basic block until phi placement and tend to be, 48 * {@link SsaBasicBlock}. These are sets of SSA registers kept per basic 62 * @param szBlocks {@code >=0;} count of basic blocks in method
|
/external/iproute2/tc/ |
f_basic.c | 2 * f_basic.c Basic Classifier 30 fprintf(stderr, "Usage: ... basic [ match EMATCH_TREE ] \n"); 144 .id = "basic",
|
/external/jetty/src/java/org/eclipse/jetty/client/security/ |
BasicAuthentication.java | 32 * Sets authentication headers for BASIC authentication challenges 42 String authenticationString = "Basic " + B64Code.encode( realm.getPrincipal() + ":" + realm.getCredentials(), StringUtil.__ISO_8859_1); 47 * BASIC authentication is of the form
|
ProxyAuthorization.java | 32 * Sets proxy authentication headers for BASIC authentication challenges 42 String authenticationString = "Basic " + B64Code.encode( username + ":" + password, StringUtil.__ISO_8859_1); 47 * BASIC proxy authentication is of the form
|
/external/llvm/examples/ModuleMaker/ |
ModuleMaker.cpp | 40 // Add a basic block to the function... again, it automatically inserts 52 // explicitly insert it into the basic block... 55 // Create the return instruction and add it to the basic block
|
/external/llvm/lib/CodeGen/ |
AntiDepBreaker.h | 37 /// Initialize anti-dep breaking for a new basic block. 40 /// Identifiy anti-dependencies within a basic-block region and break them by 53 /// Finish anti-dep breaking for a basic block.
|
/external/llvm/test/Transforms/AddDiscriminators/ |
basic.ll | 3 ; Basic DWARF discriminator test. All the instructions in block 49 !1 = !DIFile(filename: "basic.c", directory: ".") 53 !5 = !DIFile(filename: "basic.c", directory: ".")
|
/external/proguard/build/ |
makefile | 49 all: basic options 50 basic: proguard proguardgui retrace 108 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
|
/external/v8/src/compiler/ |
scheduler.h | 26 // Computes a schedule from a graph, placing nodes into basic blocks and 27 // ordering the basic blocks in the special RPO order. 71 CFGBuilder* control_flow_builder_; // Builds basic blocks for controls.
|
/external/wpa_supplicant_8/src/crypto/ |
tls_openssl_ocsp.c | 496 BasicOCSPResponse *basic; local 554 basic = d2i_BasicOCSPResponse(NULL, &basic_data, basic_len); 555 if (!basic) { 562 rd = basic->tbsResponseData; 564 if (basic->certs) { 565 untrusted = sk_X509_dup(basic->certs); 569 num = sk_X509_num(basic->certs); 573 extra_cert = sk_X509_value(basic->certs, i); 634 basic->signatureAlgorithm, basic->signature [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
insn-notes.def | 28 mean, such as register notes or bits in the basic-block structure. */ 71 /* Record the struct for the following basic block. Uses 72 NOTE_BASIC_BLOCK. FIXME: Redundant with the basic block pointer
|
/prebuilts/tools/common/proguard/proguard4.7/build/ |
makefile | 40 all: basic options 41 basic: proguard proguardgui retrace 94 .PHONY: all basic options proguard proguardgui retrace anttask wtkplugin clean $(TARGETS) $(OPTIONAL_TARGETS)
|
/toolchain/binutils/binutils-2.25/gprof/ |
symtab.h | 54 is_bb_head:1, /* Is this the head of a basic-blk? */ 60 bfd_vma bb_addr[NBBS]; /* Address of basic-block start. */ 61 unsigned long bb_calls[NBBS];/* How many times basic-block was called. */
|
/external/clang/test/CodeGen/ |
arm-target-features.c | 24 // RUN: %clang_cc1 -triple thumbv7s-apple-ios7.0 -target-cpu cyclone -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-BASIC-V8 25 // RUN: %clang_cc1 -triple thumbv8-linux-gnueabihf -target-cpu cortex-a35 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-BASIC-V8 26 // RUN: %clang_cc1 -triple armv8-linux-gnueabi -target-cpu cortex-a53 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-BASIC-V8 27 // RUN: %clang_cc1 -triple thumbv8-linux-gnueabihf -target-cpu cortex-a57 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-BASIC-V8 28 // RUN: %clang_cc1 -triple thumbv8-linux-gnueabihf -target-cpu cortex-a72 -emit-llvm -o - %s | FileCheck %s --check-prefix=CHECK-BASIC-V8 29 // CHECK-BASIC-V8: "target-features"="+crc,+crypto,+dsp,+fp-armv8,+hwdiv,+hwdiv-arm,+neon"
|