/external/wpa_supplicant_8/hostapd/ |
wired.conf | 7 interface=eth0
|
/external/selinux/python/sepolicy/sepolicy/ |
interface.py | 74 """ Get all domains with an admin interface from installed policy.""" 75 """ If xml_path is specified, func returns an admin interface from specified xml file""" 96 """ Get all domains with SELinux user role interface""" 97 """ If xml_path is specified, func returns an user role interface from specified xml file""" 149 for i in m.getiterator('interface'): 152 interface_dict[(i.get("name"))] = [param_list, (i.find('summary').text), "interface"] 164 def get_interface_format_text(interface, path="/usr/share/selinux/devel/policy.xml"): 166 interface_text = "%s(%s) %s" % (interface, ", ".join(idict[interface][0]), " ".join(idict[interface][1].split("\n")) [all...] |
/build/blueprint/proptools/ |
extend_test.go | 26 in1 interface{} 27 in2 interface{} 28 out interface{} 389 // Append interface 390 in1: &struct{ S interface{} }{ 395 in2: &struct{ S interface{} }{ 400 out: &struct{ S interface{} }{ 407 // Prepend interface 408 in1: &struct{ S interface{} }{ 413 in2: &struct{ S interface{} }{ [all...] |
/development/tools/repo_diff/service/repodiff/persistence/filesystem/ |
json.go | 11 func WriteJsonSerializableToFile(jsonEntity interface{}, filename string) error { 25 func ReadFileAsJson(filename string, outputEntityAddress interface{}) error {
|
/external/antlr/runtime/ObjC/Framework/ |
CharStreamState.h | 34 @interface CharStreamState : NSObject
|
EarlyExitException.h | 30 @interface EarlyExitException : RecognitionException {
|
/external/antlr/runtime/ObjC/Framework/examples/LL-star/ |
SimpleCParser.h | 25 #pragma mark Cyclic DFA interface start DFA2 26 @interface DFA2 : DFA { 30 @end /* end of DFA2 interface */ 32 #pragma mark Cyclic DFA interface end DFA2 60 /* Interface grammar class */ 61 @interface SimpleCParser : Parser { /* line 572 */ 104 @end /* end of SimpleCParser interface */
|
/external/antlr/runtime/ObjC/Framework/examples/fuzzy/ |
FuzzyLexer.h | 13 #pragma mark Cyclic DFA interface start DFA38 14 @interface DFA38 : ANTLRDFA { 18 @end /* end of DFA38 interface */ 20 #pragma mark Cyclic DFA interface end DFA38 44 @interface Fuzzy : ANTLRLexer { // line 283 89 @end /* end of Fuzzy interface */
|
/external/antlr/runtime/ObjC/Framework/test/runtime/TestRewriteRuleTokenStream/ |
TestRewriteRuleTokenStream.h | 32 @interface TestRewriteRuleTokenStream : SenTestCase {
|
/external/bcc/examples/networking/http_filter/ |
http-parse-simple.py | 9 #eBPF program http_filter is used as SOCKET_FILTER attached to eth0 interface. 36 print(" -i if_name select interface if_name. Default is eth0") 44 interface="eth0" variable 54 interface = argv[2] 61 print ("binding socket to '%s'" % interface) 71 #create raw socket, bind it to interface 73 BPF.attach_raw_socket(function_http_filter, interface)
|
/external/clang/test/ARCMT/Inputs/Module.framework/Headers/ |
Module.h | 15 @interface Module
|
/external/clang/test/Index/ |
annotate-macro-args.h | 1 @interface MyClass
|
get-cursor-macro-args.h | 1 @interface MyClass
|
/external/clang/test/Modules/Inputs/ |
redecl-merge-bottom.h | 21 @interface UnrelatedToDeclaredThenLoaded
|
/external/clang/test/PCH/Inputs/ |
arc.h | 11 @interface NSString
|
/external/clang/test/PCH/ |
objcxx-ivar-class.h | 8 @interface C {
|
/external/flatbuffers/go/ |
lib.go | 3 // FlatBuffer is the interface that represents a flatbuffer. 4 type FlatBuffer interface {
|
/external/grpc-grpc/src/objective-c/GRPCClient/ |
GRPCCall+OAuth2.h | 29 @interface GRPCCall (OAuth2)
|
/external/grpc-grpc/src/objective-c/GRPCClient/private/ |
GRPCRequestHeaders.h | 23 @interface GRPCRequestHeaders : NSMutableDictionary
|
/external/grpc-grpc/src/objective-c/RxLibrary/ |
GRXImmediateWriter.h | 37 @interface GRXImmediateWriter : GRXWriter
|
GRXWriter+Immediate.h | 21 @interface GRXWriter (Immediate)
|
GRXWriter.h | 77 @interface GRXWriter : NSObject
|
NSEnumerator+GRXUtil.h | 21 @interface NSEnumerator (GRXUtil)
|
/external/grpc-grpc/src/php/lib/Grpc/ |
CallInvoker.php | 26 interface CallInvoker
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom_tests/generate/ |
data_unittest.py | 77 interface = mojom.Interface('TestInterface', module=module) 78 imported_module.kinds[interface.spec] = interface 92 self.assertIn(interface.spec, module.kinds) 93 self.assertEquals(interface.name, module.kinds[interface.spec].name) 101 self.assertIsNot(interface, module.kinds[interface.spec]) 105 """Tests that arrays, maps and interface requests are not imported."" [all...] |