Searched refs:Probe (Results 1 - 22 of 22) sorted by relevance

/macosx-10.10/CPAN-56/Modules/Probe-Perl-0.01/
H A DMakefile1 NAME = Probe-Perl
/macosx-10.10/CPAN-56/Modules/Probe-Perl-0.03/
H A DMakefile1 NAME = Probe-Perl
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Models/
H A DProbe.js35 WebInspector.Probe = function(id, breakpoint, expression)
48 WebInspector.Object.addConstructorFunctions(WebInspector.Probe);
50 WebInspector.Probe.Event = {
56 WebInspector.Probe.prototype = {
57 constructor: WebInspector.Probe,
85 this.dispatchEventToListeners(WebInspector.Probe.Event.ExpressionChanged, data);
96 this.dispatchEventToListeners(WebInspector.Probe.Event.SamplesCleared);
103 this.dispatchEventToListeners(WebInspector.Probe.Event.SampleAdded, sample);
H A DProbeSet.js41 WebInspector.Probe.addEventListener(WebInspector.Probe.Event.SampleAdded, this._sampleCollected, this);
79 this._breakpoint.clearActions(WebInspector.BreakpointAction.Type.Probe);
94 this.breakpoint.createAction(WebInspector.BreakpointAction.Type.Probe, null, expression);
99 console.assert(probe instanceof WebInspector.Probe, "Tried to add non-probe ", probe, " to probe group", this);
100 console.assert(probe.breakpoint === this.breakpoint, "Probe and ProbeSet must have same breakpoint.", probe, this);
111 console.assert(probe instanceof WebInspector.Probe, "Tried to remove non-probe ", probe, " to probe group", this);
126 WebInspector.Probe.removeEventListener(WebInspector.Probe.Event.SampleAdded, this._sampleCollected, this);
H A DBreakpointAction.js52 Probe: "probe" property in class:WebInspector.BreakpointAction.Type
H A DBreakpoint.js209 return action.type === WebInspector.BreakpointAction.Type.Probe;
/macosx-10.10/llvmCore-3425.0.34/lib/Support/
H A DFoldingSet.cpp262 void *Probe = OldBuckets[i]; local
263 if (!Probe) continue;
264 while (Node *NodeInBucket = GetNextPtr(Probe)) {
266 Probe = NodeInBucket->getNextInBucket();
288 void *Probe = *Bucket; local
293 while (Node *NodeInBucket = GetNextPtr(Probe)) {
298 Probe = NodeInBucket->getNextInBucket();
403 void *Probe = NodePtr->getNextInBucket(); local
405 if (FoldingSetNode *NextNodeInBucket = GetNextPtr(Probe))
409 void **Bucket = GetBucketPtr(Probe);
[all...]
/macosx-10.10/IOFireWireFamily-456/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibIOCFPlugIn.h42 IOReturn Probe(CFDictionaryRef propertyTable, io_service_t service, SInt32 *order );
H A DIOFireWireLibIOCFPlugIn.cpp43 IOCFPlugIn::Probe( CFDictionaryRef propertyTable, io_service_t service, SInt32 *order ) function in class:IOFireWireLib::IOCFPlugIn
104 return IOFireWireIUnknown::InterfaceMap<IOCFPlugIn>::GetThis(self)->Probe(propertyTable, service, order) ;
/macosx-10.10/IOKitUser-1050.1.21/
H A DIOCFPlugIn.h48 IOReturn (*Probe)(void *thisPointer, CFDictionaryRef propertyTable, \
H A DIOCFPlugIn.c254 // allocate and Probe all
280 kr = (*interface)->Probe(interface, plist, service, &score);
/macosx-10.10/cddafs-253/FilesystemProber/
H A Dcddafs_util.h93 int Probe ( char * deviceNamePtr );
H A Dcddafs_util.cpp213 result = Probe ( rawDeviceName );
289 // -p (Probe for mounting)
290 // -P (Probe for initializing - not supported)
331 // we only support actions Probe, Mount, Force Mount, and Unmount
338 // action Probe and requires 5 arguments (need the flags)
424 // Probe - This routine will open the given raw device and check to
432 Probe ( char * deviceNamePtr ) function
438 DebugLog ( ( "ENTER: Probe('%s')\n", deviceNamePtr ) );
541 DebugLog ( ( "Probe: returns " ) );
1455 printf ( " -%c (Probe fo
[all...]
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DBreakpointActionView.js80 case WebInspector.BreakpointAction.Type.Probe:
81 return WebInspector.UIString("Probe Expression");
144 case WebInspector.BreakpointAction.Type.Probe:
H A DProbeSetDataGrid.js49 this._listeners.register(WebInspector.Probe, WebInspector.Probe.Event.ExpressionChanged, this._probeExpressionChanged)
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DProbeManager.js131 console.assert(probeIdentifier, "Probe added without breakpoint action identifier: ", breakpoint);
138 var newProbe = new WebInspector.Probe(probeIdentifier, breakpoint, probeAction.data);
145 console.assert(probe, "Probe known but couldn't be found by identifier: ", probeIdentifier);
H A DDebuggerManager.js509 case WebInspector.BreakpointAction.Type.Probe:
510 return DebuggerAgent.BreakpointActionType.Probe;
/macosx-10.10/CPAN-56/
H A D5.16.inc233 Probe-Perl-0.01 \
H A D5.18.inc245 Probe-Perl-0.03 \
/macosx-10.10/llvmCore-3425.0.34/include/llvm/ADT/
H A DFoldingSet.h690 void *Probe = static_cast<FoldingSetNode*>(Ptr)->getNextInBucket(); local
691 uintptr_t x = reinterpret_cast<uintptr_t>(Probe) & ~0x1;
/macosx-10.10/vim-55/runtime/syntax/
H A Ddtrace.vim33 " Probe descriptors need explicit matches, so that keywords in probe
/macosx-10.10/JavaScriptCore-7600.1.17/inspector/agents/
H A DInspectorDebuggerAgent.cpp190 if (typeString == Inspector::TypeBuilder::getJSEnumConstantValue(Inspector::TypeBuilder::Debugger::BreakpointAction::Type::Probe)) {

Completed in 580 milliseconds