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

1 23 4 5 6 7 8 91011>>

  /packages/wallpapers/PhaseBeam/res/values-tl/
strings.xml 4 <string name="wallpaper_label" msgid="7932262219086586648">"Phase Beam"</string>
  /packages/wallpapers/PhaseBeam/res/values-vi/
strings.xml 4 <string name="wallpaper_label" msgid="7932262219086586648">"Phase Beam"</string>
  /packages/wallpapers/PhaseBeam/res/values-zh-rTW/
strings.xml 4 <string name="wallpaper_label" msgid="7932262219086586648">"Phase Beam"</string>
  /external/guava/guava/
pom.xml 63 <phase>process-sources</phase>
80 <phase>verify</phase>
101 <phase>test</phase>
126 <phase>site</phase>
131 <phase>site</phase>
    [all...]
  /external/chromium/net/base/
capturing_net_log.cc 12 EventPhase phase,
14 : type(type), time(time), source(source), phase(phase),
46 EventPhase phase,
49 Entry entry(type, time, source, phase, extra_parameters);
  /external/chromium_org/third_party/skia/include/effects/
SkDashPathEffect.h 23 phase: offset into the intervals array (mod the sum of all of the
26 For example: if intervals[] = {10, 20}, count = 2, and phase = 25,
34 A phase of -5, 25, 55, 85, etc. would all result in the same path,
39 SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase,
61 // computed from phase
  /external/skia/include/effects/
SkDashPathEffect.h 23 phase: offset into the intervals array (mod the sum of all of the
26 For example: if intervals[] = {10, 20}, count = 2, and phase = 25,
34 A phase of -5, 25, 55, 85, etc. would all result in the same path,
39 SkDashPathEffect(const SkScalar intervals[], int count, SkScalar phase,
61 // computed from phase
  /external/tcpdump/tests/
isakmp4.new 3 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
4 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
5 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
6 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E]
8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
9 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
10 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
11 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
15 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E
    [all...]
isakmp4.out 3 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
4 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
5 IP 192.1.2.254.500 > 192.1.2.23.500: isakmp: phase 1 I ident
6 IP 192.1.2.23.500 > 192.1.2.254.500: isakmp: phase 1 R ident
7 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 1 I ident[E]
8 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 1 R ident[E]
9 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
10 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E]
11 IP 192.1.2.254.4500 > 192.1.2.23.4500: NONESP-encap: isakmp: phase 2/others I oakley-quick[E]
15 IP 192.1.2.23.4500 > 192.1.2.254.4500: NONESP-encap: isakmp: phase 2/others R oakley-quick[E
    [all...]
  /external/skia/gm/
dashing.cpp 157 SkScalar phase = vals[0] / 2; local
158 paint.setPathEffect(new SkDashPathEffect(vals, count, phase))->unref();
190 SkScalar phase,
205 p.setPathEffect(new SkDashPathEffect(intervals, 2, phase, false))->unref();
227 // 1on/1off 1x1 squares with phase of 0 - points fastpath
233 // 1on/1off 1x1 squares with phase of .5 - rects fastpath (due to partial squares)
239 // 1on/1off 1x1 squares with phase of 1 - points fastpath
245 // 1on/1off 1x1 squares with phase of 1 and non-integer length - rects fastpath
251 // 255on/255off 1x1 squares with phase of 0 - rects fast path
257 // 1on/1off 3x3 squares with phase of 0 - points fast pat
    [all...]
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
transform.c 25 double fact, phase; local
28 phase = 0.0;
30 costab1[k] = cos(phase);
31 sintab1[k] = sin(phase);
32 phase += fact;
36 phase = 0.5 * fact;
38 costab2[k] = cos(phase);
39 sintab2[k] = sin(phase);
40 phase += fact;
  /external/wpa_supplicant_8/hostapd/
hostapd.eap_user 12 # [2] flag in the end of the line can be used to mark users for tunneled phase
14 # identity can be used in the unencrypted phase 1 and the real user identity
15 # is transmitted only within the encrypted tunnel in phase 2. If non-anonymous
16 # access is needed, two user entries is needed, one for phase 1 and another
17 # with the same username for phase 2.
23 # EAP-PEAP, EAP-TTLS, and EAP-FAST require Phase 2 configuration.
26 # this are to set anonymous phase 1 identity for EAP-PEAP and EAP-TTLS and to
28 # first matching entry is selected, so * should be used as the last phase 1
34 # is only allowed for phase 1 identities.
41 # version based on the Phase 1 identity. Without this flag, the EA
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
local_two_phase_testserver.h 13 // Runs a Python-based two phase upload test server on the same machine in which
17 // Initialize a two phase protocol test server.
  /external/chromium_org/content/common/gpu/
devtools_gpu_instrumentation.h 31 static void FireEvent(EventPhase phase, GpuCommandBufferStub* stub) {
34 DoFireEvent(phase, stub);
  /external/chromium_org/third_party/angle/src/common/
event_tracer.cpp 39 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, unsigned long long id,
45 g_addTraceEvent(phase, categoryGroupEnabled, name, id, numArgs, argNames, argTypes, argValues, flags);
event_tracer.h 11 typedef void (*AddTraceEventFunc)(char phase, const unsigned char* categoryGroupEnabled, const char* name,
27 void TraceAddTraceEvent(char phase, const unsigned char* categoryGroupEnabled, const char* name, unsigned long long id,
  /prebuilts/tools/common/m2/internal/org/easymock/easymock/3.1/
easymock-3.1.pom 56 <phase>generate-test-sources</phase>
80 <phase>prepare-package</phase>
112 <phase>verify</phase>
136 <phase>verify</phase>
  /external/bison/lib/
timevar.def 46 DEFTIMEVAR (TV_IELR_PHASE1 , "IELR(1) Phase 1")
47 DEFTIMEVAR (TV_IELR_PHASE2 , "IELR(1) Phase 2")
48 DEFTIMEVAR (TV_IELR_PHASE3 , "IELR(1) Phase 3")
49 DEFTIMEVAR (TV_IELR_PHASE4 , "IELR(1) Phase 4")
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGTextChunkBuilder.h 31 // SVGTextChunkBuilder performs the third layout phase for SVG text.
33 // Phase one built the layout information from the SVG DOM stored in the RenderSVGInlineText objects (SVGTextLayoutAttributes).
34 // Phase two performed the actual per-character layout, computing the final positions for each character, stored in the SVGInlineTextBox objects (SVGTextFragment).
35 // Phase three performs all modifications that have to be applied to each individual text chunk (text-anchor & textLength).
RenderSVGForeignObject.cpp 51 || (paintInfo.phase != PaintPhaseForeground && paintInfo.phase != PaintPhaseSelection))
63 if (paintInfo.phase == PaintPhaseForeground) {
71 bool preservePhase = paintInfo.phase == PaintPhaseSelection || paintInfo.phase == PaintPhaseTextClip;
73 childPaintInfo.phase = preservePhase ? paintInfo.phase : PaintPhaseBlockBackground;
76 childPaintInfo.phase = PaintPhaseChildBlockBackgrounds;
78 childPaintInfo.phase = PaintPhaseFloat;
80 childPaintInfo.phase = PaintPhaseForeground
    [all...]
  /external/chromium_org/ui/v2/src/
view_observer.cc 19 phase(ViewObserver::DISPOSITION_CHANGING) {}
  /frameworks/base/graphics/java/android/graphics/
PathDashPathEffect.java 39 * @param phase amount to offset before the first shape is stamped
42 public PathDashPathEffect(Path shape, float advance, float phase,
44 native_instance = nativeCreate(shape.ni(), advance, phase,
49 float phase, int native_style);
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.pom 57 <phase>package</phase>
71 <phase>process-classes</phase>
  /external/chromium_org/ui/v2/public/
view_observer.h 36 DispositionChangePhase phase; member in struct:v2::ViewObserver::TreeChangeParams
52 virtual void OnViewDestroy(View* view, DispositionChangePhase phase) {}
57 DispositionChangePhase phase) {}
  /external/jpeg/
jfdctflt.c 82 tmp10 = tmp0 + tmp3; /* phase 2 */
87 dataptr[0] = tmp10 + tmp11; /* phase 3 */
91 dataptr[2] = tmp13 + z1; /* phase 5 */
96 tmp10 = tmp4 + tmp5; /* phase 2 */
106 z11 = tmp7 + z3; /* phase 5 */
109 dataptr[5] = z13 + z2; /* phase 6 */
132 tmp10 = tmp0 + tmp3; /* phase 2 */
137 dataptr[DCTSIZE*0] = tmp10 + tmp11; /* phase 3 */
141 dataptr[DCTSIZE*2] = tmp13 + z1; /* phase 5 */
146 tmp10 = tmp4 + tmp5; /* phase 2 *
    [all...]

Completed in 1356 milliseconds

1 23 4 5 6 7 8 91011>>