/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/net/ |
ethertypes.h | 144 #define ETHERTYPE_PRIMENTS 0x7031 /* Prime NTS (Network Terminal Service) */ 166 #define ETHERTYPE_DECDNS 0x803C /* DEC DNS Naming Service */ 168 #define ETHERTYPE_DECDTS 0x803E /* DEC Distributed Time Service */
|
/external/chromium_org/third_party/protobuf/src/google/protobuf/ |
descriptor_unittest.cc | 150 MethodDescriptorProto* AddMethod(ServiceDescriptorProto* service, 154 MethodDescriptorProto* result = service->add_method(); 178 // service FooService {} 185 // service BarService {} 232 foo_service_ = foo_file_->service(0); 243 bar_service_ = bar_file_->service(0); 1017 ServiceDescriptorProto* service = AddService(&foo_file, "TestService"); local 2138 const ServiceDescriptor* service = local 2400 const ServiceDescriptor* service = file->FindServiceByName( local [all...] |
descriptor.proto | 71 repeated ServiceDescriptorProto service = 6; 187 // Describes a service. 195 // Describes a method of a service. 237 // If this turns out to be popular, a web service will be set up 258 // file for each top-level message, enum, and service defined in the .proto 295 // Generic services were the only kind of service generation supported by
|
/external/chromium/chrome/browser/ |
browser_process_impl.cc | 197 // Need to tell Safe Browsing Service that the IO thread is going away 333 // Tell the metrics service it was cleanly shutdown. 342 // We must write that the profile and metrics service shutdown cleanly, 711 // Prior to starting the io thread, we create the plugin service as 713 // on the main thread. The service ctor is inexpensive and does not [all...] |
/external/chromium_org/chrome/browser/ui/startup/ |
startup_browser_creator_impl.cc | 307 ExtensionService* service = local 309 const Extension* extension = service->GetExtensionById(extension_id, true); 605 SessionService* service = local 607 if (service && service->ShouldNewWindowStartSession()) { 610 service->RestoreIfNecessary(urls_to_open)) { [all...] |
/external/chromium_org/dbus/ |
bus.cc | 35 // The match rule used to filter for changes to a given service name owner. 444 // Release all service names. 453 LOG(ERROR) << "Failed to release all service names. # of services left: " 537 // Check if we already own the service name. 561 // Check if we already own the service name. 917 // Add a match rule for the new service name. [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManagerNative.java | 800 Intent service = Intent.CREATOR.createFromParcel(data); local 803 ComponentName cn = startService(app, service, resolvedType, userId); 813 Intent service = Intent.CREATOR.createFromParcel(data); local 816 int res = stopService(app, service, resolvedType, userId); 853 Intent service = Intent.CREATOR.createFromParcel(data); local 879 IBinder service = data.readStrongBinder(); local 1427 Intent service = Intent.CREATOR.createFromParcel(data); local [all...] |
/frameworks/base/core/java/android/content/pm/ |
PackageParser.java | 384 final Service service = p.services.get(i); local 385 if (service.info.enabled 4113 public final Service service; field in class:PackageParser.ServiceIntentInfo [all...] |
/frameworks/base/tools/aidl/ |
generate_java_rpc.cpp | 459 this->comment = "/** Extend this to implement a link service. */"; 803 // the service base class 815 // == The abstract method that the service developers implement ========== 836 // == the dispatch method in the service base class ====================== 848 // == the push method in the service base class ========================= [all...] |
/frameworks/opt/net/voip/src/java/android/net/sip/ |
SipAudioCall.java | 584 * @throws SipException if the SIP service fails to attach this object to 618 * @throws SipException if the SIP service fails to create a session for the 646 * @throws SipException if the SIP service fails to end the call 669 * @throws SipException if the SIP service fails to hold the call 694 * @throws SipException if the SIP service fails to answer the call 723 * @throws SipException if the SIP service fails to unhold the call [all...] |
/bionic/libc/include/ |
netdb.h | 101 char *s_name; /* official service name */ 162 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */
|
/bootable/recovery/minadbd/ |
adb.h | 154 ** connect to a service implemented within the ADB server itself. 414 int handle_host_request(char *service, transport_type ttype, char* serial, int reply_fd, asocket *s);
|
/cts/tests/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
AccessibilityEndToEndTest.java | 24 import android.app.Service; 345 Service.NOTIFICATION_SERVICE);
|
/cts/tests/tests/telephony/src/android/telephony/cts/ |
TelephonyManagerTest.java | 126 * These getters are related to concrete location, phone, service provider company, so 138 // Make sure devices without MMS service won't fail on this
|
/development/apps/Development/ |
AndroidManifest.xml | 122 <activity android:name="GLSTester" android:label="Google Login Service"> 174 <service android:name="BadBehaviorActivity$BadService" />
|
/development/apps/Development/src/com/android/development/ |
SyncAdapterDriver.java | 232 public void onServiceConnected(ComponentName name, IBinder service) { 233 mBoundSyncAdapter = ISyncAdapter.Stub.asInterface(service);
|
/development/ndk/platforms/android-3/include/ |
netdb.h | 101 char *s_name; /* official service name */ 162 #define AI_NUMERICSERV 0x00000008 /* prevent service name resolution */
|