/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | Metrowerks_Shell_Suite.py | 22 Keyword argument To_Segment: Segment number into which to add the file(s) 798 which = 'BW00' variable in _Prop_Browser_Keywords 802 which = 'BW01' variable in _Prop_Classes_Color 806 which = 'BW02' variable in _Prop_Constants_Color 810 which = 'BW03' variable in _Prop_Enums_Color 814 which = 'BW04' variable in _Prop_Functions_Color 818 which = 'BW05' variable in _Prop_Globals_Color 822 which = 'BW06' variable in _Prop_Macros_Color 826 which = 'BW10' variable in _Prop_Template_Commands_in_Menu 830 which = 'BW07' variable in _Prop_Templates_Color [all …]
|
/aosp_15_r20/external/openscreen/tools/cddl/ |
H A D | sema.cc | 40 switch (which) { in ~CddlType() 41 case CddlType::Which::kDirectChoice: in ~CddlType() 44 case CddlType::Which::kValue: in ~CddlType() 47 case CddlType::Which::kId: in ~CddlType() 50 case CddlType::Which::kMap: in ~CddlType() 52 case CddlType::Which::kArray: in ~CddlType() 54 case CddlType::Which::kGroupChoice: in ~CddlType() 56 case CddlType::Which::kGroupnameChoice: in ~CddlType() 58 case CddlType::Which::kTaggedType: in ~CddlType() 66 switch (which) { in ~Entry() [all …]
|
H A D | codegen.cc | 50 // Returns a string which represents the C++ type of |cpp_type|. Returns an 54 switch (cpp_type.which) { in CppTypeToString() 55 case CppType::Which::kUint64: in CppTypeToString() 57 case CppType::Which::kString: in CppTypeToString() 59 case CppType::Which::kBytes: { in CppTypeToString() 68 case CppType::Which::kVector: { in CppTypeToString() 75 case CppType::Which::kEnum: in CppTypeToString() 77 case CppType::Which::kStruct: in CppTypeToString() 79 case CppType::Which::kTaggedType: in CppTypeToString() 184 dprintf(fd, " return this->which == other.which"); in WriteDiscriminatedUnionEqualityOperator() [all …]
|
H A D | sema.h | 25 enum class Which { enum 61 Which which; member 94 const CddlType::Which& which) { 95 switch (which) { 96 case CddlType::Which::kDirectChoice: 99 case CddlType::Which::kValue: 102 case CddlType::Which::kId: 105 case CddlType::Which::kMap: 108 case CddlType::Which::kArray: 111 case CddlType::Which::kGroupChoice: [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | BatteryStats.java | 333 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "rpm", state/voter name, total time, total count, 345 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "wl", name, 353 // BATTERY_STATS_CHECKIN_VERSION, uid, which, "awl", 362 * BATTERY_STATS_CHECKIN_VERSION, uid, which, "jbd", 456 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT 459 public abstract int getCountLocked(int which); in getCountLocked() argument 477 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT 479 public abstract long getCountLocked(int which); in getCountLocked() argument 501 * @param which one of STATS_SINCE_CHARGED, STATS_SINCE_UNPLUGGED, or STATS_CURRENT 503 public abstract long[] getCountsLocked(int which); in getCountsLocked() argument [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/testdata/ |
D | Isaac.Newton-Opticks.txt | 50 and the last Proposition of the Second, which were since put together 61 _The Crowns of Colours, which sometimes appear about the Sun and Moon, I 65 Experiments which I intended when I was about these Matters, nor 66 repeated some of those which I did try, until I had satisfied my self 72 by Dr._ Wallis, _I mention'd a Method by which I had found some general 74 Conic Sections, or other the simplest Figures with which they may be 80 Kind, which was also written many Years ago, and made known to some 111 from thence, where may be found the Demonstrations, which the Author 132 order to which I shall premise the following Definitions and Axioms. 145 Contemporary; because in the same place you may stop that which comes [all …]
|
/aosp_15_r20/prebuilts/go/linux-x86/src/compress/bzip2/testdata/ |
D | Isaac.Newton-Opticks.txt.bz2 | ... ,
50and the last Proposition of the Second, which were since put together
51out of scatter'd Papers ... |
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A D | uprops.cpp | 160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument 174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains() 177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 194 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 211 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert() [all …]
|
/aosp_15_r20/external/grpc-grpc/src/core/lib/transport/ |
H A D | metadata_batch.h | 833 template <typename Which, typename Ignored = void> 836 template <typename Which> 837 struct Value<Which, absl::enable_if_t<Which::kRepeatable == false && 838 IsEncodableTrait<Which>::value, 841 explicit Value(const typename Which::ValueType& value) : value(value) {} 842 explicit Value(typename Which::ValueType&& value) 843 : value(std::forward<typename Which::ValueType>(value)) {} 853 encoder->Encode(Which(), value); 860 LogKeyValueTo(Which::key(), value, Which::DisplayValue, log_fn); 862 using StorageType = typename Which::ValueType; [all …]
|
H A D | parsed_metadata.h | 48 template <typename Which> 51 (std::is_trivial<typename Which::MementoType>::value && 52 sizeof(typename Which::MementoType) <= sizeof(grpc_slice)) || 53 std::is_same<typename Which::MementoType, Duration>::value; 120 // Construct metadata from a trait Which of MetadataContainer. 123 template <typename Which> 125 Which, in ParsedMetadata() argument 126 absl::enable_if_t<metadata_detail::HasSimpleMemento<Which>::value, in ParsedMetadata() 127 typename Which::MementoType> in ParsedMetadata() 130 : vtable_(ParsedMetadata::template TrivialTraitVTable<Which>()), in ParsedMetadata() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/transport/ |
D | metadata_batch.h | 769 template <typename Which, typename Ignored = void> 772 template <typename Which> 773 struct Value<Which, absl::enable_if_t<Which::kRepeatable == false && 774 IsEncodableTrait<Which>::value, 777 explicit Value(const typename Which::ValueType& value) : value(value) {} 778 explicit Value(typename Which::ValueType&& value) 779 : value(std::forward<typename Which::ValueType>(value)) {} 789 encoder->Encode(Which(), value); 796 LogKeyValueTo(Which::key(), value, Which::DisplayValue, log_fn); 798 using StorageType = typename Which::ValueType; [all …]
|
D | parsed_metadata.h | 48 template <typename Which> 51 (std::is_trivial<typename Which::MementoType>::value && 52 sizeof(typename Which::MementoType) <= sizeof(grpc_slice)) || 53 std::is_same<typename Which::MementoType, Duration>::value; 120 // Construct metadata from a trait Which of MetadataContainer. 123 template <typename Which> 125 Which, in ParsedMetadata() argument 126 absl::enable_if_t<metadata_detail::HasSimpleMemento<Which>::value, in ParsedMetadata() 127 typename Which::MementoType> in ParsedMetadata() 130 : vtable_(ParsedMetadata::template TrivialTraitVTable<Which>()), in ParsedMetadata() [all …]
|
/aosp_15_r20/external/icu/icu4c/source/common/ |
H A D | uprops.cpp | 160 typedef UBool BinaryPropertyContains(const BinaryProperty &prop, UChar32 c, UProperty which); 168 static UBool defaultContains(const BinaryProperty &prop, UChar32 c, UProperty /*which*/) { in defaultContains() 173 static UBool caseBinaryPropertyContains(const BinaryProperty &/*prop*/, UChar32 c, UProperty which)… in caseBinaryPropertyContains() argument 174 return static_cast<UBool>(ucase_hasBinaryProperty(c, which)); in caseBinaryPropertyContains() 177 static UBool isBidiControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isBidiControl() 181 static UBool isMirrored(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isMirrored() 185 static UBool isJoinControl(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in isJoinControl() 194 …UBool hasFullCompositionExclusion(const BinaryProperty &/*prop*/, UChar32 c, UProperty /*which*/) { in hasFullCompositionExclusion() 208 static UBool isNormInert(const BinaryProperty &/*prop*/, UChar32 c, UProperty which) { in isNormInert() argument 211 (UNormalizationMode)(which-UCHAR_NFD_INERT+UNORM_NFD), errorCode); in isNormInert() [all …]
|
/aosp_15_r20/external/e2fsprogs/doc/RelNotes/ |
H A D | v1.42.txt | 7 Fixed a bug which could cause e2fsck to corrupt Hurd file systems. 10 Fixed a deadlock which occurs when using systemd and e2fsck.conf's 13 Fixed a bug which could cause programs using libext2's inode table 33 Fixed a bug which could cause badblocks to crash if there are millions 71 s_first_meta_bg field, which had previously caused all e2fsprogs 82 freshly created file system, as well as allowing mke2fs commands which 94 Fix a bug which could cause resize2fs to get confused and produce a 97 format, but which no longer needs to use the meta_bg file system 109 Add a new debugfs command, "inode_dump", which prints the inode in hex 152 Add a new function ext2s_inode_size_set() which takes care of all of [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/ |
H A D | WallpaperManager.java | 210 * which allows them to provide a custom large icon associated with this action. 405 // flags for which kind of wallpaper to act on 523 @SetWallpaperFlags int which) { in CachedWallpaper() argument 526 mWhich = which; in CachedWallpaper() 533 boolean isValid(int userId, @SetWallpaperFlags int which) { in isValid() argument 534 return userId == mCachedWallpaperUserId && which == mWhich in isValid() 585 * @param displayId Caller comes from which display 605 @NonNull List<RectF> regions, int which, int userId, int displayId) { in addOnColorsChangedListener() argument 617 mService.addOnLocalColorsChangedListener(mLocalColorCallback, regions, which, in addOnColorsChangedListener() 627 @NonNull LocalWallpaperColorConsumer callback, int which, int userId, in removeOnColorsChangedListener() argument [all …]
|
/aosp_15_r20/system/logging/liblog/ |
H A D | event_tag_map.cpp | 64 for (size_t which = 0; which < NUM_MAPS; ++which) { in ~EventTagMap() local 65 if (mapAddr[which]) { in ~EventTagMap() 66 munmap(mapAddr[which], mapLen[which]); in ~EventTagMap() 67 mapAddr[which] = 0; in ~EventTagMap() 222 static int parseMapLines(EventTagMap* map, size_t which) { in parseMapLines() argument 223 const char* cp = static_cast<char*>(map->mapAddr[which]); in parseMapLines() 224 size_t len = map->mapLen[which]; in parseMapLines() 231 which, len); in parseMapLines() 233 if (which) { // do not propagate errors for other files in parseMapLines() 253 if (!which || (errno != EMLINK)) { in parseMapLines() [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/core/sdk-core/src/main/java/software/amazon/awssdk/core/document/ |
H A D | Document.java | 301 …* @param stringValue String value which will be used to create a Document to be inserted in a Docu… 302 * @return Builder which provides APIs to put Key Value pair to a Document Map. 309 …* @param numberValue Number value which will be used to create a Document to be inserted in a Docu… 310 * @return Builder which provides APIs to put Key Value pair to a Document Map. 317 …* @param numberValue Integer value which will be used to create a Document to be inserted in a Doc… 318 * @return Builder which provides APIs to put Key Value pair to a Document Map. 325 …* @param numberValue long value which will be used to create a Document to be inserted in a Docume… 326 * @return Builder which provides APIs to put Key Value pair to a Document Map. 333 …* @param numberValue double value which will be used to create a Document to be inserted in a Docu… 334 * @return Builder which provides APIs to put Key Value pair to a Document Map. [all …]
|
/aosp_15_r20/external/coreboot/src/mainboard/cavium/cn8100_sff_evb/ |
H A D | ddr4-common.dtsi | 19 which node the value is for. Node must be 0-3. Optional. */ 28 which node the value is for. Node must be 0-3. Optional. */ 38 specifies which LMC the value is for. LMC must be 41 which node the value is for. Node must be 0-3. Optional. */ 52 specifies which LMC the value is for. LMC must be 55 which node the value is for. Node must be 0-3. Optional. */ 75 specifies which LMC the value is for. LMC must be 78 which node the value is for. Node must be 0-3. Optional. */ 109 specifies which LMC the value is for. LMC must be 112 which node the value is for. Node must be 0-3. Optional. */ [all …]
|
/aosp_15_r20/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Standard_Suite.py | 92 which = 'vers' variable in version 96 which = 'pnam' variable in name 100 which = 'comt' variable in comment 104 which = 'dVer' variable in driver_version 108 which = 'otto' variable in nonejectable_mode 112 which = 'PSaL' variable in save_log_file 116 which = 'PTlk' variable in use_speech 120 which = 'PSSP' variable in smart_Save_As 124 which = 'PVeC' variable in checksum_verification 128 which = 'PVeS' variable in signature_verification [all …]
|
/aosp_15_r20/external/pigweed/pw_protobuf/py/pw_protobuf/ |
H A D | codegen_pwpb.py | 152 field: the ProtoMessageField to which the method belongs. 153 scope: the ProtoNode namespace in which the method is being defined. 660 # which is encoded as one record per entry. 689 """Method which returns a sub-message encoder.""" 715 """Method which returns a sub-message decoder.""" 738 """Method which reads a proto submessage.""" 751 """Property which contains a sub-message.""" 826 """Method which returns a bytes reader.""" 845 """Method which writes a proto double value.""" 855 """Method which writes a packed list of doubles.""" [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Type_Definitions.py | 27 which = 'colr' variable in _Prop_color 31 which = 'pidx' variable in _Prop_index 35 which = 'pnam' variable in _Prop_name 43 which = 'barr' variable in _Prop_button_view_arrangement 47 which = 'bisz' variable in _Prop_button_view_icon_size 51 which = 'sfsz' variable in _Prop_calculates_folder_sizes 55 which = 'dela' variable in _Prop_delay_before_springing 59 which = 'lisz' variable in _Prop_list_view_icon_size 63 which = 'scom' variable in _Prop_shows_comments 67 which = 'scda' variable in _Prop_shows_creation_date [all …]
|
/aosp_15_r20/external/dnsmasq/ |
H A D | CHANGELOG.archive | 10 to set SO_REUSEADDR on the tcp socket which stops problems when 67 do this on multi-homed and IP aliased hosts, which violates 88 Fixed a bug which stopped dnsmasq working on a box with 91 Fixed cacheing of CNAMEs. Previously, a CNAME which pointed 98 Fixed race which could cause dnsmasq to miss the second of 102 Fixed a bug which could cause dnsmasq to fail to cache some 116 Subtle change to the logic which selects which of multiple 118 where dnsmasq continuously sends queries to a server which 119 is returning error codes and ignores one which is working. 121 release 0.994 Fixed bug which broke lookup of names in /etc/hosts [all …]
|
/aosp_15_r20/external/toybox/ |
H A D | main.c | 33 if (!toys.which && strstart(&name, toy_list->name)) return toy_list; in toy_find() 88 int i = toys.which-toy_list; in show_help() 111 else fprintf(out, "%s see %s\n", toys.which->name, s); in show_help() 128 toys.which = toy_list; in unknown() 135 long flags = toys.which->flags; in check_help() 138 if (!CFG_TOYBOX || toys.which!=toy_list) if (flags&TOYFLAG_NOHELP) return; in check_help() 141 if (CFG_TOYBOX && toys.which == toy_list && arg[1]) { in check_help() 142 toys.which = 0; in check_help() 143 if (!(toys.which = toy_find(arg[1]))) unknown(arg[1]); in check_help() 155 sprintf(toybuf, " (is not GNU %s 9.0)", toys.which->name); in check_help() [all …]
|
/aosp_15_r20/external/stg/ |
H A D | graph.h | 345 return indirection_[id.ix_].first != Which::ABSENT; 350 indirection_.emplace_back(Which::ABSENT, 0); 357 if (reference.first != Which::ABSENT) { 361 reference = {Which::SPECIAL, special_.size()}; 364 reference = {Which::POINTER_REFERENCE, pointer_reference_.size()}; 367 reference = {Which::POINTER_TO_MEMBER, pointer_to_member_.size()}; 370 reference = {Which::TYPEDEF, typedef_.size()}; 373 reference = {Which::QUALIFIED, qualified_.size()}; 376 reference = {Which::PRIMITIVE, primitive_.size()}; 379 reference = {Which::ARRAY, array_.size()}; [all …]
|
/aosp_15_r20/external/openthread/tests/scripts/thread-cert/ |
H A D | v1_2_test_multicast_registration.py | 68 …2) Bring up MED_1_2, which attaches to Thread 1.2 parent, only register MA with scope larger than … 69 …a) add MA1_LINKLOCAL which would NOT be registered in AddressRegistrationTLV of Child Update Reque… 70 … b) add MA2_ADMINSCOPE which would be registered in AddressRegistrationTLV of Child Update Request. 72 …3) Bring up SED_1_2, which attaches to Thread 1.2 parent, register any external MA for indirect tr… 73 a) add MA1_LINKLOCAL which would be registered in AddressRegistrationTLV of Child Update Request 74 … b) add MA2_ADMINSCOPE which would be registered in AddressRegistrationTLV of Child Update Request. 76 4) Bring up MED_1_1, which attaches to Thread 1.2 parent, not register any external MA. 77 …a) add MA1_LINKLOCAL which would NOT be registered in AddressRegistrationTLV of Child Update Reque… 78 …b) add MA2_ADMINSCOPE which would NOT be registered in AddressRegistrationTLV of Child Update Requ… 80 …5) Bring up SED_1_1, which attaches to Thread 1.2 parent, register any external MA for indirect tr… [all …]
|