| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/ |
| binder.h | 84 unsigned int code; member in struct:binder_transaction_data
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv4/ |
| ip_tables.h | 110 u_int8_t code[2]; member in struct:ipt_icmp
|
| /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/netfilter_ipv6/ |
| ip6_tables.h | 116 u_int8_t code[2]; member in struct:ip6t_icmp
|
| /prebuilt/windows/sdl/host/include/SDL/ |
| SDL_events.h | 203 int code; /* User defined event code */ member in struct:SDL_UserEvent
|
| /prebuilt/windows/sdl/include/SDL/ |
| SDL_events.h | 206 int code; /* User defined event code */ member in struct:SDL_UserEvent
|
| /system/core/toolbox/ |
| powerd.c | 19 __u16 code; member in struct:input_event 197 light_event.code = 4; // bright lcd backlight 201 light_event2.code = 8; // keyboard backlight 353 if(event.type == EV_PWR && event.code == KEY_SLEEP) { 356 if(event.type == EV_KEY || (event.type == EV_SW && event.code == SW_0 && event.value == 1)) { 376 printf("got %s %s %d%s\n", event.type == EV_KEY ? "key" : "switch", event.value ? "down" : "up", event.code, event_sleep ? " from sleep" : ""); 377 if(event.code == KEY_POWER) { 395 if(event.type == EV_SW && event.code == SW_0 && event.value == 0) {
|
| /cts/tools/dasm/src/dasm/ |
| DAsm.java | 19 import com.android.dx.dex.code.ArrayData; 20 import com.android.dx.dex.code.CodeAddress; 21 import com.android.dx.dex.code.CstInsn; 22 import com.android.dx.dex.code.DalvCode; 23 import com.android.dx.dex.code.DalvInsn; 24 import com.android.dx.dex.code.Dops; 25 import com.android.dx.dex.code.OddSpacer; 26 import com.android.dx.dex.code.OutputFinisher; 27 import com.android.dx.dex.code.PositionList; 28 import com.android.dx.dex.code.SimpleInsn 440 DalvCode code = null; local [all...] |
| /external/bluetooth/bluez/audio/ |
| control.c | 123 uint8_t code:4; member in struct:avrcp_header 144 uint8_t code:4; member in struct:avrcp_header 337 static int send_event(int fd, uint16_t type, uint16_t code, int32_t value) 343 event.code = code; 554 avrcp->code, avrcp->subunit_type, avrcp->subunit_id, 559 avrcp->code = CTYPE_NOT_IMPLEMENTED; 563 avrcp->code = CTYPE_REJECTED; 565 avrcp->code == CTYPE_CONTROL && 570 avrcp->code = CTYPE_ACCEPTED [all...] |
| /external/chromium/net/http/ |
| http_response_headers.cc | 2 // Use of this source code is governed by a BSD-style license that can be 552 std::string::const_iterator code = p; local 556 if (p == code) { 563 raw_headers_.append(code, p); 565 response_code_ = static_cast<int>(StringToInt64(std::string(code, p))); 838 // A response received with a status code of 200, 203, 206, 300, 301 or 410 843 // A response received with any other status code (e.g. status codes 302 [all...] |
| /external/chromium/third_party/icu/source/common/ |
| unames.c | 48 * and we don't want to make it less compact, so we changed the access code. 96 UChar32 code; member in struct:__anon2991 200 /* check error code from previous attempt */ 472 static uint16_t getExtName(uint32_t code, char *buffer, uint16_t bufferLength) { 473 const char *catname = getCharCatName(code); 484 for (cp = code, ndigits = 0; cp; ++ndigits, cp >>= 4) 488 for (cp = code, i = ndigits; (cp || i > 0) && bufferLength; cp >>= 4, bufferLength--) { 501 * Unicode code point "code". 502 * The return value is always a valid Group* that may contain "code" 1096 UChar32 code; local [all...] |
| /external/chromium/third_party/icu/source/test/cintltst/ |
| cldrtest.c | 497 /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */ 1139 UScriptCode code[MAX_SCRIPTS_PER_LOCALE]; local [all...] |
| /external/chromium/third_party/icu/source/tools/gennames/ |
| gennames.c | 17 * parses it, and extracts the character code, 56 * Different strings for a code point - normal name, 1.0 name, and ISO comment - 61 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5 101 * the algRangeData (zero-terminated), followed by the Unicode code point 105 * 1 Names are formed by calculating modulo-factors of the code point value as follows: 112 * The rangeStart is subtracted; with the difference, here "code": 114 * index[i]=code%factor[i]; 115 * code/=factor[i]; 232 uint32_t code; member in struct:__anon3228 304 addLine(uint32_t code, char *names[], int16_t lengths[], int16_t count) 475 uint32_t code=0; local [all...] |
| /external/chromium/third_party/icu/source/tools/gennorm/ |
| store.c | 42 * The new implementation of the normalization code loads its data from 97 typedef void EnumTrieFn(void *context, uint32_t code, Norm *norm); 110 * set a flag for each code point that was seen in decompositions - 122 * after processCombining() this contains for each code point in combiningCPs[] 131 * Structure for a triple of code points, stored in combiningTriplesMem. 132 * The lead and trail code points combine into the the combined one, 137 * code point in the combiningCPs[] array. 139 * They are not sorted by code points. 210 /* set the minimum code points for no/maybe quick check values to the end of the BMP */ 225 createNorm(uint32_t code) { 273 UChar32 code; local [all...] |
| /external/elfutils/libdw/ |
| libdwP.h | 158 unsigned int code; member in struct:Dwarf_Abbrev 294 unsigned int code)
|
| /external/freetype/src/base/ |
| ftobjs.c | 3239 FT_UInt32 code = (FT_UInt32)charcode; local [all...] |
| /external/icu4c/layoutex/ |
| ParagraphLayout.cpp | 917 char code[8] = {0, 0, 0, 0, 0, 0, 0, 0}; local 921 uprv_strcat(code, language); 924 uprv_strcat(code, "_"); 925 uprv_strcat(code, country); 929 if (uprv_strcmp(code, languageMap[i].localeCode) == 0) { [all...] |
| /external/icu4c/test/cintltst/ |
| cldrtest.c | 497 /* TODO: Compare against parent's data too. This code can't handle fallbacks that some tools do already. */ 1142 UScriptCode code[MAX_SCRIPTS_PER_LOCALE]; local [all...] |
| /external/icu4c/tools/gennames/ |
| gennames.c | 17 * parses it, and extracts the character code, 56 * Different strings for a code point - normal name, 1.0 name, and ISO comment - 61 * uint16_t groupMSB; -- for a group of 32 character names stored, this is code point>>5 101 * the algRangeData (zero-terminated), followed by the Unicode code point 105 * 1 Names are formed by calculating modulo-factors of the code point value as follows: 112 * The rangeStart is subtracted; with the difference, here "code": 114 * index[i]=code%factor[i]; 115 * code/=factor[i]; 228 * Pair of code point and name alias. 232 uint32_t code; member in struct:CpNameAlias 247 uint32_t code; member in struct:__anon4298 497 uint32_t code=0; local 553 uint32_t code=0; local [all...] |
| /external/icu4c/tools/gennorm/ |
| store.c | 42 * The new implementation of the normalization code loads its data from 97 typedef void EnumTrieFn(void *context, uint32_t code, Norm *norm); 110 * set a flag for each code point that was seen in decompositions - 122 * after processCombining() this contains for each code point in combiningCPs[] 131 * Structure for a triple of code points, stored in combiningTriplesMem. 132 * The lead and trail code points combine into the the combined one, 137 * code point in the combiningCPs[] array. 139 * They are not sorted by code points. 210 /* set the minimum code points for no/maybe quick check values to the end of the BMP */ 225 createNorm(uint32_t code) { 273 UChar32 code; local [all...] |
| /external/libpcap/ |
| gencode.h | 6 * modification, are permitted provided that: (1) source code distributions 8 * distributions including binary code include the above copyright notice and 33 * 1. Redistributions of source code must retain the above copyright 191 int code; member in struct:stmt 223 int code; member in struct:edge
|
| optimize.c | 6 * modification, are permitted provided that: (1) source code distributions 8 * distributions including binary code include the above copyright notice and 73 * Currently, the use-def code assumes only one definition per instruction. 86 * Rather than traverse the code array, marking each item, 'cur_mark' is 369 register int c = s->code; 415 if (s->code == NOP) 418 switch (BPF_CLASS(s->code)) { 432 return BPF_MISCOP(s->code) == BPF_TAX ? X_ATOM : A_ATOM; 457 if (s->s.code == NOP) 481 if (BPF_CLASS(b->s.code) == BPF_JMP) 543 int code; member in struct:valnode 1316 int code = ep->code; local [all...] |
| /external/nist-sip/java/gov/nist/javax/sip/stack/ |
| SIPClientTransaction.java | 6 * Pursuant to title 15 Untied States Code Section 105, works of NIST 525 * JvB: this is now duplicate with code in the other processResponse 1378 int code = sipResponse.getStatusCode(); local [all...] |
| /external/openssl/crypto/ |
| crypto.h | 9 * 1. Redistributions of source code must retain the above copyright 64 * apply to all code found in this distribution, be it the RC4, RSA, 65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 70 * the code are not to be removed. 79 * 1. Redistributions of source code must retain the copyright 90 * 4. If you include any Windows specific code (or a derivative thereof) from 91 * the apps directory (application code) you must include an acknowledgement: 107 * derivative of this code cannot be changed. i.e. this code cannot simply b 173 int code; member in struct:openssl_item_st [all...] |
| /external/openssl/include/openssl/ |
| crypto.h | 9 * 1. Redistributions of source code must retain the above copyright 64 * apply to all code found in this distribution, be it the RC4, RSA, 65 * lhash, DES, etc., code; not just the SSL code. The SSL documentation 70 * the code are not to be removed. 79 * 1. Redistributions of source code must retain the copyright 90 * 4. If you include any Windows specific code (or a derivative thereof) from 91 * the apps directory (application code) you must include an acknowledgement: 107 * derivative of this code cannot be changed. i.e. this code cannot simply b 173 int code; member in struct:openssl_item_st [all...] |
| /external/ppp/pppd/ |
| eap.c | 184 * Convert EAP state code to printable string for debug. 2082 u_char code, id; local 2150 int code, id, len, rtype, vallen; local [all...] |