OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:runtime
(Results
326 - 350
of
18263
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/chrome/common/extensions/docs/examples/api/eventPage/basic/
content.js
25
chrome.
runtime
.sendMessage({delayedResponse: true}, function(response) {
31
chrome.
runtime
.sendMessage({getCounters: true}, function(response) {
38
chrome.
runtime
.sendMessage({setAlarm: true});
41
chrome.
runtime
.onMessage.addListener(function(msg, _, sendResponse) {
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/email_this_page/
content_script.js
10
chrome.
runtime
.connect().postMessage(additionalInfo);
/external/chromium_org/chrome/test/ispy/
app.yaml
3
runtime
: python27
/external/chromium_org/extensions/test/data/platform_app/
background.js
5
chrome.app.
runtime
.onLaunched.addListener(function() {
/external/chromium_org/extensions/test/data/web_view/apitest/
test.js
5
chrome.app.
runtime
.onLaunched.addListener(function() {
/external/chromium_org/ppapi/tests/extensions/media_galleries/
background.js
5
chrome.app.
runtime
.onLaunched.addListener(function() {
/external/chromium_org/remoting/webapp/unittests/
chrome_mocks.js
35
chromeMocks.
runtime
= {};
37
chromeMocks.
runtime
.Port = function() {
45
chromeMocks.
runtime
.Port.prototype.disconnect = function() {};
46
chromeMocks.
runtime
.Port.prototype.postMessage = function() {};
/external/chromium_org/styleguide/c++/chromium-cpp/
app.yaml
3
runtime
: python27
/external/chromium_org/v8/test/mjsunit/runtime-gen/
loadfromsuper.js
2
// AUTO-GENERATED BY tools/generate-
runtime
-tests.py, DO NOT MODIFY
/external/clang/test/CodeGenObjC/
2008-11-12-Metadata.m
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-
runtime
=macosx-fragile-10.5 %s -o /dev/null
2008-11-24-ConstCFStrings.m
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-apple-darwin -fobjc-
runtime
=macosx-fragile-10.5 %s -o - | FileCheck %s
bitfield-gnu.m
1
// RUN: %clang -S -emit-llvm -fobjc-
runtime
=gcc -o %t %s
externally-initialized-selectors.m
1
// RUN: %clang_cc1 -fobjc-
runtime
=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
implicit-objc_msgSend.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -o %t %s
no-category-class.m
1
// RUN: %clang_cc1 -triple x86_64-unknown-unknown -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -o %t %s
nonlazy-msgSend.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm %s -o - | FileCheck %s
objc2-weak-ivar-debug.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
2
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
3
// RUN: %clang_cc1 -x objective-c++ -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
4
// RUN: %clang_cc1 -x objective-c++ -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -fobjc-gc -g -emit-llvm -o - %s
object-incr-decr-1.m
1
// RUN: %clang_cc1 -triple i386-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm %s -o %t
rdr-6732143-dangling-block-reference.m
1
// RUN: %clang_cc1 -triple x86_64-apple-darwin9 -fobjc-
runtime
=macosx-fragile-10.5 -emit-llvm -fobjc-exceptions %s -o -
/external/clang/test/CodeGenObjCXX/
externally-initialized-selectors.mm
1
// RUN: %clang_cc1 -fobjc-
runtime
=macosx-fragile-10.5 -o - -emit-llvm %s | FileCheck %s
/external/clang/test/Preprocessor/
non_fragile_feature1.m
1
// RUN: %clang_cc1 -triple i386-unknown-unknown -fobjc-
runtime
=gcc %s
/external/clang/test/Rewriter/
ivar-encoding-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
metadata-test-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
metadata-test-2.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
objc-encoding-bug-1.m
1
// RUN: %clang_cc1 -rewrite-objc -fobjc-
runtime
=macosx-fragile-10.5 %s -o -
Completed in 266 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>