Searched defs:code (Results 226 - 250 of 835) sorted by relevance

1234567891011>>

/external/bluetooth/bluedroid/bta/ag/
H A Dbta_ag_rfc.c42 void bta_ag_port_cback_1(UINT32 code, UINT16 port_handle);
43 void bta_ag_port_cback_2(UINT32 code, UINT16 port_handle);
44 void bta_ag_port_cback_3(UINT32 code, UINT16 port_handle);
46 void bta_ag_mgmt_cback_1(UINT32 code, UINT16 port_handle);
47 void bta_ag_mgmt_cback_2(UINT32 code, UINT16 port_handle);
48 void bta_ag_mgmt_cback_3(UINT32 code, UINT16 port_handle);
88 static void bta_ag_port_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
122 static void bta_ag_mgmt_cback(UINT32 code, UINT16 port_handle, UINT16 handle) argument
130 APPL_TRACE_DEBUG3("ag_mgmt_cback : code = %d, port_handle = %d, handle = %d",
131 code, port_handl
215 bta_ag_mgmt_cback_1(UINT32 code, UINT16 handle) argument
216 bta_ag_mgmt_cback_2(UINT32 code, UINT16 handle) argument
217 bta_ag_mgmt_cback_3(UINT32 code, UINT16 handle) argument
218 bta_ag_port_cback_1(UINT32 code, UINT16 handle) argument
219 bta_ag_port_cback_2(UINT32 code, UINT16 handle) argument
220 bta_ag_port_cback_3(UINT32 code, UINT16 handle) argument
[all...]
/external/bzip2/
H A Dhuffman.c129 one of the generated Huffman code words is longer than
152 void BZ2_hbAssignCodes ( Int32 *code, argument
163 if (length[i] == n) { code[i] = vec; vec++; };
/external/chromium/chrome/browser/chromeos/login/
H A Daccount_screen.cc2 // Use of this source code is governed by a BSD-style license that can be
169 void AccountScreen::CloseScreen(ScreenObserver::ExitCodes code) { argument
178 delegate()->GetObserver(this)->OnExit(code);
H A Dcryptohome_op_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
111 void RunTest(CryptohomeOp* op, bool outcome, int code) { argument
112 mock_library_->SetAsyncBehavior(outcome, code);
123 EXPECT_EQ(code, state_.cryptohome_code());
H A Dregistration_screen.cc2 // Use of this source code is governed by a BSD-style license that can be
134 void RegistrationScreen::CloseScreen(ScreenObserver::ExitCodes code) { argument
143 delegate()->GetObserver(this)->OnExit(code);
/external/chromium/chrome/browser/policy/
H A Ddevice_policy_cache.cc2 // Use of this source code is governed by a BSD-style license that can be
49 chromeos::SignedSettings::ReturnCode code) OVERRIDE {
50 if (code != chromeos::SignedSettings::SUCCESS) {
51 callback_->Run(code);
185 chromeos::SignedSettings::ReturnCode code,
190 if (code == chromeos::SignedSettings::NOT_FOUND ||
191 code == chromeos::SignedSettings::KEY_UNAVAILABLE ||
225 if (code != chromeos::SignedSettings::SUCCESS) {
226 if (code == chromeos::SignedSettings::BAD_SIGNATURE) {
252 chromeos::SignedSettings::ReturnCode code) {
184 OnRetrievePolicyCompleted( chromeos::SignedSettings::ReturnCode code, const em::PolicyFetchResponse& policy) argument
251 PolicyStoreOpCompleted( chromeos::SignedSettings::ReturnCode code) argument
[all...]
H A Ddevice_token_fetcher.cc2 // Use of this source code is governed by a BSD-style license that can be
136 void DeviceTokenFetcher::OnError(DeviceManagementBackend::ErrorCode code) { argument
137 switch (code) {
/external/chromium/third_party/libjingle/source/talk/xmpp/
H A Dxmppengineimpl_iq.cc8 * 1. Redistributions of source code must retain the above copyright notice,
120 const char * type, const char * code) {
122 error_element->AddAttr(QN_CODE, code, 1);
129 AddErrorCode(XmlElement * error_element, XmppStanzaError code) { argument
130 switch (code) {
202 XmppStanzaError code,
236 AddErrorCode(&error_element, code);
119 AecImpl(XmlElement * error_element, const QName & name, const char * type, const char * code) argument
201 SendStanzaError(const XmlElement * element_original, XmppStanzaError code, const std::string & text) argument
H A Dxmpptask.cc8 * 1. Redistributions of source code must retain the above copyright notice,
72 XmppStanzaError code,
76 return client_->SendStanzaError(element_original, code, text);
71 SendStanzaError(const XmlElement* element_original, XmppStanzaError code, const std::string& text) argument
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DCodeItem.java19 import com.android.dx.dex.code.CstInsn;
20 import com.android.dx.dex.code.CatchTable;
21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.DalvInsn;
23 import com.android.dx.dex.code.DalvInsnList;
24 import com.android.dx.dex.code.LocalList;
25 import com.android.dx.dex.code.PositionList;
42 * {@code dex} file.
51 /** {@code non-null;} method that this code implement
55 private final DalvCode code; field in class:CodeItem
85 CodeItem(CstMethodRef ref, DalvCode code, boolean isStatic, TypeList throwsList) argument
[all...]
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DBasicBlock.java17 package com.android.dx.rop.code;
28 /** {@code >= 0;} target label for this block */
31 /** {@code non-null;} list of instructions in this block */
35 * {@code non-null;} full list of successors that this block may
41 * {@code >= -1;} the primary / standard-flow / "default" successor, or
42 * {@code -1} if this block has no successors (that is, it
48 * Constructs an instance. The predecessor set is set to {@code null}.
50 * @param label {@code >= 0;} target label for this block
51 * @param insns {@code non-null;} list of instructions in this block
52 * @param successors {@code no
[all...]
H A DBasicBlockList.java17 package com.android.dx.rop.code;
30 * {@code >= -1;} the count of registers required by this method or
31 * {@code -1} if not yet calculated
36 * Constructs an instance. All indices initially contain {@code null},
37 * and the first-block label is initially {@code -1}.
48 * Constructs a mutable copy for {@code getMutableCopy()}.
61 * do that, this will throw {@code NullPointerException}.
63 * @param n {@code >= 0, < size();} which index
64 * @return {@code non-null;} element at that index
73 * @param n {@code >
[all...]
H A DRegisterSpecList.java17 package com.android.dx.rop.code;
30 /** {@code non-null;} no-element instance */
36 * @param spec {@code non-null;} the element
37 * @return {@code non-null;} an appropriately-constructed instance
48 * @param spec0 {@code non-null;} the first element
49 * @param spec1 {@code non-null;} the second element
50 * @return {@code non-null;} an appropriately-constructed instance
63 * @param spec0 {@code non-null;} the first element
64 * @param spec1 {@code non-null;} the second element
65 * @param spec2 {@code no
[all...]
H A DRegisterSpecSet.java17 package com.android.dx.rop.code;
27 /** {@code non-null;} no-element instance */
31 * {@code non-null;} array of register specs, where each element is
32 * {@code null} or is an instance whose {@code reg}
37 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */
43 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that
129 * @return {@code >= 0;} the maximum size
138 * @return {@code >
[all...]
H A DRop.java17 package com.android.dx.rop.code;
28 /** minimum {@code BRANCH_*} value */
49 /** maximum {@code BRANCH_*} value */
56 * {@code non-null;} result type of this operation; {@link Type#VOID} for
61 /** {@code non-null;} types of all the sources of this operation */
64 /** {@code non-null;} list of possible types thrown by this operation */
68 * the branchingness of this op; one of the {@code BRANCH_*}
76 /** {@code null-ok;} nickname, if specified (used for debugging) */
84 * @param result {@code non-null;} result type of this operation; {@link
86 * @param sources {@code no
[all...]
/external/dexmaker/src/main/java/com/google/dexmaker/
H A DDexMaker.java21 import com.android.dx.dex.code.DalvCode;
22 import com.android.dx.dex.code.PositionList;
23 import com.android.dx.dex.code.RopTranslator;
28 import com.android.dx.rop.code.AccessFlags;
29 import static com.android.dx.rop.code.AccessFlags.ACC_CONSTRUCTOR;
30 import com.android.dx.rop.code.LocalVariableInfo;
31 import com.android.dx.rop.code.RopMethod;
50 * including their member methods and fields, executable code, and debugging
56 * <li><strong>For runtime code generation.</strong> By embedding this library
58 * executable code
478 private final Code code; field in class:DexMaker.MethodDeclaration
[all...]
/external/e2fsprogs/lib/et/
H A Derror_message.c100 const char * error_message (errcode_t code) argument
108 offset = (int) (code & ((1<<ERRCODE_RANGE)-1));
109 table_num = code - offset;
151 strcpy (buffer, "Unknown code ");
/external/e2fsprogs/lib/ss/
H A Dlisten.c55 int code; local
88 code = SS_ET_EOF;
103 code = ss_execute_line (sci_idx, line);
104 if (code == SS_ET_COMMAND_NOT_FOUND) {
121 code = 0;
126 return code;
129 void ss_abort_subsystem(int sci_idx, int code) argument
132 ss_info(sci_idx)->exit_status = code;
/external/eigen/blas/
H A Dlevel3_impl.h61 int code = OP(*opa) | (OP(*opb) << 2); local
62 func[code](*m, *n, *k, a, *lda, b, *ldb, c, *ldc, alpha, blocking, 0);
130 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local
135 func[code](*m, *n, a, *lda, b, *ldb, blocking);
140 func[code](*n, *m, a, *lda, b, *ldb, blocking);
214 int code = OP(*opa) | (SIDE(*side) << 2) | (UPLO(*uplo) << 3) | (DIAG(*diag) << 4); local
226 func[code](*m, *n, *m, a, *lda, tmp.data(), tmp.outerStride(), b, *ldb, alpha, blocking);
231 func[code](*m, *n, *n, tmp.data(), tmp.outerStride(), a, *lda, b, *ldb, alpha, blocking);
370 int code = OP(*op) | (UPLO(*uplo) << 2); local
371 func[code](*
536 int code = OP(*op) | (UPLO(*uplo) << 2); local
[all...]
/external/elfutils/tests/
H A Dallregs.c41 dwarf_encoding_string (unsigned int code) argument
63 if (code < sizeof (known) / sizeof (known[0]))
64 return known[code];
66 if (code >= DW_ATE_lo_user && code <= DW_ATE_hi_user)
69 snprintf (buf, sizeof (buf), "lo_user+%u", code - DW_ATE_lo_user);
H A Dshow-die-info.c104 int code; member in struct:__anon5940
266 if (dwarf_hasattr (die, attrs[cnt].code))
/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DCodeAttribute_info.java36 * u1 code[code_length];
58 * The value of the code_length item gives the number of bytes in the code array for
59 * this method. The value of code_length must be greater than zero; the code array must
60 * not be empty.The code array gives the actual bytes of Java Virtual Machine code that
65 * exception handler in the code array: see {@link Exception_info}.<P>
88 final byte [] code,
92 super (attribute_name_index, 8 + (code != null ? code.length : 0) + exceptionHandlerTable.length () + attributes.length ());
97 m_code = (code !
86 CodeAttribute_info(final int attribute_name_index, final int max_stack, int max_locals, final byte [] code, final IExceptionHandlerTable exceptionHandlerTable, final IAttributeCollection attributes) argument
196 setCode(final byte [] code, final int codeSize) argument
[all...]
/external/emma/core/java12/com/vladium/util/exception/
H A DExceptionCommon.java29 * Based on code <a href="http://www.fawcette.com/javapro/2002_12/online/exception_vroubtsov_12_16_02/default_pf.asp">published</a>
49 * Note that this introduces a possibility of error code name clashes. This
52 * <LI> when <CODE>getMessage(namespace, code)</CODE> is called, 'code'
57 * key 'code', the same step is repeated for the superclass of 'namespace';
78 * package) to add to the set from which error code mappings are retrieved
245 * which to retrieve the description for 'code' [can be null, in which case
248 * @param code the message string value that was passed into exception
251 * @return looked-up error message or the error code if it could not be
252 * looked up [null is returned on null 'code' inpu
259 getMessage(final Class namespace, final String code) argument
314 getMessage(final Class namespace, final String code, final Object [] arguments) argument
[all...]
/external/expat/xmlwf/
H A Dxmlfile.c63 enum XML_Error code = XML_GetErrorCode(parser); local
64 const XML_Char *message = XML_ErrorString(code);
72 ftprintf(stderr, T("%s: (unknown message %d)\n"), filename, code);
/external/freetype/src/cff/
H A Dcffparse.h55 FT_UInt code,
86 int code; member in struct:CFF_Field_Handler_

Completed in 2983 milliseconds

1234567891011>>