| /external/iputils/ |
| traceroute6.c | 17 * match the code anymore. 24 * This code is derived from software contributed to Berkeley by 30 * 1. Redistributions of source code must retain the above copyright 132 * MIT C Gateway code that doesn't send "time exceeded"s. God 136 * the 4.[23]BSD network code (and its derivatives): 4.x (x <= 3) 202 * code to set the ip id). So, to allow two or more users to 211 * routing problem and this code sort-of popped out after 48 hours 829 u_char type, code; local 834 code = icp->icmp6_code; 836 if ((type == ICMP6_TIME_EXCEEDED && code == ICMP6_TIME_EXCEED_TRANSIT) | [all...] |
| /external/kernel-headers/original/uapi/linux/ |
| binder.h | 73 * On 64-bit platforms where user code may run in 32-bits the driver must 112 * handled by retrying the ioctl() until a different error code 118 * that once this error code is returned, all further calls to 119 * the driver from any thread will return this same code. 125 TF_STATUS_CODE = 0x08, /* contents are a 32-bit status code */ 138 __u32 code; /* transaction command */ member in struct:binder_transaction_data 186 * int: error code
|
| /external/kernel-headers/original/uapi/linux/netfilter_ipv4/ |
| ip_tables.h | 147 __u8 code[2]; /* range of code */ member in struct:ipt_icmp 152 #define IPT_ICMP_INV 0x01 /* Invert the sense of type/code test */
|
| /external/kernel-headers/original/uapi/linux/netfilter_ipv6/ |
| ip6_tables.h | 187 __u8 code[2]; /* range of code */ member in struct:ip6t_icmp 192 #define IP6T_ICMP_INV 0x01 /* Invert the sense of type/code test */
|
| /external/lldb/source/Plugins/Process/MacOSX-Kernel/ |
| CommunicationKDP.cpp | 1182 const uint32_t code = packet.GetU32 (&offset); local [all...] |
| /external/mesa3d/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_driver.h | 35 * It is created by the code generator and handed to the pipe driver 109 uint32_t *code; member in struct:nv50_ir_prog_info::__anon6794 191 extern void nv50_ir_relocate_code(void *relocData, uint32_t *code, 196 /* obtain code that will be shared among programs */ 198 const uint32_t **code, uint32_t *size);
|
| /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/ |
| WebSocketFrame.java | 336 private final byte code; field in class:WebSocketFrame.OpCode 338 private OpCode(int code) { 339 this.code = (byte) code; 343 return code; 365 private final int code; field in class:WebSocketFrame.CloseCode 367 private CloseCode(int code) { 368 this.code = code; 372 return code; [all...] |
| /external/opencv/otherlibs/highgui/ |
| bitstrm.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 614 int code = src[k] & huff_code_mask; local 615 sub_tables[code >> sb].bits = sb; 654 int code = src[k] & huff_code_mask; local 660 int idx = code >> (code_bits -= table_bits); 661 code &= (1 << code_bits) - 1; 673 offset += (code << table_bits) + 1; 689 int i, val_idx, code = 0; local 696 code <<= 1; 699 dst[k + 1] = (src[val_idx + k] << huff_val_shift)|(code + k) 1051 ulong code = table[val + 2]; local 1099 int code = src[k] & huff_code_mask; local [all...] |
| /cts/tools/dasm/src/dasm/ |
| DAsm.java | 20 import com.android.dx.dex.code.ArrayData; 21 import com.android.dx.dex.code.CodeAddress; 22 import com.android.dx.dex.code.CstInsn; 23 import com.android.dx.dex.code.DalvCode; 24 import com.android.dx.dex.code.DalvInsn; 25 import com.android.dx.dex.code.Dops; 26 import com.android.dx.dex.code.OddSpacer; 27 import com.android.dx.dex.code.OutputFinisher; 28 import com.android.dx.dex.code.PositionList; 29 import com.android.dx.dex.code.SimpleInsn 446 DalvCode code = null; local [all...] |
| /development/cmds/monkey/src/com/android/commands/monkey/ |
| MonkeySourceScript.java | 287 int code = Integer.parseInt(args[3]); local 293 MonkeyKeyEvent e = new MonkeyKeyEvent(downTime, eventTime, action, code, repeat, 295 System.out.println(" Key code " + code + "\n"); 777 * @param line A string in the form {@code cmd(arg1,arg2,arg3)}. [all...] |
| /external/bluetooth/bluedroid/bta/ag/ |
| bta_ag_cmd.c | 57 #define AT_SET_RES_CB(res_cb, c, p, i) {res_cb.code = c; res_cb.p_arg = p; res_cb.int_arg = i;} 59 /* type for AT result code block */ 62 UINT8 code; member in struct:__anon5027 156 /* AT result code table element */ 163 /* AT result code argument types */ 200 /* AT result code constant table (Indexed by result code) */ 271 /* translation of API result code values to internal values */ 326 ** Description Send an AT result code. 332 static void bta_ag_send_result(tBTA_AG_SCB *p_scb, UINT8 code, char *p_arg 1320 UINT8 code = bta_ag_trans_result[p_result->result]; local 1433 UINT8 code = bta_ag_trans_result[p_result->result]; local [all...] |
| /external/bluetooth/bluedroid/bta/hf_client/ |
| bta_hf_client_at.c | 477 static void bta_hf_client_handle_cmeerror(UINT32 code) 479 bta_hf_client_handle_error(BTA_HF_CLIENT_AT_RESULT_CME, code); 563 static void bta_hf_client_handle_btrh( UINT16 code) 565 APPL_TRACE_DEBUG("%s %lu", __FUNCTION__, code); 567 bta_hf_client_evt_val(BTA_HF_CLIENT_BTRH_EVT, code); 1110 UINT16 code = 0; local 1116 res = sscanf(buffer, "%hu%n", &code, &offset); 1126 bta_hf_client_handle_btrh(code); [all...] |
| /external/bluetooth/bluedroid/stack/btm/ |
| btm_devctl.c | 1594 UINT8 code = 0; local [all...] |
| /external/bluetooth/bluedroid/stack/btu/ |
| btu_hcif.c | 459 UINT16 code; local 490 STREAM_TO_UINT16 (code, pp); 496 if (code != HCI_HOST_NUM_PACKETS_DONE) [all...] |
| /external/chromium_org/content/browser/appcache/ |
| appcache_update_job.cc | 2 // Use of this source code is governed by a BSD-style license that can be 43 // Show the net response code if we have one. 44 int code = response_code; local 46 code = static_cast<int>(error); 47 return base::StringPrintf(format, code, url.spec().c_str()); 185 // See http://code.google.com/p/chromium/issues/detail?id=69594 678 // See http://code.google.com/p/chromium/issues/detail?id=97930 690 << " response code: " << response_code; 874 << " response code: " << response_code; [all...] |
| /external/chromium_org/content/shell/renderer/ |
| webkit_test_runner.cc | 2 // Use of this source code is governed by a BSD-style license that can be 338 int code = error.reason; local 344 code = -999; // NSURLErrorCancelled 350 code = 103; 355 code = -1004; // NSURLErrorCannotConnectToHost 362 return base::StringPrintf("<NSError domain %s, code %d, failing URL \"%s\">", 363 domain.c_str(), code, error.unreachableURL.spec().data());
|
| /external/chromium_org/media/base/ |
| container_names.cc | 2 // Use of this source code is governed by a BSD-style license that can be 446 // No start code found (or off end of buffer), so success if 469 // Next should be a Group of Blocks start code. Again, if we run out of 495 // No start code found (or off end of buffer), so success if 533 // Verify picture type code is not a reserved value. 563 // No start code found (or off end of buffer), so success if 643 // Marker codes are always a two byte code with the first byte xFF. 645 uint8 code = buffer[offset + 1]; local 646 RCHECK(code >= 0xc0 || code == 1) [all...] |
| /external/chromium_org/mojo/android/system/src/org/chromium/mojo/system/impl/ |
| CoreImpl.java | 2 // Use of this source code is governed by a BSD-style license that can be 82 // Allocate a direct buffer to allow native code not to reach back to java. Buffer will 92 int code = nativeWaitMany(buffer, deadline); local 96 result.setHandleIndex(code); 97 result.setMojoResult(filterMojoResultForWait(code)); 417 private static boolean isUnrecoverableError(int code) { 418 switch (code) { 429 private static int filterMojoResult(int code) { 430 if (code >= 0) { 433 return code; [all...] |
| /external/chromium_org/net/http/ |
| http_response_headers.cc | 2 // Use of this source code is governed by a BSD-style license that can be 707 std::string::const_iterator code = p; local 711 if (p == code) { 718 raw_headers_.append(code, p); 720 base::StringToInt(StringPiece(code, p), &response_code_); [all...] |
| /external/chromium_org/net/url_request/ |
| url_request_http_job.cc | 2 // Use of this source code is governed by a BSD-style license that can be 149 // TODO(darin): make sure the port blocking code is not lost 167 // Use status code 307 to preserve the method, so POST requests work. 456 // Special error code for the exponential back-off module. 1078 int code = GetResponseCode(); local [all...] |
| /external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/ |
| ExtensionServer.js | 8 * * Redistributions of source code must retain the above copyright [all...] |
| /external/chromium_org/third_party/brotli/src/brotli/dec/ |
| decode.c | 113 /* Decodes the next Huffman code from bit-stream. */ 148 printf("[ReadHuffmanCodeLengths] Building code length tree failed: "); 227 1 for simple code; 228 0 for no skipping, 2 skips 2 code lengths, 3 skips 3 code lengths */ 232 /* Read symbols, codes & code lengths directly. */ 276 } else { /* Decode Huffman-coded code lengths. */ 281 /* Static Huffman code for the code length code lengths * 319 int code; local 440 int code; local [all...] |
| /external/chromium_org/third_party/brotli/src/woff2/ |
| woff2_dec.cc | 71 uint8_t code = 0; local 72 if (!buf->ReadU8(&code)) { 75 if (code == kWordCode) { 82 } else if (code == kOneMoreByteCode1) { 89 } else if (code == kOneMoreByteCode2) { 97 *value = code; 105 uint8_t code = 0; local 106 if (!buf->ReadU8(&code)) { 113 result = (result << 7) | (code & 0x7f); 114 if ((code & 0x80) == 0) [all...] |
| /external/chromium_org/third_party/cython/src/Cython/Compiler/ |
| ModuleNode.py | 16 import Code 27 from Code import UtilityCode 58 # to code generation. 62 # CodeGenerator, and tell that CodeGenerator to generate code 83 # Ensure that we don't generate import code for these entries! 132 h_code = Code.CCodeWriter() 133 Code.GlobalState(h_code, self) 136 i_code = Code.PyrexCodeWriter(result.i_file) 203 h_code = Code.CCodeWriter() 204 Code.GlobalState(h_code, self 2095 code.putln("\/*--- Type import code ---*\/") namespace 2099 code.putln("\/*--- Variable import code ---*\/") namespace 2103 code.putln("\/*--- Function import code ---*\/") namespace 2223 code.putln("\/*--- Type import cleanup code ---*\/") namespace [all...] |
| /external/chromium_org/third_party/freetype/src/truetype/ |
| ttinterp.h | 186 FT_Int curRange; /* current code range number */ 187 FT_Byte* code; /* current code range */ member in struct:TT_ExecContextRec_ 221 TT_CodeRangeTable codeRangeTable; /* table of valid code ranges */ 380 /* FreeType error code. 0 means success. */
|