Searched defs:subcode (Results 1 - 18 of 18) 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.c2596 int subcode = code % 100; local
2603 if (subcode >= (int) response_classes[klass].num_responses)
2606 return response_classes[klass].responses[subcode];
/external/v8/src/x64/
H A Dassembler-x64.cc586 void Assembler::immediate_arithmetic_op(byte subcode, argument
594 emit_modrm(subcode, dst);
597 emit(0x05 | (subcode << 3));
601 emit_modrm(subcode, dst);
606 void Assembler::immediate_arithmetic_op(byte subcode, argument
614 emit_operand(subcode, dst);
621 emit_operand(subcode, dst);
627 void Assembler::immediate_arithmetic_op_16(byte subcode, argument
635 emit_modrm(subcode, dst);
638 emit(0x05 | (subcode <<
648 immediate_arithmetic_op_16(byte subcode, const Operand& dst, Immediate src) argument
666 immediate_arithmetic_op_8(byte subcode, const Operand& dst, Immediate src) argument
678 immediate_arithmetic_op_8(byte subcode, Register dst, Immediate src) argument
693 shift(Register dst, Immediate shift_amount, int subcode, int size) argument
713 shift(Operand dst, Immediate shift_amount, int subcode, int size) argument
731 shift(Register dst, int subcode, int size) argument
739 shift(Operand dst, int subcode, int size) argument
[all...]
/external/kernel-headers/original/uapi/sound/
H A Dasound.h53 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/ ...
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 2006 milliseconds