HomeSort by relevance Sort by last modified time
    Searched refs:code (Results 551 - 575 of 9702) sorted by null

<<21222324252627282930>>

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionError.cpp 7 * * Redistributions of source code must retain the above copyright
32 static String ErrorCodeToString(SpeechRecognitionError::ErrorCode code)
34 switch (code) {
59 PassRefPtrWillBeRawPtr<SpeechRecognitionError> SpeechRecognitionError::create(ErrorCode code, const String& message)
61 return adoptRefWillBeNoop(new SpeechRecognitionError(ErrorCodeToString(code), message));
  /external/chromium_org/third_party/WebKit/Source/web/
WebEntities.h 8 * * Redistributions of source code must retain the above copyright
61 // empty string. Parameter isHTML indicates check the code in html entity
63 WTF::String entityNameByCode(int code) const;
  /external/chromium_org/third_party/WebKit/public/platform/
WebSocketHandle.h 8 * * Redistributions of source code must retain the above copyright
65 virtual void close(unsigned short code, const WebString& reason) = 0;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_vs.h 52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
rc4-ia64.pl 5 # Itanium optimized Crypto code which was released by HP Labs at
49 # code below has the following pipeline diagram:
134 # implies that the setup code needs to ensure that the output
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
195 local *code = shift;
197 $code .= sprintf ("\t\t".$format."\n", @_);
201 local *code = shift;
203 $code .= sprintf ($format."\n", @_);
207 local *code = shift;
208 $code .=<<___
    [all...]
  /external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/
sha1-ia64.pl 10 # Eternal question is what's wrong with compiler generated code? The
17 $code=<<___;
31 if ($human) { # useful for visual code auditing...
49 local *code=shift;
54 $code.=<<___ if ($i==0);
62 $code.=<<___;
88 $code.=<<___;
115 local *code=shift;
120 $code.=<<___;
144 local *code=shift
    [all...]
sha1-s390x.pl 14 # Performance is >30% better than gcc 3.3 generated code. But the real
30 # processor, as long as it's "z-CPU". Latter implies that the code
33 $kimdfunc=1; # magic function code for kimd instruction
70 $code.=<<___ if ($i==15);
75 $code.=<<___ if ($i<16);
79 $code.=<<___ if ($i>=16);
90 $code.=<<___ if ($i<=70);
101 $code.=<<___;
120 $code.=<<___;
138 $code.=<<___
    [all...]
sha512-ia64.pl 13 # faster than gcc and >60%(!) faster than code generated by HP-UX
14 # compiler (yes, HP-UX is generating slower code, because unlike gcc,
62 # To generate code, pass the file name with either 256 or 512 in its
108 $code=<<___;
169 $code.=<<___ if ($BITS==64);
180 $code.=<<___;
197 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32);
224 $t0="A", $t1="E", $code.=<<___ if ($BITS==64);
457 $code.=<<___;
507 $t0="t0", $t1="t1", $code.=<<___ if ($BITS==32)
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/tests/bin/
gas-llabel.asm 7 jmp code
10 code: label
  /external/chromium_org/v8/test/mjsunit/regress/
regress-347543.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Flags: --allow-natives-syntax --debug-code --fold-constants
regress-crbug-345820.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Flags: --allow-natives-syntax --debug-code
regress-crbug-349465.js 2 // Use of this source code is governed by a BSD-style license that can be
5 // Flags: --allow-natives-syntax --debug-code --use-gvn
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/
CatchBuilder.java 17 package com.android.dx.dex.code;
30 * @return {@code non-null;} the constructed table
45 * @return {@code non-null;} the set of catch types
  /external/dexmaker/src/dx/java/com/android/dx/dex/code/form/
Form10t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 10t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
Form20t.java 17 package com.android.dx.dex.code.form;
19 import com.android.dx.dex.code.DalvInsn;
20 import com.android.dx.dex.code.InsnFormat;
21 import com.android.dx.dex.code.TargetInsn;
25 * Instruction format {@code 20t}. See the instruction format spec
29 /** {@code non-null;} unique instance of this class */
  /external/dexmaker/src/dx/java/com/android/dx/rop/code/
ConservativeTranslationAdvice.java 17 package com.android.dx.rop.code;
21 * {@code false} to all methods.
25 /** {@code non-null;} standard instance of this class */
  /external/e2fsprogs/lib/ss/
error.c 59 void ss_error (int sci_idx, long code, const char * fmt, ...)
66 com_err_va (whoami, code, fmt, pvar);
71 void ss_perror(int sci_idx, long code, char const *msg) /* for compatibility */
73 ss_error (sci_idx, code, "%s", msg);
  /external/libcxx/test/diagnostics/syserr/syserr.syserr/syserr.syserr.members/
ctor_error_code.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
ctor_int_error_category.pass.cpp 26 assert(se.code() == std::make_error_code(std::errc::not_a_directory));
  /external/libcxx/test/thread/futures/futures.promise/
set_value_void.pass.cpp 34 assert(e.code() == make_error_code(std::future_errc::promise_already_satisfied));
  /external/llvm/test/MC/ARM/
elf-jump24-fixup.s 4 .code 16
  /external/mesa3d/src/gallium/drivers/r300/
r300_vs.h 52 /* Machine code (if translated) */
53 struct r300_vertex_program_code code; member in struct:r300_vertex_shader
  /external/nanohttpd/websocket/src/main/java/fi/iki/elonen/samples/echo/
DebugWebSocket.java 39 protected void onClose(WebSocketFrame.CloseCode code, String reason, boolean initiatedByRemote) {
42 (code != null ? code : "UnknownCloseCode[" + code + "]") +
  /external/openssl/crypto/rc4/asm/
rc4-ia64.pl 5 # Itanium optimized Crypto code which was released by HP Labs at
49 # code below has the following pipeline diagram:
134 # implies that the setup code needs to ensure that the output
156 # - We use a branch to out-of-line bypass-code of cycle-pressure:
195 local *code = shift;
197 $code .= sprintf ("\t\t".$format."\n", @_);
201 local *code = shift;
203 $code .= sprintf ($format."\n", @_);
207 local *code = shift;
208 $code .=<<___
    [all...]
  /external/openssl/crypto/sha/asm/
sha1-ia64.pl 10 # Eternal question is what's wrong with compiler generated code? The
17 $code=<<___;
31 if ($human) { # useful for visual code auditing...
49 local *code=shift;
54 $code.=<<___ if ($i==0);
62 $code.=<<___;
88 $code.=<<___;
115 local *code=shift;
120 $code.=<<___;
144 local *code=shift
    [all...]

Completed in 2282 milliseconds

<<21222324252627282930>>