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

<<21222324252627282930>>

  /external/chromium_org/content/test/data/service_worker/
worker_install_rejected.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/extensions/test/data/platform_app/
world.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/mojo/public/js/bindings/
support.js 2 // Use of this source code is governed by a BSD-style license that can be
7 // Note: This file is for documentation purposes only. The code here is not
24 function asyncWait(handle, signals, callback) { [native code] }
30 function cancelWait(waitId) { [native code] }
  /external/chromium_org/native_client_sdk/src/doc/
index.rst 11 **Native Client** is a sandbox for running compiled C and C++ code in the
14 architecture independence, letting developers compile their code once to run
18 of native code to modern web browsers, without sacrificing the **security** and
21 Portable Native Client lets developers run native compiled code on the web.
37 <li>Protecting users from malicious code and malware.</li>
38 <li>Write-once, run-anywhere code portability across all user architectures.</li>
  /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/sandbox/win/src/
sync_interception.cc 2 // Use of this source code is governed by a BSD-style license that can be
30 ResultCode code = CrossCall(ipc, IPC_CREATEEVENT_TAG, name, event_type, local
32 return code;
47 ResultCode code = CrossCall(ipc, IPC_OPENEVENT_TAG, name, desired_access, local
50 return code;
90 ResultCode code = ProxyCreateEvent(name, initial_state, event_type, memory, local
94 if (code != SBOX_ALL_OK) {
143 ResultCode code = ProxyOpenEvent(name, desired_access, memory, &answer); local
146 if (code != SBOX_ALL_OK) {
  /external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.idl 8 * * Redistributions of source code must retain the above copyright
46 [DeprecateAs=FileError] readonly attribute unsigned short code;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
ThreadableWebSocketChannelClientWrapper.cpp 8 * * Redistributions of source code must retain the above copyright
81 void ThreadableWebSocketChannelClientWrapper::didClose(WebSocketChannelClient::ClosingHandshakeCompletionStatus closingHandshakeCompletion, unsigned short code, const String& reason)
84 m_client->didClose(closingHandshakeCompletion, code, reason);
  /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/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;
  /external/chromium_org/third_party/skia/third_party/harfbuzz/src/
harfbuzz-impl.c 81 _hb_err (HB_Error code)
83 return code;
  /external/chromium_org/tools/android/findbugs_plugin/src/org/chromium/tools/findbugs/plugin/
SynchronizedThisDetector.java 2 // Use of this source code is governed by a BSD-style license that can be
7 import org.apache.bcel.classfile.Code;
16 * The pattern of byte code of synchronized(this) is
33 public void visit(Code code) {
35 super.visit(code);
  /external/chromium_org/tools/json_schema_compiler/highlighters/
pygments_highlighter.py 2 # Use of this source code is governed by a BSD-style license that can be
21 """Highlighter that uses the python pygments library to highlight code.
28 def GetCodeElement(self, code, style):
31 return pygments.highlight(code, CppLexer(), formatter)
  /external/chromium_org/tools/page_cycler/sample/
pages.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/tools/page_cycler/startup_test_common/
head.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/tools/telemetry/telemetry/page/actions/
wait.py 2 # 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/tools/telemetry/unittest_data/component_extension/
background.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/tools/telemetry/unittest_data/simple_extension/
background.js 2 // Use of this source code is governed by a BSD-style license that can be
  /external/chromium_org/v8/test/mjsunit/regress/
regress-3359.js 2 // Use of this source code is governed by a BSD-style license that can be
regress-343609.js 2 // Use of this source code is governed by a BSD-style license that can be
48 // Optimize add_field and install its code in optimized code cache.
64 // Fetch optimized code of add_field from cache and crash.
regress-347542.js 2 // Use of this source code is governed by a BSD-style license that can be
regress-347904.js 2 // Use of this source code is governed by a BSD-style license that can be
regress-347909.js 2 // Use of this source code is governed by a BSD-style license that can be

Completed in 2240 milliseconds

<<21222324252627282930>>