HomeSort by relevance Sort by last modified time
    Searched refs:Protocol (Results 126 - 150 of 192) sorted by null

1 2 3 4 56 7 8

  /external/chromium_org/v8/tools/
SourceMap.js 102 * @param {?Protocol.Error} error
  /external/clang/lib/Sema/
Sema.cpp 187 // Create the built-in forward declaratino for 'Protocol'.
188 DeclarationName Protocol = &Context.Idents.get("Protocol");
189 if (IdResolver.begin(Protocol) == IdResolver.end())
    [all...]
  /external/clang/lib/ARCMigrate/
ObjCMT.cpp 500 ObjCProtocolDecl *Protocol) {
501 // In auto-synthesis, protocol properties are not synthesized. So,
502 // a conforming protocol must have its required properties declared
505 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition())
514 // another protocol. This still makes the target protocol as conforming.
529 // At this point, all required properties in this protocol conform to those
531 // Check that class implements the required methods of the protocol too.
533 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) {
718 // go through list of non-optional methods and properties in each protocol
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineModelImpl.js 165 * @param {?Protocol.Error} error
TimelineUIUtilsImpl.js 622 contentHelper.appendTextRow(WebInspector.UIString("WebSocket Protocol"), initiatorData["webSocketProtocol"]);
TracingTimelineModel.js 221 * @param {?Protocol.Error} error
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
number.pxd 6 # 6.2 Number Protocol
object.pxd 7 # 6.1 Object Protocol
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
id3_parser.js 8 * Protocol + host parts of extension URL.
  /external/clang/lib/AST/
DeclObjC.cpp 70 // If this context is a hidden protocol definition, don't find any
155 // If this context is a hidden protocol definition, don't find any
186 // Don't find properties within hidden protocol definitions.
313 // Check for duplicate protocol in class's protocol list.
326 // Do we want to warn on a protocol in extension class which
335 // Merge ProtocolRefs into class's protocol list;
    [all...]
  /external/mdnsresponder/mDNSShared/
uds_daemon.c 191 mDNSu32 protocol; member in struct:request_state::__anon31485::__anon31488
3302 mDNSu8 protocol = (mDNSu8)get_uint32(&request->msgptr, request->msgend); local
    [all...]
  /external/protobuf/
Android.mk 335 # Android Protocol buffer compiler, aprotoc (host executable)
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiScanningServiceImpl.java 43 import com.android.internal.util.Protocol;
164 private static final int BASE = Protocol.BASE_WIFI_SCANNER_SERVICE;
    [all...]
WifiConfigStore.java     [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
DataConnection.java 29 import com.android.internal.util.Protocol;
198 static final int BASE = Protocol.BASE_DATA_CONNECTION;
551 String protocol; local
553 protocol = mApnSetting.roamingProtocol;
555 protocol = mApnSetting.protocol;
563 protocol, msg); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntddndis.h     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
yjp-controller-api-redist.jar 
  /external/chromium_org/v8/src/
debug-debugger.js     [all...]
mirror-debugger.js 168 // Maximum length when sending strings through the JSON protocol.
    [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
enroller.js 547 * @param {string} u2fVersion Protocol version
  /external/chromium_org/third_party/mesa/src/docs/
MESA_texture_array.spec 668 GLX Protocol
    [all...]
  /external/iproute2/doc/
ip-tunnels.tex 91 are going to use some routing protocol expecting that packets
207 Protocol setup on pointopoint tunnels does not differ of configuration
208 of another devices. You should set a protocol address with \verb|ifconfig|
  /external/mesa3d/docs/
MESA_texture_array.spec 668 GLX Protocol
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/src/
gltrace.pb.h 1 // Generated by the protocol buffer compiler. DO NOT EDIT!
13 #error incompatible with your Protocol Buffer headers. Please update
18 #error incompatible with your Protocol Buffer headers. Please
    [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
WifiP2pServiceImpl.java 76 import com.android.internal.util.Protocol;
138 private static final int BASE = Protocol.BASE_WIFI_P2P_SERVICE;
246 /* Protocol error. */
253 /* Protocol error. */
259 /* Previous protocol error, or disruptive behavior. */
    [all...]

Completed in 1510 milliseconds

1 2 3 4 56 7 8