/external/llvm-project/polly/lib/External/isl/include/isl/ |
D | cpp-checked-conversion.h | 18 return checked::manage(obj.copy()); in check() 22 return manage(obj.copy()); in uncheck() 26 return checked::manage(obj.copy()); in check() 30 return manage(obj.copy()); in uncheck() 34 return checked::manage(obj.copy()); in check() 38 return manage(obj.copy()); in uncheck() 42 return checked::manage(obj.copy()); in check() 46 return manage(obj.copy()); in uncheck() 50 return checked::manage(obj.copy()).as<checked::ast_expr_id>(); in check() 54 return manage(obj.copy()).as<ast_expr_id>(); in uncheck() [all …]
|
D | isl-noexceptions.h | 57 friend boolean manage(isl_bool val); 86 inline boolean manage(isl_bool val) { in manage() function 112 friend stat manage(isl_stat val); 142 inline stat manage(isl_stat val) in manage() function 222 inline aff manage(__isl_take isl_aff *ptr); 226 friend inline aff manage(__isl_take isl_aff *ptr); 323 inline aff_list manage(__isl_take isl_aff_list *ptr); 327 friend inline aff_list manage(__isl_take isl_aff_list *ptr); 366 inline ast_build manage(__isl_take isl_ast_build *ptr); 370 friend inline ast_build manage(__isl_take isl_ast_build *ptr); [all …]
|
D | cpp-checked.h | 66 friend boolean manage(isl_bool val); 108 inline boolean manage(isl_bool val) { in manage() function 134 friend stat manage(isl_stat val); 160 inline stat manage(isl_stat val) in manage() function 172 friend size manage(isl_size val); 198 inline size manage(isl_size val) in manage() function 295 inline aff manage(__isl_take isl_aff *ptr); 299 friend inline aff manage(__isl_take isl_aff *ptr); 351 inline aff_list manage(__isl_take isl_aff_list *ptr); 355 friend inline aff_list manage(__isl_take isl_aff_list *ptr); [all …]
|
D | cpp.h | 359 inline aff manage(__isl_take isl_aff *ptr); 363 friend inline aff manage(__isl_take isl_aff *ptr); 415 inline aff_list manage(__isl_take isl_aff_list *ptr); 419 friend inline aff_list manage(__isl_take isl_aff_list *ptr); 453 inline ast_build manage(__isl_take isl_ast_build *ptr); 457 friend inline ast_build manage(__isl_take isl_ast_build *ptr); 503 inline ast_expr manage(__isl_take isl_ast_expr *ptr); 507 friend inline ast_expr manage(__isl_take isl_ast_expr *ptr); 1108 inline ast_node manage(__isl_take isl_ast_node *ptr); 1112 friend inline ast_node manage(__isl_take isl_ast_node *ptr); [all …]
|
/external/llvm-project/polly/lib/External/isl/ |
D | isl_test_cpp-checked.cc | 100 assert(isl::manage(isl_bool_true).is_true()); in test_return_bool() 101 assert(!isl::manage(isl_bool_true).is_false()); in test_return_bool() 102 assert(!isl::manage(isl_bool_true).is_error()); in test_return_bool() 104 assert(isl::manage(isl_bool_false).is_false()); in test_return_bool() 105 assert(!isl::manage(isl_bool_false).is_true()); in test_return_bool() 106 assert(!isl::manage(isl_bool_false).is_error()); in test_return_bool() 108 assert(isl::manage(isl_bool_error).is_error()); in test_return_bool() 109 assert(!isl::manage(isl_bool_error).is_true()); in test_return_bool() 110 assert(!isl::manage(isl_bool_error).is_false()); in test_return_bool()
|
/external/autotest/site_utils/ |
D | clear.sh | 27 ${AUTOTEST_DIR}/frontend/manage.py dbshell <<END 33 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput 34 ${AUTOTEST_DIR}/frontend/manage.py syncdb --noinput
|
/external/guice/extensions/jmx/src/com/google/inject/tools/jmx/ |
D | Manager.java | 41 public static void manage(String domain, Injector injector) { in manage() method in Manager 42 manage(ManagementFactory.getPlatformMBeanServer(), domain, injector); in manage() 49 public static void manage(MBeanServer server, String domain, Injector injector) { in manage() method in Manager 97 manage(args[0], injector); in main()
|
/external/llvm-project/polly/lib/External/isl/cpp/ |
D | cpp-checked.h.pre | 42 friend boolean manage(isl_bool val); 84 inline boolean manage(isl_bool val) { 110 friend stat manage(isl_stat val); 136 inline stat manage(isl_stat val) 148 friend size manage(isl_size val); 174 inline size manage(isl_size val)
|
/external/llvm-project/polly/lib/Support/ |
D | SCEVAffinator.cpp | 70 PWAC0.first = isl::manage(Fn(PWAC0.first.release(), PWAC1.first.release())); in combine() 94 PWAC.first = isl::manage(isl_pw_aff_union_add( in interpretAsUnsigned() 105 isl::manage(isl_set_union(PWAC.second.release(), isl_set_copy(NegDom))); in takeNonNegativeAssumption() 108 recordAssumption(RecordedAssumptions, UNSIGNED, isl::manage(Restriction), DL, in takeNonNegativeAssumption() 168 isl::manage(getWidthExpValOnDomain(Width - 1, Domain.release())); in addModuloSemantic() 222 PWAC = getPWACtxFromPWA(isl::manage(isl_pw_aff_alloc(Domain, Affine))); in visit() 266 isl::manage(isl_pw_aff_from_aff(isl_aff_val_on_domain(ls, v)))); in visitConstant() 302 recordAssumption(RecordedAssumptions, UNSIGNED, isl::manage(OutOfBoundsDom), in visitTruncateExpr() 417 Step.first = Step.first.mul(isl::manage(LPwAff)); in visitAddRecExpr() 491 DivisorPWAC.first = DivisorPWAC.first.add(isl::manage(WidthExpPWA)); in visitUDivExpr()
|
/external/selinux/python/sepolicy/sepolicy/help/ |
D | start.txt | 6 Alternatively you can select to manage SELinux on the system, lockdown the system via SELinux. Yo…
|
/external/llvm-project/polly/lib/Transform/ |
D | ScheduleTreeTransform.cpp | 193 isl::manage(isl_schedule_node_band_get_partial_schedule(Band.get())); in visitBand() 200 NewNode = isl::manage(isl_schedule_node_band_set_permutable( in visitBand() 204 NewNode = isl::manage(isl_schedule_node_band_member_set_coincident( in visitBand() 227 Result = isl::manage( in visitSet() 324 NewNode = isl::manage( in visitSet() 344 isl::manage(isl_schedule_node_band_get_partial_schedule(OldNode.get())); in visitBand() 377 NewNode = isl::manage(isl_schedule_node_band_set_permutable( in visitBand() 381 NewNode = isl::manage(isl_schedule_node_band_member_set_coincident( in visitBand() 426 isl::manage(isl_schedule_node_band_get_ast_build_options(Band.get()))); in visitBand()
|
D | ScheduleOptimizer.cpp | 403 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in prevectSchedBand() 408 Node = isl::manage( in prevectSchedBand() 413 Node = isl::manage(isl_schedule_node_band_split(Node.release(), 1)); in prevectSchedBand() 414 Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in prevectSchedBand() 418 isl::manage(isl_schedule_node_band_tile(Node.release(), Sizes.release())); in prevectSchedBand() 425 Node = isl::manage(isl_schedule_node_band_sink(Node.release())); in prevectSchedBand() 438 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in tileNode() 452 isl::manage(isl_schedule_node_band_tile(Node.release(), Sizes.release())); in tileNode() 504 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in isTileableBandNode() 536 auto Space = isl::manage(isl_schedule_node_band_get_space(Node.get())); in standardBandOpts() [all …]
|
/external/tcpdump/ |
D | .gitattributes | 1 # manage core stuff for LF normalization
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads/ |
D | README.md | 24 This demonstrates how to safely manage asynchronously generated content
|
/external/python/google-api-python-client/samples/ |
D | README.md | 5 Lets you manage your Ad Exchange Buyer account. 34 View and manage your Google Analytics data. 77 Lets you view and manage jobs in a Coordinate team. 123 Lets you manage permission levels and related settings of a group. 215 Lets you manage your tasks and task lists. 249 Lets you create, inspect, and manage `goo.gl` short URLs.
|
/external/pigweed/pw_chrono_freertos/ |
D | docs.rst | 18 used to manage overflows in a thread and interrupt safe manner to produce a
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | codegen-prepare-extload.ll | 32 ; Check that we manage to form a zextload is an operation with only one 57 ; Check that we manage to form a sextload is an operation with only one 82 ; Check that we manage to form a zextload is an operation with two 121 ; Check that we manage to form a sextload is an operation with two 188 ; Check that we manage to form a zextload after promoting and merging 222 ; Check that we manage to form a sextload after promoting and merging 256 ; Check that we manage to catch all the extload opportunities that are exposed
|
/external/llvm/test/CodeGen/X86/ |
D | codegen-prepare-extload.ll | 32 ; Check that we manage to form a zextload is an operation with only one 57 ; Check that we manage to form a sextload is an operation with only one 82 ; Check that we manage to form a zextload is an operation with two 121 ; Check that we manage to form a sextload is an operation with two 188 ; Check that we manage to form a zextload after promoting and merging 222 ; Check that we manage to form a sextload after promoting and merging 256 ; Check that we manage to catch all the extload opportunities that are exposed
|
/external/pigweed/pw_chrono_threadx/ |
D | docs.rst | 17 InterruptSpinLock is used to manage overflows in a thread and interrupt safe
|
/external/nos/host/generic/ |
D | README.md | 17 interface to manage a connection and exchange data and a generator for RPC stubs
|
/external/pigweed/pw_chrono_embos/ |
D | docs.rst | 17 InterruptSpinLock is used to manage overflows in a thread and interrupt safe
|
/external/libwebsockets/minimal-examples/ws-server/minimal-ws-server-threads-smp/ |
D | README.md | 37 This demonstrates how to safely manage asynchronously generated content
|
/external/kmod/libkmod/ |
D | README | 17 Every user should create and manage it's own library context with:
|
/external/llvm-project/llvm/test/Transforms/SimpleLoopUnswitch/ |
D | pr37888.ll | 5 ; again, but manage to delete the loop before ever getting to iterate on it, it
|
/external/eigen/cmake/ |
D | FindBLASEXT.cmake | 19 # The following variables have been added to manage links with sequential or multithreaded 315 "\n we manage two lists of libs, one sequential and one parallel if found" 342 "\n we manage two lists of libs, one sequential and one parallel if found" 359 "\n we manage two lists of libs, one sequential and one parallel if found"
|