Searched refs:pg (Results 1 - 25 of 71) sorted by relevance

123

/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
H A DTestInterpretedParsing.java43 Grammar pg = new Grammar(
49 g.importTokenVocabulary(pg);
69 Interpreter parseEngine = new Interpreter(pg, tokens);
78 Grammar pg = new Grammar(
85 g.importTokenVocabulary(pg);
104 Interpreter parseEngine = new Interpreter(pg, tokens);
113 Grammar pg = new Grammar(
119 g.importTokenVocabulary(pg);
139 Interpreter parseEngine = new Interpreter(pg, tokens);
148 Grammar pg
[all...]
H A DTestInterpretedLexing.java157 Grammar pg = new Grammar(
161 g.importTokenVocabulary(pg);
/external/iputils/
H A Dipg8 for PGDEV in /proc/net/pg /proc/net/pktgen/pg0 / ; do
12 echo "Could not locate pg in /proc/net" 1>&2
27 function pg() { function
/external/clang/test/Sema/
H A Dfp16-sema.c8 extern void (*pg) (__fp16*);
/external/libnfc-nci/src/nfa/hci/
H A Dnfa_hci_utils.c76 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
79 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
81 if (pg->gate_id == gate_id)
82 return (pg);
99 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
102 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
104 if (pg->gate_owner == app_handle)
105 return (pg);
123 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
126 for ( ; xx < NFA_HCI_MAX_GATE_CB; xx++, pg
201 tNFA_HCI_DYN_GATE *pg; local
221 tNFA_HCI_DYN_GATE *pg; local
244 tNFA_HCI_DYN_GATE *pg; local
606 tNFA_HCI_DYN_GATE *pg; local
677 tNFA_HCI_DYN_GATE *pg; local
709 tNFA_HCI_DYN_GATE *pg; local
810 tNFA_HCI_DYN_GATE *pg; local
898 tNFA_HCI_DYN_GATE *pg; local
[all...]
H A Dnfa_hci_act.c243 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
261 for ( yy = 0; yy < NFA_HCI_MAX_GATE_CB; yy++, pg++)
263 if (pg->gate_owner == nfa_hci_cb.app_in_use)
266 num_pipes += nfa_hciu_count_pipes_on_gate (pg);
418 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
424 for ( xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
426 if (pg->gate_owner == p_evt_data->get_gate_pipe_list.hci_handle)
428 evt_data.gates_pipes.gate[evt_data.gates_pipes.num_gates++] = pg->gate_id;
435 if (pp->local_gate == pg->gate_id)
455 for (xx = 0, pg
1105 tNFA_HCI_DYN_GATE *pg; local
[all...]
H A Dnfa_hci_api.c950 tNFA_HCI_DYN_GATE *pg = nfa_hci_cb.cfg.dyn_gates; local
968 for (xx = 0; xx < NFA_HCI_MAX_GATE_CB; xx++, pg++)
970 if (pg->gate_id != 0)
973 xx, pg->gate_id, pg->gate_owner, pg->pipe_inx_mask);
/external/clang/test/PCH/
H A Dchain-cxx.cpp27 void pg();
126 ns::pg();
/external/skia/src/core/
H A DSkScalerContext.h51 void setPaintGamma(SkScalar pg) { argument
52 SkASSERT(0 <= pg && pg < SkIntToScalar(4));
53 fPaintGamma = SkScalarFloorToInt(pg * (1 << 6));
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Dlpc_analysis.c117 double nrg[4], chng, pg; local
148 pg = 0.0;
152 pg += pitchGains[k];
154 pg *= 0.25;
158 pg = 0:.01:.45; plot(pg, 0.0 + 1.0 * exp( -1.0 * exp(-200.0 * pg.*pg.*pg) / (1.0 + 0.4 * 0) ))
160 *varscale = 0.0 + 1.0 * exp( -1.4 * exp(-200.0 * pg*p
[all...]
/external/libopus/celt/
H A Dpitch.c408 opus_val16 pg; local
511 pg = Q15ONE;
513 pg = SHR32(frac_div32(best_xy,best_yy+1),16);
529 if (pg > g)
530 pg = g;
536 return pg;
/external/llvm/test/Bindings/OCaml/
H A Dexecutionengine.ml30 let define_getglobal m pg =
33 let g = build_call pg [||] "" b in
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/rds/
H A Dparametergroup.py61 pg = self.connection.get_all_dbparameters(self.name)
62 self.update(pg)
H A D__init__.py813 pg = self.get_object('DescribeDBParameters', params, ParameterGroup)
814 pg.name = groupname
815 return pg
/external/e2fsprogs/doc/
H A DMakefile.in72 $(RM) -f *.aux *.cp *.dvi *.fn *.ky *.log *.pg *.toc *.tp *.vr *.fns
/external/e2fsprogs/misc/
H A DMakefile.in104 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
140 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/profile.o -c \
173 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o tune2fs.profiled \
191 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o blkid.profiled $(PROFILED_BLKID_OBJS) \
200 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e2image.profiled \
209 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e2undo.profiled \
218 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o e4defrag.profiled \
251 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o mke2fs.profiled \
270 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg -o uuidgen.profiled \
279 $(Q) $(CC) $(ALL_LDFLAGS) -g -pg
[all...]
/external/skia/src/image/
H A DSkSurface.cpp46 SkSurfaceProps::SkSurfaceProps(uint32_t flags, SkPixelGeometry pg) argument
47 : fFlags(flags), fPixelGeometry(pg)
/external/pdfium/core/include/fxcrt/
H A Dfx_coordinates.h338 void GetParallelogram(FXT_PARAL& pg) const {
339 pg.x = left, pg.y = top;
340 pg.x1 = width, pg.y1 = 0;
341 pg.x2 = 0, pg.y2 = height;
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc312 hb_codepoint_t *pg = gids; local
324 *pg = gr_slot_gid (is);
325 pg++;
/external/e2fsprogs/lib/et/
H A DMakefile.in47 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
157 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
/external/clang/test/CXX/expr/expr.const/
H A Dp2-0x.cpp474 constexpr void (*pf)() = &f, (*pg)() = &g;
475 constexpr bool u13 = pf < pg; // expected-error {{constant expression}}
476 constexpr bool u14 = pf == pg;
/external/libogg/win32/
H A DMakefile96 PROFILE = -Wall -W -pg -g -O20 -ffast-math -fsigned-char -g -O2
/external/e2fsprogs/lib/ss/
H A DMakefile.in38 @PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
/external/clang/test/SemaCXX/
H A Dconstant-expression-cxx11.cpp962 constexpr int (S::*pg)() const = &S::g;
975 static_assert(pg != nullptr, "");
978 static_assert(pg == pg, ""); // expected-error {{constant expression}} expected-note {{comparison of pointer to virtual member function 'g' has unspecified value}}
979 static_assert(pf != pg, ""); // expected-error {{constant expression}} expected-note {{comparison of pointer to virtual member function 'g' has unspecified value}}
/external/opencv3/modules/ml/src/
H A Dsvm.cpp95 static void checkParamGrid(const ParamGrid& pg) argument
97 if( pg.minVal > pg.maxVal )
99 if( pg.minVal < DBL_EPSILON )
101 if( pg.logStep < 1. + FLT_EPSILON )

Completed in 1156 milliseconds

123