HomeSort by relevance Sort by last modified time
    Searched refs:basic (Results 126 - 150 of 347) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
OkAuthenticator.java 62 /** Returns the authentication scheme, like {@code Basic}. */
95 /** Returns an auth credential for the Basic scheme. */
96 public static Credential basic(String userName, String password) { method in class:OkAuthenticator.Credential
101 return new Credential("Basic " + encoded);
  /frameworks/base/tests/BiDiTests/src/com/android/bidi/
BiDiTestBasic.java 40 currentView = inflater.inflate(R.layout.basic, container, false);
  /packages/screensavers/Basic/src/com/android/dreams/basic/
Colors.java 17 package com.android.dreams.basic;
  /external/chromium_org/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/deqp/framework/opengl/
gluVarType.hpp 53 VarType (DataType basicType, Precision precision); //!< Basic type constructor.
62 DataType getBasicType (void) const { DE_ASSERT(isBasicType()); return m_data.basic.type; }
63 Precision getPrecision (void) const { DE_ASSERT(isBasicType()); return m_data.basic.precision; }
100 } basic; member in union:glu::VarType::Data
  /external/icu/icu4c/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/chromium_org/third_party/icu/source/common/
caniter.cpp 344 Hashtable basic(status);
350 basic.setValueDeleter(uhash_deleteUnicodeString);
354 getEquivalents2(&basic, USeg, segLen, status);
362 //Iterator it = basic.iterator();
363 ne = basic.nextElement(el);
394 ne = basic.nextElement(el);
  /external/icu/icu4c/source/common/
caniter.cpp 345 Hashtable basic(status);
351 basic.setValueDeleter(uprv_deleteUObject);
355 getEquivalents2(&basic, USeg, segLen, status);
363 //Iterator it = basic.iterator();
364 ne = basic.nextElement(el);
395 ne = basic.nextElement(el);
  /external/clang/test/CodeGenCXX/
microsoft-abi-structors.cpp 11 namespace basic { namespace
22 // CHECK: define linkonce_odr x86_thiscallcc %"class.basic::A"* @"\01??0A@basic@@QAE@XZ"(%"class.basic::A"* returned %this)
23 // CHECK: [[THIS_ADDR:%[.0-9A-Z_a-z]+]] = alloca %"class.basic::A"*, align 4
24 // CHECK-NEXT: store %"class.basic::A"* %this, %"class.basic::A"** [[THIS_ADDR]], align 4
25 // CHECK-NEXT: [[T1:%[.0-9A-Z_a-z]+]] = load %"class.basic::A"** [[THIS_ADDR]]
26 // CHECK-NEXT: ret %"class.basic::A"* [[T1]]
32 // CHECK: define {{.*}} @"\01??1A@basic@@QAE@XZ
    [all...]
  /external/clang/test/Index/
print-type-size.cpp 5 namespace basic { namespace
16 // CHECK64: StructDecl=simple:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
17 // CHECK32: StructDecl=simple:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
40 // CHECK64: UnionDecl=u:[[@LINE+2]]:7 (Definition) [type=basic::u] [typekind=Record] [sizeof=48] [alignof=8]
41 // CHECK32: UnionDecl=u:[[@LINE+1]]:7 (Definition) [type=basic::u] [typekind=Record] [sizeof=36] [alignof=4]
48 // CHECK64: VarDecl=s1:[[@LINE+2]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=48] [alignof=8]
49 // CHECK32: VarDecl=s1:[[@LINE+1]]:8 (Definition) [type=basic::simple] [typekind=Record] [sizeof=36] [alignof=4]
  /external/clang/test/SemaCXX/
return-noreturn.cpp 18 int basic(int x) { function in namespace:abort_struct_complex_cfgs
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/share/gdb/python/gdb/
types.py 23 """Return the "basic" type of a type.
26 type_: The type to reduce to its basic type.
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
regex_constants.h 77 * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep
121 * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
126 basic = 1 << _S_basic,
149 * identical to syntax_option_type basic, except that newlines are treated

Completed in 1409 milliseconds

1 2 3 4 56 7 8 91011>>