Home
last modified time | relevance | path

Searched defs:s (Results 1 – 25 of 110) sorted by relevance

12345

/development/vndk/tools/header-checker/src/utils/
Dstring_utils.cpp30 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/
DTextWatcherWrapper.java37 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/
DGenericAccountService.java82 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/
DAccessSourcerTest.java50 String s = mWriter.toString(); in testAbstractPublic() local
59 String s = mWriter.toString(); in testPrivateFinalStatic() local
DFieldSourcerTest.java56 String s = mWriter.toString(); in testStringField() local
71 String s = mWriter.toString(); in testTemplateTypeField() local
/development/samples/browseable/CardEmulation/src/com.example.android.cardemulation/
DCardEmulationFragment.java55 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()
DAccountStorage.java39 public static void SetAccount(Context c, String s) { in SetAccount()
/development/samples/browseable/AppRestrictionEnforcer/src/com.example.android.apprestrictionenforcer/
DEasyTextWatcher.java29 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/
DTextUndoActivity.java84 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/
DShapeHolder.java85 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/
Dreproducability.c3 int repro(struct ShouldRepro *s) { in repro()
/development/tools/logblame/
Dtest_analyze.py6 def test_ParseDuration(s, expected): argument
/development/scripts/
Dcargo2android.py126 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/
DSlidingFragments.java154 AnimatorSet s = new AnimatorSet(); in slideBack() local
185 AnimatorSet s = new AnimatorSet(); in slideForward() local
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java265 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/
DShapeDrawable1.java62 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/
DConfigurationViewer.java39 String s = "Configuration\n" in onCreate() local
/development/samples/ApiDemos/src/com/example/android/apis/view/
DSwitches.java37 Switch s = (Switch) findViewById(R.id.monitored_switch); in onCreate() local
DAnimation2.java44 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
DAnimation3.java45 Spinner s = (Spinner) findViewById(R.id.spinner); in onCreate() local
/development/tools/mkstubs/tests/com/android/mkstubs/
DSourceGeneratorTest.java54 String s = sw.toString(); in testDumpClass() local
/development/samples/apkcachetest/src/com/android/apkcachetest/
DMain.java63 String s = FileUtils.readTextFile(file, 100, "..."); in readTextFile() local
/development/cmds/monkey/src/com/android/commands/monkey/
DLogger.java48 public abstract void println(String s); in println()
/development/tools/mkstubs/src/com/android/mkstubs/
DFilter.java76 public boolean accept(String s) { in accept()
/development/samples/browseable/BasicMediaRouter/src/com.example.android.basicmediarouter/
DSamplePresentation.java74 String s = getResources().getString(R.string.display_color, color); in setColor() local

12345