HomeSort by relevance Sort by last modified time
    Searched defs:saw (Results 1 - 12 of 12) sorted by null

  /system/security/keystore/
keystore_cli.cpp 148 static int saw(sp<IKeystoreService> service, const String16& name, int uid) { function
150 int32_t ret = service->saw(name, uid, &matches);
152 fprintf(stderr, "saw: could not connect: %d\n", ret);
155 fprintf(stderr, "saw: %s (%d)\n", responses[ret], ret);
196 if (strcmp(argv[1], "saw") == 0) {
197 return saw(service, argc < 3 ? String16("") : String16(argv[2]),
IKeystoreService.cpp 172 virtual int32_t saw(const String16& name, int uid, Vector<String16>* matches) function in class:android::BpKeystoreService
178 status_t status = remote()->transact(BnKeystoreService::SAW, data, &reply);
180 ALOGD("saw() could not contact remote: %d\n", status);
190 ALOGD("saw() caught exception %d\n", err);
652 case SAW: {
657 int32_t ret = saw(name, uid, &matches);
keystore.cpp 1551 int32_t saw(const String16& prefix, int targetUid, Vector<String16>* matches) { function in class:android::KeyStoreProxy
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
InstrumentationTestSuiteBuilderTest.java 49 assertTrue(recorder.saw("InstrumentationTest.testInstrumentation"));
95 public boolean saw(String testName) { method in class:InstrumentationTestSuiteBuilderTest.SuiteExecutionRecorder
108 return saw(testName) && !failed(testName) && !errored(testName);
UnitTestSuiteBuilderTest.java 49 assertFalse(recorder.saw("InstrumentationTest.testInstrumentation"));
88 public boolean saw(String testName) { method in class:UnitTestSuiteBuilderTest.SuiteExecutionRecorder
101 return saw(testName) && !failed(testName) && !errored(testName);
  /frameworks/base/keystore/java/android/security/
KeyStore.java 148 public String[] saw(String prefix, int uid) { method in class:KeyStore
150 return mBinder.saw(prefix, uid);
157 public String[] saw(String prefix) { method in class:KeyStore
158 return saw(prefix, UID_SELF);
  /frameworks/base/core/java/android/security/
IKeystoreService.java 137 public String[] saw(String name, int uid) throws RemoteException { method in class:IKeystoreService.Stub.Proxy
563 public String[] saw(String name, int uid) throws RemoteException; method in interface:IKeystoreService
  /frameworks/base/test-runner/tests/src/android/test/
AndroidTestRunnerTest.java 78 assertTrue(testListenerStub.saw("testOne"));
92 assertTrue(testListenerStub.saw("testOneAndroid"));
105 assertTrue(testListenerStub.saw("testOneAndroid"));
121 assertTrue(testListenerStub.saw("testOneAndroid"));
193 assertTrue(testListenerStub.saw("testFail"));
277 public boolean saw(String testName) { method in class:AndroidTestRunnerTest.TestListenerStub
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 54 u32 saw; /* Source Address Word */ member in struct:dsp_basic_dma_req
127 basicReq.saw, for outgoing streams)
446 sublist at the DMA source address word (sub_list_ptr->basic_req.saw).
448 output task advances sub_list_ptr->basic_req.saw past the samples
449 consumed. SPuD must initialize the sub_list_ptr->basic_req.saw
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
cs46xx_dsp_scb_types.h 54 u32 saw; /* Source Address Word */ member in struct:dsp_basic_dma_req
127 basicReq.saw, for outgoing streams)
446 sublist at the DMA source address word (sub_list_ptr->basic_req.saw).
448 output task advances sub_list_ptr->basic_req.saw past the samples
449 consumed. SPuD must initialize the sub_list_ptr->basic_req.saw
  /external/chromium_org/third_party/icu/source/test/intltest/
numfmtst.cpp 2176 UnicodeString saw; local
2212 UnicodeString saw; local
    [all...]
  /external/icu4c/test/intltest/
numfmtst.cpp 2444 UnicodeString saw; local
2480 UnicodeString saw; local
    [all...]

Completed in 210 milliseconds