Searched defs:code (Results 51 - 75 of 1408) sorted by relevance

1234567891011>>

/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrev.c20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
89 representing the abbreviation code itself. [...] The
90 abbreviation code is followed by another unsigned LEB128
103 unsigned int code; local
[all...]
H A Ddwarf_tag.c20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
25 this exception must only link to the code of Red Hat elfutils through
27 found in the source code files (the "Approved Interfaces"). The files
35 License in all respects for all of the Red Hat elfutils code and other
36 code used in conjunction with Red Hat elfutils except the Non-GPL Code
60 __libdw_findabbrev (struct Dwarf_CU *cu, unsigned int code) argument
64 /* Abbreviation code can never have a value of 0. */
65 if (unlikely (code
[all...]
/external/icu/icu4c/source/common/
H A Dutypes.c191 u_errorName(UErrorCode code) { argument
192 if(U_ZERO_ERROR <= code && code < U_STANDARD_ERROR_LIMIT) {
193 return _uErrorName[code];
194 } else if(U_ERROR_WARNING_START <= code && code < U_ERROR_WARNING_LIMIT) {
195 return _uErrorInfoName[code - U_ERROR_WARNING_START];
196 } else if(U_PARSE_ERROR_START <= code && code < U_PARSE_ERROR_LIMIT){
197 return _uTransErrorName[code
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dregion.h29 * <code>Region</code> is the class representing a Unicode Region Code, also known as a
34 * Macroregion - A code for a "macro geographical (continental) region, geographical sub-region, or
37 * These are typically 3-digit codes, but contain some 2-letter codes, such as the LDML code QO
39 * Macroregions are represented in ICU by one of three region types: WORLD ( region code 001 ),
44 * include areas that are not separate countries, such as the code "AQ" for Antarctica or the code
49 * UNKNOWN - The code ZZ is defined by Unicode LDML for use to indicate that the Region is unknown,
56 * that a region code has been assigned for it. Some of these are UNM.49 codes that do't fall into
58 * their own region code
198 int32_t code; member in class:Region
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_vs.h52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
/external/nanohttpd/websocket/src/main/java/fi/iki/elonen/
H A DWebSocketException.java8 private CloseCode code; field in class:WebSocketException
15 public WebSocketException(CloseCode code, String reason) { argument
16 this(code, reason, null);
19 public WebSocketException(CloseCode code, String reason, Exception cause) { argument
20 super(code + ": " + reason, cause);
21 this.code = code;
26 return code;
/external/robolectric/src/main/java/android/os/
H A DShadowBinderBridge.java13 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
14 return realBinder.onTransact(code, data, reply, flags);
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowKeyEvent.java11 private int code; field in class:ShadowKeyEvent
13 public void __constructor__(int action, int code) { argument
15 this.code = code;
25 return code;
/external/smack/src/org/jivesoftware/smack/packet/
H A DStreamError.java85 private String code; field in class:StreamError
87 public StreamError(String code) { argument
89 this.code = code;
93 * Returns the error code.
95 * @return the error code.
98 return code;
103 txt.append("stream:error (").append(code).append(")");
/external/strace/
H A Dptp.c7 int ptp_ioctl(struct tcb *tcp, long code, long arg) argument
12 switch (code) {
H A Dterm.c8 * 1. Redistributions of source code must retain the above copyright
47 int term_ioctl(struct tcb *tcp, long code, long arg) argument
60 switch (code) {
/external/bison/src/
H A Dscan-code.h1 /* Bison code properties structure and scanner.
36 * A code passage captured from the grammar file and possibly translated,
37 * and/or properties associated with such a code passage. Don't break
52 char const *code; member in struct:code_props
53 /** Undefined iff \c code_props::code is \c NULL. */
59 * the \c code_props that would contain the code passage associated
65 * referenced in the code passage.
80 * - \c self has been overwritten to contain no code.
94 * - <tt>code != NULL</tt>.
95 * - \c code i
[all...]
/external/bluetooth/bluedroid/bta/hf_client/
H A Dbta_hf_client_rfc.c44 static void bta_hf_client_port_cback(UINT32 code, UINT16 port_handle) argument
47 UNUSED(code);
74 static void bta_hf_client_mgmt_cback(UINT32 code, UINT16 port_handle) argument
79 APPL_TRACE_DEBUG("bta_hf_client_mgmt_cback : code = %d, port_handle = %d, conn_handle = %d, serv_handle = %d",
80 code, port_handle, bta_hf_client_cb.scb.conn_handle, bta_hf_client_cb.scb.serv_handle);
83 if ((code != PORT_SUCCESS) && (port_handle != bta_hf_client_cb.scb.conn_handle))
89 if (code == PORT_SUCCESS)
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/util/
H A DJSUtils.java2 // Use of this source code is governed by a BSD-style license that can be
64 final String code) throws Exception {
69 awContents.getContentViewCore(), code);
60 executeJavaScriptAndWaitForResult( InstrumentationTestCase testCase, final AwContents awContents, final OnEvaluateJavaScriptResultHelper onEvaluateJavaScriptResultHelper, final String code) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dlanguage_list.h2 // Use of this source code is governed by a BSD-style license that can be
18 // language code (e.g. English (United States) for en-US).
43 LocaleData(const base::string16& name, const std::string& code) argument
44 : native_name(name), locale_code(code) {}
/external/chromium_org/chrome/browser/local_discovery/
H A Dprivetv3_session_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
41 void ConfirmCode(const std::string& code, argument
43 session_.ConfirmCode(code);
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dstatus.cc2 // Use of this source code is governed by a BSD-style license that can be
12 const char* DefaultMessageForStatusCode(StatusCode code) { argument
13 switch (code) {
69 Status::Status(StatusCode code) argument
70 : code_(code), msg_(DefaultMessageForStatusCode(code)) {}
72 Status::Status(StatusCode code, const std::string& details) argument
73 : code_(code),
74 msg_(DefaultMessageForStatusCode(code) + std::string(": ") + details) {
77 Status::Status(StatusCode code, cons argument
82 Status(StatusCode code, const std::string& details, const Status& cause) argument
104 StatusCode Status::code() const { function in class:Status
[all...]
/external/chromium_org/chrome/test/chromedriver/
H A Dkeycode_text_conversion_win.cc2 // Use of this source code is governed by a BSD-style license that can be
27 int code = ::ToUnicode(key_code, scan_code, keyboard_state, chars, 4, 0); local
30 if (code <= 0 || (code == 1 && iswcntrl(chars[0])))
33 base::WideToUTF8(chars, code, text);
/external/chromium_org/content/public/common/
H A Dspeech_recognition_error.h2 // Use of this source code is governed by a BSD-style license that can be
24 SpeechRecognitionErrorCode code; member in struct:content::SpeechRecognitionError
28 : code(SPEECH_RECOGNITION_ERROR_NONE),
32 : code(code_value),
37 : code(code_value),
/external/chromium_org/content/public/test/android/javatests/src/org/chromium/content/browser/test/util/
H A DJavaScriptUtils.java2 // Use of this source code is governed by a BSD-style license that can be
25 * Executes the given snippet of JavaScript code within the given ContentView.
29 ContentViewCore viewCore, String code) throws InterruptedException, TimeoutException {
31 viewCore, code, EVALUATION_TIMEOUT_SECONDS, TimeUnit.SECONDS);
35 * Executes the given snippet of JavaScript code within the given ContentViewCore.
41 final String code,
53 helper.evaluateJavaScript(viewCore, code);
62 * Executes the given snippet of JavaScript code but does not wait for the result.
64 public static void executeJavaScript(final ContentViewCore viewCore, final String code) { argument
68 viewCore.evaluateJavaScript(code, nul
28 executeJavaScriptAndWaitForResult( ContentViewCore viewCore, String code) argument
39 executeJavaScriptAndWaitForResult( final ContentViewCore viewCore, final String code, final long timeout, final TimeUnit timeoutUnits) argument
[all...]
/external/chromium_org/extensions/browser/value_store/
H A Dvalue_store.cc2 // Use of this source code is governed by a BSD-style license that can be
11 ValueStore::Error::Error(ErrorCode code, argument
14 : code(code), message(message), key(key.Pass()) {}
/external/chromium_org/google_apis/drive/
H A Drequest_sender.cc2 // Use of this source code is governed by a BSD-style license that can be
65 GDataErrorCode code,
73 if (code == HTTP_SUCCESS) {
77 request->OnAuthFailed(code);
63 OnAccessTokenFetched( const base::WeakPtr<AuthenticatedRequestInterface>& request, GDataErrorCode code, const std::string& ) argument
/external/chromium_org/media/blink/
H A Dcache_util.cc2 // Use of this source code is governed by a BSD-style license that can be
29 const int code = response.httpStatusCode(); local
36 if (code != kHttpOK && code != kHttpPartialContent)
38 if (http_version < HttpVersion(1, 1) && code == kHttpPartialContent)
40 if (code == kHttpPartialContent &&
/external/chromium_org/net/spdy/
H A Dhpack_constants.cc2 // Use of this source code is governed by a BSD-style license that can be
25 std::vector<HpackHuffmanSymbol> code = HpackHuffmanCode(); local
27 CHECK(mutable_table->Initialize(&code[0], code.size()));
67 // HpackHuffmanSymbol entries are initialized as {code, length, id}.
68 // Codes are specified in the |length| most-significant bits of |code|.
/external/chromium_org/sandbox/linux/seccomp-bpf/
H A Dinstruction.h2 // Use of this source code is governed by a BSD-style license that can be
15 // code -- Opcode of the instruction. This is typically a bitwise
30 : code(c), next(n), k(parm) {}
34 : code(c), jt_ptr(jt), jf_ptr(jf), k(parm) {}
36 uint16_t code; member in struct:sandbox::Instruction
38 // When code generation is complete, we will have computed relative

Completed in 2433 milliseconds

1234567891011>>