Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/device/google/vrservices/vrcore/sepolicy/
Dvrcore_app.te15 allow vrcore_app audioserver_service:service_manager find;
16 allow vrcore_app cameraserver_service:service_manager find;
17 allow vrcore_app drmserver_service:service_manager find;
18 allow vrcore_app mediaserver_service:service_manager find;
19 allow vrcore_app mediaextractor_service:service_manager find;
20 allow vrcore_app mediametrics_service:service_manager find;
21 allow vrcore_app mediadrmserver_service:service_manager find;
22 allow vrcore_app mediacasserver_service:service_manager find;
23 allow vrcore_app nfc_service:service_manager find;
24 allow vrcore_app radio_service:service_manager find;
[all …]
/device/google/marlin/sepolicy/
Dgoogle_camera_app.te6 allow google_camera_app app_api_service:service_manager find;
7 allow google_camera_app audioserver_service:service_manager find;
8 allow google_camera_app cameraserver_service:service_manager find;
9 allow google_camera_app drmserver_service:service_manager find;
10 allow google_camera_app mediacodec_service:service_manager find;
11 allow google_camera_app mediaextractor_service:service_manager find;
12 allow google_camera_app mediaserver_service:service_manager find;
13 allow google_camera_app mediametrics_service:service_manager find;
14 allow google_camera_app nfc_service:service_manager find;
15 allow google_camera_app surfaceflinger_service:service_manager find;
[all …]
Dramdump_app.te6 allow ramdump_app app_api_service:service_manager find;
7 allow ramdump_app surfaceflinger_service:service_manager find;
Dhal_camera_default.te2 allow hal_camera_default qdisplay_service:service_manager { find };
4 allow hal_camera_default hal_graphics_mapper_hwservice:hwservice_manager find;
Dlogger_app.te7 allow logger_app app_api_service:service_manager find;
8 allow logger_app surfaceflinger_service:service_manager find;
/device/lge/bullhead/
DCleanSpec.mk61 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
62 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
63 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
64 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
65 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
66 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
69 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
70 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
71 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
72 $(call add-clean-step, find $(OUT_DIR)/target/product/bullhead/ -name \*build.prop* -exec rm -rf {}…
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DUniClassObject.py408 …LanguageList[IndexI][LanguageList[IndexI].find(u'\"') + len(u'\"') : LanguageList[IndexI].rfind(u'…
418 …FileName = Item[Item.find(u'!include ') + len(u'!include ') :Item.find(u' ', len(u'!include '))][1…
459 … if Line.startswith(DT.TAB_COMMENT_EDK1_SPLIT) and (Line.find(DT.TAB_HEADER_COMMENT) > -1) \
505 FindFlag = Line.find(u'//')
506 if FindFlag != -1 and Line.find(u'//') < Line.find(u'"'):
561 if Line.startswith(u'#string') and Line.find(u'#language') == -1:
564 if Line.startswith(u'#string') and Line.find(u'#language') > 0 and Line.find(u'"') < 0:
643 elif len(Line.split()) > 2 and Line.find(u'"') > 0:
644 NewLines.append(Line[:Line.find(u'"')].strip())
645 NewLines.append(Line[Line.find(u'"'):])
[all …]
DParsing.py59 if String.find(DataType.TAB_EQUAL_SPLIT) < 0:
64 if List[0].find(':') > -1:
65 Family = List[0][ : List[0].find(':')].strip()
66 ToolChain = List[0][List[0].find(':') + 1 : ].strip()
297 if Line.upper().find(DataType.TAB_INCLUDE.upper() + ' ') > -1 or \
298 Line.upper().find(DataType.TAB_DEFINE + ' ') > -1:
315 if Line.find('<LibraryClasses>') != -1:
321 if Line.find('<BuildOptions>') != -1:
327 if Line.find('<PcdsFeatureFlag>') != -1:
333 if Line.find('<PcdsPatchableInModule>') != -1:
[all …]
DString.py75 if String.find(DataType.TAB_DEFINE + ' ') > -1:
383 return String[String.find(Key + ' ') + len(Key + ' ') : ]
415 if Line.find(DataType.TAB_INF_DEFINES_DEFINE + ' ') > -1:
420 if Line.find(DataType.TAB_INF_DEFINES_SPEC + ' ') > -1:
485 if Line.find(DataType.TAB_COMMA_SPLIT) == 0:
490 if Line.find('$') > -1:
491 if Line.find('$(') < 0 or Line.find(')') < 0:
496 if Line.find('[') > -1 or Line.find(']') > -1:
500 if not (Line.find('[') > -1 and Line.find(']') > -1):
576 if LineList[Index].find(Line) > -1:
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
DParser.py54 if Line.find(TAB_COMMENT_EDK_START) > -1:
57 if Line.find(TAB_COMMENT_EDK_END) > -1:
273 if NewLine.find(TAB_IF_EXIST.upper()) > -1:
274 IfLine = Line[NewLine.find(TAB_IF_EXIST) + len(TAB_IF_EXIST) + 1:].strip()
283 if NewLine.find(TAB_IF_DEF.upper()) > -1:
284 IfLine = Line[NewLine.find(TAB_IF_DEF) + len(TAB_IF_DEF) + 1:].strip()
290 if NewLine.find(TAB_IF_N_DEF.upper()) > -1:
291 IfLine = Line[NewLine.find(TAB_IF_N_DEF) + len(TAB_IF_N_DEF) + 1:].strip()
297 if NewLine.find(TAB_IF.upper()) > -1:
298 IfLine = Line[NewLine.find(TAB_IF) + len(TAB_IF) + 1:].strip()
[all …]
Dc.py160 if var.Declarator.find('{') == -1:
165 LSBPos = var.Declarator.find('[')
175 LSBPos = var.Declarator.find('[')
182 LBPos = enum.Content.find('{')
183 RBPos = enum.Content.find('}')
195 LBPos = su.Content.find('{')
196 RBPos = su.Content.find('}')
213 LBPos = td.ToType.find('(')
215 StarPos = TmpStr.find('*')
222 RBPos = TmpStr.find(')')
[all …]
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/
DString.py122 if String.find(DataType.TAB_DEFINE + ' ') > -1:
146 if String.upper().find(DataType.TAB_INCLUDE.upper() + ' ') > -1:
147 …IncludeFile = CleanString(String[String.upper().find(DataType.TAB_INCLUDE.upper() + ' ') + len(Dat…
356 ChIndex = Line.find('#')
361 ChIndex = Line.find('#', ChIndex + 2)
363 ChIndex = Line.find('#', ChIndex + 1)
367 ChIndex = Line.find('#', ChIndex + 2)
369 ChIndex = Line.find('#', ChIndex + 1)
450 return String[String.find(Key + ' ') + len(Key + ' ') : ]
507 if Line.find(DataType.TAB_INF_DEFINES_DEFINE + ' ') > -1:
[all …]
DParsing.py231 if String.find(TAB_EQUAL_SPLIT) < 0:
235 if List[0].find(':') > -1:
236 Family = List[0][ : List[0].find(':')].strip()
237 ToolChain = List[0][List[0].find(':') + 1 : ].strip()
443 … if Line.upper().find(TAB_INCLUDE.upper() + ' ') > -1 or Line.upper().find(TAB_DEFINE + ' ') > -1:
459 if Line.find('<LibraryClasses>') != -1:
462 if Line.find('<BuildOptions>') != -1:
465 if Line.find('<PcdsFeatureFlag>') != -1:
468 if Line.find('<PcdsPatchableInModule>') != -1:
471 if Line.find('<PcdsFixedAtBuild>') != -1:
[all …]
/device/linaro/bootloader/edk2/DuetPkg/
DGetVariables.bat24 @for /f "tokens=1*" %%i in ('type %CONFIG_FILE% ^| find "TOOL_CHAIN_TAG" ^| find /V "#"') do @set T…
27 @for /f "tokens=1*" %%i in ('type %CONFIG_FILE% ^| find "TARGET" ^| find /V "#" ^| find /V "TARGET_…
30 @for /f "tokens=1*" %%i in ('type %CONFIG_FILE% ^| find "TARGET_ARCH" ^|find /V "#"') do @set TARGE…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DUniClassObject.py362 …Value = LanguageList[IndexI][LanguageList[IndexI].find(u'\"') + len(u'\"') : LanguageList[IndexI].…
370 …FileName = Item[Item.find(u'#include ') + len(u'#include ') :Item.find(u' ', len(u'#include '))][1…
375 CommentPos = Line.find(Comment)
381 CommentPos = Line.find (Comment, CommentPos + 1)
479 if Line.find(u'#langdef ') >= 0:
498 if Line.find(u'#string ') >= 0 and Line.find(u'#language ') < 0 and \
499 SecondLine.find(u'#string ') < 0 and SecondLine.find(u'#language ') >= 0 and \
500 ThirdLine.find(u'#string ') < 0 and ThirdLine.find(u'#language ') < 0:
501 Name = Line[Line.find(u'#string ') + len(u'#string ') : ].strip(' ')
502 … Language = SecondLine[SecondLine.find(u'#language ') + len(u'#language ') : ].strip(' ')
[all …]
/device/google/marlin/sepolicy/verizon/
Dobdm_app.te11 allow obdm_app app_api_service:service_manager find;
12 allow obdm_app radio_service:service_manager find;
13 allow obdm_app surfaceflinger_service:service_manager find;
/device/google/marlin/
DCleanSpec.mk47 $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*sensors.marlin* -exec rm -rf …
48 $(call add-clean-step, find $(OUT_DIR)/target/product/marlin/ -name \*activity_recognition.marlin* …
49 $(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*sensors.sailfish* -exec rm …
50 $(call add-clean-step, find $(OUT_DIR)/target/product/sailfish/ -name \*activity_recognition.sailfi…
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfGuidPpiProtocolSectionParser.py65 if LineContent.find(DT.TAB_COMMENT_SPLIT) > -1:
67 LineContent[LineContent.find(DT.TAB_COMMENT_SPLIT):],
70 LineContent[:LineContent.find(DT.TAB_COMMENT_SPLIT)]
152 if LineContent.find(DT.TAB_COMMENT_SPLIT) > -1:
154 LineContent[LineContent.find(DT.TAB_COMMENT_SPLIT):],
157 LineContent[:LineContent.find(DT.TAB_COMMENT_SPLIT)]
321 if LineContent.find(DT.TAB_COMMENT_SPLIT) > -1:
323 LineContent[LineContent.find(DT.TAB_COMMENT_SPLIT):],
326 LineContent[:LineContent.find(DT.TAB_COMMENT_SPLIT)]
DInfPcdSectionParser.py84 if PcdLineContent.find(DT.TAB_COMMENT_SPLIT) > -1:
86 PcdLineContent[PcdLineContent.find(DT.TAB_COMMENT_SPLIT):],
88 PcdLineContent = PcdLineContent[:PcdLineContent.find(DT.TAB_COMMENT_SPLIT)]
143 CommentIndex = LineContent.find(DT.TAB_COMMENT_SPLIT)
DInfPackageSectionParser.py89 if PkgLineContent.find(DT.TAB_COMMENT_SPLIT) > -1:
90 TailComments = PkgLineContent[PkgLineContent.find(DT.TAB_COMMENT_SPLIT):]
91 PkgLineContent = PkgLineContent[:PkgLineContent.find(DT.TAB_COMMENT_SPLIT)]
/device/huawei/angler/sepolicy/
Drild.te18 allow rild audioserver_service:service_manager find;
19 allow rild mediaserver_service:service_manager find;
20 allow rild per_mgr_service:service_manager find;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_traceback.py44 self.assertTrue(err[1].find("!") == err[2].find("^")) # in the right place
50 self.assertTrue(err[1].find("+") == err[2].find("^")) # in the right place
67 self.assertTrue(err[1].find("2") == err[2].find("^"))
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp236 if (glExtensions.find(kRCNativeSync) != std::string::npos) { in queryAndSetSyncImpl()
249 if (glExtensions.find(kDmaExtStr_v1) != std::string::npos) { in queryAndSetDmaImpl()
259 if (glExtensions.find(kGLESMaxVersion_2) != std::string::npos) { in queryAndSetGLESMaxVersion()
261 } else if (glExtensions.find(kGLESMaxVersion_3_0) != std::string::npos) { in queryAndSetGLESMaxVersion()
263 } else if (glExtensions.find(kGLESMaxVersion_3_1) != std::string::npos) { in queryAndSetGLESMaxVersion()
265 } else if (glExtensions.find(kGLESMaxVersion_3_2) != std::string::npos) { in queryAndSetGLESMaxVersion()
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Ecc/
Dc.py185 if var.Declarator.find('{') == -1:
190 LSBPos = var.Declarator.find('[')
200 LSBPos = var.Declarator.find('[')
207 LBPos = enum.Content.find('{')
208 RBPos = enum.Content.find('}')
222 LBPos = su.Content.find('{')
223 RBPos = su.Content.find('}')
240 LBPos = td.ToType.find('(')
242 StarPos = TmpStr.find('*')
249 RBPos = TmpStr.find(')')
[all …]
/device/lge/bullhead/sepolicy/
Drild.te21 allow rild audioserver_service:service_manager find;
22 allow rild mediaserver_service:service_manager find;
23 allow rild per_mgr_service:service_manager find;

12345678910>>...16