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

1 2

  /external/dbus/test/data/equiv-config-files/basic/
basic-2.conf 4 <include>basic-1.conf</include>
basic-1.conf 7 <includedir>basic.d</includedir>
  /dalvik/dx/tests/031-bb-dead-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /dalvik/dx/tests/032-bb-live-code/
run 18 dx --debug --dump --basic-blocks --width=200 blort.class
  /external/chromium/net/http/
http_auth_handler_basic_unittest.cc 18 { L"foo", L"bar", "Basic Zm9vOmJhcg==" },
20 { L"", L"foobar", "Basic OmZvb2Jhcg==" },
22 { L"anon", L"", "Basic YW5vbjo=" },
24 { L"", L"", "Basic Og==" },
28 std::string challenge = "Basic realm=\"Atlantis\"";
29 scoped_refptr<HttpAuthHandlerBasic> basic = new HttpAuthHandlerBasic; local
30 bool ok = basic->InitFromChallenge(challenge.begin(), challenge.end(),
33 std::string credentials = basic->GenerateCredentials(tests[i].username,
49 "Basic",
56 "Basic realm=\"\""
64 scoped_refptr<HttpAuthHandlerBasic> basic = new HttpAuthHandlerBasic; local
    [all...]
  /external/dbus/test/data/invalid-config-files/
truncated-file.conf 7 <includedir>basic.d</includedir>
badselinux-1.conf 7 <includedir>basic.d</includedir>
badselinux-2.conf 7 <includedir>basic.d</includedir>
  /external/dbus/test/data/equiv-config-files/basic/basic.d/
basic.conf 7 <includedir>basic.d</includedir>
  /external/dbus/test/data/equiv-config-files/entities/basic.d/
basic.conf 7 <includedir>basic.d</includedir>
  /external/dbus/test/data/valid-config-files/basic.d/
basic.conf 7 <includedir>basic.d</includedir>
  /external/dbus/dbus/
dbus-message-factory.h 30 #include <dbus/dbus-marshal-basic.h>
Android.mk 22 dbus-marshal-basic.c \
dbus-marshal-header.h 28 #include <dbus/dbus-marshal-basic.h>
  /external/dbus/test/data/equiv-config-files/entities/
entities-1.conf 8 <includedir>basic.&#100;</includedir>
  /external/dbus/test/data/valid-config-files/
basic.conf 7 <includedir>basic.d</includedir>
entities.conf 8 <includedir>basic.&#100;</includedir>
many-rules.conf 7 <includedir>basic.d</includedir>
  /external/proguard/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)
  /external/webkit/LayoutTests/storage/domstorage/script-tests/
clear.js 1 description("Test basic dom storage .clear() functionality.");
  /external/chromium/third_party/icu/source/test/intltest/
punyref.c 52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro
59 /* decode_digit(cp) returns the numeric value of a basic code */
69 /* encode_digit(d,flag) returns the basic code point whose value */
82 /* flagged(bcp) tests whether a basic code point is flagged */
84 /* basic code point. */
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
142 /* Handle the basic code points: *
    [all...]
  /external/icu4c/test/intltest/
punyref.c 52 /* basic(cp) tests whether cp is a basic code point: */
53 #define basic(cp) ((punycode_uint)(cp) < 0x80) macro
59 /* decode_digit(cp) returns the numeric value of a basic code */
69 /* encode_digit(d,flag) returns the basic code point whose value */
82 /* flagged(bcp) tests whether a basic code point is flagged */
84 /* basic code point. */
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
142 /* Handle the basic code points: *
    [all...]
  /external/chromium/third_party/icu/source/common/
caniter.cpp 341 Hashtable basic(status);
347 basic.setValueDeleter(uhash_deleteUnicodeString);
351 getEquivalents2(&basic, USeg, segLen, status);
359 //Iterator it = basic.iterator();
360 ne = basic.nextElement(el);
391 ne = basic.nextElement(el);
  /external/icu4c/common/
caniter.cpp 343 Hashtable basic(status);
349 basic.setValueDeleter(uhash_deleteUnicodeString);
353 getEquivalents2(&basic, USeg, segLen, status);
361 //Iterator it = basic.iterator();
362 ne = basic.nextElement(el);
393 ne = basic.nextElement(el);
  /external/openssl/crypto/des/
FILES0 30 ecb_enc.c - des_ecb_encrypt() source, this contains the basic DES code.

Completed in 170 milliseconds

1 2