| /external/wpa_supplicant/ |
| eap_defs.h | 25 u8 code; member in struct:eap_hdr 27 u16 length; /* including code and identifier; network byte order */ 67 /* SMI Network Management Private Enterprise Code for vendor specific types */
|
| /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/ |
| eap_defs.h | 25 u8 code; member in struct:eap_hdr 27 be16 length; /* including code and identifier; network byte order */ 75 /* SMI Network Management Private Enterprise Code for vendor specific types */
|
| /external/zlib/examples/ |
| enough.c | 1 /* enough.c -- determine the maximum size of inflate's Huffman code tables over 21 maximum code length in bits to determine the maximum table size for zilb's 26 in the same code for the counting, as do permutations of the assignments of 29 We build a code from shorter to longer lengths, determining how many symbols 31 be coded, what the last code length used was, and how many bit patterns of 32 that length remain unused. Then we add one to the code length and double the 33 number of unused patterns to graduate to the next code length. We then 34 assign all portions of the remaining symbols to that code length that 35 preserve the properties of a correct and eventually complete code. Those 45 entry is pointed to regardless of the bits that follow the short code. I 171 local int *code; \/* number of symbols assigned to each bit length *\/ variable [all...] |
| /frameworks/base/cmds/service/ |
| service.cpp | 120 int32_t code = atoi(argv[optind++]); local 237 service->transact(code, data, &reply); 248 aerr << "service: No code specified for call" << endl; 264 " service call SERVICE CODE [i32 INT | s16 STR] ...\n"
|
| /frameworks/base/cmds/servicemanager/ |
| binder.h | 24 uint32_t code; member in struct:binder_txn 79 void *target, uint32_t code);
|
| /frameworks/base/core/java/com/android/internal/widget/ |
| PasswordEntryKeyboard.java | 91 final int code = key.codes[0]; local 92 if (code >=0 && code != '\n' && (code < 32 || code > 127)) { 93 // Log.w(TAG, "Key code for " + key.label + " is not latin-1"); 257 final int code = codes[0]; local 258 if (code == KEYCODE_SHIFT || code == KEYCODE_DELETE) { 260 if (code == KEYCODE_SHIFT) x += width / 6 [all...] |
| /frameworks/base/core/jni/ |
| android_util_XmlBlock.cpp | 103 jint code = (jint)st->next(); local 104 switch (code) {
|
| /frameworks/base/media/libstagefright/codecs/amrnb/dec/src/ |
| dec_amr.cpp | 22 ANSI-C code for the Adaptive Multi-Rate (AMR) speech codec 154 PSEUDO-CODE 208 When the code is written for a specific target processor the 307 PSEUDO-CODE 375 When the code is written for a specific target processor the 533 PSEUDO-CODE 562 Word16 code[L_SUBFR]; 709 * - decode algebraic code * 837 decode_2i40_9bits (subfrNr, i, index, code); 846 decode_2i40_11bits (i, index, code); 1360 Word16 code[L_SUBFR]; local [all...] |
| /frameworks/base/media/libstagefright/codecs/avc/enc/src/ |
| residual.cpp | 33 uint code; local 54 code = *((uint*)pSrc); 56 *((uint*)pDst) = code; 58 status = BitstreamWriteBits(stream, 32, code); 63 code = *((uint*)pSrc); 65 *((uint*)pDst) = code; 67 status = BitstreamWriteBits(stream, 16, code); 87 code = *((uint*)pSrc); 89 *((uint*)pDst) = code; 91 status = BitstreamWriteBits(stream, 32, code); [all...] |
| /frameworks/base/telephony/java/com/android/internal/telephony/gsm/ |
| SuppServiceNotification.java | 30 public int code; field in class:SuppServiceNotification 64 + " code: " + code
|
| /frameworks/media/libvideoeditor/vss/src/ |
| M4VD_EXTERNAL_BitstreamParser.c | 33 M4OSA_UInt8 code; member in struct:__anon15868 103 M4OSA_UInt32 code, j; local 141 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8); 142 if (code == 0) 144 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8); 145 if (code == 0) 147 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8); 148 if (code == 1) 150 /* start code found */ 151 code = M4VD_EXTERNAL_GetBitsFromMemory(&parsingCtxt, 8) [all...] |
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/accessibility/ |
| KeyCodeDescriptionMapper.java | 116 * <li>Automatic or manually-defined based on the key code</li> 118 * <li>{code null} for keys with no label or key code defined</li> 157 * key or {@code null} if there is not a description provided for the 186 * @param key The key from which to obtain a key code. 187 * @return the key code for the specified key 199 * the specified key is pressed based on its key code. 201 * The order of precedence for key code descriptions is: 206 * <li>Automatic based on the character represented by the key code</li> 220 final int code = getCorrectKeyCode(keyboard, key) local [all...] |
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
| LayoutReloadMonitor.java | 63 public boolean code = false; field in class:LayoutReloadMonitor.ChangeFlags 71 return code && resources && rClass && localeList && manifest; 89 * @param libraryModified <code>true</code> if the changeFlags are not for the project 166 * This is only to detect code and manifest change. Resource changes (located in res/) 223 // here we only care about code change (so change for .class files). 235 // this is a code change! 241 changeFlags.code = true;
|
| /sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
| VersionQualifier.java | 37 * <code>null</code> is returned. 39 * @return a new {@link VersionQualifier} object or <code>null</code> 46 int code = -1; local 48 code = Integer.parseInt(v); 55 qualifier.mVersion = code;
|
| /system/core/toolbox/ |
| sendevent.c | 16 __u16 code; member in struct:input_event 57 fprintf(stderr, "use: %s device type code value\n", argv[0]); 72 event.code = atoi(argv[3]);
|
| /dalvik/dx/src/com/android/dx/cf/direct/ |
| StdAttributeFactory.java | 37 import com.android.dx.cf.code.ByteCatchList; 38 import com.android.dx.cf.code.BytecodeArray; 39 import com.android.dx.cf.code.LineNumberList; 40 import com.android.dx.cf.code.LocalVariableList; 48 import com.android.dx.rop.code.AccessFlags; 67 /** {@code non-null;} shared instance of this class */ 140 return code(cf, offset, length, observer); 193 * Parses an {@code AnnotationDefault} attribute. 209 * Parses a {@code Code} attribute 211 private Attribute code(DirectClassFile cf, int offset, int length, method in class:StdAttributeFactory 243 BytecodeArray code = local [all...] |
| /prebuilt/sdk/tools/lib/ |
| dx.jar | |
| /abi/cpp/include/ |
| cxxabi.h | 7 // 1. Redistributions of source code must retain the above copyright 84 code() const { return CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__class_type_info 96 code() const { return SI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__si_class_type_info 149 code() const { return VMI_CLASS_TYPE_INFO_CODE; } function in class:__cxxabiv1::__vmi_class_type_info
|
| /bionic/libc/kernel/common/linux/ |
| icmp.h | 60 __u8 code; member in struct:icmphdr
|
| if_pppox.h | 23 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 28 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 33 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 38 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 43 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 48 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 53 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 58 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 63 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS */ 68 /* WARNING: DO NOT EDIT, AUTO-GENERATED CODE - SEE TOP FOR INSTRUCTIONS * 115 __u8 code; member in struct:pppoe_hdr [all...] |
| /cts/tools/host/src/com/android/cts/ |
| CtsTestResult.java | 59 for (int code : sCodeToResultMap.keySet()) { 60 sResultToCodeMap.put(sCodeToResultMap.get(code), code); typedefs 113 * Get result code of the test. 115 * @return The result code of the test. 178 * Reverse the result code.
|
| /dalvik/dexgen/src/com/android/dexgen/dex/code/ |
| DalvInsn.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpec; 20 import com.android.dexgen.rop.code.RegisterSpecList; 21 import com.android.dexgen.rop.code.SourcePosition; 32 * {@code -1} if not 39 /** {@code non-null;} source position */ 42 /** {@code non-null;} list of register arguments */ 48 * @param position {@code non-null;} source position information 49 * @param dest {@code non-null;} destination register 50 * @param src {@code non-null;} source registe [all...] |
| DalvInsnList.java | 17 package com.android.dexgen.dex.code; 39 * code block. This may be greater than the largest observed register+ 40 * category because the method this code block exists in may 49 * @param list {@code non-null;} the list to use for elements 51 * this code block requires. 52 * @return {@code non-null;} an appropriately-constructed instance of this 69 * Constructs an instance. All indices initially contain {@code null}. 81 * do that, this will throw {@code NullPointerException}. 83 * @param n {@code >= 0, < size();} which index 84 * @return {@code non-null;} element at that inde [all...] |
| InsnFormat.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.RegisterSpecList; 31 * streams of code words, as well as human-oriented listing strings 40 * @param insn {@code non-null;} the instruction 43 * @return {@code non-null;} the string form 69 * has no arguments, then the result should be {@code ""}, not 70 * {@code null}. 74 * @param insn {@code non-null;} the instruction 75 * @return {@code non-null;} the string form 82 * has no comment, then the result should be {@code ""}, no [all...] |
| StdCatchBuilder.java | 17 package com.android.dexgen.dex.code; 19 import com.android.dexgen.rop.code.BasicBlock; 20 import com.android.dexgen.rop.code.BasicBlockList; 21 import com.android.dexgen.rop.code.RopMethod; 35 /** the maximum range of a single catch handler, in code units */ 38 /** {@code non-null;} method to build the list for */ 41 /** {@code non-null;} block output order */ 44 /** {@code non-null;} address objects for each block */ 51 * @param method {@code non-null;} method to build the list for 52 * @param order {@code non-null;} block output orde [all...] |