Home
last modified time | relevance | path

Searched defs:start (Results 1 – 25 of 42) sorted by relevance

12

/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/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()
/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()
/development/vndk/tools/header-checker/src/utils/
Dstring_utils.cpp29 std::string::size_type start = s.find_first_not_of(" \t\r\n"); in Trim() local
76 const char *start = s.c_str(); in ParseInt() local
/development/vndk/tools/sourcedr/ninja/
Dlist_source_file.py40 def collect_source_files(graph, start, out_dir_pattern, out_host_dir_pattern): argument
/development/samples/browseable/PermissionRequest/src/com.example.android.permissionrequest/
DSimpleWebServer.java73 public void start() { in start() method in SimpleWebServer
130 int start = line.indexOf('/') + 1; in handle() local
/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()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiEventThread.java63 public void start() { in start() method in MidiEventThread
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiEventThread.java63 public void start() { in start() method in MidiEventThread
/development/samples/Vault/src/com/example/android/vault/
DSecretKeyWrapper.java73 final Calendar start = new GregorianCalendar(); in generateKeyPair() local
DEncryptedDocument.java272 final long start = f.getFilePointer(); in readSection() local
309 final long start = f.getFilePointer(); in writeSection() local
/development/samples/KeyChainDemo/src/com/example/android/keychain/
DSecureWebServer.java91 protected void start() { in start() method in SecureWebServer
/development/tools/mkstubs/src/com/android/mkstubs/stubber/
DMethodStubber.java138 public void visitLineNumber(int line, Label start) { in visitLineNumber()
144 Label start, Label end, int index) { in visitLocalVariable()
174 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/synth/
DSimpleAudioOutput.java49 public void start(int frameRate) { in start() method in SimpleAudioOutput
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/synth/
DSimpleAudioOutput.java49 public void start(int frameRate) { in start() method in SimpleAudioOutput
/development/tools/mkstubs/src/com/android/mkstubs/sourcer/
DMethodSourcer.java206 public void visitLineNumber(int line, Label start) { in visitLineNumber()
212 Label start, Label end, int index) { in visitLocalVariable()
248 public void visitTryCatchBlock(Label start, Label end, Label handler, String type) { in visitTryCatchBlock()
/development/cmds/monkey/src/com/android/commands/monkey/
DMonkeyNetworkMonitor.java79 public void start() { in start() method in MonkeyNetworkMonitor
/development/tools/hosttestlib/src/com/android/hosttest/
DDeviceTestRunner.java59 public TestResult start(String[] args) throws Exception { in start() method in DeviceTestRunner
/development/tools/apkcheck/src/com/android/apkcheck/
DTypeUtils.java106 int start = typeName.lastIndexOf("."); in classNameOnly() local
/development/samples/browseable/BasicAndroidKeyStore/src/com.example.android.basicandroidkeystore/
DBasicAndroidKeyStoreFragment.java161 Calendar start = new GregorianCalendar(); in createKeys() local
/development/samples/browseable/Notifications/Wearable/src/com.example.android.support.wearable.notifications/
DAnimatedNotificationDisplayActivity.java70 private void createNextAnimation(boolean start) { in createNextAnimation()
/development/apps/Development/src/com/android/development/
DLogViewer.java131 static int next0(byte[] bytes, int start) { in next0()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DIsolatedService.java114 int start, int stop, int bind, int status) { in ServiceInfo()
/development/samples/ApiDemos/src/com/example/android/apis/animation/
DTransition3d.java87 private void applyRotation(int position, float start, float end) { in applyRotation()
/development/samples/ApiDemos/src/com/example/android/apis/os/
DRotationVectorDemo.java99 public void start() { in start() method in RotationVectorDemo.MyRenderer

12