/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_isolatedapp_unittest.cc | 5 #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h" 8 #include "chrome/common/extensions/manifest_handlers/app_isolation_info.h" 9 #include "extensions/common/extension.h" 10 #include "extensions/common/manifest_constants.h" 11 #include "extensions/common/switches.h"
|
/external/chromium_org/native_client_sdk/src/getting_started/part2/ |
example.js | 5 // This function is called by common.js when the NaCl module is 10 common.hideModule(); 12 // After the NaCl module has loaded, common.naclModule is a reference to the 16 common.naclModule.postMessage('hello'); 19 // This function is called by common.js when a message is received from the
|
/external/clang/test/CodeGen/ |
no-common.c | 2 // RUN: %clang_cc1 %s -fno-common -emit-llvm -o - | FileCheck %s -check-prefix=CHECK-NOCOMMON 4 // CHECK-DEFAULT: @x = common global 13 // CHECK-DEFAULT: @y = common global 14 // CHECK-NOCOMMON: @y = common global 15 int y __attribute__((common));
|
/external/clang/test/CodeGenCXX/ |
unknown-anytype.cpp | 2 // RUN: FileCheck -check-prefix COMMON %s < %t 5 // RUN: FileCheck -check-prefix COMMON %s < %t 15 // COMMON: load i32* @test0_any 21 // COMMON: call i32 @_Z9test1_anyv() 41 // COMMON: [[FN:%.*]] = load float (i32)** @test3_any, 42 // COMMON: call float [[FN]](i32 5) 51 // COMMON: load i32* @_ZN5test410test4_any1E 52 // COMMON: load i8* @_ZN5test410test4_any2E 59 // COMMON: call void @test5_any() 65 // COMMON: call i64 @test6_any(float* null [all...] |
/external/guava/guava-gwt/test/com/google/common/base/ |
testModule.gwt.xml | 5 <inherits name="com.google.common.base.Base"/> 6 <inherits name="com.google.common.collect.Collect"/> 7 <inherits name="com.google.common.testing.Testing"/> 9 <inherits name="com.google.common.annotations.Annotations"/> 10 <entry-point class="com.google.common.base.TestModuleEntryPoint"/>
|
/external/guava/guava-gwt/test/com/google/common/collect/ |
testModule.gwt.xml | 5 <inherits name="com.google.common.base.Base"/> 6 <inherits name="com.google.common.collect.Collect"/> 7 <inherits name="com.google.common.testing.Testing"/> 9 <inherits name="com.google.common.annotations.Annotations"/> 10 <entry-point class="com.google.common.collect.TestModuleEntryPoint"/>
|
/external/guava/guava-gwt/test/com/google/common/net/ |
testModule.gwt.xml | 5 <inherits name="com.google.common.escape.testing.Testing"/> 6 <inherits name="com.google.common.net.Net"/> 7 <inherits name="com.google.common.testing.Testing"/> 9 <inherits name="com.google.common.annotations.Annotations"/> 10 <entry-point class="com.google.common.net.TestModuleEntryPoint"/>
|
/external/lzma/CPP/7zip/Archive/7z/ |
7zEncode.h | 6 // #include "../../Common/StreamObjects.h"
10 #include "../Common/CoderMixer2.h"
11 #include "../Common/CoderMixer2MT.h"
13 #include "../Common/CoderMixer2ST.h"
17 #include "../../Common/CreateCoder.h"
|
/external/chromium_org/native_client_sdk/src/examples/api/socket/ |
example.js | 5 // Called by the common.js module. 13 // Called by the common.js module. 17 common.hideModule(); 31 common.logMessage(type); 33 common.naclModule.postMessage(msgTcpCreate + hostname); 35 common.naclModule.postMessage(msgUdpCreate + hostname); 45 common.naclModule.postMessage(msgSend + message); 53 common.naclModule.postMessage(msgListen + port); 58 common.naclModule.postMessage(msgClose); 62 common.logMessage(message.data) [all...] |
/external/harfbuzz/src/ |
harfbuzz-shaper.h | 85 HB_Script_Latin = Common, 86 HB_Script_Ethiopic = Common, 87 HB_Script_Cherokee = Common, 88 HB_Script_CanadianAboriginal = Common, 89 HB_Script_Mongolian = Common, 90 HB_Script_Hiragana = Common, 91 HB_Script_Katakana = Common, 92 HB_Script_Bopomofo = Common, 93 HB_Script_Han = Common, 94 HB_Script_Yi = Common, [all...] |
/external/harfbuzz_ng/src/hb-old/ |
harfbuzz-shaper.h | 85 HB_Script_Latin = Common, 86 HB_Script_Ethiopic = Common, 87 HB_Script_Cherokee = Common, 88 HB_Script_CanadianAboriginal = Common, 89 HB_Script_Mongolian = Common, 90 HB_Script_Hiragana = Common, 91 HB_Script_Katakana = Common, 92 HB_Script_Bopomofo = Common, 93 HB_Script_Han = Common, 94 HB_Script_Yi = Common, [all...] |
/external/chromium_org/native_client_sdk/src/examples/api/websocket/ |
example.js | 5 // Called by the common.js module. 12 // Called by the common.js module. 16 common.hideModule(); 22 common.naclModule.postMessage('o;' + url); 30 common.naclModule.postMessage(type + message); 36 common.naclModule.postMessage('c;'); 40 common.logMessage(message.data);
|
/external/chromium_org/native_client_sdk/src/examples/tutorial/dlopen/ |
example.js | 5 // Called by the common.js module. 11 // Called by the common.js module. 15 common.hideModule(); 22 common.logMessage('You asked: ' + query); 23 common.naclModule.postMessage('eightball'); 31 common.logMessage('Reversing: ' + query); 32 common.naclModule.postMessage('reverse:' + query);
|
/external/chromium_org/components/ |
components_tests.gyp | 22 'autofill/core/common/form_data_unittest.cc', 23 'autofill/core/common/form_field_data_unittest.cc', 24 'autofill/core/common/password_form_fill_data_unittest.cc', 50 'translate/common/translate_metrics_unittest.cc', 51 'translate/common/translate_util_unittest.cc', 208 'policy/core/common/async_policy_provider_unittest.cc', 209 'policy/core/common/cloud/cloud_policy_client_unittest.cc', 210 'policy/core/common/cloud/cloud_policy_core_unittest.cc', 211 'policy/core/common/cloud/cloud_policy_manager_unittest.cc', 212 'policy/core/common/cloud/cloud_policy_refresh_scheduler_unittest.cc' [all...] |
nacl.gyp | 58 '../components/nacl/common/nacl_paths.cc', 59 '../components/nacl/common/nacl_paths.h', 122 'nacl/common/nacl_debug_exception_handler_win.cc', 123 'nacl/common/nacl_debug_exception_handler_win.h', 154 '../webkit/common/webkit_common.gyp:webkit_common', 193 '../content/common/child_process_sandbox_support_impl_shm_linux.cc', 194 '../content/common/sandbox_linux/sandbox_bpf_base_policy_linux.cc', 195 '../content/common/sandbox_linux/sandbox_init_linux.cc', 196 '../content/common/sandbox_linux/sandbox_seccomp_bpf_linux.cc', 197 '../content/public/common/content_switches.cc' [all...] |
/external/chromium/chrome/browser/content_settings/ |
stub_settings_observer.h | 10 #include "content/common/notification_observer.h" 11 #include "content/common/notification_registrar.h" 12 #include "content/common/notification_service.h"
|
/external/chromium_org/chrome/common/extensions/api/i18n/ |
default_locale_manifest_unittest.cc | 5 #include "chrome/common/extensions/api/i18n/default_locale_handler.h" 6 #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h" 7 #include "extensions/common/manifest_constants.h"
|
/external/chromium_org/mojo/common/ |
message_pump_mojo_handler.h | 8 #include "mojo/common/mojo_common_export.h" 12 namespace common { namespace in namespace:mojo 26 } // namespace common
|
/external/clang/test/Parser/ |
pragma-visibility2.c | 9 // CHECK: @v1 = common hidden global i32 0, align 4 14 // CHECK: @v2 = common global i32 0, align 4 19 // CHECK: @v3 = common hidden global i32 0, align 4
|
/external/guava/guava-gwt/test/com/google/common/testing/ |
testModule.gwt.xml | 5 <inherits name="com.google.common.collect.Collect"/> 6 <inherits name="com.google.common.testing.Testing"/> 7 <entry-point class="com.google.common.testing.TestModuleEntryPoint"/>
|
/external/llvm/test/CodeGen/Mips/ |
vector-setcc.ll | 3 @a = common global <4 x i32> zeroinitializer, align 16 4 @b = common global <4 x i32> zeroinitializer, align 16 5 @g0 = common global <4 x i32> zeroinitializer, align 16
|
/packages/apps/ContactsCommon/tests/ |
Android.mk | 8 LOCAL_STATIC_JAVA_LIBRARIES := com.android.contacts.common.test 13 LOCAL_PACKAGE_NAME := com.android.contacts.common.unittest 15 LOCAL_INSTRUMENTATION_FOR := com.android.contacts.common
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2008-05-16-PHIBlockMerge.ll | 15 BB.nomerge: ; preds = %Common, %entry 18 %a = phi i32 [ 1, %entry ], [ 0, %Common ] ; <i32> [#uses=1] 21 Succ: ; preds = %Common, %BB.nomerge 22 %b = phi i32 [ %a, %BB.nomerge ], [ 2, %Common ] ; <i32> [#uses=0] 24 br i1 %conde, label %Common, label %Exit 26 Common: ; preds = %Succ 39 BB.nomerge: ; preds = %Common, %entry 42 Succ: ; preds = %Common, %BB.nomerge 43 ; This phi has confliction values for Common and (through BB) Common, [all...] |
/system/extras/tests/bionic/libc/ |
Android.mk | 61 # First, the tests in 'common' 64 common/bench_stdio.c \ 65 common/test_clock.c \ 66 common/test_cpu_set.c \ 67 common/test_drand48.c \ 68 common/test_executable_destructor.c \ 69 common/test_getaddrinfo.c \ 70 common/test_gethostbyname.c \ 71 common/test_gethostname.c \ 72 common/test_pthread_cleanup_push.c [all...] |
/external/chromium_org/ash/resources/ |
ash_resources.grd | 22 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_BACKGROUND" file="common/launcher/launcher_background.png" /> 23 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_CORNER" file="common/launcher/launcher_corner.png" /> 24 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_DIMMING" file="common/launcher/launcher_dimming.png" /> 25 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST" file="common/launcher/launcher_appmenu.png" /> 26 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST_ALTERNATE" file="common/alt_launcher/status_app_menu_icon.png" /> 27 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST_HOT" file="common/launcher/launcher_appmenu_hover.png" /> 28 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_ICON_APPLIST_PUSHED" file="common/launcher/launcher_appmenu_pressed.png" /> 29 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_BROWSER" file="common/launcher/window_switcher_icon_normal.png" /> 30 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_LIST_INCOGNITO_BROWSER" file="common/launcher/window_switcher_icon_incognito.png" /> 31 <structure type="chrome_scaled_image" name="IDR_AURA_LAUNCHER_OVERFLOW" file="common/launcher/launcher_overflow.png" / [all...] |