/system/sepolicy/ |
priv_app.te | 25 allow priv_app audioserver_service:service_manager find; 26 allow priv_app cameraserver_service:service_manager find; 27 allow priv_app drmserver_service:service_manager find; 28 allow priv_app mediacodec_service:service_manager find; 29 allow priv_app mediadrmserver_service:service_manager find; 30 allow priv_app mediaextractor_service:service_manager find; 31 allow priv_app mediaserver_service:service_manager find; 32 allow priv_app nfc_service:service_manager find; 33 allow priv_app radio_service:service_manager find; 34 allow priv_app surfaceflinger_service:service_manager find; [all...] |
/external/opencv3/3rdparty/openexr/IlmImf/ |
ImfFrameBuffer.cpp | 99 SliceMap::iterator i = _map.find (name); 104 "Cannot find frame buffer slice \"" << name << "\"."); 114 SliceMap::const_iterator i = _map.find (name); 119 "Cannot find frame buffer slice \"" << name << "\"."); 143 SliceMap::iterator i = _map.find (name); 151 SliceMap::const_iterator i = _map.find (name); 199 FrameBuffer::find (const char name[]) function in class:Imf::FrameBuffer 201 return _map.find (name); 206 FrameBuffer::find (const char name[]) const function in class:Imf::FrameBuffer 208 return _map.find (name) 213 FrameBuffer::find (const string &name) function in class:Imf::FrameBuffer 220 FrameBuffer::find (const string &name) const function in class:Imf::FrameBuffer [all...] |
/external/slf4j/slf4j-migrator/src/test/java/org/slf4j/migrator/ |
AternativeApproach.java | 65 assertTrue(m.find()); 71 assertTrue(m.find()); 77 assertTrue(m.find()); 81 assertTrue(m.find()); 93 assertTrue(m.find()); 99 assertFalse(m.find()); 110 assertTrue(m.find()); 116 assertFalse(m.find()); 120 assertFalse(m.find()); 124 assertFalse(m.find()); [all...] |
/bionic/libc/upstream-openbsd/lib/libc/string/ |
strstr.c | 37 * Find the first occurrence of find in s. 40 strstr(const char *s, const char *find) 45 if ((c = *find++) != 0) { 46 len = strlen(find); 52 } while (strncmp(s, find, len) != 0);
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
PackageTest.java | 35 assertTrue("Monkey not found in: " + error, ALLOW_MONKEY.matcher(out).find()); 36 assertFalse("Chimp found in: " + error, ALLOW_CHIMP.matcher(out).find()); 40 assertFalse("Monkey found in: " + error, ALLOW_MONKEY.matcher(out).find()); 41 assertTrue("Chimp not found in: " + error, ALLOW_CHIMP.matcher(out).find()); 48 assertTrue("Monkey not found in: " + error, ALLOW_MONKEY.matcher(out).find()); 49 assertTrue("Chimp not found in: " + error, ALLOW_CHIMP.matcher(out).find());
|
/external/autotest/site_utils/admin/ |
deploy_private_tests.sh | 60 find ${PUBLIC_SERVER_TESTS_DIR} -type l -exec rm -v {} \; 61 find ${PUBLIC_CLIENT_TESTS_DIR} -type l -exec rm -v {} \; 62 find ${PUBLIC_SERVER_SUITES_DIR} -type l -exec rm -v {} \; 64 find ${PRIVATE_SERVER_TESTS_DIR} -mindepth 1 -maxdepth 1 \ 67 find ${PRIVATE_CLIENT_TESTS_DIR} -mindepth 1 -maxdepth 1 \ 71 find ${PRIVATE_SERVER_SUITES_DIR} -mindepth 1 -maxdepth 1 -type f \
|
/external/clang/test/SemaTemplate/ |
example-typelist.cpp | 83 struct find : find<typename List::tail, T> { }; struct in inherits:find 86 struct find<cons<T, Tail>, T> { struct 91 struct find<nil, T> { struct 95 int find0[is_same<find<unsigned_inttypes, unsigned int>::type, 98 int find1[is_same<find<unsigned_inttypes, int>::type, nil>::value? 1 : -1];
|
/external/libchrome/base/threading/ |
thread_id_name_manager.cc | 54 NameToInternedNameMap::iterator iter = name_to_interned_name_.find(name); 64 thread_id_to_handle_.find(id); 83 thread_id_to_handle_.find(id); 88 thread_handle_to_interned_name_.find(id_to_handle_iter->second); 96 thread_handle_to_interned_name_.find(handle); 102 thread_id_to_handle_.find(id);
|
/frameworks/compile/mclinker/include/mcld/Support/ |
UniqueGCFactory.h | 40 DataType* find(const KeyType& pKey) { function in class:mcld::UniqueGCFactoryBase 41 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); 47 const DataType* find(const KeyType& pKey) const { function in class:mcld::UniqueGCFactoryBase 48 typename KeyMap::const_iterator dataIter = f_KeyMap.find(pKey); 55 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey); 68 typename KeyMap::iterator dataIter = f_KeyMap.find(pKey);
|
/frameworks/base/tools/aapt2/java/ |
JavaClassGenerator_test.cpp | 66 output.find("public static final int hey_man=0x01020000;")); 69 output.find("public static final int[] hey_dude={")); 72 output.find("public static final int hey_dude_cool_attr=0;")); 91 EXPECT_NE(std::string::npos, output.find("package com.android.internal;")); 92 EXPECT_NE(std::string::npos, output.find("public static final int one=0x01020000;")); 93 EXPECT_EQ(std::string::npos, output.find("two")); 94 EXPECT_EQ(std::string::npos, output.find("com_foo$two")); 113 EXPECT_NE(std::string::npos, output.find("public static final class attr")); 114 EXPECT_EQ(std::string::npos, output.find("public static final class ^attr-private")); 140 EXPECT_NE(std::string::npos, output.find("public static final int one=0x01020000;")) [all...] |
/system/connectivity/shill/ |
key_value_store.cc | 53 properties_.find(name)->second.IsTypeCompatible<bool>(); 58 properties_.find(name)->second 64 properties_.find(name)->second.IsTypeCompatible<int32_t>(); 69 properties_.find(name)->second.IsTypeCompatible<int16_t>(); 74 properties_.find(name)->second.IsTypeCompatible<KeyValueStore>(); 79 properties_.find(name)->second.IsTypeCompatible<dbus::ObjectPath>(); 84 properties_.find(name)->second 90 properties_.find(name)->second.IsTypeCompatible<string>(); 95 properties_.find(name)->second.IsTypeCompatible<Stringmap>(); 100 properties_.find(name)->second.IsTypeCompatible<Strings>() [all...] |
/device/lge/bullhead/ |
CleanSpec.mk | 44 #$(call add-clean-step, find $(OUT_DIR) -type f -name "IGTalkSession*" -print0 | xargs -0 rm -f) 61 $(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 {} \; [all...] |
/external/chromium-trace/catapult/third_party/pipeline/pipeline/ui/ |
jquery.treeview.min.js | 15 */;(function($){$.extend($.fn,{swapClass:function(c1,c2){var c1Elements=this.filter('.'+c1);this.filter('.'+c2).removeClass(c2).addClass(c1);c1Elements.removeClass(c1).addClass(c2);return this;},replaceClass:function(c1,c2){return this.filter('.'+c1).removeClass(c1).addClass(c2).end();},hoverClass:function(className){className=className||"hover";return this.hover(function(){$(this).addClass(className);},function(){$(this).removeClass(className);});},heightToggle:function(animated,callback){animated?this.animate({height:"toggle"},animated,callback):this.each(function(){jQuery(this)[jQuery(this).is(":hidden")?"show":"hide"]();if(callback)callback.apply(this,arguments);});},heightHide:function(animated,callback){if(animated){this.animate({height:"hide"},animated,callback);}else{this.hide();if(callback)this.each(callback);}},prepareBranches:function(settings){if(!settings.prerendered){this.filter(":last-child:not(ul)").addClass(CLASSES.last);this.filter((settings.collapsed?"":"."+CLASSES.closed)+":not(."+CLASSES.open+")").find(">ul").hide();}return this.filter(":has(>ul)");},applyClasses:function(settings,toggler){this.filter(":has(>ul):not(:has(>a))").find(">span").click(function(event){toggler.apply($(this).next());}).add($("a",this)).hoverClass();if(!settings.prerendered){this.filter(":has(>ul:hidden)").addClass(CLASSES.expandable).replaceClass(CLASSES.last,CLASSES.lastExpandable);this.not(":has(>ul:hidden)").addClass(CLASSES.collapsable).replaceClass(CLASSES.last,CLASSES.lastCollapsable);this.prepend("<div class=\""+CLASSES.hitarea+"\"/>").find("div."+CLASSES.hitarea).each(function(){var classes="";$.each($(this).parent().attr("class").split(" "),function(){classes+=this+"-hitarea ";});$(this).addClass(classes);});}this.find("div."+CLASSES.hitarea).click(toggler);},treeview:function(settings){settings=$.extend({cookieId:"treeview"},settings);if(settings.add){return this.trigger("add",[settings.add]);}if(settings.toggle){var callback=settings.toggle;settings.toggle=function(){return callback.apply($(this).parent()[0],arguments);};}function treeController(tree,control){function handler(filter){return function(){toggler.apply($("div."+CLASSES.hitarea,tree).filter(function(){return filter?$(this).parent("."+filter).length:true;}));return false;};}$("a:eq(0)",control).click(handler(CLASSES.collapsable));$("a:eq(1)",control).click(handler(CLASSES.expandable));$("a:eq(2)",control).click(handler());}function toggler(){$(this).parent().find(">.hitarea").swapClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).swapClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().swapClass(CLASSES.collapsable,CLASSES.expandable).swapClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightToggle(settings.animated,settings.toggle);if(settings.unique){$(this).parent().siblings().find(">.hitarea").replaceClass(CLASSES.collapsableHitarea,CLASSES.expandableHitarea).replaceClass(CLASSES.lastCollapsableHitarea,CLASSES.lastExpandableHitarea).end().replaceClass(CLASSES.collapsable,CLASSES.expandable).replaceClass(CLASSES.lastCollapsable,CLASSES.lastExpandable).find(">ul").heightHide(settings.animated,settings.toggle);}}function serialize(){function binary(arg){return arg?1:0;}var data=[];branches.each(function(i,e){data[i]=$(e).is(":has(>ul:visible)")?1:0;});$.cookie(settings.cookieId,data.join(""));}function deserialize(){var stored=$.cookie(settings.cookieId);if(stored){var data=stored.split("");branches.each(function(i,e){$(e).find(">ul")[parseInt(data[i])?"show":"hide"]();});}}this.addClass("treeview");var branches=this.find("li").prepareBranches(settings);switch(settings.persist){case"cookie":var toggleCallback=settings. (…) [all...] |
/platform_testing/libraries/google-messenger-app-helper/src/android/platform/test/helpers/ |
GoogleMessengerHelperImpl.java | 135 throw new IllegalStateException("Could not find start new conversation button"); 141 throw new UnknownUiException("Could not find recipient text view"); 152 throw new IllegalStateException("Could not find first contact drop down menu item"); 158 throw new UnknownUiException("Could not find compose message edit text"); 165 throw new IllegalStateException("Could not find media gallery grid view"); 171 throw new UnknownUiException("Could not find full screen media gallery grid view"); 186 throw new UnknownUiException("Could not find message recycler view"); 199 throw new IllegalStateException("Could not find compose message edit text"); 212 throw new IllegalStateException("Could not find send message button"); 221 throw new IllegalStateException("Could not find attach media button") [all...] |
/device/lge/bullhead/sepolicy/ |
camera.te | 32 # Find sensorservice 33 allow camera sensorservice_service:service_manager find;
|
/device/moto/shamu/sepolicy/ |
rild.te | 31 allow rild audioserver_service:service_manager find; 32 allow rild mediaserver_service:service_manager find;
|
/external/autotest/client/site_tests/login_CryptohomeIncognito/ |
login_CryptohomeIncognito.py | 19 raise error.TestFail('Expected to find a guest vault ' 23 raise error.TestFail('Expected to NOT find a guest vault mounted.')
|
/external/autotest/client/site_tests/power_ProbeDriver/ |
control.probe_bat | 12 - Find one or more batteries. 16 - Find one or more ACs.
|
/external/autotest/client/site_tests/security_RootfsOwners/ |
security_RootfsOwners.py | 16 Do a find on the system for rootfs files owned by chronos 19 cmd = 'find / -xdev -user chronos -o -user chronos-access -print'
|
/external/clang/test/SemaObjC/ |
alias-test-1.m | 3 @compatibility_alias alias4 foo; // expected-warning {{cannot find interface declaration for 'foo'}} 10 @compatibility_alias alias1 I; // expected-warning {{cannot find interface declaration for 'I'}}
|
/external/curl/CMake/ |
Utilities.cmake | 22 # Convinience function that does the same as LIST(FIND ...) but with a TRUE/FALSE return value. 25 list(FIND ${LIST_NAME} ${ITEM_SEARCHED} FIND_POS)
|
/external/dbus/cmake/modules/ |
FindGLIB.cmake | 1 # - Try to find the GLIB library 38 message(FATAL_ERROR "Could NOT find GLIB library")
|
/external/deqp/framework/common/ |
tcuStringTemplate.cpp | 61 size_t paramNdx = m_template.find("${", curNdx); 67 // Find end-of-param. 68 size_t paramEndNdx = m_template.find("}", paramNdx); 77 size_t colonNdx = paramStr.find(":"); 99 if (params.find(paramName) != params.end()) 101 const string& val = (*params.find(paramName)).second; 105 for (size_t ndx = tmp.find("\n"); ndx != string::npos; ndx = tmp.find("\n"))
|
/external/eigen/cmake/ |
FindSPQR.cmake | 2 # It is up to the user of this module to find a BLAS and link to it. 5 # FindCholmod.cmake can be used to find those packages before finding spqr
|
/external/libcxx/cmake/Modules/ |
CodeCoverage.cmake | 3 message(FATAL_ERROR "Cannot find lcov...") 8 message(FATAL_ERROR "Cannot find genhtml...")
|