HomeSort by relevance Sort by last modified time
    Searched full:phase (Results 251 - 275 of 1908) sorted by null

<<11121314151617181920>>

  /hardware/ti/omap3/dspbridge/libbridge/inc/
dbdcd.h 189 * phase: phase to obtain correct input library
207 IN NLDR_PHASE phase);
219 * phase: Phase to obtain correct input library
236 IN NLDR_PHASE phase);
249 * phase: Which phase to load
266 IN NLDR_PHASE phase,
  /external/chromium_org/base/test/
trace_event_analyzer.cc 23 phase(TRACE_EVENT_PHASE_BEGIN),
46 phase = *phase_str.data();
48 bool may_have_duration = (phase == TRACE_EVENT_PHASE_COMPLETE);
49 bool require_origin = (phase != TRACE_EVENT_PHASE_METADATA);
50 bool require_id = (phase == TRACE_EVENT_PHASE_ASYNC_BEGIN ||
51 phase == TRACE_EVENT_PHASE_ASYNC_STEP_INTO ||
52 phase == TRACE_EVENT_PHASE_ASYNC_STEP_PAST ||
53 phase == TRACE_EVENT_PHASE_ASYNC_END);
237 Query Query::Phase(char phase) {
    [all...]
trace_event_analyzer.h 39 // Query(EVENT_PHASE) == Query::Phase(TRACE_EVENT_PHASE_BEGIN) &&
151 char phase; member in struct:trace_analyzer::TraceEvent
191 // Compare with the given phase.
192 static Query Phase(char phase);
245 static Query EventPhaseIs(char phase) {
246 return Query(EVENT_PHASE) == Query::Phase(phase);
312 static Query OtherPhaseIs(char phase) {
313 return Query(OTHER_PHASE) == Query::Phase(phase)
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 238 wpa_printf(MSG_DEBUG, "EAP-PEAP: Phase 2 method not ready");
249 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 data",
291 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 SOH data",
329 * phase 1 of PEAP (based on TLS).
451 wpa_hexdump_buf_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 TLV data",
478 wpa_hexdump_key(MSG_DEBUG, "EAP-PEAP: Encrypting Phase 2 data",
1037 " Phase 2", (unsigned long) wpabuf_len(in_buf));
1040 wpa_printf(MSG_DEBUG, "EAP-PEAP: Pending Phase 2 response - "
1052 wpa_printf(MSG_INFO, "EAP-PEAP: Failed to decrypt Phase 2 "
1058 wpa_hexdump_buf_key(MSG_DEBUG, "EAP-PEAP: Decrypted Phase 2 EAP"
    [all...]
eap_server_fast.c 339 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase 2 method not "
350 "from Phase 2");
578 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase 2 method not "
586 wpa_hexdump_buf_key(MSG_MSGDUMP, "EAP-FAST: Phase 2 EAP-Request", req);
817 wpa_hexdump_buf_key(MSG_DEBUG, "EAP-FAST: Encrypting Phase 2 TLVs",
823 wpa_printf(MSG_DEBUG, "EAP-FAST: Piggyback Phase 2 data "
824 "(len=%d) with last Phase 1 Message (len=%d "
872 * Try to generate Phase 2 data to piggyback
873 * with the end of Phase 1 to avoid extra
877 "Phase 2")
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderWidget.cpp 270 if (hasBoxDecorations() && (paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection))
273 if (paintInfo.phase == PaintPhaseMask) {
278 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && hasOutline())
281 if (!m_frameView || paintInfo.phase != PaintPhaseForeground)
PaintInfo.h 58 , phase(newPhase)
112 PaintPhase phase; member in struct:WebCore::PaintInfo
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
ph_disp.cpp 49 Description: Updated file per comments gathered from Phase 2/3 review.
88 This file contains the function that performs adaptive phase dispersion of
89 the excitation signal. The phase dispersion initialization, reset, and
90 exit functions are included in this file, as well as, the phase dispersion
150 This function resets the variables used by the phase dispersion function.
422 This function performs adaptive phase dispersion, i.e., forming of total
461 const Word16 *ph_imp; // Pointer to phase dispersion filter
470 // basic adaption of phase dispersion
501 // if not onset, check ltpGain buffer and use max phase dispersion if
520 // Restrict decrease in phase dispersion to one step if not onse
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreement.java 244 * Does the next (or the last) phase of the key agreement, using the
248 * the key received from the other party for this phase.
250 * set to {@code true} if this is the last phase of this key
252 * @return the intermediate key from this phase or {@code null} if there is
253 * no intermediate key for this phase.
256 * this phase,
  /prebuilts/tools/common/m2/internal/org/easymock/easymock-parent/3.1/
easymock-parent-3.1.pom 100 <phase>verify</phase>
133 <phase>package</phase>
227 <phase>pre-site</phase>
  /external/chromium_org/base/debug/
trace_event.h 524 // An asynchronous operation can consist of multiple phases. The first phase is
566 // phase of an asynchronous operation. The ASYNC_BEGIN event must not have any
581 // phase of an asynchronous operation. The ASYNC_BEGIN event must not have any
    [all...]
  /build/target/board/generic/
BoardConfig.mk 48 # Set the phase offset of the system's vsync event relative to the hardware
53 # This phase offset allows adjustment of the minimum latency from application
  /external/antlr/antlr-3.4/antlr3-maven-archetype/
pom.xml 68 <phase>verify</phase>
  /external/chromium_org/chrome/browser/safe_browsing/
two_phase_testserver.py 6 """Testserver for the two phase upload protocol."""
70 self.send_error(400, 'invalid path on 2nd phase: ' + url_path)
  /external/chromium_org/net/base/
capturing_net_log.h 36 EventPhase phase,
65 EventPhase phase; member in struct:net::CapturingNetLog::CapturedEntry
  /external/chromium_org/third_party/WebKit/Source/platform/
EventTracer.cpp 66 TraceEvent::TraceEventHandle EventTracer::addTraceEvent(char phase, const unsigned char* categoryEnabledFlag,
70 return blink::Platform::current()->addTraceEvent(phase, categoryEnabledFlag, name, id, numArgs, argNames, argTypes, argValues, flags);
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
Biquad.h 78 // phase response are returned in magResponse and phaseResponse.
79 // The phase response is in radians.
UpSampler.cpp 105 // Copy even sample-frames 0,2,4,6... (delayed by the linear phase delay) directly into destP.
128 // Divide by two since this is a linear phase kernel and the delay is at the center of the kernel.
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
CrossfadeGeneratedImage.cpp 100 void CrossfadeGeneratedImage::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const FloatSize& scale, const FloatPoint& phase, CompositeOperator compositeOp, const FloatRect& dstRect, blink::WebBlendMode blendMode, const IntSize& repeatSpacing)
111 imageBuffer->drawPattern(context, srcRect, scale, phase, compositeOp, dstRect, blendMode, repeatSpacing);
  /external/chromium_org/third_party/libjingle/overrides/
init_webrtc.cc 19 void AddTraceEvent(char phase,
28 TRACE_EVENT_API_ADD_TRACE_EVENT(phase, category_group_enabled, name, id,
  /external/ganymed-ssh2/
pom.xml 73 <phase>verify</phase>
  /external/ipsec-tools/src/racoon/samples/
racoon.conf.sample-natt 58 # Phase 1 configuration (for ISAKMP SA)
89 # Phase 2 proposal (for IPsec SA)
  /external/libnfc-nxp/src/
phFriNfc_SmtCrdFmt.h 61 during the implementation phase.
118 * during the implementation phase.
138 * during the implementation phase.
173 * during the implementation phase.
200 * during the implementation phase.
257 * during the implementation phase.
280 * during the implementation phase.
299 * during the implementation phase
  /external/llvm/docs/
LinkTimeOptimization.rst 115 information collected during the linker's normal symbol resolution phase.
134 Multi-phase communication between ``libLTO`` and linker
148 Phase 1 : Read LLVM Bitcode Files
166 Phase 2 : Symbol Resolution
175 Phase 3 : Optimize Bitcode Files
186 Phase 4 : Symbol Resolution after optimization
189 In this phase, the linker reads optimized a native object file and updates the
196 After this phase, the linker continues linking as if it never saw LLVM bitcode
  /external/sonivox/arm-hybrid-22k/lib_src/
ARM_synth_constants_gnu.inc 61 @/* macros for fractional phase accumulator */
66 @ shift for phase accumulator when fraction carries over

Completed in 794 milliseconds

<<11121314151617181920>>