/external/valgrind/main/none/tests/s390x/ |
trtt.c | 13 uint64_t cc; member in struct:__anon30258 36 register uint64_t cc asm("5"); 38 cc = 2; /* cc result will never be 2 */ 43 : "=d"(cc),"+d"(desaddr),"+d"(srcaddr) 52 regs.cc = cc; 76 if (regs.cc == 0 && regs.len != 0) 77 printf("length is not zero but cc is zero\n"); 85 return regs.cc; 91 int cc; local [all...] |
/external/valgrind/main/none/tests/x86/ |
smc1.c | 72 void cc ( int x ) { dd(x, (void(*)(int)) &code[0]); } function 75 void bb ( int x ) { cc(x); }
|
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/ |
MessageHeaderViewTest.java | 28 String[] cc = makeRecipientArray("CC", 60); local 29 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc, 40 String[] cc = makeRecipientArray("CC", 10); local 42 String summary = MessageHeaderView.getRecipientSummaryText(getContext(), "", "", to, cc,
|
/external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/auth/callback/ |
ConfirmationCallbackTest.java | 34 ConfirmationCallback cc; field in class:ConfirmationCallbackTest 55 cc = new ConfirmationCallback(mt[i], ot[1], dopt[1]); 67 cc = new ConfirmationCallback(3, ot[1], dopt[1]); 71 cc = new ConfirmationCallback(mt[1], 3, dopt[1]); 75 cc = new ConfirmationCallback(mt[1], ot[1], 4); 88 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[0]); 91 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[1]); 94 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[2]); 98 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[0], dopt[3]); 111 cc = new ConfirmationCallback(ConfirmationCallback.INFORMATION, ot[1], dopt[0]) [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
UseCompoundDrawableRefactoringTest.java | 107 CompositeChange cc = new CompositeChange("Combined from unit test", local 109 cc.markAsSynthetic();
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
ClusterChainDirectory.java | 74 final ClusterChain cc = new ClusterChain(fat, false); local 75 cc.setChainLength(1); 77 bs.setRootDirFirstCluster(cc.getStartCluster()); 80 new ClusterChainDirectory(cc, true);
|
/art/jdwpspy/ |
Main.cpp | 31 01234567: 00 11 22 33 44 55 66 77 88 99 aa bb cc dd ee ff 0123456789abcdef\n 136 int cc = run("localhost", connectPort, listenPort); local 138 return (cc != 0);
|
/dalvik/vm/jdwp/ |
JdwpMain.cpp | 48 ssize_t cc = TEMP_FAILURE_RETRY(write(clientSock, expandBufGetBuffer(pReply), local 52 return cc;
|
/external/chromium_org/cc/animation/ |
animation_curve.h | 9 #include "cc/base/cc_export.h" 10 #include "cc/output/filter_operations.h" 13 namespace cc { namespace 66 } // namespace cc
|
/external/chromium_org/cc/base/ |
region.h | 12 #include "cc/base/cc_export.h" 21 namespace cc { namespace 133 } // namespace cc
|
region_unittest.cc | 5 #include "cc/base/region.h" 9 namespace cc { namespace 454 } // namespace cc
|
/external/chromium_org/cc/debug/ |
debug_rect_history.h | 11 #include "cc/layers/layer_lists.h" 15 namespace cc { namespace 112 } // namespace cc
|
devtools_instrumentation.h | 10 namespace cc { namespace 14 const char kCategory[] = "cc,devtools"; 73 } // namespace cc
|
layer_tree_debug_state.h | 9 #include "cc/base/cc_export.h" 11 namespace cc { namespace 52 } // namespace cc
|
/external/chromium_org/cc/input/ |
page_scale_animation.h | 13 namespace cc { namespace 108 } // namespace cc
|
top_controls_manager_unittest.cc | 5 #include "cc/input/top_controls_manager.h" 9 #include "cc/input/top_controls_manager_client.h" 10 #include "cc/layers/layer_impl.h" 11 #include "cc/test/fake_impl_proxy.h" 12 #include "cc/test/fake_layer_tree_host_impl.h" 13 #include "cc/trees/layer_tree_impl.h" 17 namespace cc { namespace 290 } // namespace cc
|
/external/chromium_org/cc/layers/ |
heads_up_display_layer_impl.h | 12 #include "cc/base/cc_export.h" 13 #include "cc/layers/layer_impl.h" 14 #include "cc/resources/memory_history.h" 15 #include "cc/resources/scoped_resource.h" 22 namespace cc { namespace 126 } // namespace cc
|
io_surface_layer_impl.cc | 5 #include "cc/layers/io_surface_layer_impl.h" 8 #include "cc/layers/quad_sink.h" 9 #include "cc/output/gl_renderer.h" // For the GLC() macro. 10 #include "cc/output/output_surface.h" 11 #include "cc/quads/io_surface_draw_quad.h" 12 #include "cc/trees/layer_tree_impl.h" 18 namespace cc { namespace 142 return "cc::IOSurfaceLayerImpl"; 145 } // namespace cc
|
nine_patch_layer.cc | 5 #include "cc/layers/nine_patch_layer.h" 7 #include "cc/layers/nine_patch_layer_impl.h" 8 #include "cc/resources/prioritized_resource.h" 9 #include "cc/resources/resource_update.h" 10 #include "cc/resources/resource_update_queue.h" 11 #include "cc/trees/layer_tree_host.h" 13 namespace cc { namespace 116 } // namespace cc
|
nine_patch_layer_unittest.cc | 5 #include "cc/layers/nine_patch_layer.h" 7 #include "cc/debug/overdraw_metrics.h" 8 #include "cc/resources/prioritized_resource_manager.h" 9 #include "cc/resources/resource_provider.h" 10 #include "cc/resources/resource_update_queue.h" 11 #include "cc/scheduler/texture_uploader.h" 12 #include "cc/test/fake_layer_tree_host_client.h" 13 #include "cc/test/fake_output_surface.h" 14 #include "cc/test/geometry_test_utils.h" 15 #include "cc/trees/layer_tree_host.h 27 namespace cc { namespace [all...] |
picture_layer.cc | 5 #include "cc/layers/picture_layer.h" 7 #include "cc/debug/benchmark_instrumentation.h" 8 #include "cc/debug/devtools_instrumentation.h" 9 #include "cc/layers/picture_layer_impl.h" 10 #include "cc/trees/layer_tree_impl.h" 13 namespace cc { namespace 145 } // namespace cc
|
scrollbar_layer.h | 8 #include "cc/base/cc_export.h" 9 #include "cc/input/scrollbar.h" 10 #include "cc/layers/contents_scaling_layer.h" 11 #include "cc/layers/scrollbar_theme_painter.h" 12 #include "cc/resources/layer_updater.h" 14 namespace cc { namespace 93 } // namespace cc
|
/external/chromium_org/cc/output/ |
copy_output_request.h | 10 #include "cc/base/cc_export.h" 15 namespace cc { namespace 84 } // namespace cc
|
filter_operations.cc | 7 #include "cc/output/filter_operations.h" 10 #include "cc/output/filter_operation.h" 12 namespace cc { namespace 157 } // namespace cc
|
filter_operations_unittest.cc | 5 #include "cc/output/filter_operations.h" 9 namespace cc { namespace 628 } // namespace cc
|