Searched
full:common (Results
376 -
400 of
31397) sorted by null
<<11121314151617181920>>
/external/lzma/CPP/Windows/ |
PropVariantConversions.h | 6 #include "Common/MyString.h"
7 #include "Common/Types.h"
|
/external/mesa3d/src/gallium/state_trackers/dri/drm/ |
SConscript | 13 '#/src/gallium/state_trackers/dri/common', 14 '#/src/mesa/drivers/dri/common',
|
/external/mesa3d/src/gallium/state_trackers/dri/sw/ |
SConscript | 11 '#/src/gallium/state_trackers/dri/common', 12 '#/src/mesa/drivers/dri/common',
|
/external/nanopb-c/tests/missing_fields/ |
SConscript | 6 test = env.Program(["missing_fields.c", "missing_fields.pb.c", "$COMMON/pb_encode.o", "$COMMON/pb_decode.o"])
|
/packages/providers/TelephonyProvider/ |
Android.mk | 13 LOCAL_JAVA_LIBRARIES += telephony-common 14 LOCAL_STATIC_JAVA_LIBRARIES += android-common
|
/prebuilts/misc/common/tools-common/ |
Android.mk | 5 LOCAL_MODULE := tools-common-prebuilt 7 LOCAL_SRC_FILES := tools-common-prebuilt.jar
|
/external/chromium_org/chrome/common/extensions/manifest_tests/ |
extension_manifests_devtools_unittest.cc | 5 #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h" 6 #include "chrome/common/extensions/manifest_url_handler.h" 7 #include "extensions/common/extension.h" 8 #include "extensions/common/manifest_constants.h" 9 #include "extensions/common/permissions/permissions_data.h"
|
extension_manifests_experimental_unittest.cc | 5 #include "chrome/common/extensions/manifest_tests/extension_manifest_test.h" 8 #include "extensions/common/extension.h" 9 #include "extensions/common/manifest.h" 10 #include "extensions/common/manifest_constants.h" 11 #include "extensions/common/switches.h"
|
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/mojo/environment/ |
default_async_waiter_impl.cc | 8 #include "mojo/common/handle_watcher.h" 14 void OnHandleReady(common::HandleWatcher* watcher, 28 common::HandleWatcher* watcher = new common::HandleWatcher(); 35 delete reinterpret_cast<common::HandleWatcher*>(wait_id);
|
/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/chromium_org/third_party/google_appengine_cloudstorage/cloudstorage/ |
__init__.py | 23 from .common import CSFileStat 24 from .common import GCSFileStat 25 from .common import validate_bucket_name 26 from .common import validate_bucket_path 27 from .common import validate_file_path
|
/external/chromium_org/tools/ipc_fuzzer/message_lib/ |
all_messages.h | 16 #include "chrome/common/all_messages.h" 17 #include "components/autofill/content/common/autofill_messages.h" 18 #include "components/nacl/common/nacl_host_messages.h" 20 #include "components/visitedlink/common/visitedlink_messages.h" 21 #include "content/common/all_messages.h"
|
/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...] |