HomeSort by relevance Sort by last modified time
    Searched full:basic (Results 176 - 200 of 8308) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/apache-http/src/org/apache/http/impl/auth/
BasicScheme.java 47 * Basic authentication scheme as defined in RFC 2617.
64 /** Whether the basic authentication process is complete */
68 * Default constructor for the basic authetication scheme.
76 * Returns textual designation of the basic authentication scheme.
78 * @return <code>basic</code>
81 return "basic";
85 * Processes the Basic challenge.
100 * Tests if the Basic authentication process has been completed.
102 * @return <tt>true</tt> if Basic authorization has been processed,
110 * Returns <tt>false</tt>. Basic authentication scheme is request based
    [all...]
  /external/clang/
clang-tblgen-rules.mk 15 $(intermediates)/include/clang/AST/AttrDump.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
22 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
27 LOCAL_GENERATED_SOURCES += $(intermediates)/include/clang/Basic/AttrList.inc
28 $(intermediates)/include/clang/Basic/AttrList.inc: TBLGEN_LOCAL_MODULE := $(LOCAL_MODULE)
29 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
36 $(intermediates)/include/clang/Lex/AttrSpellings.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
43 $(intermediates)/include/clang/Sema/AttrSpellingListIndex.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
50 $(intermediates)/include/clang/Serialization/AttrPCHRead.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN)
57 $(intermediates)/include/clang/Serialization/AttrPCHWrite.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td | $(CLANG_TBLGEN
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.api.tools.ee.j2se13_1.0.0.200901281111/org/eclipse/pde/api/tools/internal/api_stubs/
J2SE-1.3.zip 
  /external/clang/lib/Basic/
OpenMPKinds.cpp 14 #include "clang/Basic/OpenMPKinds.h"
15 #include "clang/Basic/IdentifierTable.h"
27 #include "clang/Basic/OpenMPKinds.def"
38 #include "clang/Basic/OpenMPKinds.def"
49 #include "clang/Basic/OpenMPKinds.def"
60 #include "clang/Basic/OpenMPKinds.def"
76 #include "clang/Basic/OpenMPKinds.def"
96 #include "clang/Basic/OpenMPKinds.def"
117 #include "clang/Basic/OpenMPKinds.def"
  /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/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/
AsymmetricCipherKeyPair.java 14 * basic constructor.
28 * basic constructor.
  /external/chromium/net/base/
cert_type.h 14 // Certificate Authority Basic Constraint, and assigned trust values. For
15 // example, a cert with no basic constraints or trust would be classified as
  /external/chromium_org/chrome_frame/test/data/
CFInstall_basic.html 35 'CFInstall basic test failed with error: '+e);
39 <p>Tests CFInstall basic prompt functionality</p>
  /external/chromium_org/dbus/
values_util.h 25 // Appends a basic type value to |writer|.
29 // Appends a basic type value to |writer| as a variant.
  /external/chromium_org/net/cert/
cert_type.h 14 // Certificate Authority Basic Constraint, and assigned trust values. For
15 // example, a cert with no basic constraints or trust would be classified as
  /external/chromium_org/third_party/icu/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
tufmtts.h 18 * Test basic functionality of various API functions
25 * Performs basic tests
  /external/clang/include/clang/Basic/
TargetBuiltins.h 19 #include "clang/Basic/Builtins.h"
29 #include "clang/Basic/BuiltinsAArch64.def"
38 #include "clang/Basic/BuiltinsARM.def"
48 #include "clang/Basic/BuiltinsPPC.def"
58 #include "clang/Basic/BuiltinsNVPTX.def"
69 #include "clang/Basic/BuiltinsX86.def"
120 #include "clang/Basic/BuiltinsHexagon.def"
130 #include "clang/Basic/BuiltinsMips.def"
  /external/clang/test/CodeGen/
branch-target-layout.c 5 // targets (basic blocks). However, the backend's basic block layout makes an
  /external/icu4c/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>
  /frameworks/rs/scriptc/
rs_types.rsh 191 * Vector version of the basic float type.
197 * Vector version of the basic float type. Provides three float fields packed
202 * Vector version of the basic float type.
209 * Vector version of the basic double type. Provides two double fields packed
214 * Vector version of the basic double type. Provides three double fields packed
219 * Vector version of the basic double type. Provides four double fields packed
225 * Vector version of the basic uchar type. Provides two uchar fields packed
230 * Vector version of the basic uchar type. Provides three uchar fields packed
235 * Vector version of the basic uchar type. Provides four uchar fields packed
241 * Vector version of the basic ushort type. Provides two ushort fields packe
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_types.rsh 191 * Vector version of the basic float type.
197 * Vector version of the basic float type. Provides three float fields packed
202 * Vector version of the basic float type.
209 * Vector version of the basic double type. Provides two double fields packed
214 * Vector version of the basic double type. Provides three double fields packed
219 * Vector version of the basic double type. Provides four double fields packed
225 * Vector version of the basic uchar type. Provides two uchar fields packed
230 * Vector version of the basic uchar type. Provides three uchar fields packed
235 * Vector version of the basic uchar type. Provides four uchar fields packed
241 * Vector version of the basic ushort type. Provides two ushort fields packe
    [all...]
  /development/samples/SoftKeyboard/
_index.html 4 a basic example for how you would get started writing an input method, to
  /development/samples/browseable/BasicGestureDetect/
_index.jd 10 <p>To learn more about detecting basic touch gestures such as scrolling,
  /external/chromium_org/base/android/java/src/org/chromium/base/
BaseChromiumApplication.java 10 * Basic application functionality that should be shared among all browser applications.
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_basic_info.h 16 // Fills the |info| dictionary with basic information about the extension.
  /external/chromium_org/chrome/renderer/safe_browsing/
murmurhash3_util_unittest.cc 5 // Unit test to verify basic operation of murmurhash3.

Completed in 357 milliseconds

1 2 3 4 5 6 78 91011>>