Searched refs:cur (Results 76 - 100 of 746) sorted by relevance

1234567891011>>

/external/python/cpython3/Doc/includes/sqlite3/
H A Dadapter_point_1.py12 cur = con.cursor() variable
15 cur.execute("select ?", (p,))
16 print(cur.fetchone()[0])
H A Dadapter_point_2.py13 cur = con.cursor() variable
16 cur.execute("select ?", (p,))
17 print(cur.fetchone()[0])
H A Dcomplete_statement.py7 cur = con.cursor() variable
22 cur.execute(buffer)
25 print(cur.fetchall())
/external/selinux/python/semanage/
H A Dsemanage-bash-completion.sh72 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
89 COMPREPLY=( $(compgen -W "$( __get_all_domains ) " -- "$cur") )
95 COMPREPLY=( $(compgen -W "$( __get_all_stores ) " -- "$cur") )
98 COMPREPLY=( $(compgen -W "tcp udp" -- "$cur") )
102 COMPREPLY=( $(compgen -W "$( __get_all_roles ) " -- "$cur") )
108 COMPREPLY=( $(compgen -W "$( __get_all_users ) " -- "$cur") )
111 COMPREPLY=( $(compgen -W "$( __get_all_ftypes ) " -- "$cur") )
115 COMPREPLY=( $(compgen -W "$( __get_all_port_types ) " -- "$cur") )
119 COMPREPLY=( $(compgen -W "$( __get_all_file_types ) " -- "$cur") )
122 COMPREPLY=( $(compgen -W "$( __get_all_types ) " -- "$cur") )
[all...]
/external/tensorflow/tensorflow/core/ops/compat/
H A Dop_compatibility_lib.cc61 for (int cur = 0; iter != stable_ops_->end() && cur < op_list_.op_size();
62 ++cur) {
63 const string& op_name = op_list_.op(cur).name();
90 int cur = 0; local
95 while (cur < op_list_.op_size() && start < in_op_history.op_size()) {
96 const string& op_name = op_list_.op(cur).name();
99 for (++cur; cur < op_list_.op_size(); ++cur) {
[all...]
/external/libxml2/
H A Dc14n.c77 static void xmlC14NVisibleNsStackDestroy (xmlC14NVisibleNsStackPtr cur);
78 static void xmlC14NVisibleNsStackAdd (xmlC14NVisibleNsStackPtr cur,
81 static void xmlC14NVisibleNsStackSave (xmlC14NVisibleNsStackPtr cur,
83 static void xmlC14NVisibleNsStackRestore (xmlC14NVisibleNsStackPtr cur,
85 static void xmlC14NVisibleNsStackShift (xmlC14NVisibleNsStackPtr cur);
86 static int xmlC14NVisibleNsStackFind (xmlC14NVisibleNsStackPtr cur,
88 static int xmlExcC14NVisibleNsStackFind (xmlC14NVisibleNsStackPtr cur,
98 static int xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur);
99 static int xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur);
296 xmlC14NVisibleNsStackDestroy(xmlC14NVisibleNsStackPtr cur) { argument
315 xmlC14NVisibleNsStackAdd(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlNodePtr node) argument
361 xmlC14NVisibleNsStackSave(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) argument
373 xmlC14NVisibleNsStackRestore(xmlC14NVisibleNsStackPtr cur, xmlC14NVisibleNsStackPtr state) argument
384 xmlC14NVisibleNsStackShift(xmlC14NVisibleNsStackPtr cur) argument
414 xmlC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns) argument
448 xmlExcC14NVisibleNsStackFind(xmlC14NVisibleNsStackPtr cur, xmlNsPtr ns, xmlC14NCtxPtr ctx) argument
610 xmlC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
715 xmlExcC14NProcessNamespacesAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
990 xmlC14NFindHiddenParentAttr(xmlC14NCtxPtr ctx, xmlNodePtr cur, const xmlChar * name, const xmlChar * ns) argument
1016 xmlNodePtr cur; local
1138 xmlC14NProcessAttrsAxis(xmlC14NCtxPtr ctx, xmlNodePtr cur, int parent_visible) argument
1366 xmlC14NCheckForRelativeNamespaces(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
1421 xmlC14NProcessElementNode(xmlC14NCtxPtr ctx, xmlNodePtr cur, int visible) argument
1529 xmlC14NProcessNode(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
1720 xmlC14NProcessNodeList(xmlC14NCtxPtr ctx, xmlNodePtr cur) argument
2155 const xmlChar *cur = input; local
[all...]
H A Dcatalog.c547 xmlCatalogEntryPtr cur; local
551 cur = catal;
552 while (cur != NULL) {
553 if (cur->group == cgroup) {
554 switch (cur->type) {
559 if (cur == catal) {
560 cur = cur->children;
566 xmlSetProp(node, BAD_CAST "catalog", cur->value);
573 xmlSetProp(node, BAD_CAST "id", cur
1148 xmlParseXMLCatalogOneNode(xmlNodePtr cur, xmlCatalogEntryType type, const xmlChar *name, const xmlChar *attrName, const xmlChar *uriAttrName, xmlCatalogPrefer prefer, xmlCatalogEntryPtr cgroup) argument
1220 xmlParseXMLCatalogNode(xmlNodePtr cur, xmlCatalogPrefer prefer, xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) argument
1323 xmlParseXMLCatalogNodeList(xmlNodePtr cur, xmlCatalogPrefer prefer, xmlCatalogEntryPtr parent, xmlCatalogEntryPtr cgroup) argument
1348 xmlNodePtr cur; local
1505 xmlCatalogEntryPtr cur; local
1582 xmlCatalogEntryPtr cur; local
1635 xmlCatalogEntryPtr cur; local
1867 xmlCatalogEntryPtr cur; local
2161 xmlParseSGMLCatalogComment(const xmlChar *cur) argument
2183 xmlParseSGMLCatalogPubid(const xmlChar *cur, xmlChar **id) argument
2252 xmlParseSGMLCatalogName(const xmlChar *cur, xmlChar **name) argument
2332 const xmlChar *cur = value; local
2762 xmlCatalogEntryPtr tmp, cur; local
3121 const char *cur, *paths; local
3239 const char *cur; local
[all...]
H A Dxpointer.c115 ctxt->context->lastError.int1 = ctxt->cur - ctxt->base;
125 ctxt->cur - ctxt->base, 0,
136 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level);
139 * @cur: the node
144 xmlXPtrGetArity(xmlNodePtr cur) { argument
146 if ((cur == NULL) || (cur->type == XML_NAMESPACE_DECL))
148 cur = cur->children;
149 for (i = 0;cur !
167 xmlXPtrGetIndex(xmlNodePtr cur) argument
189 xmlXPtrGetNthChild(xmlNodePtr cur, int no) argument
612 xmlXPtrLocationSetAdd(xmlLocationSetPtr cur, xmlXPathObjectPtr val) argument
690 xmlXPtrLocationSetDel(xmlLocationSetPtr cur, xmlXPathObjectPtr val) argument
723 xmlXPtrLocationSetRemove(xmlLocationSetPtr cur, int val) argument
892 xmlNodePtr cur = NULL; local
950 xmlChar *buffer, *cur; local
1413 xmlNodePtr start, cur, end; local
2242 xmlXPtrAdvanceNode(xmlNodePtr cur, int *level) argument
2295 xmlNodePtr cur; local
2385 xmlNodePtr cur; local
2469 xmlNodePtr cur; local
2553 xmlNodePtr cur; local
2842 const xmlChar *cur; local
[all...]
H A Drunsuite.c238 getNext(xmlNodePtr cur, const char *xpath) { argument
243 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
245 ctxtXPath->doc = cur->doc;
246 ctxtXPath->node = cur;
266 getString(xmlNodePtr cur, const char *xpath) { argument
271 if ((cur == NULL) || (cur->doc == NULL) || (xpath == NULL))
273 ctxtXPath->doc = cur->doc;
274 ctxtXPath->node = cur;
299 xsdIncorectTestCase(xmlNodePtr cur) argument
420 xmlNodePtr test, tmp, cur; local
612 xsdTestSuite(xmlNodePtr cur) argument
633 xmlNodePtr cur; local
669 rngTestSuite(xmlNodePtr cur) argument
696 xmlNodePtr cur; local
734 xmlNodePtr cur; local
776 xstcTestInstance(xmlNodePtr cur, xmlSchemaPtr schemas, const xmlChar *spath, const char *base) argument
874 xstcTestGroup(xmlNodePtr cur, const char *base) argument
998 xmlNodePtr cur; local
[all...]
/external/python/cpython3/Lib/sqlite3/test/
H A Duserfunctions.py177 cur = self.con.cursor()
178 cur.execute("select reftest()")
181 cur = self.con.cursor()
182 cur.execute("select returntext()")
183 val = cur.fetchone()[0]
188 cur = self.con.cursor()
189 cur.execute("select returnunicode()")
190 val = cur.fetchone()[0]
195 cur = self.con.cursor()
196 cur
[all...]
H A Dregression.py37 cur = self.con.cursor()
38 cur.execute("pragma user_version")
44 cur = self.con.cursor()
45 cur.execute("pragma schema_version")
47 cur.close()
66 cur = self.con.cursor()
67 cur.execute('select 1 as "foo bar [datetime]"')
68 self.assertEqual(cur.description[0][0], "foo bar")
70 cur.execute('select 1 as "foo baz"')
71 self.assertEqual(cur
210 cur = con.cursor() variable in class:RegressionTests.CheckConnectionConstructorCallCheck.Connection
[all...]
/external/freetype/src/type1/
H A Dt1parse.c335 FT_Byte* cur = parser->base_dict; local
336 FT_Byte* limit = cur + parser->base_len;
344 if ( cur[0] == 'e' &&
345 cur + 9 < limit ) /* 9 = 5 letters for `eexec' + */
348 if ( cur[1] == 'e' &&
349 cur[2] == 'x' &&
350 cur[3] == 'e' &&
351 cur[4] == 'c' )
354 cur++;
355 if ( cur >
[all...]
/external/libcxx/test/std/input.output/iostreams.base/ios.base/ios.types/ios_seekdir/
H A Dseekdir.pass.cpp15 // static const seekdir cur;
23 assert(std::ios_base::beg != std::ios_base::cur);
25 assert(std::ios_base::cur != std::ios_base::end);
/external/curl/lib/
H A Dinet_ntop.c91 } best, cur; local
104 cur.base = -1;
106 cur.len = 0;
110 if(cur.base == -1)
111 cur.base = i, cur.len = 1;
113 cur.len++;
115 else if(cur.base != -1) {
116 if(best.base == -1 || cur.len > best.len)
117 best = cur;
[all...]
/external/libunwind/src/coredump/
H A D_UCD_create.c156 coredump_phdr_t *cur = phdrs; local
166 cur->p_type = hdr64.p_type ;
167 cur->p_flags = hdr64.p_flags ;
168 cur->p_offset = hdr64.p_offset;
169 cur->p_vaddr = hdr64.p_vaddr ;
170 /*cur->p_paddr = hdr32.p_paddr ; always 0 */
172 cur->p_filesz = hdr64.p_filesz;
173 cur->p_memsz = hdr64.p_memsz ;
174 cur->p_align = hdr64.p_align ;
175 /* cur
182 coredump_phdr_t *cur = phdrs; local
209 coredump_phdr_t *cur = phdrs; local
[all...]
/external/python/cpython2/Lib/idlelib/
H A DRstripExtension.py20 for cur in range(1, end_line):
21 txt = text.get('%i.0' % cur, '%i.end' % cur)
27 text.delete('%i.%i' % (cur, cut), '%i.end' % cur)
/external/python/cpython3/Lib/idlelib/
H A Drstrip.py20 for cur in range(1, end_line):
21 txt = text.get('%i.0' % cur, '%i.end' % cur)
27 text.delete('%i.%i' % (cur, cut), '%i.end' % cur)
/external/selinux/libselinux/src/
H A Davc_sidtab.c82 struct sidtab_node *cur; local
88 cur = s->htable[hvalue];
89 while (cur != NULL && strcmp(cur->sid_s.ctx, ctx))
90 cur = cur->next;
92 if (cur == NULL) { /* need to make a new entry */
99 *sid = &cur->sid_s;
107 struct sidtab_node *cur; local
112 cur
135 struct sidtab_node *cur, *temp; local
[all...]
/external/lzma/CPP/7zip/Common/
H A DInOutTempBuffer.cpp63 size_t cur = kTempBufSize - _bufPos;
64 if (cur != 0)
66 if (cur > size)
67 cur = size;
68 memcpy(_buf + _bufPos, data, cur);
69 _crc = CrcUpdate(_crc, data, cur);
70 _bufPos += cur;
71 _size += cur;
72 size -= (UInt32)cur;
73 data = ((const Byte *)data) + cur;
[all...]
/external/selinux/libselinux/src/android/
H A Dandroid_platform.c451 struct seapp_context *cur; local
520 cur = (struct seapp_context *) calloc(1, sizeof(struct seapp_context));
521 if (!cur)
526 free_seapp_context(cur);
534 free_seapp_context(cur);
541 cur->isSystemServer = true;
543 cur->isSystemServer = false;
545 free_seapp_context(cur);
549 cur->isEphemeralAppSet = true;
551 cur
857 struct seapp_context *cur = NULL; local
[all...]
/external/libxml2/include/libxml/
H A DHTMLtree.h75 htmlDocDumpMemory (xmlDocPtr cur,
79 htmlDocDumpMemoryFormat (xmlDocPtr cur,
85 xmlDocPtr cur);
88 xmlDocPtr cur);
92 xmlNodePtr cur);
96 xmlNodePtr cur);
100 xmlNodePtr cur,
105 xmlDocPtr cur,
109 xmlDocPtr cur,
116 xmlNodePtr cur,
[all...]
/external/opencv/cvaux/src/
H A Dextendededges.cpp143 CvPoint cur; local
145 CV_READ_SEQ_ELEM( cur, reader );
148 ((uchar*)image->imageData)[image->widthStep * cur.y + cur.x]++;
149 assert( ((uchar*)image->imageData)[image->widthStep * cur.y + cur.x] != 255 );
156 CvPoint cur; local
158 CV_READ_SEQ_ELEM( cur, reader );
161 uchar flag = image->imageData[image->widthStep * cur.y + cur
[all...]
/external/selinux/python/sepolicy/
H A Dsepolicy-bash-completion.sh65 local cur=${COMP_WORDS[COMP_CWORD]} prev=${COMP_WORDS[COMP_CWORD-1]}
101 COMPREPLY=( $( compgen -f -- "$cur") )
109 COMPREPLY=( $(compgen -W "$( __get_all_booleans ) " -- "$cur") )
112 COMPREPLY=( $(compgen -W '${OPTS[$verb]}' -- "$cur") )
116 COMPREPLY=( $(compgen -W "$( __get_all_domain_types ) " -- "$cur") )
119 COMPREPLY=( $(compgen -W "$( __get_all_classes ) " -- "$cur") )
122 COMPREPLY=( $(compgen -W '${OPTS[$verb]}' -- "$cur") )
128 COMPREPLY=( $( compgen -d -- "$cur") )
132 COMPREPLY=( $( compgen -d -- "$cur") )
136 COMPREPLY=( $(compgen -W "$( __get_all_domain_types ) " -- "$cur") )
[all...]
/external/compiler-rt/test/msan/
H A Dchained_origin_limits.cc70 static char *buf, *cur, *end; variable
78 cur = buf;
84 for (p = cur - 1; p >= buf; --p)
91 cur -= write_sz;
97 size_t copy_sz = end - cur;
99 memcpy(cur, p, copy_sz);
100 cur += copy_sz;
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
H A DSmaliCompositeElement.java72 for (PsiElement cur = getFirstChild(); cur != null; cur = cur.getNextSibling()) {
73 if (aClass.isInstance(cur)) result.add((T)cur);
81 for (PsiElement cur = getFirstChild(); cur != null; cur = cur
[all...]

Completed in 818 milliseconds

1234567891011>>