/test/vts/specification/lib/ndk/bionic/1.0/ |
libmV1.vts | 4 component_name: "libm"
|
/frameworks/base/core/java/com/android/internal/notification/ |
NotificationAccessConfirmationActivityContract.java | 23 private static final ComponentName COMPONENT_NAME = new ComponentName( 27 public static final String EXTRA_COMPONENT_NAME = "component_name"; 32 .setComponent(COMPONENT_NAME)
|
/tools/loganalysis/src/com/android/loganalysis/item/ |
TransitionDelayItem.java | 28 public static final String COMPONENT_NAME = "COMPONENT_NAME"; 41 COMPONENT_NAME, 55 return (String) getAttribute(COMPONENT_NAME); 59 setAttribute(COMPONENT_NAME, componentName);
|
/external/freetype/src/tools/ |
chktrcmp.py | 66 component_name = trace_use_pat.sub( '', src_line ) variable 67 if component_name in USED_COMPONENT: 68 USED_COMPONENT[component_name].append( "%s:%d" % ( src_pathname, line_num ) ) 70 USED_COMPONENT[component_name] = [ "%s:%d" % ( src_pathname, line_num ) ] 86 component_name = trace_def_pat_opn.sub( '', hdr_line ) variable 87 component_name = trace_def_pat_cls.sub( '', component_name ) variable 88 if component_name in KNOWN_COMPONENT: 90 ( component_name, KNOWN_COMPONENT[component_name], line_num [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
AccessibilityServiceConnectionTest.java | 58 static final ComponentName COMPONENT_NAME = new ComponentName( 96 COMPONENT_NAME, mMockServiceInfo, SERVICE_ID, mHandler, new Object(), 118 setServiceBinding(COMPONENT_NAME); 120 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); 129 setServiceBinding(COMPONENT_NAME); 131 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder); 135 mConnection.onServiceConnected(COMPONENT_NAME, mockBinder);
|
/test/vts/compilation_tools/vtsc/test/ |
test_vtsc.py | 92 for component_name in component_names: 95 os.path.join(self._temp_dir, component_name + ".vts"), 96 "%s.vts.h" % component_name, 97 header_file_name="%s.vts.h" % component_name, 101 os.path.join(self._temp_dir, component_name + ".vts"), 102 "%s.driver.cpp" % component_name, 105 for component_name in ["libcV1"]: 108 component_name, "%s.driver.cpp" % component_name) 122 for component_name in component_names [all...] |
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConSplitterDxe/ |
ConSplitterDxe.inf | 40 # COMPONENT_NAME = gConSplitterConInComponentName
43 # COMPONENT_NAME = gConSplitterSimplePointerComponentName
46 # COMPONENT_NAME = gConSplitterConOutComponentName
49 # COMPONENT_NAME = gConSplitterStdErrComponentName
|
/packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/e2eui/ |
ManagedProfileAdminReceiver.java | 27 public static final ComponentName COMPONENT_NAME = new ComponentName( 35 COMPONENT_NAME)
|
/test/vts/drivers/hal/common/driver_manager/ |
VtsHalDriverManager.cpp | 46 const string& package_name, const string& component_name, 51 component_class, package_name, version, component_name, 56 component_name); 62 component_name); 81 component_name); 87 component_name); 102 call_msg->package_name(), call_msg->component_name()); 157 string component_name = GetComponentName(type_name); local 159 HAL_HIDL, package_name, version, component_name, 0, 209 call_msg->package_name(), call_msg->component_name()); [all...] |
/external/autotest/client/cros/cellular/wardmodem/ |
global_state.py | 109 def _add_state_component(self, component_name, allowed_values): 113 @param component_name: The name of the newly created state component. 116 @param allowed_values: The list of string values that component_name can 119 @raises: WardModemSetupException if the component_name exists or if an 130 if not re.match('[a-z][_a-z0-9]*$', component_name) or \ 131 keyword.iskeyword(component_name): 133 component_name) 134 if component_name in self._values: 135 self._setup_error('Component already exists: |%s|' % component_name) 136 self._values[component_name] = self.INVALID_VALU [all...] |
/hardware/google/av/media/codecs/vpx/ |
C2SoftVp8Enc.cpp | 26 constexpr char COMPONENT_NAME[] = "c2.android.vp8.encoder"; 80 new C2SoftVp8Enc(COMPONENT_NAME, id, 92 COMPONENT_NAME, id,
|
C2SoftVp9Enc.cpp | 26 constexpr char COMPONENT_NAME[] = "c2.android.vp9.encoder"; 110 new C2SoftVp9Enc(COMPONENT_NAME, id, 122 COMPONENT_NAME, id,
|
/external/autotest/client/site_tests/platform_ImageLoader/ |
platform_ImageLoader.py | 33 COMPONENT_NAME = 'TestFlashComponent' 139 component_name = "cros-termina" 140 if not self._register_component(component_name, "10209.0.0", 144 mount_path = self._load_component(component_name) 148 if not self._unmount_component(component_name): 152 if not self._remove_component(component_name): 153 self._components_to_delete.append(component_name) 174 if self._get_component_version(self.COMPONENT_NAME) != self.BAD_RESULT: 179 if not self._register_component(self.COMPONENT_NAME, self.OLD_VERSION, 183 self._components_to_delete.append(self.COMPONENT_NAME) [all...] |
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
EnterprisePrivacyTestDefaultAppActivity.java | 24 public static final ComponentName COMPONENT_NAME = new ComponentName("com.android.cts.verifier",
|
/test/vts/compilation_tools/vtsc/ |
VtsCompilerUtils.cpp | 467 return message->component_name() + "::" 486 return message->component_name() + "::" + arg.predefined_type() + "()"; 591 if (!message.component_name().empty()) { 592 return (message.component_name() == "types" 594 : message.component_name().substr(1)); 600 if (!message.component_name().empty()) { 601 return message.component_name(); 604 string component_name = message.original_data_structure_name(); local 605 while (!component_name.empty() 606 && (std::isspace(component_name.back()) || component_name.back() == '*')) [all...] |
/test/vts/compilation_tools/vtsc/code_gen/driver/ |
DriverCodeGenBase.cpp | 43 string component_name = GetComponentName(message); local 44 if (component_name.empty()) { 45 cerr << __func__ << ":" << __LINE__ << " error component_name is empty" 86 string component_name = GetComponentName(message); local 87 if (component_name.empty()) { 88 cerr << __func__ << ":" << __LINE__ << " error component_name is empty"
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Console/ConPlatformDxe/ |
ConPlatformDxe.inf | 34 # COMPONENT_NAME = gConPlatformComponentName
37 # COMPONENT_NAME = gConPlatformComponentName
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Block/DwUfsHcDxe/ |
DwUfsHcDxe.inf | 27 # COMPONENT_NAME = gUfsHcComponentName
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Keyboard/VirtualKeyboardDxe/ |
VirtualKeyboardDxe.inf | 31 # COMPONENT_NAME = gVirtualKeyboardComponentName
|
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MarvellYukonDxe/ |
MarvellYukonDxe.inf | 28 # COMPONENT_NAME = gSimpleNetworkComponentName
|
/device/linaro/bootloader/edk2/CorebootPayloadPkg/FbGop/ |
FbGop.inf | 35 # COMPONENT_NAME = gBiosVideoComponentName
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBlockIoDxe/ |
EmuBlockIoDxe.inf | 34 # COMPONENT_NAME = gUnixBlockIoComponentName
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuBusDriverDxe/ |
EmuBusDriverDxe.inf | 32 # COMPONENT_NAME = gEmuBusDriverComponentName
|
/device/linaro/bootloader/edk2/EmulatorPkg/EmuGopDxe/ |
EmuGopDxe.inf | 32 # COMPONENT_NAME = gEmuGopComponentName
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaIoDxe/ |
IsaIoDxe.inf | 31 # COMPONENT_NAME = gIsaIoComponentName;
|