/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
MoreKeySpec.java | 36 final int code = KeySpecParser.toUpperCaseOfCodeForLocale( local 38 if (code == Constants.CODE_UNSPECIFIED) { 44 mCode = code;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
HighRegisterPrefix.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; 27 * {@code move*} instructions to move a set of registers into 28 * registers starting at {@code 0} sequentially. This is used 33 /** {@code null-ok;} cached instructions, if constructed */ 38 * unknown ({@code -1}). 40 * @param position {@code non-null;} source position 41 * @param registers {@code non-null;} source register [all...] |
/dalvik/dexgen/src/com/android/dexgen/rop/code/ |
CstInsn.java | 17 package com.android.dexgen.rop.code; 26 /** {@code non-null;} the constant */ 32 * @param opcode {@code non-null;} the opcode 33 * @param position {@code non-null;} source position 34 * @param result {@code null-ok;} spec for the result, if any 35 * @param sources {@code non-null;} specs for all the sources 36 * @param cst {@code non-null;} constant 58 * @return {@code non-null;} the constant
|
/dalvik/dx/src/com/android/dx/cf/code/ |
ByteBlockList.java | 17 package com.android.dx.cf.code; 30 * @param size {@code >= 0;} the number of elements to be in the list 39 * will throw {@code NullPointerException}. 41 * @param n {@code >= 0, < size();} which element 42 * @return {@code non-null;} the indicated element 52 * @return {@code non-null;} the block with the given label 68 * @param n {@code >= 0, < size();} which element 69 * @param bb {@code null-ok;} the value to store
|
/dalvik/dx/src/com/android/dx/rop/code/ |
CstInsn.java | 17 package com.android.dx.rop.code; 26 /** {@code non-null;} the constant */ 32 * @param opcode {@code non-null;} the opcode 33 * @param position {@code non-null;} source position 34 * @param result {@code null-ok;} spec for the result, if any 35 * @param sources {@code non-null;} specs for all the sources 36 * @param cst {@code non-null;} constant 58 * @return {@code non-null;} the constant
|
/dalvik/dx/src/com/android/dx/ssa/ |
MoveParamCombiner.java | 19 import com.android.dx.rop.code.CstInsn; 20 import com.android.dx.rop.code.LocalItem; 21 import com.android.dx.rop.code.RegOps; 22 import com.android.dx.rop.code.RegisterSpec; 144 * @param insn {@code non-null;} a move-param insn 145 * @return {@code >=0;} parameter index
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
DTMNamedNodeMap.java | 94 * @param name The <code>nodeName</code> of a node to retrieve. 95 * @return A <code>Node</code> (of any type) with the specified 96 * <code>nodeName</code>, or <code>null</code> if it does not identify 113 * Returns the <code>index</code>th item in the map. If <code>index</code [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/selector/ |
X509CertificateHolderSelector.java | 78 int code = Arrays.hashCode(subjectKeyId); local 82 code ^= this.serialNumber.hashCode(); 87 code ^= this.issuer.hashCode(); 90 return code;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
cryptohome.js | 2 // Use of this source code is governed by a BSD-style license that can be 7 * Called from C++ code as a result of RequestCryptohomeProperty() call.
|
/external/chromium_org/chrome/test/chromedriver/chrome/ |
dom_tracker_unittest.cc | 2 // Use of this source code is governed by a BSD-style license that can be 64 ASSERT_EQ(kOk, tracker.OnEvent(&client, "DOM.setChildNodes", params).code()); 71 tracker.OnEvent(&client, "DOM.documentUpdated", params).code()); 84 tracker.OnEvent(&client, "DOM.childNodeInserted", params).code()); 92 tracker.OnEvent(&client, "DOM.childNodeInserted", params).code());
|
/external/chromium_org/components/autofill/core/browser/ |
validation.h | 2 // Use of this source code is governed by a BSD-style license that can be 29 // Returns true if |text| looks like a valid credit card security code. 32 // Returns true if |code| looks like a valid credit card security code 34 bool IsValidCreditCardSecurityCode(const base::string16& code, 44 // Returns true if |text| looks like a valid zip code.
|
/external/chromium_org/content/renderer/ |
geolocation_dispatcher.cc | 2 // Use of this source code is governed by a BSD-style license that can be 115 // We have an updated geolocation position or error code. 139 WebGeolocationError::Error code; local 142 code = WebGeolocationError::ErrorPermissionDenied; 145 code = WebGeolocationError::ErrorPositionUnavailable; 153 code, WebKit::WebString::fromUTF8(geoposition.error_message)));
|
/external/chromium_org/content/test/data/fileapi/ |
common.js | 2 // Use of this source code is governed by a BSD-style license that can be 34 switch (e.code) {
|
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/ |
context.h | 17 * code distribution. The list can also be seen at the 71 #error Module contains CPU-specific code; modify and recompile.
|
/external/chromium_org/net/websockets/ |
websocket_channel.h | 2 // Use of this source code is governed by a BSD-style license that can be 78 // effectively do that. |code| must be in the range 1000-4999. |reason| should 84 void StartClosingHandshake(uint16 code, const std::string& reason); 150 // error code, usually OK. If |synchronous| is true, then OnWriteDone() is 160 // code. If |synchronous| is true, then OnReadDone() is being called from 185 // RFC6455. The supplied code and reason are sent back to the renderer in an 188 // given the same status code we gave the renderer; otherwise it is sent a 189 // fixed "Going Away" code. Resets current_frame_header_, closes the 191 void FailChannel(ExposeError expose, uint16 code, const std::string& reason); 194 // to a Close frame from the server. As a special case, setting |code| t [all...] |
/external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/ |
nacl.scons | 3 # Use of this source code is governed by a BSD-style license that can be 41 # See: https://code.google.com/p/chromium/issues/detail?id=175023 44 # See: https://code.google.com/p/chromium/issues/detail?id=129402 51 # This crash in trusted code should produce a crash dump. 72 # Ultimately this should be recognised as a crash caused by untrusted code. 73 # See http://code.google.com/p/nativeclient/issues/detail?id=579 85 # See bug: https://code.google.com/p/chromium/issues/detail?id=254583 90 # Crashes in untrusted code should not produce crash dumps.
|
/external/chromium_org/ppapi/thunk/ |
ppb_websocket_api.h | 2 // Use of this source code is governed by a BSD-style license that can be 28 // defined by the WebSocket API. Returns an int32_t error code from 35 // Closes the established connection with specified |code| and |reason|. 36 // Returns an int32_t error code from pp_errors.h. 37 virtual int32_t Close(uint16_t code, 43 // int32_t error code from pp_errors.h. 47 // Sends a message to the WebSocket server. Returns an int32_t error code 54 // Returns the CloseEvent code attribute of The WebSocket API. Returned code 60 // code is valid if the connection is already closed and wasClean attribut [all...] |
/external/chromium_org/ppapi/utility/websocket/ |
websocket_api.cc | 2 // Use of this source code is governed by a BSD-style license that can be 48 int32_t Close(uint16_t code, const Var& reason) { 51 int32_t result = WebSocket::Close(code, reason, callback); 119 int32_t WebSocketAPI::Close(uint16_t code, const Var& reason) { 120 return impl_->Close(code, reason);
|
/external/chromium_org/remoting/webapp/ |
clipboard_event_proto.js | 2 // Use of this source code is governed by a BSD-style license that can be 7 // It is used only with JSCompiler to verify the type-correctness of our code.
|
/external/chromium_org/sandbox/win/src/ |
target_services.cc | 2 // Use of this source code is governed by a BSD-style license that can be 81 // If the client code as called RegOpenKey, advapi32.dll has cached some 82 // handles. The following code gets rid of them. 118 ResultCode code = CrossCall(ipc, IPC_PING1_TAG, cookie, &answer); local 120 if (SBOX_ALL_OK != code) { 144 ResultCode code = CrossCall(ipc, IPC_PING2_TAG, counted_buffer, &answer); local 146 if (SBOX_ALL_OK != code) {
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
DOMException.h | 8 * 1. Redistributions of source code must retain the above copyright 45 unsigned short code() const { return m_code; } function in class:WebCore::DOMException
|
/external/chromium_org/third_party/WebKit/Source/core/platform/ |
AsyncFileSystemCallbacks.h | 8 * * Redistributions of source code must retain the above copyright 69 virtual void didFail(int code) = 0;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
Dialog.js | 8 * * Redistributions of source code must retain the above copyright 51 WebInspector.KeyboardShortcut.Keys.Enter.code, 52 WebInspector.KeyboardShortcut.Keys.Esc.code, 120 if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Tab.code) { 125 if (event.keyCode === WebInspector.KeyboardShortcut.Keys.Enter.code)
|
/external/chromium_org/third_party/WebKit/Source/web/ |
WebSocketImpl.cpp | 8 * * Redistributions of source code must retain the above copyright 112 void WebSocketImpl::close(int code, const WebString& reason) 114 m_private->close(code, reason); 165 void WebSocketImpl::didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus status, unsigned short code, const String& reason) 167 m_client->didClose(bufferedAmount, static_cast<WebSocketClient::ClosingHandshakeCompletionStatus>(status), code, WebString(reason));
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/checkers/ |
xml.py | 6 # 1. Redistributions of source code must retain the above copyright 45 self._handle_style_error(error.lineno, 'xml/syntax', 5, expat.ErrorString(error.code))
|