Searched defs:code (Results 76 - 100 of 1255) sorted by relevance

1234567891011>>

/external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/ws/
H A DWebSocket.java33 * <p>The {@linkplain RequestBody#contentType() content type} of {@code message} should be either
63 void close(int code, String reason) throws IOException; argument
/external/pcre/dist2/src/
H A Dpcre2_jit_match.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
70 code points to the compiled expression
86 pcre2_jit_match(const pcre2_code *code, PCRE2_SPTR subject, PCRE2_SIZE length, argument
92 (void)code;
103 pcre2_real_code *re = (pcre2_real_code *)code;
175 match_data->code = re;
H A Dpcre2_match_data.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
75 /* If no context is supplied, use the memory allocator from the code. */
78 pcre2_match_data_create_from_pattern(const pcre2_code *code, argument
81 if (gcontext == NULL) gcontext = (pcre2_general_context *)code;
82 return pcre2_match_data_create(((pcre2_real_code *)code)->top_bracket + 1,
138 * Get starting code unit in match *
H A Dpcre2_pattern_info.c9 Original API code Copyright (c) 1997-2012 University of Cambridge
10 New API code Copyright (c) 2016 University of Cambridge
16 * Redistributions of source code must retain the above copyright notice,
55 code points to compiled code
65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) argument
67 const pcre2_real_code *re = (pcre2_real_code *)code;
241 code points to compiled code
251 pcre2_callout_enumerate(const pcre2_code *code, argument
[all...]
/external/pdfium/core/fxcrt/
H A Dfx_basic_utf.cpp2 // Use of this source code is governed by a BSD-style license that can be
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
67 int code = unicode; local
68 m_Buffer.AppendChar(prefix[nbytes - 2] | (code / order));
70 code = code % order;
72 m_Buffer.AppendChar(0x80 | (code / order));
/external/pdfium/third_party/freetype/src/cff/
H A Dcffcmap.c85 FT_UInt code = (FT_UInt)(char_code + 1); local
90 if ( code >= 256 )
93 result = cmap->gids[code];
96 *pchar_code = code;
100 code++;
/external/pdfium/third_party/libtiff/
H A Dt4.h33 * worthwhile to make code & length 8 bits.
36 unsigned short length; /* bit length of g3 code */
37 unsigned short code; /* g3 code */ member in struct:tableentry
41 #define EOL 0x001 /* EOL code value - 0000 0000 0000 1 */
47 #define G3CODE_INCOMP -4 /* incomplete run code */
/external/pdfium/third_party/zlib_v128/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon16037
35 01000000 - invalid code
[all...]
/external/pdfium/xfa/fxbarcode/datamatrix/
H A DBC_ASCIIEncoder.cpp2 // Use of this source code is governed by a BSD-style license that can be
5 // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
6 // Original code is licensed as follows:
40 FX_WCHAR code = local
46 context.writeCodeword(code);
/external/regex-re2/re2/testing/
H A Dcompile_test.cc2 // Use of this source code is governed by a BSD-style
18 // the regexp compiles to the expected code.
21 // that run the compiled code.
25 const char* code; member in struct:re2::Test
123 if (s != t.code) {
124 LOG(ERROR) << "Incorrect compiled code for: " << t.regexp;
125 LOG(ERROR) << "Want:\n" << t.code;
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DShadowBinderTest.java23 assertThat(testBinder.code, equalTo(2));
30 int code; field in class:ShadowBinderTest.TestBinder
36 protected boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { argument
37 this.code = code;
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/immutable/
H A DCode.java19 private final Integer code; field in class:Code
22 this.code = name;
26 return code;
32 Code code = (Code) obj;
33 return code.equals(code.code);
41 return code.hashCode();
46 return "<Code code=" + code
[all...]
H A DCode2.java22 private final Integer code; field in class:Code2
25 this.code = name;
29 this.code = new Integer(name);
33 return code;
39 Code2 code = (Code2) obj;
40 return code.equals(code.code);
48 return code.hashCode();
53 return "<Code2 code
[all...]
H A DCode3.java23 private final Integer code; field in class:Code3
25 public Code3(String name, Integer code) { argument
26 this.code = code;
31 return name + code;
37 Code3 code = (Code3) obj;
38 return code.equals(code.code);
46 return code
[all...]
H A DCode4.java23 private final Integer code; field in class:Code4
26 this.code = name;
30 this.code = new Integer(name.intValue());
34 return code;
40 Code4 code = (Code4) obj;
41 return code.equals(code.code);
49 return code.hashCode();
54 return "<Code4 code
[all...]
/external/strace/
H A Drtc.c9 * 1. Redistributions of source code must retain the above copyright
88 const unsigned int code, const kernel_ulong_t arg)
90 switch (code) {
87 MPERS_PRINTER_DECL(int, rtc_ioctl, struct tcb *const tcp, const unsigned int code, const kernel_ulong_t arg) argument
H A Dterm.c8 * 1. Redistributions of source code must retain the above copyright
152 term_ioctl(struct tcb *const tcp, const unsigned int code, argument
155 switch (code) {
H A Dubi.c7 * 1. Redistributions of source code must retain the above copyright
43 ubi_ioctl(struct tcb *const tcp, const unsigned int code, argument
49 switch (code) {
H A Duserfaultfd.c8 * 1. Redistributions of source code must retain the above copyright
58 uffdio_ioctl(struct tcb *const tcp, const unsigned int code, argument
61 switch (code) {
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFAbbreviationDeclaration.cpp24 uint32_t code) {
25 Code = code;
23 extract(DataExtractor data, uint32_t* offset_ptr, uint32_t code) argument
/external/swiftshader/third_party/LLVM/lib/Support/
H A Dsystem_error.cpp35 error_category::equivalent(int code, const error_condition& condition) const { argument
36 return default_error_condition(code) == condition;
40 error_category::equivalent(const error_code& code, int condition) const { argument
41 return *this == code.category() && code.value() == condition;
/external/syslinux/com32/gpllib/dmi/
H A Ddmi_cache.c26 const char *dmi_cache_mode(uint8_t code) argument
35 return mode[code];
38 const char *dmi_cache_location(uint8_t code) argument
47 if (location[code] != NULL)
48 return location[code];
52 uint16_t dmi_cache_size(uint16_t code) argument
54 if (code & 0x8000)
55 return (code & 0x7FFF) << 6; /* KB */
57 return code; /* KB */
60 void dmi_cache_types(uint16_t code, cons argument
84 dmi_cache_ec_type(uint8_t code) argument
101 dmi_cache_type(uint8_t code) argument
117 dmi_cache_associativity(uint8_t code) argument
[all...]
H A Ddmi_processor.c22 * For the avoidance of doubt the "preferred form" of this code is one which
26 * are deemed to be part of the source code.
32 const char *dmi_processor_type(uint8_t code) argument
44 if (code >= 0x01 && code <= 0x06)
45 return type[code - 0x01];
49 const char *dmi_processor_family(uint8_t code, char *manufacturer) argument
52 /* TODO : Need to implement code/value (see dmidecode) insteed of array to address large index */
312 if (code == 0xBE) {
323 if (family[code] !
329 dmi_processor_status(uint8_t code) argument
349 dmi_processor_upgrade(uint8_t code) argument
385 dmi_processor_cache(uint16_t code, const char *level, uint16_t ver, char *cache) argument
[all...]
/external/syslinux/com32/lib/zlib/
H A Dinftrees.h12 information needed to do the operation requested by the code that
14 table that indexes more bits of the code. op indicates whether
16 distance, an end-of-block, or an invalid code. For a table
19 is the number of extra bits to get after the code. bits is
20 the number of bits in this code or part of the code to drop off
26 unsigned char bits; /* bits in this part of the code */
27 unsigned short val; /* offset in table or code value */
28 } code; typedef in typeref:struct:__anon19346
35 01000000 - invalid code
[all...]
/external/v8/src/arm/
H A Deh-frame-arm.cc2 // Use of this source code is governed by a BSD-style license that can be
29 switch (name.code()) {
47 const char* EhFrameDisassembler::DwarfRegisterCodeToString(int code) { argument
48 switch (code) {

Completed in 625 milliseconds

1234567891011>>