Searched defs:NULL (Results 1 - 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
H A DHtmlTreeBuilder.java189 static final int NULL = 0; field in class:HtmlTreeBuilder.TableFixer
204 state = NULL;
240 state = NULL;
243 state = NULL;
248 state = (tables > 0) ? IN_CELL : NULL;
257 state == NULL &&
265 X.assertTrue(state == NULL);
/packages/services/BuiltInPrintService/jni/ipphelper/
H A Dipphelper.c97 if (op_to_set == NULL) {
121 if (http == NULL) {
122 LOGE("determine_ipp_version(): http is NULL cannot continue");
140 ipp_t *request = NULL;
152 ippAddString(request, IPP_TAG_OPERATION, IPP_TAG_URI, "printer-uri", NULL, printer_uri);
155 NULL, __request_ipp_version);
156 if ((response = cupsDoRequest(http, request, http_resource)) == NULL) {
221 if (response != NULL) ippDelete(response);
235 ipp_t *request = NULL;
236 ipp_t *response = NULL;
1439 httpSetTimeout(curl_http, (double)connect_info->timeout / 1000, NULL, 0); local
[all...]
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
H A Dnj_lib.h36 #ifndef NULL
37 #define NULL 0 macro
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 235 milliseconds