/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
message.py | 183 some other encoding is used, or the header is missing, or if the 290 Return None if the header is missing instead of raising an exception. 309 Does not raise an exception if the header is missing. 323 missing = object() 324 return self.get(name, missing) is not missing 360 is missing. 447 missing = object() 448 value = self.get('content-type', missing) 449 if value is missing [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
message.py | 183 some other encoding is used, or the header is missing, or if the 290 Return None if the header is missing instead of raising an exception. 309 Does not raise an exception if the header is missing. 323 missing = object() 324 return self.get(name, missing) is not missing 360 is missing. 447 missing = object() 448 value = self.get('content-type', missing) 449 if value is missing [all...] |
/device/generic/goldfish/opengl/system/gralloc/ |
Android.mk | 10 LOCAL_CFLAGS += -Wno-missing-field-initializers 25 LOCAL_CFLAGS += -Wno-missing-field-initializers
|
/external/clang/test/Sema/ |
invalid-struct-init.c | 6 expected-warning {{type specifier missing, defaults to 'int'}}
|
/frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/bots/ |
RootsListBot.java | 73 List<String> missing = new ArrayList<>(); local 76 missing.add(label); 79 if (!missing.isEmpty()) { 81 "Expected roots " + Arrays.asList(labels) + ", but missing " + missing);
|
/system/core/libion/tests/ |
Android.mk | 21 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-cris/ |
globsymw1.s | 14 ;# construct is last, but is missing the actual symbol warned about.
|
warn1.d | 9 # missing from the construct.
|
warn2.d | 9 # missing from the construct.
|
/external/libutf/ |
Android.mk | 25 utf_cflags := -Wall -Wno-missing-braces -Wno-parentheses -Wno-switch
|
/external/libvterm/ |
Android.mk | 23 -Wno-missing-field-initializers \
|
/external/tcpdump/win32/prj/ |
GNUmakefile | 35 ../../missing/inet_aton.o \ 36 ../../missing/inet_ntop.o \ 37 ../../missing/strlcpy.o \ 38 ../../missing/dlnames.o \ 39 ../../missing/datalinks.o \ 40 ../../missing/strsep.o \ 41 ../../missing/inet_pton.o \ 42 ../../missing/getopt_long.o \
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
nack.h | 32 // arrived is considered lost, and should be labeled as "missing" (the size of 35 // "late." A "late" packet with sequence number K is changed to "missing" any 85 // Get a list of "missing" packets which have expected time-to-play larger 101 bool missing) 104 is_missing(missing) {} 110 // A guess about the timestamp of the missing packet, it is used for 113 // missing packet. However, the risk of this is low, and in case of such 114 // errors, there will be a minor misestimation in time-to-play of missing 118 // True if the packet is considered missing. Otherwise indicates packet is 155 // update the list. That is; some packets will change from late to missing, [all...] |
/system/extras/alloc-stress/ |
Android.mk | 6 LOCAL_CFLAGS += -g -Wall -Werror -std=gnu++11 -Wno-missing-field-initializers -Wno-sign-compare
|
/system/extras/boot_control_copy/ |
Android.mk | 7 LOCAL_CFLAGS := -Wall -Wno-missing-field-initializers -Wno-unused-parameter
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/ |
unwind-bad-1.l | 12 [^:]*:59: Error: missing \.endp before \.cfi_startproc
|
/toolchain/binutils/binutils-2.25/ |
Makefile.def | 24 // "missing" indicates that that module doesn't supply 43 missing= TAGS; }; 79 missing=mostlyclean; }; 88 // We abuse missing to avoid installing anything for libiconv. 92 missing= install-info; 93 missing= install-pdf; 94 missing= install-html; 95 missing= install-info; }; 107 missing=mostlyclean; 108 missing=clean [all...] |
/external/llvm/test/MC/ARM/ |
symbol-variants-errors.s | 10 @ check for missing closed paren
|
/frameworks/base/libs/androidfw/tests/ |
Android.mk | 42 -Wno-missing-field-initializers \
|
/frameworks/native/libs/binder/tests/ |
Android.mk | 41 LOCAL_CFLAGS += -g -Wall -Werror -std=c++11 -Wno-missing-field-initializers -Wno-sign-compare -O3
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/ |
check.py | 88 Warns if any are missing. 92 missing = [] 95 missing.append(attr) 97 if missing: 98 self.warn("missing required meta-data: %s" % ', '.join(missing)) 101 self.warn("missing meta-data: if 'author' supplied, " + 105 self.warn("missing meta-data: if 'maintainer' supplied, " + 108 self.warn("missing meta-data: either (author and author_email) " +
|