Home
last modified time | relevance | path

Searched full:current (Results 1 – 25 of 14769) sorted by relevance

12345678910>>...591

/external/selinux/libsepol/cil/src/
Dcil_resolve_ast.h38 int cil_resolve_classorder(struct cil_tree_node *current, void *extra_args);
39 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_ar…
40 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cp…
41 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extr…
42 int cil_resolve_avrule(struct cil_tree_node *current, void *extra_args);
43 int cil_resolve_type_rule(struct cil_tree_node *current, void *extra_args);
44 int cil_resolve_typeattributeset(struct cil_tree_node *current, void *extra_args);
45 int cil_resolve_typealias(struct cil_tree_node *current, void *extra_args);
46 int cil_resolve_typebounds(struct cil_tree_node *current, void *extra_args);
47 int cil_resolve_typepermissive(struct cil_tree_node *current, void *extra_args);
[all …]
Dcil_parser.c76 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, uint32_t line, … in create_node() argument
79 (*node)->parent = current; in create_node()
86 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current) in insert_node() argument
88 if (current->cl_head == NULL) { in insert_node()
89 current->cl_head = node; in insert_node()
91 current->cl_tail->next = node; in insert_node()
93 current->cl_tail = node; in insert_node()
96 static int add_hll_linemark(struct cil_tree_node **current, uint32_t *hll_offset, uint32_t *hll_exp… in add_hll_linemark() argument
131 *current = (*current)->parent; in add_hll_linemark()
139 create_node(&node, *current, tok.line, *hll_offset, NULL); in add_hll_linemark()
[all …]
Dcil_resolve_ast.c159 int cil_resolve_classperms(struct cil_tree_node *current, struct cil_classperms *cp, void *extra_ar… in cil_resolve_classperms() argument
170 rc = cil_resolve_name(current, cp->class_str, CIL_SYM_CLASSES, extra_args, &datum); in cil_resolve_classperms()
194 static int cil_resolve_classperms_set(struct cil_tree_node *current, struct cil_classperms_set *cp_… in cil_resolve_classperms_set() argument
199 rc = cil_resolve_name(current, cp_set->set_str, CIL_SYM_CLASSPERMSETS, extra_args, &datum); in cil_resolve_classperms_set()
207 rc = cil_resolve_classperms_list(current, cp_set->set->classperms, extra_args); in cil_resolve_classperms_set()
219 int cil_resolve_classperms_list(struct cil_tree_node *current, struct cil_list *cp_list, void *extr… in cil_resolve_classperms_list() argument
226 rc = cil_resolve_classperms(current, curr->data, extra_args); in cil_resolve_classperms_list()
231 rc = cil_resolve_classperms_set(current, curr->data, extra_args); in cil_resolve_classperms_list()
244 int cil_resolve_classpermissionset(struct cil_tree_node *current, struct cil_classpermissionset *cp… in cil_resolve_classpermissionset() argument
252 rc = cil_resolve_name(current, cps->set_str, CIL_SYM_CLASSPERMSETS, args, &datum); in cil_resolve_classpermissionset()
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java204 * Traverse to the next node after the current node.
207 * @param current The current node of the iteration.
211 public int next(int context, int current) in next() argument
213 return getParent(current); in next()
217 * Traverse to the next node after the current node that is matched
221 * @param current The current node of the iteration.
226 public int next(int context, int current, int expandedTypeID) in next() argument
229 current = makeNodeIdentity(current); in next()
231 while (DTM.NULL != (current = m_parent.elementAt(current))) in next()
233 if (m_exptype.elementAt(current) == expandedTypeID) in next()
[all …]
/external/cronet/base/third_party/double_conversion/double-conversion/
Dstring-to-double.cc65 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() argument
69 DOUBLE_CONVERSION_ASSERT(converter(**current) == *substring); in ConsumeSubStringImpl()
71 ++*current; in ConsumeSubStringImpl()
72 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl()
76 ++*current; in ConsumeSubStringImpl()
83 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() argument
88 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString()
90 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString()
139 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument
140 while (*current != end) { in AdvanceToNonspace()
[all …]
/external/double-conversion/double-conversion/
Dstring-to-double.cc65 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() argument
69 DOUBLE_CONVERSION_ASSERT(converter(**current) == *substring); in ConsumeSubStringImpl()
71 ++*current; in ConsumeSubStringImpl()
72 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl()
76 ++*current; in ConsumeSubStringImpl()
83 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() argument
88 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString()
90 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString()
139 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument
140 while (*current != end) { in AdvanceToNonspace()
[all …]
/external/yapf/yapf/yapflib/
Dformat_decision_state.py38 """The current state when indenting a logical line.
44 column: The number of used columns in the current line.
48 lowest_level_on_line: The lowest paren_level on the current line.
133 current = self.next_token
134 previous = current.previous_token
136 if current.is_pseudo:
139 if (not must_split and subtypes.DICTIONARY_KEY_PART in current.subtypes and
140 subtypes.DICTIONARY_KEY not in current.subtypes and
146 if (not must_split and subtypes.DICTIONARY_VALUE in current.subtypes and
150 if previous and previous.value == '(' and current.value == ')':
[all …]
/external/cronet/third_party/icu/source/i18n/
Ddouble-conversion-string-to-double.cpp86 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() argument
90 DOUBLE_CONVERSION_ASSERT(converter(**current) == *substring); in ConsumeSubStringImpl()
92 ++*current; in ConsumeSubStringImpl()
93 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl()
97 ++*current; in ConsumeSubStringImpl()
104 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() argument
109 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString()
111 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString()
160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument
161 while (*current != end) { in AdvanceToNonspace()
[all …]
/external/icu/icu4c/source/i18n/
Ddouble-conversion-string-to-double.cpp86 static inline bool ConsumeSubStringImpl(Iterator* current, in ConsumeSubStringImpl() argument
90 DOUBLE_CONVERSION_ASSERT(converter(**current) == *substring); in ConsumeSubStringImpl()
92 ++*current; in ConsumeSubStringImpl()
93 if (*current == end || converter(**current) != *substring) { in ConsumeSubStringImpl()
97 ++*current; in ConsumeSubStringImpl()
104 static bool ConsumeSubString(Iterator* current, in ConsumeSubString() argument
109 return ConsumeSubStringImpl(current, end, substring, ToLower); in ConsumeSubString()
111 return ConsumeSubStringImpl(current, end, substring, Pass); in ConsumeSubString()
160 static inline bool AdvanceToNonspace(Iterator* current, Iterator end) { in AdvanceToNonspace() argument
161 while (*current != end) { in AdvanceToNonspace()
[all …]
/external/clang/lib/Format/
DContinuationIndenter.cpp53 // Returns \c true if \c Current starts a new parameter.
54 static bool startsNextParameter(const FormatToken &Current, in startsNextParameter() argument
56 const FormatToken &Previous = *Current.Previous; in startsNextParameter()
57 if (Current.is(TT_CtorInitializerComma) && in startsNextParameter()
60 return Previous.is(tok::comma) && !Current.isTrailingComment() && in startsNextParameter()
99 const FormatToken &Current = *State.NextToken; in canBreak() local
100 const FormatToken &Previous = *Current.Previous; in canBreak()
101 assert(&Previous == Current.Previous); in canBreak()
102 if (!Current.CanBreakBefore && in canBreak()
104 Current.closesBlockOrBlockTypeList(Style))) in canBreak()
[all …]
/external/ltp/testcases/kernel/controllers/memcg/
Dmemcontrol02.c10 * and some pagecache and check memory.current and some memory.stat
37 ssize_t anon, current; in alloc_anon_50M_check() local
45 SAFE_CG_SCANF(cg_child, "memory.current", "%zd", &current); in alloc_anon_50M_check()
46 TST_EXP_EXPR(current >= size, in alloc_anon_50M_check()
47 "(memory.current=%zd) >= (size=%zd)", current, size); in alloc_anon_50M_check()
54 TST_EXP_EXPR(values_close(anon, current, 3), in alloc_anon_50M_check()
55 "(memory.current=%zd) ~= (memory.stat.anon=%zd)", in alloc_anon_50M_check()
56 current, anon); in alloc_anon_50M_check()
62 size_t current, file; in alloc_pagecache_50M_check() local
68 SAFE_CG_SCANF(cg_child, "memory.current", "%zu", &current); in alloc_pagecache_50M_check()
[all …]
/external/libcups/cups/
Darray.c34 * The current implementation uses an insertion sort into an array of
42 current, /* Current element */ member
165 * Find the end of the current delimited string and see if we need to add in _cupsArrayAddStrings()
224 void **e; /* Current element */ in cupsArrayClear()
236 a->current = -1; in cupsArrayClear()
268 * 'cupsArrayCurrent()' - Return the current element in the array.
270 * The current element is undefined until you call @link cupsArrayFind@,
287 * Return the current element... in cupsArrayCurrent()
290 if (a->current >= 0 && a->current < a->num_elements) in cupsArrayCurrent()
291 return (a->elements[a->current]); in cupsArrayCurrent()
[all …]
/external/apache-commons-lang/src/main/java/org/apache/commons/lang3/
DSystemProperties.java23 * Accesses current system property names and values.
247 * Gets the current value from the system properties map.
252 * @return the current value from the system properties map.
259 * Gets the current value from the system properties map.
267 * @return the current value from the system properties map.
274 * Gets the current value from the system properties map.
279 * @return the current value from the system properties map.
286 * Gets the current value from the system properties map.
291 * @return the current value from the system properties map.
298 * Gets the current value from the system properties map.
[all …]
/external/openscreen/util/
Dtrace_logging_unittest.cc131 EXPECT_NE(ids.current, kUnsetTraceId); in TEST()
138 constexpr TraceId current = 0x32; in TEST() local
148 Invoke(ValidateTraceIdHierarchyOnSyncTrace<current, parent, in TEST()
153 TraceIdHierarchy h = {current, parent, root}; in TEST()
158 EXPECT_EQ(ids.current, current); in TEST()
162 EXPECT_EQ(TRACE_CURRENT_ID, current); in TEST()
169 constexpr TraceId current = 0x32; in TEST() local
179 Invoke(ValidateTraceIdHierarchyOnSyncTrace<kEmptyId, current, root, in TEST()
183 Invoke(ValidateTraceIdHierarchyOnSyncTrace<current, parent, in TEST()
188 TraceIdHierarchy h = {current, parent, root}; in TEST()
[all …]
/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_connection_context.h40 // Called by QuicConnectionContextSwitcher, when |this| becomes the current
48 // current thread's QUIC connection tracer.
92 // Get the context on the current executing thread. nullptr if the current
94 static QuicConnectionContext* Current();
107 // The constructor switches from QuicConnectionContext::Current() to
111 // The destructor switches from QuicConnectionContext::Current() back to the
119 // Emit a trace message from a string literal to the current tracer(if any).
121 QuicConnectionContext* current = QuicConnectionContext::Current(); in QUIC_TRACELITERAL() local
122 if (current && current->tracer) { in QUIC_TRACELITERAL()
123 current->tracer->PrintLiteral(literal); in QUIC_TRACELITERAL()
[all …]
/external/AFLplusplus/include/
Dcoverage-64.h8 u32 skim(const u64 *virgin, const u64 *current, const u64 *current_end);
77 inline void discover_word(u8 *ret, u64 *current, u64 *virgin) { in discover_word() argument
79 /* Optimize for (*current & *virgin) == 0 - i.e., no bits in current bitmap in discover_word()
83 if (*current & *virgin) { in discover_word()
87 u8 *cur = (u8 *)current; in discover_word()
91 bytes in current[] are pristine in virgin[]. */ in discover_word()
103 *virgin &= ~*current; in discover_word()
111 inline u32 skim(const u64 *virgin, const u64 *current, const u64 *current_end) { in skim() argument
113 for (; current != current_end; virgin += 8, current += 8) { in skim()
115 __m512i value = *(__m512i *)current; in skim()
[all …]
/external/mesa3d/src/gallium/drivers/i915/
Di915_fpc_optimize.c294 union i915_full_token *current; in liveness_analysis() local
307 current = &tokens->Tokens[i]; in liveness_analysis()
309 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION) in liveness_analysis()
312 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
318 dst_reg = &current->FullInstruction.Dst[0]; in liveness_analysis()
330 current = &tokens->Tokens[i]; in liveness_analysis()
332 if (current->Token.Type != TGSI_TOKEN_TYPE_INSTRUCTION) in liveness_analysis()
335 opcode = current->FullInstruction.Instruction.Opcode; in liveness_analysis()
341 src_reg = &current->FullInstruction.Src[2]; in liveness_analysis()
344 src_reg = &current->FullInstruction.Src[1]; in liveness_analysis()
[all …]
/external/libcups/scheduler/
Dfilter.c49 * 'mimeAddFilter()' - Add a filter to the current MIME database.
195 mime_filter_t *current; /* Current filter */ in mimeFilter2() local
199 for (current = mimeFirstFilter(mime); in mimeFilter2()
200 current; in mimeFilter2()
201 current = mimeNextFilter(mime)) in mimeFilter2()
202 cupsArrayAdd(mime->srcs, current); in mimeFilter2()
215 mime_filter_t *filter; /* Current filter */ in mimeFilter2()
309 mincost; /* Current minimum */ in mime_find_filters()
311 *mintemp; /* Current minimum */ in mime_find_filters()
312 mime_filter_t *current, /* Current filter */ in mime_find_filters() local
[all …]
/external/cronet/net/third_party/quiche/src/quiche/balsa/
Dbalsa_frame.cc95 // Within the line bounded by [current, end), parses a single "island",
107 inline const char* ParseOneIsland(const char* current, const char* begin, in ParseOneIsland() argument
110 *first_whitespace = current - begin; in ParseOneIsland()
111 while (current < end && CHAR_LE(*current, ' ')) { in ParseOneIsland()
112 ++current; in ParseOneIsland()
114 *first_nonwhite = current - begin; in ParseOneIsland()
115 while (current < end && CHAR_GT(*current, ' ')) { in ParseOneIsland()
116 ++current; in ParseOneIsland()
118 return current; in ParseOneIsland()
164 const char* current = in ParseHTTPFirstLine() local
[all …]
/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DXPathTokenizer.java16 int current; field in XPathTokenizer
29 current = 0; in XPathTokenizer()
33 current = 2; in XPathTokenizer()
40 int save = current; in nextToken()
41 while (current < xpath.length) { in nextToken()
42 switch (xpath[current]) { in nextToken()
45 current++; in nextToken()
49 retval = new String(xpath, save, (current - save)); in nextToken()
50 current++; // skip past the separator in nextToken()
55 current++; in nextToken()
[all …]
/external/llvm/lib/Support/
DYAMLParser.cpp283 if (Current >= End) in setError()
284 Current = End - 1; in setError()
289 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); in setError()
294 setError(Message, Current); in setError()
306 return StringRef(Current, End - Current); in currentInput()
413 /// Consume a single b-break[28] if it's present at the current position.
415 /// Return false if the code unit at the current position isn't a line break.
425 /// Invalid simple keys are not on the current line or are further than 1024
442 /// @brief Skip a single-line comment when the comment starts at the current
527 /// @brief The current position of the scanner.
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLParser.cpp271 if (Current >= End) in setError()
272 Current = End - 1; in setError()
281 printError(SMLoc::getFromPointer(Current), SourceMgr::DK_Error, Message); in setError()
286 setError(Message, Current); in setError()
298 return StringRef(Current, End - Current); in currentInput()
403 /// Consume a single b-break[28] if it's present at the current position.
405 /// Return false if the code unit at the current position isn't a line break.
415 /// Invalid simple keys are not on the current line or are further than 1024
432 /// Skip a single-line comment when the comment starts at the current
517 /// The current position of the scanner.
[all …]
/external/cpu_features/src/utils/
Dlist_cpu_features.c15 // This program dumps current host data to the standard output.
156 Node* current = map; in AddMapEntry() local
157 while (current->next) current = current->next; in AddMapEntry()
158 current->next = (Node*)BA_Bump(sizeof(Node)); in AddMapEntry()
159 *current->next = (Node){.type = NT_MAP_ENTRY, .string = key, .value = value}; in AddMapEntry()
165 Node* current = array; in AddArrayElement() local
166 while (current->next) current = current->next; in AddArrayElement()
167 current->next = (Node*)BA_Bump(sizeof(Node)); in AddArrayElement()
168 *current->next = (Node){.type = NT_ARRAY_ELEMENT, .value = value}; in AddArrayElement()
231 static void printJson(const Node* current) { in printJson() argument
[all …]
/external/fastrpc/src/
Datomic.c33 uint32 current; in atomic_Add() local
35 current = *puDest; in atomic_Add()
36 previous = atomic_CompareAndExchange(puDest, current + nAdd, current); in atomic_Add()
37 } while(previous != current); in atomic_Add()
38 return (current + nAdd); in atomic_Add()
43 uint32 current; in atomic_Exchange() local
45 current = *puDest; in atomic_Exchange()
46 previous = atomic_CompareAndExchange(puDest, uVal, current); in atomic_Exchange()
47 } while(previous != current); in atomic_Exchange()
53 uint32 current; in atomic_CompareOrAdd() local
[all …]
/external/python/cpython2/Doc/library/
Dtix.rst37 `Tix Man Pages <http://tix.sourceforge.net/dist/current/man/>`_
40 `Tix Programming Guide <http://tix.sourceforge.net/dist/current/docs/tix-book/tix.book.html>`_
91 `Tix <http://tix.sourceforge.net/dist/current/man/html/TixCmd/TixIntro.htm>`_
106 <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixBalloon.htm>`_ that
112 .. \ulink{Balloon}{http://tix.sourceforge.net/dist/current/demos/samples/Balloon.tcl}
118 <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixButtonBox.htm>`_
122 .. \ulink{ButtonBox}{http://tix.sourceforge.net/dist/current/demos/samples/BtnBox.tcl}
128 <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixComboBox.htm>`_
134 .. \ulink{ComboBox}{http://tix.sourceforge.net/dist/current/demos/samples/ComboBox.tcl}
140 <http://tix.sourceforge.net/dist/current/man/html/TixCmd/tixControl.htm>`_
[all …]

12345678910>>...591