Home
last modified time | relevance | path

Searched refs:subcode (Results 1 – 25 of 27) sorted by relevance

12

/external/apache-http/src/org/apache/http/impl/
DEnglishReasonPhraseCatalog.java94 final int subcode = status - 100*category; in getReason() local
97 if (REASON_PHRASES[category].length > subcode) in getReason()
98 reason = REASON_PHRASES[category][subcode]; in getReason()
125 final int subcode = status - 100*category; in setReason() local
126 REASON_PHRASES[category][subcode] = reason; in setReason()
/external/cldr/tools/cldr-code/src/test/java/org/unicode/cldr/unittest/
DTestValidity.java315 for (String subcode : HYPHEN_SPLITTER.split(code)) { in TestUnits()
319 if (!allowed.containsAll(subcode)) { in TestUnits()
320 errln("subcode has illegal character: " + subcode + ", in " + code); in TestUnits()
321 } else if (subcode.length() > 8) { in TestUnits()
322 fixed.append(shorten(subcode, shortened)); in TestUnits()
324 fixed.append(subcode); in TestUnits()
342 private String shorten(String subcode, Map<String, String> shortened) { in shorten() argument
343 String result = shortened.get(subcode); in shorten()
346 switch (subcode) { in shorten()
357 result = subcode.substring(0, 8); in shorten()
/external/tcpdump/tests/
Dbgp-shutdown-communication.out3 …Notification Message (3), length: 74, Cease (6), subcode Administrative Shutdown (2), Shutdown Com…
6 …Notification Message (3), length: 74, Cease (6), subcode Administrative Reset (4), Shutdown Commun…
Dbgp-lu-multiple-labels.out93 Notification Message (3), length: 21, Cease (6), subcode Administrative Reset (4)
Dbgp-4byte-asdot.out363 Notification Message (3), length: 21, Cease (6), subcode Other Configuration Change (6)
Dbgp-4byte-asn.out363 Notification Message (3), length: 21, Cease (6), subcode Other Configuration Change (6)
/external/python/cpython2/Lib/plat-mac/
Daetools.py210 def newevent(self, code, subcode, parameters = {}, attributes = {}): argument
213 event = AE.AECreateAppleEvent(code, subcode, self.target,
227 def send(self, code, subcode, parameters = {}, attributes = {}): argument
229 return self.sendevent(self.newevent(code, subcode, parameters, attributes))
Dgensuitemodule.py712 [name, desc, code, subcode, returns, accepts, arguments] = event
759 fp.write(" _subcode = %r\n\n"% (subcode,))
812 [name, desc, code, subcode, returns, accepts, arguments] = event
/external/vboot_reference/firmware/2lib/
D2api.c29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) in vb2api_fail() argument
34 vb2_fail(ctx, reason, subcode); in vb2api_fail()
D2misc.c66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) in vb2_fail() argument
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode); in vb2_fail()
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode); in vb2_fail()
/external/arm-trusted-firmware/lib/semihosting/
Dsemihosting.c223 void semihosting_exit(uint32_t reason, uint32_t subcode) in semihosting_exit() argument
226 uint64_t parameters[] = {reason, subcode}; in semihosting_exit()
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.h117 void SetExceptionInformation(int type, int code, int subcode, in SetExceptionInformation() argument
121 exception_subcode_ = subcode; in SetExceptionInformation()
Dexception_handler.cc573 int subcode = 0; in WaitForMessage() local
575 subcode = receive.code[1]; in WaitForMessage()
579 subcode, NULL, receive.thread.name, in WaitForMessage()
/external/vboot_reference/firmware/2lib/include/
D2misc.h65 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
D2api.h275 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode);
/external/arm-trusted-firmware/include/lib/
Dsemihosting.h58 void semihosting_exit(uint32_t reason, uint32_t subcode);
/external/python/cpython2/Doc/library/
Daetools.rst82 .. method:: TalkTo.send(code, subcode[, parameters, attributes])
85 ``code, subcode`` (which are the usual 4-character strings), pack the
Dcd.rst310 | | subcode data |
326 callback of the appropriate type passing to it the subcode data found in the
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java2593 String subcode = ""; in putChar() local
2595 subcode = "63;"; in putChar()
2598 subcode = "62;"; in putChar()
2601 subcode = "61;"; in putChar()
2603 write((ESC) + "[?" + subcode + "1;2c", false); in putChar()
/external/kernel-headers/original/uapi/sound/
Dasound.h63 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member
/external/ImageMagick/coders/
Dheic.c825 error_ok.subcode=heif_suberror_Unspecified; in heif_write_func()
/external/libevent/
Dhttp.c3032 int subcode = code % 100; in evhttp_response_phrase_internal() local
3039 if (subcode >= (int) response_classes[klass].num_responses) in evhttp_response_phrase_internal()
3042 return response_classes[klass].responses[subcode]; in evhttp_response_phrase_internal()
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/
Dospd.txt.gz
/external/bcc/libbpf-tools/x86/
Dvmlinux.h99970 unsigned char subcode[147]; member
Dvmlinux_505.h99970 unsigned char subcode[147]; member

12