| /external/elfutils/libdw/ |
| dwarf_child.c | 37 /* Some arbitrary value not conflicting with any existing code. */ 148 const unsigned char *code = addr; local 152 if (unlikely (code >= endp)) /* Truncated section. */ 154 if (unlikely (*code == 0x80)) 155 ++code; 159 if (unlikely (*code == '\0'))
|
| /external/freetype/src/cff/ |
| cffcmap.c | 85 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/kernel-headers/original/uapi/linux/ |
| v4l2-mediabus.h | 22 * @code: data format code (from enum v4l2_mbus_pixelcode) 32 __u32 code; member in struct:v4l2_mbus_framefmt
|
| /external/libbrillo/brillo/dbus/ |
| utils.cc | 2 // Use of this source code is governed by a BSD-style license that can be 30 std::string error_name = DBUS_ERROR_FAILED; // Default error code. 34 // Pop the error code and message from the error chain and use them as the 44 // Format error string as "domain/code:message". 60 // Each part should be in format of "domain/code:message" 68 std::string code = part.substr(slash_pos + 1, colon_pos - slash_pos - 1); local 70 errors.emplace_back(domain, code, message);
|
| /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/cff/ |
| cffcmap.c | 85 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/llvm/lib/Support/ |
| regerror.c | 2 * This code is derived from OpenBSD's libc/regex, original license follows: 8 * This code is derived from software contributed to Berkeley by 14 * 1. Redistributions of source code must retain the above copyright 55 int code; member in struct:rerr 75 { 0, "", "*** unknown regexp error code ***" } 95 for (r = rerrs; r->code != 0; r++) 96 if (r->code == target) 100 if (r->code != 0) { 127 for (r = rerrs; r->code != 0; r++) 130 if (r->code == 0 [all...] |
| /external/llvm/unittests/ExecutionEngine/MCJIT/ |
| MCJITMemoryManagerTest.cpp | 86 uint8_t* code[10000]; local 92 code[i] = MemMgr->allocateCodeSection(32, 0, 1, ""); 96 code[i][j] = 1 + (i % 254); 100 EXPECT_NE((uint8_t *)nullptr, code[i]); 109 EXPECT_EQ(ExpectedCode, code[i][j]); 121 uint8_t* code[10000]; local 131 code[i] = MemMgr->allocateCodeSection(CodeSize, Align, i, ""); 136 code[i][j] = 1 + (i % 254); 143 EXPECT_NE((uint8_t *)nullptr, code[i]); 146 uintptr_t CodeAlign = Align ? (uintptr_t)code[i] % Align : 0 [all...] |
| /external/lzma/Java/Tukaani/src/org/tukaani/xz/simple/ |
| ARM.java | 22 public int code(byte[] buf, int off, int len) { method in class:ARM
|
| ARMThumb.java | 22 public int code(byte[] buf, int off, int len) { method in class:ARMThumb
|
| PowerPC.java | 22 public int code(byte[] buf, int off, int len) { method in class:PowerPC
|
| SPARC.java | 22 public int code(byte[] buf, int off, int len) { method in class:SPARC
|
| /external/mesa3d/src/mapi/glapi/ |
| glapi_entrypoint.c | 28 * Arch-specific code for manipulating GL API entrypoints (dispatch stubs). 100 GLubyte * const code = (GLubyte *) u_execmem_alloc(DISPATCH_FUNCTION_SIZE); local 103 if ( code != NULL ) { 104 (void) memcpy(code, template_func, DISPATCH_FUNCTION_SIZE); 105 fill_in_entrypoint_offset( (_glapi_proc) code, functionOffset ); 108 return (_glapi_proc) code; 119 GLubyte * const code = (GLubyte *) entrypoint; local 122 *((unsigned int *)(code + 8)) = 4 * offset; 124 *((unsigned int *)(code + 11)) = 4 * offset; 125 *((unsigned int *)(code + 22)) = 4 * offset 195 unsigned int *code = &__glapi_sparc_tls_stub; local 199 unsigned int *code = &__glapi_sparc_pthread_stub; local 283 unsigned int *code = (unsigned int *) u_execmem_alloc(sizeof(template)); local 302 unsigned int *code = (unsigned int *) entrypoint; local [all...] |
| /external/mesa3d/src/mapi/mapi/ |
| entry_x86-64_tls.h | 91 char *code = (char *) entry; local 92 *((unsigned int *) (code + 12)) = slot * sizeof(mapi_func); 105 void *code; local 113 code = u_execmem_alloc(sizeof(code_templ)); 114 if (!code) 117 memcpy(code, code_templ, sizeof(code_templ)); 119 *((unsigned int *) (code + 5)) = addr; 120 entry = (mapi_func) code;
|
| entry_x86_tls.h | 118 char *code = (char *) entry; local 119 *((unsigned long *) (code + 8)) = slot * sizeof(mapi_func); 130 void *code; local 133 code = u_execmem_alloc(sizeof(code_templ)); 134 if (!code) 137 memcpy(code, code_templ, sizeof(code_templ)); 139 *((unsigned long *) (code + 2)) = x86_current_tls(); 140 entry = (mapi_func) code;
|
| entry_x86_tsd.h | 80 char *code = (char *) entry; local 82 *((unsigned long *) (code + 11)) = slot * sizeof(mapi_func); 83 *((unsigned long *) (code + 22)) = slot * sizeof(mapi_func); 90 void *code; local 93 code = u_execmem_alloc(X86_ENTRY_SIZE); 94 if (!code) 97 memcpy(code, code_templ, X86_ENTRY_SIZE); 98 entry = (mapi_func) code;
|
| /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
| StatCommandHandler.java | 26 * along with a reply code of 211 if no pathname parameter is specified or 213 if a
28 * the <code>status</code> property.
57 // Only use dynamic reply code if the replyCode property was NOT explicitly set
59 int code = (pathname == null) ? ReplyCodes.STAT_SYSTEM_OK : ReplyCodes.STAT_FILE_OK;
local 60 sendReply(session, code, replyMessageKey, replyText, new String[]{status});
|
| UserCommandHandler.java | 25 * CommandHandler for the USER command. The <code>passwordRequired</code> property defaults to true,
56 // Only use dynamic reply code if the replyCode property was NOT explicitly set
58 int code = (passwordRequired) ? ReplyCodes.USER_NEED_PASSWORD_OK : ReplyCodes.USER_LOGGED_IN_OK;
local 59 sendReply(session, code, replyMessageKey, replyText, null);
|
| /external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/ |
| StatCommandHandler.java | 26 * along with a reply code of 211 if no pathname parameter is specified or 213 if a
28 * the <code>status</code> property.
62 // Only use dynamic reply code if the replyCode property was NOT explicitly set
64 int code = (pathname == null) ? ReplyCodes.STAT_SYSTEM_OK : ReplyCodes.STAT_FILE_OK;
local 65 sendReply(session, code, replyMessageKey, replyText, new String[] { status });
|
| UserCommandHandler.java | 28 * CommandHandler for the USER command. The <code>passwordRequired</code> property defaults to true,
62 // Only use dynamic reply code if the replyCode property was NOT explicitly set
64 int code = (passwordRequired) ? ReplyCodes.USER_NEED_PASSWORD_OK : ReplyCodes.USER_LOGGED_IN_OK;
local 65 sendReply(session, code, replyMessageKey, replyText, null);
|
| /external/oauth/core/src/main/java/net/oauth/ |
| OAuthProblemException.java | 94 Object code = getParameters().get(HttpResponseMessage.STATUS_CODE); local 95 if (code == null) { 97 } else if (code instanceof Number) { // the usual case 98 return ((Number) code).intValue(); 100 return Integer.parseInt(code.toString());
|
| /external/opencv3/3rdparty/libtiff/ |
| t4.h | 33 * 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/opencv3/3rdparty/zlib/ |
| inftrees.h | 12 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:__anon20550 35 01000000 - invalid code [all...] |
| /external/opencv3/modules/imgproc/perf/opencl/ |
| perf_color.cpp | 24 // * Redistribution's of source code must retain the above copyright notice, 102 const int code = get<0>(conversionParams), scn = get<1>(conversionParams), local 108 OCL_TEST_CYCLE() cv::cvtColor(src, dst, code, dcn);
|
| /external/opencv3/modules/imgproc/test/ |
| test_emd.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 64 int code = cvtest::TS::OK; local 86 code = cvtest::TS::FAIL_BAD_ACCURACY; 89 if( code < 0 ) 90 ts->set_failed_test_info( code );
|
| /external/opencv3/modules/ml/test/ |
| test_mltests.cpp | 19 // * Redistribution's of source code must retain the above copyright notice, 54 int code = cvtest::TS::OK; local 55 code = prepare_test_case( testCaseIdx ); 57 if (code == cvtest::TS::OK) 69 code = train( testCaseIdx ); 89 return code;
|