/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-parent/1.7.2/ |
slf4j-parent-1.7.2.pom | 166 <phase>package</phase>
356 <phase>verify</phase>
|
/external/antlr/antlr-3.4/antlr3-maven-archetype/src/main/resources/archetype-resources/ |
pom.xml | 165 phase. 170 <phase>package</phase>
|
/external/chromium/third_party/libjingle/source/talk/p2p/client/ |
basicportallocator.h | 70 // Returns the best (highest preference) phase that has produced a port that 79 // phase that the corresponding port was created in. 80 void AddWritablePhase(int phase);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGContainer.cpp | 134 if (childPaintInfo.phase == PaintPhaseForeground) { 151 if ((paintInfo.phase == PaintPhaseOutline || paintInfo.phase == PaintPhaseSelfOutline) && style()->outlineWidth() && style()->visibility() == VISIBLE) {
|
RenderSVGShape.cpp | 255 bool drawsOutline = style()->outlineWidth() && (childPaintInfo.phase == PaintPhaseOutline || childPaintInfo.phase == PaintPhaseSelfOutline); 256 if (drawsOutline || childPaintInfo.phase == PaintPhaseForeground) { 260 if (childPaintInfo.phase == PaintPhaseForeground) { 315 // We only draw in the foreground phase, so we only hit-test then.
|
SVGRootInlineBox.cpp | 38 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection); 88 // Perform SVG text layout phase two (see SVGTextLayoutEngine for details). 92 // Perform SVG text layout phase three (see SVGTextChunkBuilder for details). 95 // Perform SVG text layout phase four
|
/external/chromium_org/third_party/opus/src/celt/tests/ |
test_unit_dft.c | 66 double phase = -2*M_PI*bin*k/nfft; local 67 double re = cos(phase); 68 double im = sin(phase);
|
/external/libppp/src/ |
bundle.h | 89 u_int phase; /* Curent phase */ member in struct:bundle 166 #define bundle_Phase(b) ((b)->phase)
|
/frameworks/av/services/audioflinger/ |
AudioResampler.h | 77 // number of bits for phase fraction - 30 bits allows nearly 2x downsampling 80 // phase mask for fraction 83 // multiplier to calculate fixed point phase increment
|
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/ |
perf_rt.h | 59 tn0: tn in the last temporal statistics phase (since the last executing phase) 60 if frame rate is less than 0.5fps and tn0 is less than 10 in the last phase,
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
timex.h | 28 * Added defines for hybrid phase/frequency-lock loop. 32 * defines for PPS phase-lock loop. 88 #define MAXPHASE 512000L /* max phase error (us) */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
timex.h | 28 * Added defines for hybrid phase/frequency-lock loop. 32 * defines for PPS phase-lock loop. 88 #define MAXPHASE 512000L /* max phase error (us) */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
timex.h | 28 * Added defines for hybrid phase/frequency-lock loop. 32 * defines for PPS phase-lock loop. 88 #define MAXPHASE 512000L /* max phase error (us) */
|
/system/core/fastboot/ |
fastboot_protocol.txt | 42 d. DATA -> the requested command is ready for the data phase. 47 3. Data phase. Depending on the command, the host or client will 49 acceptable and zero-length packets are ignored. This phase continues
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
TraceEvent.h | 363 // An asynchronous operation can consist of multiple phases. The first phase is 402 // phase of an asynchronous operation. The ASYNC_BEGIN event must not have any 417 // phase of an asynchronous operation. The ASYNC_BEGIN event must not have any 536 // char phase, 580 #define INTERNAL_TRACE_EVENT_ADD(phase, category, name, flags, ...) \ 585 phase, INTERNALTRACEEVENTUID(categoryGroupEnabled), name, \ 609 #define INTERNAL_TRACE_EVENT_ADD_WITH_ID(phase, category, name, id, flags, \ 618 phase, INTERNALTRACEEVENTUID(categoryGroupEnabled), \ 629 // Phase indicates the nature of an event entry. E.g. part of a begin/end pair. [all...] |
/external/chromium_org/third_party/icu/source/tools/gennorm2/ |
n2builder.cpp | 162 phase(0), overrideHandling(OVERRIDE_PREVIOUS), optimization(OPTIMIZE_NORMAL) { 226 (overrideHandling==OVERRIDE_PREVIOUS && p->mappingPhase==phase) 229 "error in gennorm2 phase %d: " 230 "not permitted to override mapping for U+%04lX from phase %d\n", 231 (int)phase, (long)c, (int)p->mappingPhase); 237 p->mappingPhase=phase; 244 ++phase; 264 "error in gennorm2 phase %d: " 266 (int)phase, (long)c); 278 "error in gennorm2 phase %d: [all...] |
/external/jpeg/ |
jidctflt.c | 128 tmp10 = tmp0 + tmp2; /* phase 3 */ 134 tmp0 = tmp10 + tmp13; /* phase 2 */ 146 z13 = tmp6 + tmp5; /* phase 6 */ 151 tmp7 = z11 + z13; /* phase 5 */ 158 tmp6 = tmp12 - tmp7; /* phase 2 */
|
jidctfst.c | 229 tmp10 = tmp0 + tmp2; /* phase 3 */ 235 tmp0 = tmp10 + tmp13; /* phase 2 */ 247 z13 = tmp6 + tmp5; /* phase 6 */ 252 tmp7 = z11 + z13; /* phase 5 */ 259 tmp6 = tmp12 - tmp7; /* phase 2 */ 334 tmp7 = z11 + z13; /* phase 5 */ 341 tmp6 = tmp12 - tmp7; /* phase 2 */
|
/external/qemu/distrib/jpeg-6b/ |
jidctflt.c | 128 tmp10 = tmp0 + tmp2; /* phase 3 */ 134 tmp0 = tmp10 + tmp13; /* phase 2 */ 146 z13 = tmp6 + tmp5; /* phase 6 */ 151 tmp7 = z11 + z13; /* phase 5 */ 158 tmp6 = tmp12 - tmp7; /* phase 2 */
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 370 wpa_printf(MSG_DEBUG, "EAP-FAST: Selected Phase 2 EAP " 385 wpa_printf(MSG_DEBUG, "EAP-FAST: Selected Phase 2 EAP " 413 "Phase 2 request (len=%lu)", (unsigned long) len); 417 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase 2 Request: type=%d", *pos); 425 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase 2 EAP sequence - " 448 "Phase 2 EAP method %d", *pos); 565 "Phase 2 EAP header", hdr->code); 641 wpa_printf(MSG_DEBUG, "EAP-FAST: Phase 2 method not " 654 "from Phase 2"); 1077 /* Parse TLVs from the decrypted Phase 2 data * [all...] |
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
pretty-print.h | 55 first phase of formatting (pp_base_format) which have not yet been 65 In the first phase of formatting, even-numbered chunks are 67 The second phase replaces all odd-numbered chunks with formatted 68 text, and the third phase simply emits all the chunks in sequence 85 that the text formatters don't need to know which phase we're in. */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
pretty-print.h | 55 first phase of formatting (pp_base_format) which have not yet been 65 In the first phase of formatting, even-numbered chunks are 67 The second phase replaces all odd-numbered chunks with formatted 68 text, and the third phase simply emits all the chunks in sequence 85 that the text formatters don't need to know which phase we're in. */
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
pretty-print.h | 55 first phase of formatting (pp_base_format) which have not yet been 65 In the first phase of formatting, even-numbered chunks are 67 The second phase replaces all odd-numbered chunks with formatted 68 text, and the third phase simply emits all the chunks in sequence 85 that the text formatters don't need to know which phase we're in. */
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
pretty-print.h | 55 first phase of formatting (pp_base_format) which have not yet been 65 In the first phase of formatting, even-numbered chunks are 67 The second phase replaces all odd-numbered chunks with formatted 68 text, and the third phase simply emits all the chunks in sequence 85 that the text formatters don't need to know which phase we're in. */
|
/external/chromium_org/net/base/ |
net_log.h | 51 // The 'phase' of an event trace (whether it marks the beginning or end 127 EventPhase phase, 135 EventPhase phase() const { return phase_; } function in class:net::NetLog::Entry 307 EventPhase phase, 340 void AddEntry(NetLog::EventType type, NetLog::EventPhase phase) const; 342 NetLog::EventPhase phase, 345 // Convenience methods that call AddEntry with a fixed "capture phase"
|