/dalvik/dx/src/com/android/dx/cf/iface/ |
FieldList.java | 17 package com.android.dx.cf.iface;
|
MethodList.java | 17 package com.android.dx.cf.iface;
|
ParseObserver.java | 17 package com.android.dx.cf.iface;
|
StdField.java | 17 package com.android.dx.cf.iface; 19 import com.android.dx.cf.attrib.AttConstantValue;
|
StdFieldList.java | 17 package com.android.dx.cf.iface;
|
StdMethod.java | 17 package com.android.dx.cf.iface;
|
StdMethodList.java | 17 package com.android.dx.cf.iface;
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/ |
cfadmin | 17 def help(cf, fnc=None): 42 def ls(cf): 45 _print_distributions(cf.get_all_distributions()) 47 _print_distributions(cf.get_all_streaming_distributions()) 49 def invalidate(cf, origin_or_id, *paths): 59 for d in cf.get_all_distributions(): 66 cf.create_invalidation_request(dist.id, paths) 68 def listinvalidations(cf, origin_or_id): 71 for d in cf.get_all_distributions(): 78 results = cf.get_invalidation_requests(dist.id 91 cf = boto.connect_cloudfront() variable [all...] |
/external/clang/test/CodeGen/ |
volatile-complex.c | 10 volatile _Complex float cf; variable 17 // CHECK: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4 18 // CHECK-NEXT: load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4 19 (void)(cf); 20 // CHECK-NEXT: [[R:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4 21 // CHECK-NEXT: [[I:%.*]] = load volatile float, float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4 22 // CHECK-NEXT: store volatile float [[R]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 0), align 4 23 // CHECK-NEXT: store volatile float [[I]], float* getelementptr inbounds ({ float, float }, { float, float }* @cf, i32 0, i32 1), align 4 24 (void)(cf=cf); [all...] |
/external/dexmaker/src/dx/java/com/android/dx/cf/code/ |
Merger.java | 17 package com.android.dx.cf.code;
|
/external/libcxx/test/std/utilities/function.objects/func.memfn/ |
member_data.pass.cpp | 35 const F& cf = f; local 36 assert(cf(ap) == f(ap));
|
member_function.pass.cpp | 34 const F& cf = f; local 35 assert(cf(ap) == 'a'); 48 const F& cf = f; local 49 assert(cf(ap, 2) == 'b'); 62 const F& cf = f; local 63 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_const.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_const_volatile.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_volatile.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.elem/ |
tuple.by.type.pass.cpp | 21 typedef std::complex<float> cf; typedef 23 auto t1 = std::tuple<int, std::string, cf> { 42, "Hi", { 1,2 }}; 26 assert ( std::get<cf>(t1).real() == 1 ); // find at the end 27 assert ( std::get<cf>(t1).imag() == 2 ); 31 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; 34 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
|
/hardware/ti/omap4-aah/ |
tm.c | 25 char *cf, *cb; local 45 cf = ptr[4]; 46 cf[-1] = 'a';
|
/hardware/ti/omap4xxx/ |
tm.c | 25 char *cf, *cb; local 45 cf = ptr[4]; 46 cf[-1] = 'a';
|
/libcore/ojluni/src/main/java/sun/security/util/ |
UntrustedCertificates.java | 61 CertificateFactory cf = CertificateFactory.getInstance("X.509"); local 62 X509Certificate cert = (X509Certificate)cf.generateCertificate(is); [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/func.memfn/ |
member_data.pass.cpp | 35 const F& cf = f; local 36 assert(cf(ap) == f(ap));
|
member_function.pass.cpp | 34 const F& cf = f; local 35 assert(cf(ap) == 'a'); 48 const F& cf = f; local 49 assert(cf(ap, 2) == 'b'); 62 const F& cf = f; local 63 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_const.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_const_volatile.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
member_function_volatile.pass.cpp | 36 const F& cf = f; local 37 assert(cf(ap) == 'a'); 52 const F& cf = f; local 53 assert(cf(ap, 2) == 'b'); 68 const F& cf = f; local 69 assert(cf(ap, 2, 3.5) == 'c');
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/tuple/tuple.tuple/tuple.elem/ |
tuple.by.type.pass.cpp | 19 typedef std::complex<float> cf; typedef 21 auto t1 = std::tuple<int, std::string, cf> { 42, "Hi", { 1,2 }}; 24 assert ( std::get<cf>(t1).real() == 1 ); // find at the end 25 assert ( std::get<cf>(t1).imag() == 2 ); 29 auto t2 = std::tuple<int, std::string, int, cf> { 42, "Hi", 23, { 1,2 }}; 32 assert (( std::get<cf>(t2) == cf{ 1,2 } ));
|