/external/python/cpython3/Python/ |
D | graminit.c | 6 static arc arcs_0_0[3] = { 11 static arc arcs_0_1[1] = { 14 static arc arcs_0_2[1] = { 22 static arc arcs_1_0[3] = { 27 static arc arcs_1_1[1] = { 34 static arc arcs_2_0[1] = { 37 static arc arcs_2_1[2] = { 41 static arc arcs_2_2[1] = { 49 static arc arcs_3_0[1] = { 52 static arc arcs_3_1[1] = { [all …]
|
/external/python/cpython2/Python/ |
D | graminit.c | 6 static arc arcs_0_0[3] = { 11 static arc arcs_0_1[1] = { 14 static arc arcs_0_2[1] = { 22 static arc arcs_1_0[3] = { 27 static arc arcs_1_1[1] = { 34 static arc arcs_2_0[1] = { 37 static arc arcs_2_1[2] = { 41 static arc arcs_2_2[1] = { 49 static arc arcs_3_0[1] = { 52 static arc arcs_3_1[1] = { [all …]
|
/external/python/cpython2/Parser/ |
D | metagrammar.c | 6 static arc arcs_0_0[3] = { 11 static arc arcs_0_1[1] = { 18 static arc arcs_1_0[1] = { 21 static arc arcs_1_1[1] = { 24 static arc arcs_1_2[1] = { 27 static arc arcs_1_3[1] = { 30 static arc arcs_1_4[1] = { 40 static arc arcs_2_0[1] = { 43 static arc arcs_2_1[2] = { 51 static arc arcs_3_0[1] = { [all …]
|
/external/python/cpython3/Parser/ |
D | metagrammar.c | 6 static arc arcs_0_0[3] = { 11 static arc arcs_0_1[1] = { 18 static arc arcs_1_0[1] = { 21 static arc arcs_1_1[1] = { 24 static arc arcs_1_2[1] = { 27 static arc arcs_1_3[1] = { 30 static arc arcs_1_4[1] = { 40 static arc arcs_2_0[1] = { 43 static arc arcs_2_1[2] = { 51 static arc arcs_3_0[1] = { [all …]
|
/external/lzma/CPP/7zip/Archive/ |
D | ArchiveExports.cpp | 74 const CArcInfo &arc = *g_Arcs[formatIndex]; in CreateArchiver() 77 *outObject = arc.CreateInArchive(); in CreateArchiver() 82 if (!arc.CreateOutArchive) in CreateArchiver() 84 *outObject = arc.CreateOutArchive(); in CreateArchiver() 98 const CArcInfo &arc = *g_Arcs[formatIndex]; in GetHandlerProperty2() local 102 case NArchive::NHandlerPropID::kName: prop = arc.Name; break; in GetHandlerProperty2() 106 CLS_ARC_ID_ITEM(clsId) = arc.Id; in GetHandlerProperty2() 109 case NArchive::NHandlerPropID::kExtension: if (arc.Ext) prop = arc.Ext; break; in GetHandlerProperty2() 110 case NArchive::NHandlerPropID::kAddExtension: if (arc.AddExt) prop = arc.AddExt; break; in GetHandlerProperty2() 111 case NArchive::NHandlerPropID::kUpdate: prop = (bool)(arc.CreateOutArchive != NULL); break; in GetHandlerProperty2() [all …]
|
/external/v4l2_codec2/ |
D | C2VDAAdaptorProxy.cpp | 23 struct TypeConverter<::arc::VideoFramePlane, android::VideoFramePlane> { 24 static ::arc::VideoFramePlane Convert(const android::VideoFramePlane& plane) { in Convert() 25 return ::arc::VideoFramePlane{static_cast<int32_t>(plane.mOffset), in Convert() 32 namespace arc { namespace 34 : C2VDAAdaptorProxy(::arc::MojoProcessSupport::getLeakyInstance()) {} in C2VDAAdaptorProxy() 36 C2VDAAdaptorProxy::C2VDAAdaptorProxy(::arc::MojoProcessSupport* mojoProcessSupport) in C2VDAAdaptorProxy() 40 mRelay(new ::arc::CancellationRelay()) {} in C2VDAAdaptorProxy() 47 NotifyError(::arc::mojom::VideoDecodeAccelerator::Result::PLATFORM_FAILURE); in onConnectionError() 52 auto future = ::arc::Future<bool>::make_shared(mRelay); in establishChannel() 59 void C2VDAAdaptorProxy::establishChannelOnMojoThread(std::shared_ptr<::arc::Future<bool>> future) { in establishChannelOnMojoThread() [all …]
|
/external/autotest/site_utils/ |
D | attribute_whitelist.txt | 8 suite:arc-cts 9 suite:arc-cts-beta 10 suite:arc-cts-beta-fri 11 suite:arc-cts-beta-mon 12 suite:arc-cts-beta-sat 13 suite:arc-cts-beta-sun 14 suite:arc-cts-beta-thu 15 suite:arc-cts-beta-tue 16 suite:arc-cts-beta-wed 17 suite:arc-cts-deqp [all …]
|
/external/autotest/client/site_tests/cheets_AppCompatTest/ |
D | cheets_AppCompatTest.py | 10 from autotest_lib.client.common_lib.cros import arc 14 class cheets_AppCompatTest(arc.ArcTest): 54 arc.adb_cmd('uninstall com.hcl.actframework') 55 arc.adb_cmd('uninstall com.hcl.actframework.test') 56 arc.adb_cmd('uninstall %s' % self._pkg_name) 57 arc.adb_shell('rm -f /sdcard/autresources.xml > /dev/null') 58 arc.adb_shell('rm -f /sdcard/touchView.txt > /dev/null', 66 arc.adb_shell('am instrument -w -r -e debug false -e ' 73 arc.adb_shell('am instrument -w -r -e debug false -e ' 95 arc.adb_cmd('push %s /data/local/tmp/com.hcl.actframework' % [all …]
|
/external/v4l2_codec2/include/ |
D | C2VDAAdaptorProxy.h | 20 namespace arc { 25 namespace arc { 27 public ::arc::mojom::VideoDecodeClient { 30 explicit C2VDAAdaptorProxy(::arc::MojoProcessSupport* MojomProcessSupport); 51 void ProvidePictureBuffers(::arc::mojom::PictureBufferFormatPtr format) override; 52 void PictureReady(::arc::mojom::PicturePtr picture) override; 54 void NotifyError(::arc::mojom::VideoDecodeAccelerator::Result error) override; 57 void NotifyResetDone(::arc::mojom::VideoDecodeAccelerator::Result result); 58 void NotifyFlushDone(::arc::mojom::VideoDecodeAccelerator::Result result); 65 void establishChannelOnMojoThread(std::shared_ptr<::arc::Future<bool>> future); [all …]
|
/external/clang/test/CodeGenObjC/ |
D | arc-no-arc-exceptions.m | 1 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc… 2 // RUN: %clang_cc1 -triple x86_64-apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc… 3 …apple-darwin10 -emit-llvm -fobjc-arc -fblocks -fexceptions -fobjc-exceptions -O2 -disable-llvm-opt… 5 // The front-end should emit clang.arc.no_objc_arc_exceptions in -fobjc-arc-exceptions 12 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 13 // CHECK: call void @not() [[NUW:#[0-9]+]], !clang.arc.no_objc_arc_exceptions ! 15 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions 23 // CHECK: call void @thrower(), !clang.arc.no_objc_arc_exceptions ! 24 // CHECK: call void @not() [[NUW]], !clang.arc.no_objc_arc_exceptions ! 26 // NO-METADATA-NOT: !clang.arc.no_objc_arc_exceptions [all …]
|
/external/autotest/client/cros/multimedia/ |
D | arc_resource.py | 14 from autotest_lib.client.common_lib.cros import arc 126 arc.adb_shell('pm grant %s android.permission.%s' % ( 133 arc.adb_shell('am start -W %s' % pipes.quote(self._MICROPHONE_ACTIVITY)) 142 arc.adb_shell( 154 arc.adb_cmd('pull %s %s' % (pipes.quote(self._MICROPHONE_RECORD_PATH), 160 arc.adb_shell('rm %s' % pipes.quote(self._MICROPHONE_RECORD_PATH)) 194 arc.adb_cmd('push %s %s' % (pipes.quote(file_path), 228 arc.adb_shell('pm grant %s android.permission.%s' % ( 247 arc.adb_shell(command) 256 arc.send_keycode(self._KEYCODE_MEDIA_STOP) [all …]
|
/external/freetype/src/smooth/ |
D | ftgrays.c | 1000 FT_Vector* arc = bez_stack; in gray_render_conic() local 1005 arc[0].x = UPSCALE( to->x ); in gray_render_conic() 1006 arc[0].y = UPSCALE( to->y ); in gray_render_conic() 1007 arc[1].x = UPSCALE( control->x ); in gray_render_conic() 1008 arc[1].y = UPSCALE( control->y ); in gray_render_conic() 1009 arc[2].x = ras.x; in gray_render_conic() 1010 arc[2].y = ras.y; in gray_render_conic() 1013 if ( ( TRUNC( arc[0].y ) >= ras.max_ey && in gray_render_conic() 1014 TRUNC( arc[1].y ) >= ras.max_ey && in gray_render_conic() 1015 TRUNC( arc[2].y ) >= ras.max_ey ) || in gray_render_conic() [all …]
|
/external/autotest/client/site_tests/graphics_Gralloc/ |
D | graphics_Gralloc.py | 11 from autotest_lib.client.common_lib.cros import arc 26 class graphics_Gralloc(graphics_utils.GraphicsTest, arc.ArcTest): 37 arc.adb_root() 38 arc._android_shell('mkdir -p %s' % (_EXEC_DIR)) 47 arc.adb_cmd('-e push %s %s' % (cros_path, sdcard_path)) 50 arc._android_shell('mv %s %s' % (sdcard_path, exec_path)) 51 arc._android_shell('chmod o+rwx %s' % (exec_path)) 57 arc._android_shell('rm -rf %s' % (executable)) 70 stdout = arc._android_shell(cmd)
|
/external/clang/test/SemaObjC/ |
D | arc-system-header.m | 1 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -DNO_USE 2 // RUN: %clang_cc1 -fobjc-arc -isystem %S/Inputs %s -verify 4 #include <arc-system-header.h> 10 // expected-note@arc-system-header.h:1 {{inline function performs a conversion which is forbidden i… 11 // expected-note@arc-system-header.h:5 {{inline function performs a conversion which is forbidden i… 16 … // expected-note@arc-system-header.h:14 {{declaration uses type that is ill-formed in ARC}} 21 … // expected-note@arc-system-header.h:19 {{declaration uses type that is ill-formed in ARC}} 27 … // expected-note@arc-system-header.h:25 {{field has non-trivial ownership qualification}} 46 // expected-note@arc-system-header.h:41 4 {{declaration uses type that is ill-formed in ARC}} 47 // expected-note@arc-system-header.h:41 2 {{property 'prop' is declared unavailable here}} [all …]
|
/external/skqp/gm/ |
D | circulararcs.cpp | 183 for (auto arc : noDrawArcs) { variable 186 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 187 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint); 201 for (auto arc : arcs) { variable 202 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 205 for (auto arc : arcs) { variable 206 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint);
|
/external/skia/gm/ |
D | circulararcs.cpp | 183 for (auto arc : noDrawArcs) { variable 186 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 187 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint); 201 for (auto arc : arcs) { variable 202 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, false, paint); 205 for (auto arc : arcs) { variable 206 canvas->drawArc(arc.fOval, arc.fStart, arc.fSweep, true, paint);
|
/external/clang/test/PCH/ |
D | arc.m | 3 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include %S/Inputs/arc.h -fsyn… 6 …mit-pch -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -x objective-c-header -o %t %S/Inputs/ar… 7 // RUN: %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-only … 9 // Test error when pch's -fobjc-arc state is different. 11 …ng_cc1 -emit-pch -fblocks -triple x86_64-apple-darwin11 -x objective-c-header -o %t %S/Inputs/arc.h 12 // RUN: not %clang_cc1 -fblocks -triple x86_64-apple-darwin11 -fobjc-arc -include-pch %t -fsyntax-o…
|
/external/llvm/test/Transforms/ObjCARC/ |
D | intrinsic-use-isolated.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s 3 ; This file makes sure that clang.arc.used is removed even if no other ARC 6 declare void @clang.arc.use(...) nounwind 8 ; Kill calls to @clang.arc.use(...) 10 ; CHECK-NOT: clang.arc.use 13 call void (...) @clang.arc.use(i8* %a, i8* %b) nounwind
|
D | intrinsic-use.ll | 1 ; RUN: opt -basicaa -objc-arc -S < %s | FileCheck %s 10 declare void @clang.arc.use(...) 14 ; Ensure that we honor clang.arc.use as a use and don't miscompile 17 ; FIXME: the fact that we re-order retains w.r.t. @clang.arc.use could 26 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* %y) 32 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* [[VAL1]]) 52 call void (...) @clang.arc.use(i8* %y) nounwind 58 call void (...) @clang.arc.use(i8* %val1) nounwind 74 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* %y) 80 ; CHECK-NEXT: call void (...) @clang.arc.use(i8* [[VAL1]]) [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/ObjCARC/ |
D | intrinsic-use-isolated.ll | 1 ; RUN: opt -objc-arc-contract -S < %s | FileCheck %s 3 ; This file makes sure that clang.arc.used is removed even if no other ARC 6 declare void @clang.arc.use(...) nounwind 8 ; Kill calls to @clang.arc.use(...) 10 ; CHECK-NOT: clang.arc.use 13 call void (...) @clang.arc.use(i8* %a, i8* %b) nounwind
|
D | clang-arc-use-barrier.ll | 1 ; RUN: opt -objc-arc -S %s | FileCheck %s 5 ; Make sure ARC optimizer doesn't sink @obj_retain past @clang.arc.use. 8 ; CHECK: call void (...) @clang.arc.use( 10 ; CHECK: call void (...) @clang.arc.use( 23 call void (...) @clang.arc.use(%0* %3) 30 call void (...) @clang.arc.use(%0* %6) 44 declare void @clang.arc.use(...) local_unnamed_addr
|
/external/freetype/src/raster/ |
D | ftraster.c | 491 TPoint* arc; /* current Bezier arc pointer */ member 1211 TPoint* arc; in Bezier_Up() local 1217 arc = ras.arc; in Bezier_Up() 1218 y1 = arc[degree].y; in Bezier_Up() 1219 y2 = arc[0].y; in Bezier_Up() 1248 *top++ = arc[degree].x; in Bezier_Up() 1270 start_arc = arc; in Bezier_Up() 1276 y2 = arc[0].y; in Bezier_Up() 1280 y1 = arc[degree].y; in Bezier_Up() 1283 splitter( arc ); in Bezier_Up() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/ |
D | ld_hoist_st_sink.ll | 6 %struct.node = type { i64, %struct.node*, %struct.node*, %struct.node*, i64, %struct.arc*, i64, i64… 7 %struct.arc = type { i64, i64, i64 } 31 ; CHECK-NOT: load %struct.arc 32 %1 = load %struct.arc*, %struct.arc** %a, align 8 33 %cost = getelementptr inbounds %struct.arc, %struct.arc* %1, i64 0, i32 0 57 ; CHECK-NOT: load %struct.arc*, %struct.arc** 58 %7 = load %struct.arc*, %struct.arc** %a4, align 8 59 %cost5 = getelementptr inbounds %struct.arc, %struct.arc* %7, i64 0, i32 0
|
/external/llvm/test/Transforms/InstMerge/ |
D | ld_hoist_st_sink.ll | 6 %struct.node = type { i64, %struct.node*, %struct.node*, %struct.node*, i64, %struct.arc*, i64, i64… 7 %struct.arc = type { i64, i64, i64 } 31 ; CHECK-NOT: load %struct.arc 32 %1 = load %struct.arc*, %struct.arc** %a, align 8 33 %cost = getelementptr inbounds %struct.arc, %struct.arc* %1, i64 0, i32 0 57 ; CHECK-NOT: load %struct.arc*, %struct.arc** 58 %7 = load %struct.arc*, %struct.arc** %a4, align 8 59 %cost5 = getelementptr inbounds %struct.arc, %struct.arc* %7, i64 0, i32 0
|
/external/autotest/client/site_tests/policy_ArcVideoCaptureAllowed/ |
D | policy_ArcVideoCaptureAllowed.py | 8 from autotest_lib.client.common_lib.cros import arc 58 …arc.adb_shell('pm grant com.google.android.GoogleCameraArc android.permission.ACCESS_COARSE_LOCATI… 59 arc.adb_shell('am start -a android.media.action.IMAGE_CAPTURE') 63 return [arc.adb_shell("logcat -d | grep 'Camera device'"), 64 arc.adb_shell("logcat -d | grep 'CAMERA_DISABLED'")]
|