/development/vndk/tools/header-checker/src/utils/ |
D | string_utils.cpp | 30 std::string_view Trim(std::string_view s) { in Trim() 43 bool StartsWith(std::string_view s, std::string_view prefix) { in StartsWith() 48 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() 54 std::vector<std::string_view> Split(std::string_view s, in Split() 77 llvm::Optional<int> ParseInt(const std::string &s) { in ParseInt() 93 bool ParseBool(const std::string &s) { in ParseBool() 100 bool IsGlobPattern(std::string_view s) { in IsGlobPattern()
|
/development/samples/browseable/NfcProvisioning/src/com.example.android.nfcprovisioning/ |
D | TextWatcherWrapper.java | 37 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 42 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 47 public void afterTextChanged(Editable s) { in afterTextChanged() 52 public void onTextChanged(int id, String s); in onTextChanged()
|
/development/samples/browseable/BasicSyncAdapter/src/com.example.android.common/accounts/ |
D | GenericAccountService.java | 82 String s) { in editProperties() 88 String s, String s2, String[] strings, Bundle bundle) in addAccount() 102 Account account, String s, Bundle bundle) in getAuthToken() 108 public String getAuthTokenLabel(String s) { in getAuthTokenLabel() 114 Account account, String s, Bundle bundle) in updateCredentials()
|
/development/tools/mkstubs/tests/com/android/mkstubs/sourcer/ |
D | AccessSourcerTest.java | 50 String s = mWriter.toString(); in testAbstractPublic() local 59 String s = mWriter.toString(); in testPrivateFinalStatic() local
|
D | FieldSourcerTest.java | 56 String s = mWriter.toString(); in testStringField() local 71 String s = mWriter.toString(); in testTemplateTypeField() local
|
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/ |
D | CardEmulationFragment.java | 55 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 60 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 65 public void afterTextChanged(Editable s) { in afterTextChanged()
|
D | AccountStorage.java | 39 public static void SetAccount(Context c, String s) { in SetAccount()
|
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/ |
D | EasyTextWatcher.java | 29 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 34 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/content/ |
D | TextUndoActivity.java | 84 public void beforeTextChanged(CharSequence s, int start, int count, int after) { in beforeTextChanged() 88 public void onTextChanged(CharSequence s, int start, int before, int count) { in onTextChanged() 92 public void afterTextChanged(Editable s) { in afterTextChanged()
|
/development/samples/ApiDemos/src/com/example/android/apis/animation/ |
D | ShapeHolder.java | 85 Shape s = shape.getShape(); in setWidth() local 93 Shape s = shape.getShape(); in setHeight() local 97 public ShapeHolder(ShapeDrawable s) { in ShapeHolder()
|
/development/vndk/tools/header-checker/tests/integration/c_and_cpp/ |
D | reproducability.c | 3 int repro(struct ShouldRepro *s) { in repro()
|
/development/tools/logblame/ |
D | test_analyze.py | 6 def test_ParseDuration(s, expected): argument
|
/development/scripts/ |
D | cargo2android.py | 126 def pkg2crate_name(s): argument 138 def unquote(s): # remove quotes around str argument 144 def remove_version_suffix(s): # remove -d1.d2.d3 suffix argument 150 def short_out_name(pkg, s): # replace /.../pkg-*/out/* with .../out/* argument 154 def escape_quotes(s): # replace '"' with '\\"' argument 198 def write(self, s): argument 654 def write(self, s): argument 770 def write(self, s): argument
|
/development/samples/devbytes/animation/SlidingFragments/src/com/example/android/slidingfragments/ |
D | SlidingFragments.java | 154 AnimatorSet s = new AnimatorSet(); in slideBack() local 185 AnimatorSet s = new AnimatorSet(); in slideForward() local
|
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/ |
D | BasicAndroidKeyStoreFragment.java | 265 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in signData() local 335 Signature s = Signature.getInstance(SecurityConstants.SIGNATURE_SHA256withRSA); in verifyData() local
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
D | ShapeDrawable1.java | 62 public MyShapeDrawable(Shape s) { in MyShapeDrawable() 71 @Override protected void onDraw(Shape s, Canvas c, Paint p) { in onDraw()
|
/development/apps/Development/src/com/android/development/ |
D | ConfigurationViewer.java | 39 String s = "Configuration\n" in onCreate() local
|
/development/samples/ApiDemos/src/com/example/android/apis/view/ |
D | Switches.java | 37 Switch s = (Switch) findViewById(R.id.monitored_switch); in onCreate() local
|
D | Animation2.java | 44 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
|
D | Animation3.java | 45 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
|
/development/tools/mkstubs/tests/com/android/mkstubs/ |
D | SourceGeneratorTest.java | 54 String s = sw.toString(); in testDumpClass() local
|
/development/samples/apkcachetest/src/com/android/apkcachetest/ |
D | Main.java | 63 String s = FileUtils.readTextFile(file, 100, "..."); in readTextFile() local
|
/development/cmds/monkey/src/com/android/commands/monkey/ |
D | Logger.java | 48 public abstract void println(String s); in println()
|
/development/tools/mkstubs/src/com/android/mkstubs/ |
D | Filter.java | 76 public boolean accept(String s) { in accept()
|
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/ |
D | SamplePresentation.java | 74 String s = getResources().getString(R.string.display_color, color); in setColor() local
|