| /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);
 
 | 
| /packages/apps/Camera/src/com/android/camera/ | 
| PhotoController.java | 216             ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(  local 218             basic.initialize(pref);
 219             basic.setSettingChangedListener(this);
 221             mSecondPopup = basic;
 
 | 
| VideoController.java | 175             ListPrefSettingPopup basic = (ListPrefSettingPopup) inflater.inflate(  local 177             basic.initialize(pref);
 178             basic.setSettingChangedListener(this);
 180             mPopup = basic;
 
 | 
| /packages/apps/LegacyCamera/src/com/android/camera/ui/ | 
| IndicatorButton.java | 115             BasicSettingPopup basic = (BasicSettingPopup) inflater.inflate(  local 117             basic.initialize(mPreference);
 118             basic.setSettingChangedListener(this);
 119             mPopup = 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/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/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/objenesis/main/src/org/objenesis/instantiator/basic/ | 
| ObjectInputStreamInstantiator.java | 16 package org.objenesis.instantiator.basic; 
 | 
| /packages/screensavers/Basic/src/com/android/dreams/basic/ | 
| Colors.java | 17 package com.android.dreams.basic; 
 | 
| /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.0/ | 
| objenesis-1.0.jar |  | 
| /prebuilts/tools/common/m2/repository/org/objenesis/objenesis/1.2/ | 
| objenesis-1.2.jar |  | 
| /prebuilts/tools/common/objenesis/ | 
| objenesis-1.2.jar |  | 
| /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/clang/test/SemaCXX/ | 
| return-noreturn.cpp | 18   int basic(int x) {  function in namespace:abort_struct_complex_cfgs 
 | 
| /external/deqp/modules/gles3/functional/ | 
| es3fRasterizerDiscardTests.cpp | 434 	tcu::TestCaseGroup* basic	= new tcu::TestCaseGroup(m_testCtx, "basic",	"Rasterizer discard test for default framebuffer");  local 438 	addChild(basic);
 444 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_points",				"points",			4, CASE_WRITE_DEPTH,	0, GL_POINTS));
 445 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_lines",				"lines",			4, CASE_WRITE_DEPTH,	0, GL_LINES));
 446 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_strip",			"line_strip",		4, CASE_WRITE_DEPTH,	0, GL_LINE_STRIP));
 447 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_line_loop",			"line_loop",		4, CASE_WRITE_DEPTH,	0, GL_LINE_LOOP));
 448 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangles",			"triangles",		4, CASE_WRITE_DEPTH,	0, GL_TRIANGLES));
 449 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_strip",		"triangle_strip",	4, CASE_WRITE_DEPTH,	0, GL_TRIANGLE_STRIP));
 450 	basic->addChild(new RasterizerDiscardCase(m_context, "write_depth_triangle_fan",		"triangle_fan",		4, CA (…)
 [all...]
 | 
| /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/filters/ | 
| FilterBasicRepresentation.java | 81             FilterBasicRepresentation basic = (FilterBasicRepresentation) representation;  local 82             if (basic.mMinimum == mMinimum
 83                     && basic.mMaximum == mMaximum
 84                     && basic.mValue == mValue
 85                     && basic.mDefaultValue == mDefaultValue
 86                     && basic.mPreviewValue == mPreviewValue) {
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ | 
| regex_constants.h | 70    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 114    * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
 119   static constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 142    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/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   constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 149    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/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   constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 149    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ | 
| regex_constants.h | 70    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 114    * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
 119   static constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 142    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ | 
| regex_constants.h | 70    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 114    * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
 119   static constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 142    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ | 
| regex_constants.h | 70    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 114    * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
 119   static constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 142    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ | 
| regex_constants.h | 70    * elements @c ECMAScript, @c basic, @c extended, @c awk, @c grep, @c egrep 114    * that used by POSIX basic regular expressions in IEEE Std 1003.1-2001,
 119   static constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 142    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/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   constexpr syntax_option_type basic      = 1 << _S_basic;  member in namespace:regex_constants
 149    * identical to syntax_option_type basic, except that newlines are treated
 
 | 
| /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]
 
 |