| /development/apps/CustomLocale/src/com/android/customlocale2/ |
| CustomLocaleActivity.java | 63 /** Request code returned when the NewLocaleDialog activity finishes. */ 238 // Sort all locales by code 282 /** Find the locale by code to select it in the list view */ 288 String code = ((LocaleInfo) o).getLocale(); local 289 if (code != null && code.equals(locale)) {
|
| /development/ndk/platforms/android-3/include/linux/ |
| binder.h | 84 unsigned int code; member in struct:binder_transaction_data
|
| /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/ |
| ip_tables.h | 110 u_int8_t code[2]; member in struct:ipt_icmp
|
| /development/ndk/platforms/android-3/include/linux/netfilter_ipv6/ |
| ip6_tables.h | 116 u_int8_t code[2]; member in struct:ip6t_icmp
|
| /development/ndk/platforms/android-L/include/linux/ |
| binder.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 * 102 __u32 code; member in struct:binder_transaction_data [all...] |
| /development/ndk/platforms/android-L/include/linux/netfilter_ipv4/ |
| ip_tables.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 * 112 __u8 code[2]; member in struct:ipt_icmp [all...] |
| /development/ndk/platforms/android-L/include/linux/netfilter_ipv6/ |
| ip6_tables.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 * 130 __u8 code[2]; member in struct:ip6t_icmp [all...] |
| /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/ |
| GrammarAST.java | 9 * 1. Redistributions of source code must retain the above copyright 77 * purposes (Nullable tree child list needs special code gen when matching). 83 * computed during code gen for automatic error recovery. 116 * early, before code gen, for refs to rule predefined properties 119 * the {$ID...} is not seen as an action until code gen pulls apart. 123 /** if this is a TOKEN_REF or RULE_REF node, this is the code ST 127 public ST code; field in class:GrammarAST
|
| /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
| TestSymbolDefinitions.java | 9 * 1. Redistributions of source code must retain the above copyright 230 String code = recogST.render(); local 231 assertTrue("not expecting label", code.indexOf("x=b();")<0);
|
| /external/chromium-libpac/src/ |
| proxy_resolver_v8.cc | 2 // Use of this source code is governed by a BSD-style license that can be 27 // For the majority of the PAC utility functions, we use the same code 484 // Add the user's PAC code to the environment. 522 // Returns OK on success, otherwise an error code. 529 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin); local 532 if (!code.IsEmpty()) 533 code->Run();
|
| /external/chromium_org/chrome/test/remoting/ |
| remote_desktop_browsertest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 370 const char* code) { 371 SimulateKeyPressWithCode(keyCode, code, false, false, false, false); 376 const char* code, 384 code, local 392 const char* code; local 395 GetKeyValuesFromChar(c, &code, &keyboard_code, &shift); 396 ASSERT_TRUE(code != NULL); 397 SimulateKeyPressWithCode(keyboard_code, code, false, shift, false, false);
|
| /external/chromium_org/content/renderer/pepper/ |
| event_conversion.cc | 2 // Use of this source code is governed by a BSD-style license that can be 41 // not matching, we'll need to write conversion code to preserve the Pepper 138 result.code = CodeForKeyboardEvent(key_event); 275 // TODO bug:http://code.google.com/p/chromium/issues/detail?id=93902 390 // Make sure to not read beyond the buffer in case some bad code doesn't 480 // Convert a character string to a Windows virtual key code. Adapted from 484 WebUChar* code, 542 *code = vk_code; 676 WebUChar code = 0, text = 0; local 679 &code, [all...] |
| /external/chromium_org/google_apis/drive/ |
| base_requests.cc | 2 // Use of this source code is governed by a BSD-style license that can be 69 // Check that response code indicates response headers are valid (i.e. not 106 << ", code: " << error_code << ", json:\n" << trimmed_json; 340 // Determine error code. 374 DLOG(ERROR) << "code: " << error_code_ << ", message: " << message; 376 // Override the error code based on the reason of the first error. 410 void UrlFetchRequestBase::OnAuthFailed(GDataErrorCode code) { 411 RunCallbackOnPrematureFailure(code); 436 void EntryActionRequest::RunCallbackOnPrematureFailure(GDataErrorCode code) { 437 callback_.Run(code); 460 GDataErrorCode code = GetErrorCode(); local 530 GDataErrorCode code = GetErrorCode(); local 730 GDataErrorCode code = GetErrorCode(); local [all...] |
| /external/chromium_org/net/proxy/ |
| proxy_resolver_v8.cc | 2 // Use of this source code is governed by a BSD-style license that can be 31 // For the majority of the PAC utility functions, we use the same code 491 // Add the user's PAC code to the environment. 533 // Returns OK on success, otherwise an error code. 540 v8::Local<v8::Script> code = v8::Script::Compile(script, &origin); local 543 if (!code.IsEmpty()) 544 code->Run(); 597 // Shared code for implementing:
|
| /external/chromium_org/net/websockets/ |
| websocket_channel.cc | 2 // Use of this source code is governed by a BSD-style license that can be 56 // status code length 60 // Check a close status code for strict compliance with RFC6455. This is only 63 // codes. The |code| parameter is type int for convenience of implementation; 64 // the real type is uint16. Code 1005 is treated specially; it cannot be set 67 bool IsStrictlyValidCloseStatusCode(int code) { 70 0, 1000, // 1000 is the first valid code 78 DCHECK_GE(code, 0); 79 DCHECK_LT(code, 65536); 80 const int* upper = std::upper_bound(kInvalidRanges, kInvalidRangesEnd, code); 749 uint16 code = kWebSocketErrorAbnormalClosure; local 833 uint16 code = kWebSocketNormalClosure; local [all...] |
| /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/ |
| ScriptDebugServer.cpp | 8 * * Redistributions of source code must retain the above copyright 291 int code = static_cast<int>(resultTuple->Get(0)->ToInteger()->Value()); local 292 switch (code) {
|
| /external/chromium_org/third_party/freetype/include/freetype/internal/ |
| t1types.h | 59 /* code_first :: The lowest valid character code in the encoding. */ 61 /* code_last :: The highest valid character code in the encoding */ 131 FT_Byte** code; member in struct:CID_SubrsRec_
|
| /external/chromium_org/third_party/icu/source/common/ |
| ucnvscsu.c | 59 * Unicode code points from 3400 to E000 are not adressible by 271 * Instead, there are two code blocks for the two SCSU modes. 278 * When the fast-path runs into a code that it cannot handle, its loop ends and it 283 * The callback handling is done by returning with an error code. 617 * Instead, there are two code blocks for the two SCSU modes. 624 * When the fast-path runs into a code that it cannot handle, its loop ends and it 629 * The callback handling is done by returning with an error code. 876 * Real compression heuristics are applied to the rest, in code branches for 877 * single/Unicode mode and BMP/supplementary code points. 1031 int code; local 1521 int code; local [all...] |
| /external/chromium_org/third_party/libjingle/source/talk/examples/android/src/org/appspot/apprtc/ |
| AppRTCClient.java | 8 * 1. Redistributions of source code must retain the above copyright notice, 187 int code = connection.getResponseCode(); local 188 if (code != HttpURLConnection.HTTP_MOVED_TEMP) { 189 throw new IOException("Unexpected response: " + code + " for " + url +
|
| /external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
| chatroommoduleimpl.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 213 return XMPP_RETURN_BADSTATE; // $TODO - this isn't a bad state, it's a bad call, diff error code? 232 return XMPP_RETURN_BADSTATE; // $TODO - this isn't a bad state, it's a bad call, diff error code? 284 return XMPP_RETURN_BADSTATE; // $TODO - this isn't a bad state, it's a bad call, diff error code? 342 // $TODO - this isn't a bad state, it's a bad call, diff error code? 387 return XMPP_RETURN_BADSTATE; // $TODO - this isn't a bad state, it's a bad call, diff error code? 611 int code = atoi(error->Attr(QN_CODE).c_str()); local 612 switch (code) { 641 int code = atoi(user_status->Attr(QN_CODE).c_str()); local 642 switch (code) { [all...] |
| /external/chromium_org/third_party/libjpeg_turbo/ |
| jchuff.c | 74 * structure assignment. You'll need to fix this code if you have 140 * just count the Huffman symbols used and generate Huffman code tables. 225 unsigned int code; local 227 /* Note that huffsize[] and huffcode[] are filled in code-length order, 246 /* Figure C.1: make table of Huffman code length for each symbol */ 260 /* We also validate that the counts represent a legal Huffman code tree. */ 262 code = 0; 267 huffcode[p++] = code; 268 code++; 270 /* code is now 1 more than the last code used for codelength si; bu 487 int r, code, size; local [all...] |
| /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/ |
| nv50_ir_driver.h | 35 * It is created by the code generator and handed to the pipe driver 109 uint32_t *code; member in struct:nv50_ir_prog_info::__anon18456 191 extern void nv50_ir_relocate_code(void *relocData, uint32_t *code, 196 /* obtain code that will be shared among programs */ 198 const uint32_t **code, uint32_t *size);
|
| /external/chromium_org/third_party/webrtc/base/ |
| win32socketserver.cc | 4 * Use of this source code is governed by a BSD-style license 369 int code = WSAGetLastError(); local 370 if (code == WSAEWOULDBLOCK) { 373 ReportWSAError("WSAAsync:connect", code, addr); 374 error_ = code;
|
| /external/chromium_org/third_party/zlib/ |
| deflate.h | 20 the crc code when it is not needed. For shared libraries, gzip encoding 31 /* number of length codes, not counting the special END_BLOCK code */ 37 /* number of Literal or Length codes, including the END_BLOCK code */ 61 /* Data structure describing a single value and its code string. */ 65 ush code; /* bit string */ member in union:ct_data_s::__anon21014 74 #define Code fc.code 82 int max_code; /* largest code with non zero frequency */ 234 * example a binary file with poorly compressible code followed by 244 /* Buffer for distances. To simplify the code, d_buf and l_buf hav [all...] |
| trees.c | 13 * Each code tree is stored in a compressed form which is itself 14 * a Huffman encoding of the lengths of all the code strings (in 15 * ascending order by source values). The actual code strings are 51 /* end of block literal code */ 62 local const int extra_lbits[LENGTH_CODES] /* extra bits for each length code */ 65 local const int extra_dbits[D_CODES] /* extra bits for each distance code */ 68 local const int extra_blbits[BL_CODES]/* extra bits for each bit length code */ 110 /* length code for each normalized match length (0 == MIN_MATCH) */ 113 /* First normalized length for each code (0 = MIN_MATCH) */ 116 /* First normalized distance for each code (0 = distance of 1) * 246 int code; \/* code value *\/ local 587 ush code = 0; \/* running code value *\/ local 1084 unsigned code; \/* the code to send *\/ local [all...] |