Searched defs:subcode (Results 1 - 17 of 17) sorted by relevance

/external/vboot_reference/firmware/2lib/
H A D2api.c29 void vb2api_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) argument
34 vb2_fail(ctx, reason, subcode);
H A D2misc.c66 void vb2_fail(struct vb2_context *ctx, uint8_t reason, uint8_t subcode) argument
104 * Set a recovery reason and subcode only if they're not already set.
108 VB2_DEBUG("Need recovery, reason: %#x / %#x\n", reason, subcode);
111 vb2_nv_set(ctx, VB2_NV_RECOVERY_SUBCODE, subcode);
/external/google-breakpad/src/client/mac/handler/
H A Dminidump_generator.h100 void SetExceptionInformation(int type, int code, int subcode, argument
104 exception_subcode_ = subcode;
H A Dexception_handler.cc568 int subcode = 0; local
570 subcode = receive.code[1];
574 subcode, NULL, receive.thread.name,
/external/webrtc/webrtc/libjingle/xmpp/
H A Dxmppengineimpl.h49 virtual XmppReturnStatus ConnectionClosed(int subcode);
106 virtual Error GetError(int *subcode) { argument
107 if (subcode) {
108 *subcode = subcode_;
H A Dxmppclient.cc160 XmppEngine::Error XmppClient::GetError(int* subcode) { argument
161 if (subcode) {
162 *subcode = 0;
167 if (subcode) {
168 *subcode = d_->pre_engine_subcode_;
172 return d_->engine_->GetError(subcode);
H A Dxmppengineimpl.cc97 XmppReturnStatus XmppEngineImpl::ConnectionClosed(int subcode) { argument
102 if (subcode) {
103 SignalError(ERROR_SOCKET, subcode);
105 SignalError(ERROR_CONNECTION_CLOSED, 0); // no subcode
/external/libevent/
H A Dhttp.c2980 int subcode = code % 100; local
2987 if (subcode >= (int) response_classes[klass].num_responses)
2990 return response_classes[klass].responses[subcode];
/external/v8/src/x64/
H A Dassembler-x64.cc585 void Assembler::immediate_arithmetic_op(byte subcode, argument
593 emit_modrm(subcode, dst);
596 emit(0x05 | (subcode << 3));
600 emit_modrm(subcode, dst);
605 void Assembler::immediate_arithmetic_op(byte subcode, argument
613 emit_operand(subcode, dst);
617 emit_operand(subcode, dst);
623 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
631 emit_modrm(subcode, dst);
634 emit(0x05 | (subcode <<
644 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
662 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
674 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
689 shift(Register dst, Immediate shift_amount, int subcode, int size) argument
709 shift(Operand dst, Immediate shift_amount, int subcode, int size) argument
727 shift(Register dst, int subcode, int size) argument
735 shift(Operand dst, int subcode, int size) argument
[all...]
/external/kernel-headers/original/uapi/sound/
H A Dasound.h58 unsigned char subcode[147]; /* AES/IEC958 subcode bits */ member in struct:snd_aes_iec958
/external/robolectric/v1/lib/main/
H A Dhttpcore-4.0.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/protocol/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 537 milliseconds