| /external/curl/lib/ |
| socks_gssapi.c | 61 /* convert major status code (GSS-API error) to text */ 82 /* convert minor status code (underlying routine error) to text */ 107 CURLcode code; local 199 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written); 200 if(code || (4 != written)) { 209 code = Curl_write_plain(conn, sock, (char *)gss_send_token.value, 212 if(code || ((ssize_t)gss_send_token.length != written)) { 405 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written); 406 if(code || (4 != written)) { 415 code = Curl_write_plain(conn, sock, socksreq, 1, &written) [all...] |
| socks_sspi.c | 67 CURLcode code; local 201 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written); 202 if(code || (4 != written)) { 214 code = Curl_write_plain(conn, sock, (char *)sspi_send_token.pvBuffer, 216 if(code || (sspi_send_token.cbBuffer != (size_t)written)) { 463 code = Curl_write_plain(conn, sock, (char *)socksreq, 4, &written); 464 if(code || (4 != written)) { 474 code = Curl_write_plain(conn, sock, (char *)socksreq, 1, &written); 475 if(code || (1 != written)) { 482 code = Curl_write_plain(conn, sock, (char *)sspi_send_token.pvBuffer [all...] |
| /external/curl/tests/libtest/ |
| libntlmconnect.c | 45 CURLcode code; local 62 code = curl_easy_getinfo(easy[idx], CURLINFO_LASTSOCKET, &longdata); 63 if(CURLE_OK != code) { 65 "with code %d (%s)\n", 66 __FILE__, __LINE__, (int)code, curl_easy_strerror(code));
|
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
| ArrayData.java | 17 package com.android.dx.dex.code; 20 import com.android.dx.rop.code.RegisterSpecList; 21 import com.android.dx.rop.code.SourcePosition; 33 * {@code non-null;} address representing the instruction that uses this 38 /** {@code non-null;} initial values to be filled into an array */ 52 * unknown ({@code -1}). 54 * @param position {@code non-null;} source position 55 * @param user {@code non-null;} address representing the instruction that 57 * @param values {@code non-null;} initial values to be filled into an array
|
| CatchHandlerList.java | 17 package com.android.dx.dex.code; 28 /** {@code non-null;} empty instance */ 32 * Constructs an instance. All indices initially contain {@code null}. 34 * @param size {@code >= 0;} the size of the list 43 * do that, this will throw {@code NullPointerException}. 45 * @param n {@code >= 0, < size();} which index 46 * @return {@code non-null;} element at that index 61 * @param prefix {@code non-null;} the prefix for every line 62 * @param header {@code non-null;} the header for the first line (after the 64 * @return {@code non-null;} the human for [all...] |
| PositionList.java | 17 package com.android.dx.dex.code; 19 import com.android.dx.rop.code.SourcePosition; 27 /** {@code non-null;} empty instance */ 53 * @param insns {@code non-null;} instructions to convert 56 * @return {@code non-null;} the positions list 115 * Constructs an instance. All indices initially contain {@code null}. 117 * @param size {@code >= 0;} the size of the list 126 * do that, this will throw {@code NullPointerException}. 128 * @param n {@code >= 0, < size();} which index 129 * @return {@code non-null;} element at that inde [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/ |
| Form35c.java | 17 package com.android.dx.dex.code.form; 19 import com.android.dx.dex.code.CstInsn; 20 import com.android.dx.dex.code.DalvInsn; 21 import com.android.dx.dex.code.InsnFormat; 22 import com.android.dx.rop.code.RegisterSpec; 23 import com.android.dx.rop.code.RegisterSpecList; 33 * Instruction format {@code 35c}. See the instruction format spec 37 /** {@code non-null;} unique instance of this class */ 141 * category-2 values count as two words. Return {@code -1} if the 145 * @param regs {@code non-null;} the register list in questio [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
| DebugInfoItem.java | 19 import com.android.dx.dex.code.DalvCode; 20 import com.android.dx.dex.code.DalvInsnList; 21 import com.android.dx.dex.code.LocalList; 22 import com.android.dx.dex.code.PositionList; 35 /** {@code non-null;} the code this item represents */ 36 private final DalvCode code; field in class:DebugInfoItem 43 public DebugInfoItem(DalvCode code, boolean isStatic, CstMethodRef ref) { 47 if (code == null) { 48 throw new NullPointerException("code == null") [all...] |
| /external/dexmaker/src/dx/java/com/android/dx/rop/code/ |
| BasicBlock.java | 17 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 non-null;} full list of successors that thi [all...] |
| LocalVariableInfo.java | 17 package com.android.dx.rop.code; 30 /** {@code >= 0;} the register count for the method */ 34 * {@code non-null;} {@link RegisterSpecSet} to use when indicating a block 41 * {@code non-null;} array consisting of register sets representing the 47 /** {@code non-null;} map from instructions to the variable each assigns */ 53 * @param method {@code non-null;} the method being represented by this instance 76 * @param label {@code >= 0;} the block label 77 * @param specs {@code non-null;} the register set to associate with the block 101 * @param label {@code >= 0;} the block label 102 * @param specs {@code non-null;} the register set to merge into the start se [all...] |
| RegisterSpecList.java | 17 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 non-null;} the third elemen [all...] |
| RopMethod.java | 17 package com.android.dx.rop.code; 27 /** {@code non-null;} basic block list of the method */ 30 /** {@code >= 0;} label for the block which starts the method */ 34 * {@code null-ok;} array of predecessors for each block, indexed by block 40 * {@code null-ok;} the predecessors for the implicit "exit" block, that is 48 * @param blocks {@code non-null;} basic block list of the method 49 * @param firstLabel {@code >= 0;} the label of the first block to execute 70 * @return {@code non-null;} the list 80 * @return {@code >= 0;} the first-block label 90 * @param label {@code >= 0;} the label of the block in questio [all...] |
| /external/eigen/blas/ |
| level2_impl.h | 6 // This Source Code Form is subject to the terms of the Mozilla 52 int code = OP(*opa); local 53 if(code!=NOTR) 65 if(code>=4 || func[code]==0) 68 func[code](actual_m, actual_n, a, *lda, actual_b, 1, actual_c, 1, alpha); 121 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local 122 func[code](*n, a, *lda, actual_b); 181 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local 182 if(code>=16 || func[code]==0 384 int code = OP(*op) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local 451 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local 517 int code = OP(*opa) | (UPLO(*uplo) << 2) | (DIAG(*diag) << 3); local [all...] |
| /external/freetype/src/cff/ |
| cffparse.h | 58 FT_UInt code, 91 int code; member in struct:CFF_Field_Handler_
|
| /external/icu/icu4c/source/test/cintltst/ |
| sprpdata.c | 52 uint32_t code; local 76 /* get the character code, field 0 */ 77 code=(uint32_t)uprv_strtoul(fields[0][0], &end, 16); 83 compareMapping(data, code,mapping, length,USPREP_MAP); 102 /*fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);*/ 237 // supplementary code point
|
| /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/ |
| HTMLElement.java | 183 * Creates a 'code' element. 185 * @return 'code' element 189 public HTMLElement code() throws IOException { method in class:HTMLElement 190 return element("code");
|
| /external/javassist/src/main/javassist/bytecode/ |
| InstructionPrinter.java | 42 CodeAttribute code = info.getCodeAttribute(); local 43 if (code == null) 46 CodeIterator iterator = code.iterator();
|
| /external/javassist/src/main/javassist/bytecode/analysis/ |
| SubroutineScanner.java | 42 CodeAttribute code = method.getCodeAttribute(); local 43 CodeIterator iter = code.iterator(); 45 subroutines = new Subroutine[code.getCodeLength()]; 51 ExceptionTable exceptions = code.getExceptionTable(); 98 // All forms of return and throw end current code flow 116 // GOTO ends current code flow
|
| /external/jetty/src/java/org/eclipse/jetty/server/ |
| HttpWriter.java | 15 // You may elect to redistribute this code under either of these licenses. 35 * The UTF-8 code was inspired by http://javolution.org 165 int code = s[offset+i]; local 170 // No - is this char code a surrogate? 171 if(Character.isHighSurrogate((char)code)) 173 _surrogate=code; // UCS-? 178 else if(Character.isLowSurrogate((char)code)) 180 code = Character.toCodePoint((char)_surrogate, (char)code); // UCS-4 185 code=_surrogate; // UCS- [all...] |
| /external/jetty/src/java/org/eclipse/jetty/servlet/ |
| ErrorPageErrorHandler.java | 15 // You may elect to redistribute this code under either of these licenses. 46 private final Map<String,String> _errorPages= new HashMap<String,String>(); // code or exception to URL 80 // look for an exact code match 81 Integer code=(Integer)request.getAttribute(RequestDispatcher.ERROR_STATUS_CODE); local 82 if (code!=null) 84 error_page= (String)_errorPages.get(Integer.toString(code)); 89 // look for an error code range match. 93 if (errCode.isInRange(code)) 123 * @param errorPages The errorPages to set. A map of Exception class name or error code as a string to URI string 157 /** Add Error Page mapping for a status code [all...] |
| /external/kernel-headers/original/uapi/linux/ |
| virtio_input.h | 9 * 1. Redistributions of source code must retain the above copyright 72 __le16 code; member in struct:virtio_input_event
|
| /external/libbrillo/brillo/http/ |
| curl_api.cc | 2 // Use of this source code is governed by a BSD-style license that can be 89 CURLcode code = curl_easy_getinfo(curl, info, &data); local 90 if (code == CURLE_OK) 92 return code; 107 CURLcode code = curl_easy_getinfo(curl, info, &data); local 108 if (code == CURLE_OK) 110 return code; 121 std::string CurlApi::EasyStrError(CURLcode code) const { 122 return curl_easy_strerror(code); 148 CURLMcode code local 159 CURLMcode code = local [all...] |
| http_connection_curl_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 93 CURLcode code = WriteString(header_callback, line); local 94 if (code != CURLE_OK) 95 return code;
|
| /external/libchrome/sandbox/linux/system_headers/ |
| linux_filter.h | 2 // Use of this source code is governed by a BSD-style license that can be 13 uint16_t code; member in struct:sock_filter 25 #define BPF_CLASS(code) ((code) & 0x07) 45 #define BPF_SIZE(code) ((code) & 0x18) 53 #define BPF_MODE(code) ((code) & 0xe0) 61 #define BPF_OP(code) ((code) & 0xf0 [all...] |
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
| cffparse.h | 55 FT_UInt code, 86 int code; member in struct:CFF_Field_Handler_
|