Searched refs:code (Results 276 - 300 of 3615) sorted by relevance

<<11121314151617181920>>

/external/valgrind/main/docs/lib/
H A Dvg_basic.css19 code, tt { color: #761596; }
20 code a, code a:link, code a:visited, code a:active, code a:hover {
/external/chromium_org/chrome/test/chromedriver/chrome/
H A Dnavigation_tracker_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
22 ASSERT_EQ(kOk, tracker->IsPendingNavigation(frame_id, &is_pending).code());
33 kOk, tracker.OnEvent(&client, "Page.frameStartedLoading", params).code());
37 kOk, tracker.OnEvent(&client, "Page.frameStartedLoading", params).code());
41 kOk, tracker.OnEvent(&client, "Page.frameStoppedLoading", params).code());
53 kOk, tracker.OnEvent(&client, "Page.frameStartedLoading", params).code());
57 kOk, tracker.OnEvent(&client, "Page.frameStartedLoading", params).code());
61 kOk, tracker.OnEvent(&client, "Page.frameStoppedLoading", params).code());
65 kOk, tracker.OnEvent(&client, "Page.frameStoppedLoading", params).code());
69 kOk, tracker.OnEvent(&client, "Page.frameStoppedLoading", params).code());
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/test/auto_test/
H A Dvoe_test_defines.h4 * Use of this source code is governed by a BSD-style license
114 TEST_LOG_ERROR("Error code: %i\n",voe_base_->LastError()); \
117 #define TEST_ERROR(code) \
120 if (err != code) \
122 TEST_LOG_ERROR("Invalid error code (%d, should be %d) at line %d\n",
123 code, err, __LINE__);
135 TEST_LOG_ERROR("Error code: %i\n", voe_base_->LastError()); \
140 #define TEST_ERROR(code) \
143 if (err != code) \
145 TEST_LOG_ERROR("Invalid error code (
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DBlockAddresses.java17 package com.android.dx.dex.code;
19 import com.android.dx.rop.code.BasicBlock;
20 import com.android.dx.rop.code.BasicBlockList;
21 import com.android.dx.rop.code.Insn;
22 import com.android.dx.rop.code.RopMethod;
23 import com.android.dx.rop.code.SourcePosition;
31 /** {@code non-null;} array containing addresses for the start of each basic
35 /** {@code non-null;} array containing addresses for the final instruction
39 /** {@code non-null;} array containing addresses for the end (just past the
47 * @param method {@code no
[all...]
/external/elfutils/0.153/libdw/
H A Ddwarf_getabbrev.c20 additional right to link the code of Red Hat elfutils with code licensed
23 distribution of source code with any binary distribution and to
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
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
89 representing the abbreviation code itself. [...] The
90 abbreviation code is followed by another unsigned LEB128
103 unsigned int code; local
[all...]
/external/opencv/otherlibs/highgui/
H A Dgrfmt_pxm.cpp19 // * Redistribution's of source code must retain the above copyright notice,
85 int code; local
89 code = strm.GetByte();
91 if( !isdigit(code))
95 if( code == '#' )
99 code = strm.GetByte();
101 while( code != '\n' && code != '\r' );
104 code = strm.GetByte();
106 while( isspace(code))
150 int code = m_strm.GetByte(); local
275 int code = ReadNumber( m_strm, INT_MAX ); local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/host/chrome/
H A Dbraille_key_types.js2 // Use of this source code is governed by a BSD-style license that can be
58 * standardKeyCode DOM level 4 key code.
68 * Returns the numeric key code for a DOM level 4 key code string.
71 * @param {string} code DOM level 4 key code.
72 * @return {number|undefined} The numeric key code, or {@code undefined}
75 cvox.BrailleKeyEvent.keyCodeToLegacyCode = function(code) {
76 return cvox.BrailleKeyEvent.legacyKeyCodeMap_[code];
[all...]
/external/chromium_org/chrome/test/chromedriver/test/
H A Drun_all_tests.py3 # Use of this source code is governed by a BSD-style license that can be
67 code = util.RunCommand(
74 if code:
76 return code
86 code = util.RunCommand(
94 if code:
96 return code
101 code = util.RunCommand([cpp_tests])
102 if code:
104 return code
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DMediaError.idl7 * 1. Redistributions of source code must retain the above copyright
35 readonly attribute unsigned short code;
H A DMediaKeyError.idl7 * 1. Redistributions of source code must retain the above copyright
35 readonly attribute unsigned short code;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
H A DSQLError.idl8 * 1. Redistributions of source code must retain the above copyright
33 readonly attribute unsigned long code;
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebSocketStreamError.cpp8 * * Redistributions of source code must retain the above copyright
41 void WebSocketStreamError::assign(int code, const WebString& message) argument
43 m_private = SocketStreamError::create(code, message);
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebGeolocationError.cpp8 * 1. Redistributions of source code must retain the above copyright
36 void WebGeolocationError::assign(Error code, const WebString& message) argument
38 m_private = GeolocationError::create(static_cast<GeolocationError::ErrorCode>(code), message);
/external/chromium_org/third_party/WebKit/public/web/
H A DWebSocketClient.h8 * * Redistributions of source code must retain the above copyright
55 virtual void didClose(ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { } argument
60 virtual void didClose(unsigned long unhandledBufferedAmount, ClosingHandshakeCompletionStatus, unsigned short code, const WebString& reason) { } argument
/external/chromium_org/third_party/skia/src/core/
H A DSkGlyph.h4 * Use of this source code is governed by a BSD-style license that can be
80 unsigned code = ID2Code(fID); local
81 SkASSERT(code >= baseGlyphCount);
82 return code - baseGlyphCount;
136 static uint32_t MakeID(unsigned code) { argument
137 return code;
140 static uint32_t MakeID(unsigned code, SkFixed x, SkFixed y) { argument
141 SkASSERT(code <= kCodeMask);
146 code;
/external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
H A DSynchronizedMethodDetector.java2 // Use of this source code is governed by a BSD-style license that can be
25 public void visit(Code code) { argument
32 super.visit(code);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Djavascript_click.py2 # Use of this source code is governed by a BSD-style license that can be
16 code = '''
24 tab, code, selector=self.selector, text=self.text,
H A Dwait.py2 # Use of this source code is governed by a BSD-style license that can be
17 code = 'function(element) { return element != null; }'
19 tab, code, selector=self.selector, text=self.text,
/external/chromium_org/v8/test/mjsunit/compiler/
H A Dglobals.js6 // * Redistributions of source code must retain the above copyright
36 // Test that patching the IC in the compiled code works.
49 // Test that patching the IC in the compiled code works.
63 code = "g--; 1";
64 assertEquals(1, eval(code));
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DRegisterMapper.java19 import com.android.dx.rop.code.RegisterSpec;
20 import com.android.dx.rop.code.RegisterSpecList;
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
H A Dunlock.pass.cpp47 assert(e.code().value() == EPERM);
57 assert(e.code().value() == EPERM);
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.locking/
H A Dunlock.pass.cpp42 assert(e.code().value() == EPERM);
52 assert(e.code().value() == EPERM);
/external/skia/src/core/
H A DSkGlyph.h4 * Use of this source code is governed by a BSD-style license that can be
80 unsigned code = ID2Code(fID); local
81 SkASSERT(code >= baseGlyphCount);
82 return code - baseGlyphCount;
136 static uint32_t MakeID(unsigned code) { argument
137 return code;
140 static uint32_t MakeID(unsigned code, SkFixed x, SkFixed y) { argument
141 SkASSERT(code <= kCodeMask);
146 code;
/external/chromium_org/net/filter/
H A Dgzip_filter_unittest.cc2 // Use of this source code is governed by a BSD-style license that can be
74 int code = CompressAll(ENCODE_DEFLATE , source_buffer(), source_len(), local
76 ASSERT_TRUE(code == Z_STREAM_END);
85 code = CompressAll(ENCODE_GZIP, source_buffer(), source_len(),
87 ASSERT_TRUE(code == Z_STREAM_END);
104 // other zlib error code if fail.
111 int code; local
115 code = deflateInit2(&zlib_stream, Z_DEFAULT_COMPRESSION, Z_DEFLATED,
120 code = deflateInit(&zlib_stream, Z_DEFAULT_COMPRESSION);
123 if (code !
172 int code = Filter::FILTER_OK; local
337 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local
360 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local
380 int code = DecodeAllWithFilter(filter_.get(), corrupt_data, corrupt_data_len, local
[all...]
/external/chromium_org/v8/src/
H A Dtype-info.cc2 // Use of this source code is governed by a BSD-style license that can be
8 #include "src/code-stubs.h"
22 TypeFeedbackOracle::TypeFeedbackOracle(Handle<Code> code, argument
28 BuildDictionary(code);
72 Handle<Code> code = Handle<Code>::cast(maybe_code); local
73 return code->is_inline_cache_stub() && code->ic_state() == UNINITIALIZED;
82 Handle<Code> code = Handle<Code>::cast(maybe_code);
83 return code->ic_state() == UNINITIALIZED;
90 Handle<Code> code local
124 Handle<Code> code = Handle<Code>::cast(maybe_code); local
198 Handle<Code> code = Handle<Code>::cast(info); local
239 Handle<Code> code = Handle<Code>::cast(object); local
406 BuildDictionary(Handle<Code> code) argument
418 GetRelocInfos(Handle<Code> code, ZoneList<RelocInfo>* infos) argument
427 CreateDictionary(Handle<Code> code, ZoneList<RelocInfo>* infos) argument
[all...]

Completed in 661 milliseconds

<<11121314151617181920>>