HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 1176 - 1200 of 2299) sorted by null

<<41424344454647484950>>

  /dalvik/dx/src/com/android/dx/cf/code/
Simulator.java 17 package com.android.dx.cf.code;
29 import com.android.dx.rop.code.LocalItem;
45 * {@code non-null;} canned error message for local variable
52 /** {@code non-null;} machine to use when simulating */
55 /** {@code non-null;} array of bytecode */
56 private final BytecodeArray code; field in class:Simulator
58 /** {@code non-null;} local variable information */
61 /** {@code non-null;} visitor instance to use */
67 * @param machine {@code non-null;} machine to use when simulating
68 * @param method {@code non-null;} method data to us
    [all...]
  /development/simulator/app/
DeviceManager.cpp 60 wxThread::ExitCode code; local
63 code = mThread->Wait(); // join the old thread
64 printf("done (code=%ld)\n", (long) code);
179 wxThread::ExitCode code; local
189 code = mThread->Wait(); // join the old thread
190 printf("done (code=%ld)\n", (long) code);
    [all...]
  /external/icu4c/tools/gensprep/
filterRFC3454.pl 167 print $outFH "\n# Total code points $count\n\n";
180 ($code, $noise) = split /;/ , $line;
181 $line = $code."; ; UNASSIGNED\n";
188 ($code, $noise) = split /;/ , $line;
189 $line = $code."; ; PROHIBITED\n";
192 ($code, $noise) = split /;/ , $line;
193 ($startStr, $endStr ) = split /\.\./, $code;
220 $comment = "# This table contains code points from Table A.1 from RFC 3454\n";
229 $comment = "# This table contains code points from Table B.1 from RFC 3454\n";
238 $comment = $warning."# This table contains code points from Table B.2 from RFC 3454\n"
    [all...]
  /external/v8/src/
debug.h 6 // * Redistributions of source code must retain the above copyright
32 #include "code-stubs.h"
106 return static_cast<int>(pc() - debug_info_->code()->entry());
112 inline Code* code() { return debug_info_->code(); } function in class:v8::internal::BreakLocationIterator
210 // setting break points in the code.
251 // Check whether a code stub with the specified major key is a possible break
253 static bool IsSourceBreakStub(Code* code);
    [all...]
  /external/v8/test/mjsunit/
