/dalvik/dx/src/com/android/dx/rop/code/ |
AccessFlags.java | 17 package com.android.dx.rop.code; 26 * identical to Java access flags, but {@code ACC_SUPER} isn't 27 * used at all in translated code, and {@code ACC_SYNCHRONIZED} 47 * synchronized method; only valid in dex files for {@code native} 53 * class with new-style {@code invokespecial} for superclass 80 * method with strict floating point ({@code strictfp}) 101 * method was declared {@code synchronized}; has no effect on 150 * @return {@code non-null;} human-oriented string 161 * @return {@code non-null;} human-oriented strin [all...] |
BasicBlockList.java | 17 package com.android.dx.rop.code; 30 * {@code >= -1;} the count of registers required by this method or 31 * {@code -1} if not yet calculated 36 * Constructs an instance. All indices initially contain {@code null}, 37 * and the first-block label is initially {@code -1}. 48 * Constructs a mutable copy for {@code getMutableCopy()}. 61 * do that, this will throw {@code NullPointerException}. 63 * @param n {@code >= 0, < size();} which index 64 * @return {@code non-null;} element at that index 73 * @param n {@code >= 0, < size();} which inde [all...] |
Insn.java | 17 package com.android.dx.rop.code; 31 /** {@code non-null;} opcode */ 34 /** {@code non-null;} source position */ 37 /** {@code null-ok;} spec for the result of this instruction, if any */ 40 /** {@code non-null;} specs for all the sources of this instruction */ 46 * @param opcode {@code non-null;} the opcode 47 * @param position {@code non-null;} source position 48 * @param result {@code null-ok;} spec for the result, if any 49 * @param sources {@code non-null;} specs for all the sources 75 * {@code x.equals(y)} is only true if {@code x == y} [all...] |
LocalVariableExtractor.java | 17 package com.android.dx.rop.code; 23 * Code to figure out which local variables are active at which points in 27 /** {@code non-null;} method being extracted from */ 30 /** {@code non-null;} block list for the method */ 33 /** {@code non-null;} result in-progress */ 36 /** {@code non-null;} work set indicating blocks needing to be processed */ 42 * @param method {@code non-null;} the method to extract from 43 * @return {@code non-null;} the extracted information 53 * @param method {@code non-null;} the method to extract from 72 * @return {@code non-null;} the extracted informatio [all...] |
RegisterSpecSet.java | 17 package com.android.dx.rop.code; 27 /** {@code non-null;} no-element instance */ 31 * {@code non-null;} array of register specs, where each element is 32 * {@code null} or is an instance whose {@code reg} 37 /** {@code >= -1;} size of the set or {@code -1} if not yet calculated */ 43 * @param maxSize {@code >= 0;} the maximum register number (exclusive) that 129 * @return {@code >= 0;} the maximum size 138 * @return {@code >= 0;} the siz [all...] |
Rop.java | 17 package com.android.dx.rop.code; 28 /** minimum {@code BRANCH_*} value */ 49 /** maximum {@code BRANCH_*} value */ 56 * {@code non-null;} result type of this operation; {@link Type#VOID} for 61 /** {@code non-null;} types of all the sources of this operation */ 64 /** {@code non-null;} list of possible types thrown by this operation */ 68 * the branchingness of this op; one of the {@code BRANCH_*} 76 /** {@code null-ok;} nickname, if specified (used for debugging) */ 84 * @param result {@code non-null;} result type of this operation; {@link 86 * @param sources {@code non-null;} types of all the sources of this operatio [all...] |
/development/ndk/platforms/android-3/include/linux/ |
icmp.h | 60 __u8 code; member in struct:icmphdr
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
CharInfo.java | 203 int code = Integer.parseInt(value); local 204 boolean extra = defineEntity(name, (char) code); 289 int code = Integer.parseInt(value); local 291 boolean extra = defineEntity(name, (char) code);
|
/external/bison/src/ |
output.c | 39 #include "scan-code.h" /* max_left_semantic_context */ 407 char const *code = (*get) (sym)->code; local 408 if (code) 413 code, optional typename. */ 419 fprintf (out, ", %d, [[%s]]", sym->number, code); 676 | Output the parsing tables and the parser code to ftable. |
|
/external/chromium/chrome/browser/diagnostics/ |
diagnostics_main.cc | 2 // Use of this source code is governed by a BSD-style license that can be 167 const char* code = "\033[m"; local 170 code = "\033[1;31m"; 173 code = "\033[1;32m"; 180 printf("%s", code);
|
/external/chromium/net/base/ |
gzip_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 84 int code = CompressAll(ENCODE_DEFLATE , source_buffer(), source_len(), local 86 ASSERT_TRUE(code == Z_STREAM_END); 95 code = CompressAll(ENCODE_GZIP, source_buffer(), source_len(), 97 ASSERT_TRUE(code == Z_STREAM_END); 114 // other zlib error code if fail. 121 int code; local 125 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 130 code = deflateInit(&zlib_stream, Z_DEFAULT_COMPRESSION); 133 if (code != Z_OK 182 int code = Filter::FILTER_OK; local 347 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 370 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 390 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local [all...] |
sdch_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 183 // Response code needs to be 200 to allow a pass through. 221 // Response code needs to be 200 to allow a pass through. 262 // Response code needs to be 200 to allow a pass through. 299 // Response code needs to be 200 to allow a pass through. 767 int code; local 770 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 775 CHECK_EQ(Z_OK, code); 808 code = deflate(&zlib_stream, Z_FINISH); [all...] |
/external/chromium/net/socket/ |
socks_client_socket.cc | 2 // Use of this source code is governed by a BSD-style license that can be 50 uint8 code; member in struct:net::SOCKS4ServerResponse 399 switch (response->code) {
|
/external/chromium/third_party/libjingle/source/talk/base/ |
opensslstreamadapter.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 240 int code = SSL_write(ssl_, data, data_len); local 241 switch (SSL_get_error(ssl_, code)) { 244 ASSERT(0 < code && static_cast<unsigned>(code) <= data_len); 246 *written = code; 258 Error("SSL_write", (code ? code : -1), false); 300 int code = SSL_read(ssl_, data, data_len); local 301 switch (SSL_get_error(ssl_, code)) { 461 int code = (role_ == SSL_CLIENT) ? SSL_connect(ssl_) : SSL_accept(ssl_); local [all...] |
socketadapters.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 201 SignalCloseEvent(this, 0); // TODO: error code? 433 unsigned int code; local 434 if (sscanf(data, "HTTP/%*u.%*u %u", &code) != 1) { 438 switch (code) { 444 #error Wrong code for HTTP_STATUS_PROXY_AUTH_REQ
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
xmppclient.cc | 8 * 1. Redistributions of source code must retain the above copyright notice, 39 talk_base::TaskParent* XmppClient::GetParent(int code) { 40 if (code == XMPP_CLIENT_TASK_CODE) 43 return talk_base::Task::GetParent(code); 348 int code = socket_->GetError(); local 349 engine_->ConnectionClosed(code);
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
input_method_engine.h | 2 // Use of this source code is governed by a BSD-style license that can be 29 std::string code; member in struct:chromeos::InputMethodEngine::KeyboardEvent
|
/external/chromium_org/chrome/browser/google_apis/ |
base_requests.h | 2 // Use of this source code is governed by a BSD-style license that can be 69 // Invoked when the authentication failed with an error code |code|. 70 virtual void OnAuthFailed(GDataErrorCode code) = 0; 80 // each request's constructor with error code GDATA_CANCELLED. 139 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) = 0; 144 // Returns an appropriate GDataErrorCode based on the HTTP response code and 159 virtual void OnAuthFailed(GDataErrorCode code) OVERRIDE; 193 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE; 276 virtual void RunCallbackOnPrematureFailure(GDataErrorCode code) OVERRIDE 297 GDataErrorCode code; member in struct:google_apis::UploadRangeResponse [all...] |
/external/chromium_org/chrome/browser/ui/prefs/ |
prefs_tab_helper.cc | 2 // Use of this source code is governed by a BSD-style license that can be 270 // |pref_name| is "webkit.webprefs.fonts.serif.Hant". Since the script code for 280 int32 code = u_getPropertyValueEnum(UCHAR_SCRIPT, scriptName); local 281 DCHECK(code >= 0 && code < USCRIPT_CODE_LIMIT); 282 return static_cast<UScriptCode>(code); 286 // the script code in that family that is used in font pref names. For example, 288 // of font selection. Chrome uses the script code USCRIPT_HANGUL (script name 320 UScriptCode code = USCRIPT_INVALID_CODE; 322 uscript_getCode(locale.c_str(), &code, 1, &err) [all...] |
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
SpeechRecognition.java | 2 // Use of this source code is governed by a BSD-style license that can be 93 int code = SpeechRecognitionError.NONE; local 98 code = SpeechRecognitionError.AUDIO; 101 code = SpeechRecognitionError.ABORTED; 105 code = SpeechRecognitionError.NOT_ALLOWED; 110 code = SpeechRecognitionError.NETWORK; 113 code = SpeechRecognitionError.NO_MATCH; 116 code = SpeechRecognitionError.NO_SPEECH; 123 terminate(code);
|
/external/chromium_org/google_apis/gaia/ |
gaia_auth_fetcher_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 35 "oauth_code=test-code; Path=/test; Secure; HttpOnly"; 37 "oauth_code=test-code; Path=/test; HttpOnly"; 39 "oauth_code=test-code; Path=/test; Secure"; 68 net::URLRequestStatus::Status code; local 72 code = net::URLRequestStatus::SUCCESS; 75 code = net::URLRequestStatus::FAILED; 78 set_status(net::URLRequestStatus(code, 0)); 770 EXPECT_EQ("test-code", auth_code); 778 EXPECT_EQ("test-code", auth_code) [all...] |
gaia_oauth_client_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 58 net::URLRequestStatus::Status code = net::URLRequestStatus::SUCCESS; variable 60 code = net::URLRequestStatus::FAILED; 63 set_status(net::URLRequestStatus(code, 0));
|
/external/chromium_org/net/base/ |
gzip_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 79 int code = CompressAll(ENCODE_DEFLATE , source_buffer(), source_len(), local 81 ASSERT_TRUE(code == Z_STREAM_END); 90 code = CompressAll(ENCODE_GZIP, source_buffer(), source_len(), 92 ASSERT_TRUE(code == Z_STREAM_END); 109 // other zlib error code if fail. 116 int code; local 120 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 125 code = deflateInit(&zlib_stream, Z_DEFAULT_COMPRESSION); 128 if (code != Z_OK 177 int code = Filter::FILTER_OK; local 342 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 365 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local 385 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local [all...] |
sdch_filter_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 177 // Response code needs to be 200 to allow a pass through. 215 // Response code needs to be 200 to allow a pass through. 256 // Response code needs to be 200 to allow a pass through. 293 // Response code needs to be 200 to allow a pass through. 761 int code; local 764 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED, 769 CHECK_EQ(Z_OK, code); 802 code = deflate(&zlib_stream, Z_FINISH); [all...] |
/external/chromium_org/net/socket/ |
socks_client_socket.cc | 2 // Use of this source code is governed by a BSD-style license that can be 51 uint8 code; member in struct:net::SOCKS4ServerResponse 414 switch (response->code) {
|