/aosp12/build/soong/cc/ndk_api_coverage_parser/ |
H A D | __init__.py | 76 _, _, postfix = version.name.partition('_') 77 is_platform = postfix == 'PRIVATE' or postfix == 'PLATFORM' 78 is_deprecated = postfix == 'DEPRECATED'
|
/aosp12/frameworks/base/core/java/android/content/ |
H A D | DefaultDataHandler.java | 112 String postfix = atts.getValue(POSTFIX); in parseRow() local 113 if (postfix != null) { in parseRow() 115 postfix); in parseRow()
|
/aosp12/system/tools/hidl/hidl2aidl/ |
H A D | main.cpp | 205 std::string postfix; in aidlTranslateLibraryName() local 207 postfix = "-ndk"; in aidlTranslateLibraryName() 209 postfix = "-cpp"; in aidlTranslateLibraryName() 211 postfix = "-java"; in aidlTranslateLibraryName() 213 return AidlHelper::getAidlPackage(fqName) + "-translate" + postfix; in aidlTranslateLibraryName()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/persistentlog/ |
H A D | PersistentLogFileHandler.java | 241 byte[] postfix = new byte[ENTRY_POSTFIX.length]; in readLog() 242 inputStream.read(postfix); in readLog() 243 if (!Arrays.equals(postfix, ENTRY_POSTFIX)) { in readLog()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/broadcast/logging/ |
H A D | BroadcastDispatcherLogger.kt | 80 .joinToString(separator = ",", prefix = "Actions(", postfix = ")") 83 .joinToString(separator = ",", prefix = "Categories(", postfix = ")")
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/ |
H A D | ImageLoader.java | 76 String postfix = MimeTypeMap.getFileExtensionFromUrl(src.toString()); in getMimeType() local 78 if (postfix != null) { in getMimeType() 79 ret = MimeTypeMap.getSingleton().getMimeTypeFromExtension(postfix); in getMimeType()
|
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/util/ |
H A D | RaceConditionReproducer.java | 422 private static String prefixFromPostfixedEvent(String event, String postfix) { in prefixFromPostfixedEvent() argument 424 if (columnPos != -1 && postfix.equals(event.substring(columnPos + 1))) { in prefixFromPostfixedEvent()
|
/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/ |
H A D | WifiP2pNative.java | 353 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() argument 354 return mSupplicantP2pIfaceHal.setSsidPostfix(postfix); in setP2pSsidPostfix()
|
H A D | SupplicantP2pIfaceHal.java | 839 public boolean setSsidPostfix(String postfix) { in setSsidPostfix() argument 843 if (postfix == null) { in setSsidPostfix() 848 SupplicantResult<Void> result = new SupplicantResult("setSsidPostfix(" + postfix + ")"); in setSsidPostfix() 851 NativeUtil.decodeSsid("\"" + postfix + "\""))); in setSsidPostfix()
|
H A D | WifiP2pServiceImpl.java | 3993 String postfix; in getPersistedDeviceName() local 3995 postfix = StringUtil.generateRandomNumberString(numDigits); in getPersistedDeviceName() 4001 postfix = id.substring(0, 4); in getPersistedDeviceName() 4003 logd("the default device name: " + prefix + postfix); in getPersistedDeviceName() 4004 return prefix + postfix; in getPersistedDeviceName()
|
/aosp12/build/make/tools/ |
H A D | fat16copy.py | 141 postfix = "~" + str(index) 142 return name[:8 - len(postfix)] + postfix
|
/aosp12/frameworks/base/core/java/com/android/internal/jank/ |
H A D | InteractionJankMonitor.java | 907 public Session(@CujType int cujType, @NonNull String postfix) { in Session() argument 911 mName = TextUtils.isEmpty(postfix) in Session() 913 : String.format("J<%s::%s>", getNameOfCuj(mCujType), postfix); in Session()
|
/aosp12/frameworks/base/core/tests/coretests/src/com/android/internal/jank/ |
H A D | FrameTrackerTest.java | 108 private FrameTracker spyFrameTracker(int cuj, String postfix, boolean surfaceOnly) { in spyFrameTracker() argument 110 Session session = new Session(cuj, postfix); in spyFrameTracker()
|
/aosp12/build/make/core/ |
H A D | product_config.rbc | 92 # Second, we traverse the tree in the postfix order (i.e., visiting a 100 config_postfix = [] # Configs in postfix order 161 … fail("Ran %d modules but postfix tree has only %d entries" % (pcm_count, len(config_postfix)))
|
/aosp12/hardware/interfaces/wifi/supplicant/1.0/ |
H A D | ISupplicantP2pIface.hal | 101 * Set the postfix to be used for P2P SSID's. 103 * @param postfix String to be appended to SSID. 111 setSsidPostfix(vec<uint8_t> postfix) generates (SupplicantStatus status);
|
/aosp12/art/test/458-checker-instruct-simplification/src/ |
H A D | Main.java | 1813 public static int $noinline$runSmaliTestInt(String postfix, String name, int arg) { in $noinline$runSmaliTestInt() argument 1815 Class<?> c = Class.forName("SmaliTests" + postfix); in $noinline$runSmaliTestInt()
|
/aosp12/frameworks/base/services/tests/shortcutmanagerutils/src/com/android/server/pm/shortcutmanagertest/ |
H A D | ShortcutManagerTestUtils.java | 145 final String postfix = ", "; in extractShortcutIds() local 151 line.indexOf(prefix) + prefix.length(), line.indexOf(postfix))); in extractShortcutIds()
|
/aosp12/bootable/recovery/updater/ |
H A D | blockimg.cpp | 674 const std::string& postfix) { in GetStashFileName() argument 679 if (id.empty() && postfix.empty()) { in GetStashFileName() 682 return filename + "/" + id + postfix; in GetStashFileName()
|
/aosp12/system/update_engine/ |
H A D | README.md | 249 postfix. e.g. `/path/to/payload.bin` and `/path/to/payload.bin.json`. This
|
/aosp12/packages/inputmethods/LatinIME/dictionaries/ |
H A D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
H A D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
H A D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
H A D | cs_wordlist.combined.gz | 1dictionary=main:cs,locale=cs,description=Čeština,date=1393228134, ... |
H A D | sv_wordlist.combined.gz | 1dictionary=main:sv,locale=sv,description=Svenska,date=1414726264, ... |