/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 PassRefPtr<SpeechRecognitionError> SpeechRecognitionError::create(ErrorCode code, const String& message) 61 return adoptRef(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/web/ |
WebSocketClient.h | 8 * * Redistributions of source code must retain the above copyright 55 virtual void didClose(unsigned long bufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { }
|
/external/chromium_org/third_party/libwebp/utils/ |
huffman_encode.h | 3 // Use of this source code is governed by a BSD-style license 25 uint8_t code; // value (0..15) or escape code (16,17,18) member in struct:__anon14033 32 uint8_t* code_lengths; // Code lengths of the symbols.
|
/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/tools/telemetry/telemetry/page/actions/ |
tap_element.py | 2 # Use of this source code is governed by a BSD-style license that can be 28 code = '(%s).dispatchEvent(%s)' % (self.find_element_expression, event) 30 tab.ExecuteJavaScript(code) 33 'Cannot find element with code ' + self.find_element_javascript) 36 code = ('document.addEventListener("%s", ' 38 tab.ExecuteJavaScript(code % self.wait_for_event)
|
/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/elfutils/libdw/ |
dwarf_tag.c | 20 additional right to link the code of Red Hat elfutils with code licensed 23 distribution of source code with any binary distribution and to 24 distribute linked combinations of the two. Non-GPL Code permitted under 25 this exception must only link to the code of Red Hat elfutils through 27 found in the source code files (the "Approved Interfaces"). The files 28 of Non-GPL Code may instantiate templates or use macros or inline 35 License in all respects for all of the Red Hat elfutils code and other 36 code used in conjunction with Red Hat elfutils except the Non-GPL Code [all...] |
/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/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...] |
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/qemu/android/protocol/ |
user-events-protocol.h | 54 int code; member in struct:UserEventGeneric
|
/external/qemu/distrib/sdl-1.2.15/include/ |
SDL_error.h | 63 extern DECLSPEC void SDLCALL SDL_Error(SDL_errorcode code);
|
/external/v8/src/ |
disassembler.h | 6 // * Redistributions of source code must retain the above copyright 42 // code into f. Returns the number of bytes disassembled or 1 if no 46 // Decode instructions in code. 47 static void Decode(FILE* f, Code* code);
|