Home
last modified time | relevance | path

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

/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-unittest/src/org/unicode/cldr/unittest/
DTestValidity.java306 for (String subcode : HYPHEN_SPLITTER.split(code)) { in TestUnits()
310 if (!allowed.containsAll(subcode)) { in TestUnits()
311 errln("subcode has illegal character: " + subcode + ", in " + code); in TestUnits()
312 } else if (subcode.length() > 8) { in TestUnits()
313 fixed.append(shorten(subcode, shortened)); in TestUnits()
315 fixed.append(subcode); in TestUnits()
333 private String shorten(String subcode, Map<String, String> shortened) { in shorten() argument
334 String result = shortened.get(subcode); in shorten()
337 switch (subcode) { in shorten()
348 result = subcode.substring(0, 8); in shorten()
/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/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
DCommunicationKDP.cpp1020 const uint32_t subcode = packet.GetU32(&offset); in DumpPacket() local
1059 cpu, exc_cstr, exc, code, code, subcode, subcode); in DumpPacket()
/external/kernel-headers/original/uapi/sound/
Dasound.h61 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/libabigail/tests/data/test-diff-filter/
Dtest-PR27569-v0.abi82833 …<var-decl name="subcode" type-id="00bc0376" visibility="default" filepath="include/uapi/sound/asou…
Dtest-PR27569-v1.abi82851 …<var-decl name="subcode" type-id="00bc0376" visibility="default" filepath="include/uapi/sound/asou…