Searched defs:NULL (Results 1 - 25 of 45) sorted by last modified time

12

/frameworks/wilhelm/src/
H A Dhandlers.c22 #define NULL 0 macro
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dgson-1.7.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
/frameworks/opt/setupwizard/tools/docs/
H A Ddoclava.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/ccil/ org/ccil/cowan/ org/ccil/cowan/tagsoup/ ...
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/native/libs/binder/tests/
H A DbinderLibTest.cpp77 NULL
111 wait(NULL);
133 ASSERT_TRUE(m_server != NULL);
143 if (m_server != NULL) {
170 sp<IBinder> addServer(int32_t *idPtr = NULL) argument
180 EXPECT_FALSE(binder != NULL);
182 EXPECT_TRUE(binder != NULL);
251 pthread_mutex_init(&m_waitMutex, NULL);
252 pthread_cond_init(&m_waitCond, NULL);
356 ASSERT_TRUE(server != NULL);
[all...]
/frameworks/native/libs/sensor/
H A DSensorEventQueue.cpp40 : mSensorEventConnection(connection), mRecBuffer(NULL), mAvailable(0), mConsumed(0),
87 mLooper->addFd(getFd(), getFd(), ALOOPER_EVENT_INPUT, NULL, NULL); local
100 result = looper->pollOnce(-1, NULL, &events, NULL);
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp222 return NULL;
249 NotifyConfigurationChangedArgs* outEventArgs = NULL) {
259 NotifyDeviceResetArgs* outEventArgs = NULL) {
268 void assertNotifyKeyWasCalled(NotifyKeyArgs* outEventArgs = NULL) { argument
282 void assertNotifyMotionWasCalled(NotifyMotionArgs* outEventArgs = NULL) { argument
296 void assertNotifySwitchWasCalled(NotifySwitchArgs* outEventArgs = NULL) { argument
494 return index >= 0 ? mDevices.valueAt(index) : NULL;
579 return NULL;
709 return NULL;
868 void assertProcessWasCalled(RawEvent* outLastEvent = NULL) { argument
248 assertNotifyConfigurationChangedWasCalled( NotifyConfigurationChangedArgs* outEventArgs = NULL) argument
258 assertNotifyDeviceResetWasCalled( NotifyDeviceResetArgs* outEventArgs = NULL) argument
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/compile/mclinker/include/mcld/Fragment/
H A DTargetFragment.h24 explicit TargetFragment(Fragment::Type pKind, SectionData* pSD = NULL) argument
/frameworks/base/tools/aapt/
H A DCommand.cpp53 * Returns NULL on failure.
72 return NULL;
82 * Returns NULL on failure.
86 ZipFile* zip = NULL;
99 zip = NULL;
144 ZipFile* zip = NULL;
156 if (zip == NULL) {
213 if (!assets.addAssetPath(String8(zipFileName), NULL)) {
231 if (manifestAsset == NULL) {
349 if (ctag16 == NULL) {
416 getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, String8 *outError = NULL) argument
[all...]
H A DResource.cpp110 if (mGroup != NULL && mGroupPos < mGroup->getFiles().size()) {
256 ssize_t nameIndex = block.indexOfAttribute(NULL, "package");
330 NULL,
350 status_t status = preProcessImage(mBundle, mAssets, mFile, NULL);
491 if ((strIdx=table.resolveReference(&value, 0x10000000, NULL, &specFlags)) < 0) {
501 if (pool != NULL) {
505 specFlags, strIdx, str != NULL ? String8(str).string() : "???");
516 if (pool == NULL) {
522 if ((str=pool->stringAt(value.data, &len)) == NULL) {
584 ssize_t index = parser.indexOfAttribute(NULL, "i
852 NULL, &configList.keyAt(i)); local
2206 getAttributeComment(const sp<AaptAssets>& assets, const String8& name, String16* outTypeComment = NULL) argument
[all...]
H A DResourceTable.cpp50 if (root == NULL) {
66 if (root == NULL) {
93 root->removeWhitespace(true, NULL);
95 root->removeWhitespace(false, NULL);
204 { enumArray, sizeof(enumArray)/2, ResTable_map::TYPE_ENUM, NULL },
205 { flagsArray, sizeof(flagsArray)/2, ResTable_map::TYPE_FLAGS, NULL },
206 { NULL, 0, 0, NULL }
212 { suggestedArray, sizeof(suggestedArray)/2, ResTable_map::L10N_SUGGESTED, NULL },
213 { NULL,
218 parse_flags(const char16_t* str, size_t len, const flag_entry* flags, bool* outError = NULL) argument
330 compileAttribute(const sp<AaptFile>& in, ResXMLTree& block, const String16& myPackage, ResourceTable* outTable, String16* outIdent = NULL, bool inStyleable = false) argument
4826 NULL, local
4956 NULL, local
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DBatterySaverPolicy.java49 int NULL = 0; field in interface:BatterySaverPolicy.ServiceType
/frameworks/base/packages/Osu/src/com/android/hotspot2/asn1/
H A DAsn1Tag.java9 NULL, enum constant in enum:Asn1Tag
/frameworks/base/media/jni/
H A Dandroid_media_MediaCodec.cpp123 : mClass(NULL),
124 mObject(NULL) {
126 CHECK(clazz != NULL);
146 CHECK((mCodec != NULL) != (mInitStatus != OK));
152 CHECK(mByteBufferClass != NULL);
156 CHECK(byteOrderClass.get() != NULL);
160 CHECK(nativeOrderID != NULL);
165 CHECK(mNativeByteOrderObj != NULL);
167 nativeByteOrderObj = NULL;
173 CHECK(mByteBufferOrderMethodID != NULL);
643 createCodecException( JNIEnv *env, status_t err, int32_t actionCode, const char *msg = NULL) argument
903 throwExceptionAsNecessary( JNIEnv *env, status_t err, int32_t actionCode = ACTION_CODE_FATAL, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaDrm.cpp160 virtual void notify(DrmPlugin::EventType eventType, int extra, const Parcel *obj = NULL);
172 if (clazz == NULL) {
235 if (jParcel != NULL) {
261 JNIEnv *env, status_t err, const char *msg = NULL) {
263 const char *drmMessage = NULL;
318 if (drmMessage != NULL) {
319 if (msg == NULL) {
334 return jdrm ? jdrm->getDrm() : NULL;
342 if (mDrm != NULL) {
351 mObject = NULL;
260 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaPlayer.cpp109 virtual void notify(int msg, int ext1, int ext2, const Parcel *obj = NULL);
122 if (clazz == NULL) {
124 jniThrowException(env, "java/lang/Exception", NULL);
147 if (jParcel != NULL) {
156 msg, ext1, ext2, NULL);
188 // If exception is NULL and opStatus is not OK, this method sends an error
189 // event to the client application; otherwise, if exception is not NULL and
194 if (exception == NULL) { // Don't throw exception. Instead, send an event.
201 jniThrowException(env, "java/lang/IllegalStateException", NULL);
203 jniThrowException(env, "java/lang/IllegalArgumentException", NULL);
1223 throwDrmExceptionAsNecessary(JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
H A Dandroid_media_MediaSync.cpp126 if (sync != NULL) {
129 if (old != NULL) {
143 setMediaSync(env, thiz, NULL);
147 JNIEnv *env, status_t err, const char *msg = NULL) {
162 AString msgWithErrorCode(msg == NULL ? "" : msg);
175 if (sync == NULL) {
181 if (jsurface != NULL) {
183 if (surface != NULL) {
208 if (sync == NULL) {
214 if (jaudioTrack != NULL) {
146 throwExceptionAsNecessary( JNIEnv *env, status_t err, const char *msg = NULL) argument
[all...]
/frameworks/base/core/java/android/net/
H A DUri.java131 public static final Uri EMPTY = new HierarchicalUri(null, Part.NULL,
132 PathPart.EMPTY, Part.NULL, Part.NULL);
458 "file", Part.EMPTY, path, Part.NULL, Part.NULL);
845 this.fragment = fragment == null ? Part.NULL : fragment;
1154 this.path = path == null ? PathPart.NULL : path;
1531 if (path == null || path == PathPart.NULL) {
1548 || (authority != null && authority != Part.NULL);
2002 static final Part NULL field in class:Uri.Part
2107 static final PathPart NULL = new PathPart(null, null); field in class:Uri.PathPart
[all...]
/frameworks/base/core/java/android/util/
H A DBackupUtils.java29 public static final int NULL = 0; field in class:BackupUtils
51 out.writeByte(NULL);
H A DJsonToken.java74 NULL, enum constant in enum:JsonToken
/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp56 jetPlayerEventCallback(int what, int arg1=0, int arg2=0, void* javaTarget = NULL) argument
108 if (lpJet != NULL) {
133 if (lpJet == NULL) {
142 const char *pathStr = env->GetStringUTFChars(path, NULL);
143 if (pathStr == NULL) { // Out of memory
170 if (lpJet == NULL) {
200 if (lpJet == NULL) {
222 if (lpJet == NULL) {
246 if (lpJet == NULL) {
276 if (lpJet == NULL) {
[all...]
/frameworks/av/include/media/stagefright/
H A DDataSource.h53 const KeyedVector<String8, String8> *headers = NULL,
54 String8 *contentType = NULL,
55 HTTPBase *httpSource = NULL);
108 virtual sp<DecryptHandle> DrmInitialization(const char * /*mime*/ = NULL) { argument
109 return NULL;
H A DThrottledSource.h57 virtual sp<DecryptHandle> DrmInitialization(const char *mime = NULL) { argument

Completed in 227 milliseconds

12