/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/ |
RuntimeData.java | 114 * probe data length 125 * Retrieves the execution probe array for a given class. The passed 132 * <li>args[2]: probe count ({@link Integer}) 138 * <li>args[0]: probe array (<code>boolean[]</code>) 177 * probe count for this class 200 // Probe Count: 212 * {@link Object} instance from the stack and pushes the probe array of type 221 * probe count for this class
|
/external/webrtc/webrtc/base/ |
autodetectproxy.cc | 222 std::string probe; local 226 probe.assign("CONNECT www.google.com:443 HTTP/1.0\r\n" 228 probe.append(agent_); 229 probe.append("\r\n" 236 probe.assign("\005\001\000", 3); 244 << " sending " << probe.size() << " bytes"; 245 socket_->Send(probe.data(), probe.size());
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/ |
probe_fn_base.hpp | 38 * Contains a probe policy base. 50 /// Probe functor base.
|
ranged_probe_fn.hpp | 38 * Contains a unified ranged probe functor, allowing the probe tables to deal with 66 * The client supplies a probe function and a ranged probe 171 * Specialization 2- The client supplies a probe function and a ranged 172 * probe function, and requests that hash values not be stored. 292 * The client does not supply a hash function or probe function,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/hash_fn/ |
probe_fn_base.hpp | 38 * Contains a probe policy base. 50 /// Probe functor base.
|
ranged_probe_fn.hpp | 38 * Contains a unified ranged probe functor, allowing the probe tables to deal with 66 * The client supplies a probe function and a ranged probe 171 * Specialization 2- The client supplies a probe function and a ranged 172 * probe function, and requests that hash values not be stored. 292 * The client does not supply a hash function or probe function,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/hash_fn/ |
probe_fn_base.hpp | 38 * Contains a probe policy base. 50 /// Probe functor base.
|
ranged_probe_fn.hpp | 38 * Contains a unified ranged probe functor, allowing the probe tables to deal with 66 * The client supplies a probe function and a ranged probe 171 * Specialization 2- The client supplies a probe function and a ranged 172 * probe function, and requests that hash values not be stored. 292 * The client does not supply a hash function or probe function,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/hash_fn/ |
probe_fn_base.hpp | 38 * Contains a probe policy base. 50 /// Probe functor base.
|
ranged_probe_fn.hpp | 38 * Contains a unified ranged probe functor, allowing the probe tables to deal with 66 * The client supplies a probe function and a ranged probe 171 * Specialization 2- The client supplies a probe function and a ranged 172 * probe function, and requests that hash values not be stored. 292 * The client does not supply a hash function or probe function,
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/flow/ |
MethodProbesAdapter.java | 43 * generator for unique probe ids 67 // If a probe will be inserted before the start label, we'll need to use 160 boolean probe = false; 164 probe = true; 170 probe = true; 174 return probe;
|
/frameworks/base/services/core/proto/ |
ipconnectivity.proto | 48 // Logs IpReachabilityMonitor probe events and NUD_FAILED events. 51 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent. 54 // The event type code of the probe, represented by constants defined in 79 // The id of the network for which the probe was sent. 82 // The time it took for that probe to complete or time out. 85 // The type of portal probe, represented by PROBE_* constants defined in 89 // The http code result of the probe test. 215 // The interface name (wlan, rmnet, lo, ...) on which the probe was sent. 238 // An IP reachability probe event. 253 // A network validation probe event [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_cache.c | 128 uint32_t probe; local 130 /* Probe until we find either a matching FILLED entry or an EMPTY 134 * as a previous linear probe for the same key could have continued 137 for (probe = 0; probe < cache->size; probe++) { 138 uint32_t i = (index + probe) % cache->size;
|
/external/toybox/lib/ |
interestingtimes.c | 17 // Quick and dirty query size of terminal, doesn't do ANSI probe fallback. 49 // Query terminal size, sending ANSI probe if necesary. (Probe queries xterm 51 // Returns 0 if ANSI probe sent, 1 if size determined from tty or environment 57 // Send probe: bookmark cursor position, jump to bottom right, 64 // Wrapper that parses results from ANSI probe to update screensize. 165 // Check for return from terminal size probe
|
/external/icu/icu4c/source/extra/scrptrun/ |
scrptrun.cpp | 85 int32_t probe = pairedCharPower; local 92 while (probe > (1 << 0)) { 93 probe >>= 1; 95 if (ch >= pairedChars[index + probe]) { 96 index += probe;
|
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
ClassTable.java | 71 int probe = power; local 78 while (probe > (1 << 0)) { 79 probe >>= 1; 81 if (table[index + probe].glyphID <= glyphID) { 82 index += probe;
|
/external/iputils/doc/ |
tracepath.sgml | 101 The first column shows <literal/TTL/ of the probe, followed by colon. 108 The second column shows the network hop, which replied to the probe. 110 the probe was not sent to the network. 118 or the probe finishes before it reach prescribed hop, difference 121 F.e. the third line shows asymmetry of 1, it is because the first probe
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/ |
RuntimeTestBase.java | 102 * it. The constructor of the generated class will request the probe array 189 * Returns a reference to the probe array. 191 * @return the probe array 196 * The implementation will mark probe 0 as executed 201 * The implementation will mark probe 1 as executed
|
OfflineInstrumentationAccessGeneratorTest.java | 82 * it. The constructor of the generated class will request the probe array 142 * Returns a reference to the probe array. 144 * @return the probe array
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/instr/ |
FieldProbeArrayStrategy.java | 22 * field to hold the probe array and a static initialization method requesting 23 * the probe array from the runtime. 96 // Return the class' probe array:
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/ |
remote_bitrate_estimator_abs_send_time.h | 30 struct Probe { 31 Probe(int64_t send_time_ms, int64_t recv_time_ms, size_t payload_size) 145 std::list<Probe> probes_;
|
/external/ceres-solver/include/ceres/ |
gradient_checker.h | 59 // CostFunction, and then call Probe(). Check that the return value is 68 // Here we stash some results from the probe, for later 92 // probe_point: The parameter values at which to probe. 95 // this amount, then the probe fails. 104 static bool Probe(double const* const* probe_point, 110 LOG(INFO) << "-------------------- Starting Probe() --------------------";
|
/external/llvm/lib/Target/X86/ |
X86FrameLowering.h | 50 /// Emit target stack probe code. This is required for all 52 /// the number of bytes to probe in RAX/EAX. Returns instruction just 58 /// Replace a StackProbe inline-stub with the actual probe code inline. 163 /// Emit target stack probe as a call to a helper function 168 /// Emit target stack probe as an inline sequence. 174 /// Emit a stub to later inline the target stack probe.
|
/external/autotest/server/cros/network/ |
frame_sender.py | 24 @param probe_resp_footer: footer bytes for probe responses. 43 # Some chips don't allow beacon or probe response injection,
|
/external/autotest/server/site_tests/network_WiFi_VisibleScan/ |
network_WiFi_VisibleScan.py | 54 # Verify expected ssids are contained in the probe result 58 # Verify probe result does not contain any unpermitted ssids
|