debug-backtrace-text.js 6 // * Redistributions of source code must retain the above copyright
65 function safeEval(code) {
67 return eval('(' + code + ')');
debug-changebreakpoint.js 6 // * Redistributions of source code must retain the above copyright
38 function safeEval(code) {
40 return eval('(' + code + ')');
debug-clearbreakpointgroup.js 6 // * Redistributions of source code must retain the above copyright
39 function safeEval(code) {
41 return eval('(' + code + ')');
debug-continue.js 6 // * Redistributions of source code must retain the above copyright
38 function safeEval(code) {
40 return eval('(' + code + ')');
debug-evaluate-recursive.js 6 // * Redistributions of source code must retain the above copyright
38 function safeEval(code) {
40 return eval('(' + code + ')');
debug-evaluate.js 6 // * Redistributions of source code must retain the above copyright
38 function safeEval(code) {
40 return eval('(' + code + ')');
debug-references.js 6 // * Redistributions of source code must retain the above copyright
38 function safeEval(code) {
40 return eval('(' + code + ')');
  /external/webkit/WebCore/editing/
VisiblePosition.cpp 7 * 1. Redistributions of source code must retain the above copyright
458 // To fix this, we need to either a) add code to all paintCarets to pass the responsibility off to
628 int code = 0; local
629 r->setStart(p.node(), p.deprecatedEditingOffset(), code);
630 return code == 0;
638 int code = 0; local
639 r->setEnd(p.node(), p.deprecatedEditingOffset(), code);
640 return code == 0;
  /frameworks/base/opengl/libagl/
dxt.cpp 130 * contains a transparent pixel (color0 < color1, code == 3). This
295 int code = bits & 0x3; local
298 blockRowPtr[x] = c[code];
404 int code = bits & 0x3; local
407 blockRowPtr[x] = c[code] | (a << 28) | (a << 24);
561 int code = bits & 0x3; local
564 blockRowPtr[x] = c[code] | (a[acode] << 24);
  /dalvik/dx/src/com/android/dx/cf/direct/
CodeObserver.java 19 import com.android.dx.cf.code.ByteOps;
20 import com.android.dx.cf.code.BytecodeArray;
21 import com.android.dx.cf.code.SwitchList;
42 /** {@code non-null;} actual array of bytecode */
45 /** {@code non-null;} observer to inform of parsing */
51 * @param bytes {@code non-null;} actual array of bytecode
52 * @param observer {@code non-null;} observer to inform of parsing
222 * {@code int}.
249 * {@code long}.
273 * {@code float}
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
SetAttributeNS.java 87 notes = "Verifies DOMException with INVALID_CHARACTER_ERR code.",
107 success = (ex.code == DOMException.INVALID_CHARACTER_ERR);
114 notes = "Verifies DOMException with NAMESPACE_ERR code.",
174 // success = (ex.code == DOMException.NO_MODIFICATION_ALLOWED_ERR);
240 notes = "Verifies DOMException with NAMESPACE_ERR code.",
260 success = (ex.code == DOMException.NAMESPACE_ERR);
287 success = (ex.code == DOMException.NAMESPACE_ERR);
330 notes = "Verifies DOMException with NAMESPACE_ERR code.",
  /development/apps/CustomLocale/src/com/android/customlocale/
CustomLocaleActivity.java 59 private static final String KEY_CODE = "code";
64 /** Request code returned when the NewLocaleDialog activity finishes. */
139 String code = ((Map<String, String>) o).get(KEY_CODE); local
140 if (code != null && code.equals(locale)) {
191 // Sort all locales by code
  /external/bison/src/
parse-gram.y 270 char *code = muscle_find ("stype");
271 code[strlen (code) - 1] = '\n';
445 immediately after the braced code is read by the scanner.
  /external/bluetooth/hcidump/parser/
avdtp.c 176 uint8_t code; local
179 code = get_u8(frm);
180 printf("Error code %d\n", code);
  /external/e2fsprogs/lib/ext2fs/
dosio.c 79 #define EXT2_CHECK_MAGIC(struct, code) \
80 if ((struct)->magic != (code)) return (code)
  /external/expat/xmlwf/
xmlwin32url.cxx 127 int code = XML_GetErrorCode(parser); local
128 const XML_Char *message = XML_ErrorString(code);
137 XML_GetBase(parser), code);
  /external/icu4c/test/intltest/
testidn.cpp 148 uint32_t code; local
184 /* get the character code, field 0 */
185 code=(uint32_t)uprv_strtoul(s, &end, 16);
191 compareMapping(code,mapping, length,USPREP_MAP);
211 //fprintf(stdout,"Number of code points that have mappings with length >1 : %i\n",len);
317 test.logln("Number of Unassinged code points : %i \n",unassigned);
318 test.logln("Number of Prohibited code points : %i \n",prohibited);
319 test.logln("Number of Mapped code points : %i \n",mapped);
320 test.logln("Number of Mapped with NFKC code points : %i \n",mappedWithNorm);
321 test.logln("Number of code points that have no value in Trie: %i \n",noValueInTrie)
    [all...]
  /external/openssl/crypto/0.9.9-dev/bn/
armv4-mont.pl 15 # and compilers. The code was observed to provide +65-35% improvement
17 # +115-80% on Intel IXP425. This is compared to pre-bn_mul_mont code
18 # base and compiler generated code with in-lined umull and even umlal
19 # instructions. The latter means that this code didn't really have an
22 # The code is interoperable with Thumb ISA and is rather compact, less
51 $code=<<___;
200 $code =~ s/\bbx\s+lr\b/.word\t0xe12fff1e/gm; # make it possible to compile with -march=armv4
201 print $code;
  /external/ppp/pppd/plugins/radius/
buildreq.c 63 void rc_buildreq(SEND_DATA *data, int code, char *server, unsigned short port,
71 data->code = code;
  /external/v8/src/ia32/
assembler-ia32-inl.h 8 // - Redistributions of source code must retain the above copyright notice,
31 // The original source code covered by the above license above has been
61 // absolute code pointer inside code object moves with the code object.
175 // Verify all Objects referred by code are NOT in new space.
202 // Verify all Objects referred by code are NOT in new space.
235 pos = label->pos() + Code::kHeaderSize - kHeapObjectTag;
282 buf_[0] = mod << 6 | rm.code();
292 buf_[1] = scale << 6 | index.code() << 3 | base.code()
    [all...]
  /external/webkit/WebCore/dom/
Text.cpp 266 ExceptionCode code = 0; local
267 setData(text, code);
268 ASSERT(!code);

Completed in 1089 milliseconds

<<41424344454647484950>>