/external/chromium_org/chrome/test/chromedriver/test/ |
run_all_tests.py | 3 # Use of this source code is governed by a BSD-style license that can be 70 code = util.RunCommand( 77 if code: 79 return code 88 code = util.RunCommand( 95 if code: 97 return code 102 code = util.RunCommand([cpp_tests]) 103 if code: 105 return code [all...] |
/external/chromium_org/third_party/WebKit/Source/testing/runner/ |
MockWebSpeechRecognizer.cpp | 8 * 1. Redistributions of source code must retain the above copyright 93 ErrorTask(MockWebSpeechRecognizer* mock, WebSpeechRecognizerClient::ErrorCode code, const WebString& message) 95 , m_code(code) 182 WebSpeechRecognizerClient::ErrorCode code; local 184 code = WebSpeechRecognizerClient::OtherError; 186 code = WebSpeechRecognizerClient::NoSpeechError; 188 code = WebSpeechRecognizerClient::AbortedError; 190 code = WebSpeechRecognizerClient::AudioCaptureError; 192 code = WebSpeechRecognizerClient::NetworkError; 194 code = WebSpeechRecognizerClient::NotAllowedError [all...] |
/external/valgrind/main/coregrind/m_initimg/ |
simple_huffman.c | 14 * - Maximum tree depth of 32 (the coder aborts if any code exceeds a 73 UInt Code; 191 sym[k].Code = 0; 225 UInt code, UInt bits, UInt first, 237 /* Store code info in symbol array */ 238 sym[first].Code = code; 272 _Huffman_MakeTree( sym, stream, (code<<1)+0, bits+1, 294 _Huffman_MakeTree( sym, stream, (code<<1)+1, bits+1, 310 huff_bitstream_t *stream, UInt code, UInt bits 455 UInt bits, delta_bits, new_bits, code; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
r500_fragprog.c | 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local 379 for (n = 0; n < code->inst_end+1; n++) { 380 inst0 = inst = code->inst[n].inst0; 399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1); 400 inst = code->inst[n].inst1; 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); 409 inst = code->inst[n].inst2; 415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3) [all...] |
/external/chromium_org/v8/src/ |
disassembler.cc | 6 // * Redistributions of source code must retain the above copyright 30 #include "code-stubs.h" 62 explicit V8NameConverter(Code* code) : code_(code) {} 65 Code* code() const { return code_; } function in class:v8::internal::V8NameConverter 67 Code* code_; 82 // print as code offset, if it seems reasonable 94 // The V8NameConverter is used for well known code, so we can "safely 237 Code* code = Code::GetCodeFromTargetAddress(relocinfo.target_address()); local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
r500_fragprog.c | 372 struct r500_fragment_program_code *code = &compiler->code->code.r500; local 379 for (n = 0; n < code->inst_end+1; n++) { 380 inst0 = inst = code->inst[n].inst0; 399 fprintf(stderr,"\t1:RGB_ADDR 0x%08x:", code->inst[n].inst1); 400 inst = code->inst[n].inst1; 408 fprintf(stderr,"\t2:ALPHA_ADDR 0x%08x:", code->inst[n].inst2); 409 inst = code->inst[n].inst2; 415 fprintf(stderr,"\t3 RGB_INST: 0x%08x:", code->inst[n].inst3) [all...] |
/external/chromium/chrome/browser/chromeos/login/ |
mock_auth_response_handler.cc | 2 // Use of this source code is governed by a BSD-style license that can be 23 const int code, 27 http_response_code_(code),
|
/external/chromium/third_party/libjingle/source/talk/base/ |
taskparent.h | 8 * 1. Redistributions of source code must retain the above copyright notice, 50 // Retrieves a parent that corresponds to the given "code". The code 58 virtual TaskParent *GetParent(int code) { return parent_->GetParent(code); }
|
/external/chromium_org/chrome/browser/chromeos/login/ |
language_list.h | 2 // Use of this source code is governed by a BSD-style license that can be 18 // language code (e.g. English (United States) for en-US). 43 LocaleData(const string16& name, const std::string& code) 44 : native_name(name), locale_code(code) {}
|
/external/chromium_org/chrome/common/extensions/docs/examples/api/tabs/screenshot/ |
screenshot.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/ |
content_script.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/oauth_contacts/ |
onload.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/chrome/test/base/ |
module_system_test.h | 2 // Use of this source code is governed by a BSD-style license that can be 37 void RegisterModule(const std::string& name, const std::string& code); 45 void OverrideNativeHandler(const std::string& name, const std::string& code);
|
/external/chromium_org/chrome/test/functional/perf/endure_graphs/ |
config.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/content/test/data/indexeddb/ |
bug_106883.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
bug_84933.js | 2 // Use of this source code is governed by a BSD-style license that can be
|
/external/chromium_org/net/data/websocket/ |
close-with-split-packet_wsh.py | 2 # Use of this source code is governed by a BSD-style license that can be 26 code = struct.pack('!H', 1000) 27 packet = stream.create_close_frame(code + 'split test'.encode('utf-8'))
|
/external/chromium_org/ppapi/tests/manual/ |
delete_plugin.cc | 2 // Use of this source code is governed by a BSD-style license that can be 44 pp::Var code("deletePlugin()"); 46 When scripting is removed from instance, this is the code that will do the 51 inst->ExecuteScript(pp_instance(), code.pp_var(), NULL); 53 ExecuteScript(code);
|
/external/chromium_org/remoting/host/ |
verify_config_window_win.h | 2 // Use of this source code is governed by a BSD-style license that can be 36 void OnCancel(UINT code, int id, HWND control); 39 void OnOk(UINT code, int id, HWND control);
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileError.idl | 8 * * Redistributions of source code must retain the above copyright 45 readonly attribute unsigned short code;
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
HeapSnapshotLoader.js | 8 * * Redistributions of source code must retain the above copyright 74 var code = this._json.charCodeAt(index); 75 if (char0 <= code && code <= char9) 77 else if (code === closingBracket) { 90 var code = this._json.charCodeAt(index); 91 if (char0 > code || code > char9) 94 nextNumber += (code - char0);
|
/external/chromium_org/third_party/freetype/src/cff/ |
cffparse.h | 55 FT_UInt code, 86 int code; member in struct:CFF_Field_Handler_
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
GAEChannelClient.h | 8 * 1. Redistributions of source code must retain the above copyright notice, 38 - (void)onError:(int)code withDescription:(NSString *)description;
|
/external/chromium_org/third_party/lzma_sdk/ |
Bcj2.c | 1 /* Bcj2.c -- Converter for x86 code (BCJ2) 24 #define RC_INIT2 code = 0; range = 0xFFFFFFFF; \ 25 { int i; for (i = 0; i < 5; i++) { RC_TEST; code = (code << 8) | RC_READ_BYTE; }} 27 #define NORMALIZE if (range < kTopValue) { RC_TEST; range <<= 8; code = (code << 8) | RC_READ_BYTE; } 29 #define IF_BIT_0(p) ttt = *(p); bound = (range >> kNumBitModelTotalBits) * ttt; if (code < bound) 31 #define UPDATE_1(p) range -= bound; code -= bound; *(p) = (CProb)(ttt - (ttt >> kNumMoveBits)); NORMALIZE; 44 UInt32 range, code; local
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/ |
r300_fs.h | 34 struct rX00_fragment_program_code code; member in struct:r300_fragment_shader_code 84 return (fs->shader->code.writes_depth) ? TRUE : FALSE;
|