HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1651 - 1675 of 8676) sorted by null

<<61626364656667686970>>

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
attrsetvaluenomodificationallowederr.java 103 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
113 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
hc_attrinsertbefore7.java 89 success = (ex.code == DOMException.NOT_SUPPORTED_ERR);
104 success = (ex.code == DOMException.HIERARCHY_REQUEST_ERR);
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
namednodemapsetnameditemns05.java 95 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
105 success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/thread/futures/futures.tas/futures.task.members/
make_ready_at_thread_exit.pass.cpp 55 assert(e.code() == make_error_code(std::future_errc::promise_already_satisfied));
67 assert(e.code() == make_error_code(std::future_errc::no_state));
operator.pass.cpp 55 assert(e.code() == make_error_code(std::future_errc::promise_already_satisfied));
67 assert(e.code() == make_error_code(std::future_errc::no_state));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
MoreSuggestionsView.java 62 public void onCodeInput(final int code, final int x, final int y) {
70 final int index = code - MoreSuggestions.SUGGESTION_CODE_BASE;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 66 code = compile(cmd, "<string>", "exec")
67 self._prof.runcode(code, globals, locals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 66 code = compile(cmd, "<string>", "exec")
67 self._prof.runcode(code, globals, locals)
  /dalvik/dx/src/com/android/dx/command/dump/
SsaDumper.java 19 import com.android.dx.cf.code.ConcreteMethod;
20 import com.android.dx.cf.code.Ropper;
23 import com.android.dx.rop.code.AccessFlags;
24 import com.android.dx.rop.code.DexTranslationAdvice;
25 import com.android.dx.rop.code.RopMethod;
26 import com.android.dx.rop.code.TranslationAdvice;
47 * @param bytes {@code non-null;} bytes of the original class file
48 * @param out {@code non-null;} where to dump to
62 * @param bytes {@code non-null;} bytes of the original class file
63 * @param out {@code non-null;} where to dump t
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
PhiInsn.java 19 import com.android.dx.rop.code.Insn;
20 import com.android.dx.rop.code.LocalItem;
21 import com.android.dx.rop.code.RegisterSpec;
22 import com.android.dx.rop.code.RegisterSpecList;
23 import com.android.dx.rop.code.Rop;
24 import com.android.dx.rop.code.SourcePosition;
45 * {@code non-null;} operands of the instruction; built up by
50 /** {@code null-ok;} source registers; constructed lazily */
109 * @param type {@code non-null;} new TypeBearer
110 * @param local {@code null-ok;} new local info, if availabl
    [all...]
  /development/ndk/platforms/android-9/samples/native-activity/
Android.mk 19 # NOTE: This is a helper to build this sample code using the
27 # Native code.
53 # Packaging .ap (and Java code if there was some)
  /external/bluetooth/bluedroid/bta/ag/
bta_ag_cmd.c 54 #define AT_SET_RES_CB(res_cb, c, p, i) {res_cb.code = c; res_cb.p_arg = p; res_cb.int_arg = i;}
56 /* type for AT result code block */
59 UINT8 code; member in struct:__anon2805
153 /* AT result code table element */
160 /* AT result code argument types */
197 /* AT result code constant table (Indexed by result code) */
268 /* translation of API result code values to internal values */
323 ** Description Send an AT result code.
329 static void bta_ag_send_result(tBTA_AG_SCB *p_scb, UINT8 code, char *p_arg
1309 UINT8 code = bta_ag_trans_result[p_result->result]; local
1422 UINT8 code = bta_ag_trans_result[p_result->result]; local
    [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmppengineimpl_iq.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
120 const char * type, const char * code) {
122 error_element->AddAttr(QN_CODE, code, 1);
129 AddErrorCode(XmlElement * error_element, XmppStanzaError code) {
130 switch (code) {
202 XmppStanzaError code,
236 AddErrorCode(&error_element, code);
  /external/chromium_org/chrome/common/extensions/docs/examples/tutorials/analytics/
popup.js 2 // Use of this source code is governed by a BSD-style license that can be
12 * code snippet. It has been modified to pull the HTTPS version of ga.js
33 * See http://code.google.com/apis/analytics/docs/tracking/asyncTracking.html
  /external/chromium_org/chrome/renderer/resources/extensions/
app_runtime_custom_bindings.js 2 // Use of this source code is governed by a BSD-style license that can be
28 console.error('Error getting fileEntry, code: ' + err.code);
  /external/chromium_org/chrome/test/base/
module_system_test.cc 2 // Use of this source code is governed by a BSD-style license that can be
151 const std::string& code) {
152 source_map_->RegisterModule(name, code);
157 const std::string& code = ResourceBundle::GetSharedInstance(). local
159 source_map_->RegisterModule(name, code);
163 const std::string& code) {
164 RegisterModule(name, code);
  /external/chromium_org/remoting/webapp/
oauth2_api.js 2 // Use of this source code is governed by a BSD-style license that can be
45 * @param {number} xhrStatus Status (HTTP response code) of the XMLHttpRequest.
46 * @return {remoting.Error} An error code to be raised.
61 console.warn('Unexpected authentication response code: ' + xhrStatus);
113 * Asynchronously exchanges an authorization code for access and refresh tokens.
122 * @param {string} code OAuth2 authorization code.
123 * @param {string} redirectUri Redirect URI used to obtain this code.
127 onDone, onError, clientId, clientSecret, code, redirectUri) {
144 console.error('Failed to exchange code for token. Status: ' + xhr.status
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/text/
LocaleToScriptMappingDefault.cpp 8 * * Redistributions of source code must retain the above copyright
44 UScriptCode code; member in struct:WebCore::ScriptNameCode
47 // This generally maps an ISO 15924 script code to its UScriptCode, but certain families of script codes are
164 scriptNameCodeMap.set(scriptNameCodeList[i].name, scriptNameCodeList[i].code);
396 UScriptCode code = scriptNameToCode(canonicalLocale.substring(pos + 1)); local
397 if (code != USCRIPT_INVALID_CODE && code != USCRIPT_UNKNOWN)
398 return code;
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppengineimpl_iq.cc 8 * 1. Redistributions of source code must retain the above copyright notice,
120 const char * type, const char * code) {
122 error_element->AddAttr(QN_CODE, code, 1);
129 AddErrorCode(XmlElement * error_element, XmppStanzaError code) {
130 switch (code) {
202 XmppStanzaError code,
236 AddErrorCode(&error_element, code);
  /external/chromium_org/third_party/mesa/src/docs/OLD/
MESA_trace.spec 35 valid (but possibly incomplete) C code and can be compiled and
65 the tracing code from their driver code base.
86 text file, binary metafile, compilable source code, much less which
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/winedlls/dxgi/
dxgi_dll.c 52 * It might be a good idea to integrate this code in winex11.drv.
78 unsigned code = X11DRV_GET_DRAWABLE; local
111 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(drawable), (LPTSTR)&drawable);
179 * instead of this ridiculous amount of clumsy duplicated code everywhere
180 * C++ exists exactly to avoid having to write the following code */
233 unsigned code = X11DRV_GET_DISPLAY; local
238 ExtEscape(hdc, X11DRV_ESCAPE, sizeof(code), (LPSTR)&code, sizeof(dpy), (LPTSTR)&dpy);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
sparcv9a-mont.pl 123 $code=<<___;
876 $code =~ s/\`([^\`]*)\`/eval($1)/gem;
885 $code =~ s/fzeros\s+%f([0-9]+)/
889 print $code;
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
keysets.pl 65 * apply to all code found in this distribution, be it the RC4, RSA,
66 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
71 * the code are not to be removed.
80 * 1. Redistributions of source code must retain the copyright
91 * 4. If you include any Windows specific code (or a derivative thereof) from
92 * the apps directory (application code) you must include an acknowledgement:
108 * derivative of this code cannot be changed. i.e. this code cannot simply be
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-sparcv9a.pl 17 # code would be unsuitable for cores like UltraSPARC-Tx. The idea is
92 $code.=<<___;
149 $code.=<<___ if (!($i&1));
168 $code.=<<___ if ($i&1);
188 $code.=<<___ if ($i&1 && $i>=2);
202 $code.=<<___ if (!($i&1) && $i<64);
220 $code.=<<___ if ($i&1 && $i<64);
240 $code.=<<___ if ($i==64);
256 $code.=<<___ if ($i>64);
281 $code.=<<___ if (!($i&1))
    [all...]
  /external/chromium_org/v8/src/
cpu-profiler.h 6 // * Redistributions of source code must retain the above copyright
214 Code* code, const char* comment);
216 Code* code, Name* name);
218 Code* code,
223 Code* code,
228 Code* code, int args_count)
    [all...]

Completed in 1513 milliseconds

<<61626364656667686970>>