HomeSort by relevance Sort by last modified time
    Searched refs:current (Results 26 - 50 of 6162) sorted by null

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/087-ssa-local-vars/
Blort.java 48 * phi's. The key component here is the assignment of previous = current.
57 StringBuilder current = null; local
60 if (current == null) {
61 current = new StringBuilder(64);
63 current.length();
66 if (l == -1 || current.length() < 1) {
70 if ((current.charAt(0) == ' ' || current.charAt(0) == '\t') && previous != null) {
72 while (i < current.length()) {
73 char ch = current.charAt(i)
    [all...]
  /external/icu/icu4c/source/i18n/
pluralaffix.cpp 23 DigitAffix *current = affixes.getMutable(variant, status); local
27 current->remove();
28 current->append(value);
41 for (DigitAffix *current = affixes.nextMutable(index);
42 current != NULL; current = affixes.nextMutable(index)) {
43 current->appendUChar(value, fieldId);
51 for (DigitAffix *current = affixes.nextMutable(index);
52 current != NULL; current = affixes.nextMutable(index))
    [all...]
  /external/opencv/cvaux/src/
extendededges.cpp 46 //void icvCutContour( CvSeq* current, IplImage* image );
47 CvSeq* icvCutContourRaster( CvSeq* current, CvMemStorage* storage, IplImage* image );
61 CvSeq* current = contours; local
70 while( current )
75 CvSeq* new_seq = icvCutContourRaster( current, storage, image );
93 if( current->v_next )
96 current = current->v_next;
102 while( !current->h_next )
104 current = current->v_prev
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
main.cpp 39 gl::Current *current = (gl::Current*)sw::Thread::allocateLocalStorage(currentTLS, sizeof(gl::Current)); local
41 if(current)
43 current->context = nullptr;
44 current->display = nullptr;
45 current->drawSurface = nullptr;
46 current->readSurface = nullptr;
162 static gl::Current *getCurrent(void
164 Current *current = (Current*)sw::Thread::getLocalStorage(currentTLS); local
176 Current *current = getCurrent(); local
189 Current *current = getCurrent(); local
196 Current *current = getCurrent(); local
210 Current *current = getCurrent(); local
217 Current *current = getCurrent(); local
224 Current *current = getCurrent(); local
231 Current *current = getCurrent(); local
238 Current *current = getCurrent(); local
245 Current *current = getCurrent(); local
    [all...]
  /external/v8/src/
handles-inl.h 63 HandleScopeData* current = isolate->handle_scope_data();
65 std::swap(current->next, prev_next);
66 current->level--;
67 if (current->limit != prev_limit) {
68 current->limit = prev_limit;
71 ZapRange(current->next, prev_limit);
73 ZapRange(current->next, prev_next);
81 HandleScopeData* current = isolate_->handle_scope_data(); local
84 // Throw away all handles in the current scope.
87 DCHECK(current->level > current->sealed_level)
125 HandleScopeData* current = isolate_->handle_scope_data(); local
138 HandleScopeData* current = isolate_->handle_scope_data(); local
    [all...]
  /external/v8/src/x64/
disasm-x64.cc 645 // Returns number of bytes used including the current *data.
883 byte* current = data + 1; local
886 get_modrm(*current, &mod, &regop, &rm);
891 current += PrintRightXMMOperand(current);
896 current += PrintRightXMMOperand(current);
901 current += PrintRightXMMOperand(current);
906 current += PrintRightXMMOperand(current)
1629 byte* current = data + 2; local
2246 byte current; local
    [all...]
  /frameworks/compile/mclinker/lib/MC/
SymbolCategory.cpp 59 Category* current = m_pFile; local
60 while (current != NULL) {
61 Category* tmp = current;
62 current = current->next;
68 Category* current = m_pRegular; local
72 while (current != NULL) {
73 if (current->type == pTarget) {
74 current->end++;
77 if (!current->empty())
109 Category* current = m_pFile; local
    [all...]
  /external/ltp/testcases/kernel/security/smack/
smack_set_current.sh 7 # Test reading of the current process Smack label
22 start_label=$(cat /proc/self/attr/current 2>/dev/null)
24 echo "$not_floor_label" 2>/dev/null > /proc/self/attr/current
26 label=$(cat /proc/self/attr/current 2>/dev/null)
28 tst_brkm TFAIL "The smack label reported for the current process is" \
32 echo "$start_label" 2>/dev/null > /proc/self/attr/current
34 label=$(cat /proc/self/attr/current 2> /dev/null)
36 tst_brkm TFAIL "The smack label reported for the current process is" \
  /external/selinux/libsepol/cil/src/
cil_parser.c 81 static void create_node(struct cil_tree_node **node, struct cil_tree_node *current, int line, int hll_line, void *value)
84 (*node)->parent = current;
91 static void insert_node(struct cil_tree_node *node, struct cil_tree_node *current)
93 if (current->cl_head == NULL) {
94 current->cl_head = node;
96 current->cl_tail->next = node;
98 current->cl_tail = node;
101 static int add_hll_linemark(struct cil_tree_node **current, int *hll_lineno, int *hll_expand, struct cil_stack *stack, char *path)
117 *current = (*current)->parent
206 struct cil_tree_node *current = NULL; local
    [all...]
  /external/libcups/cups/
array.c 40 * The current implementation uses an insertion sort into an array of
48 current, /* Current element */ member in struct:_cups_array_s
171 * Find the end of the current delimited string and see if we need to add
230 void **e; /* Current element */
242 a->current = -1;
274 * 'cupsArrayCurrent()' - Return the current element in the array.
276 * The current element is undefined until you call @link cupsArrayFind@,
293 * Return the current element...
296 if (a->current >= 0 && a->current < a->num_elements
445 int current, \/* Current element *\/ local
888 current; \/* Current element *\/ local
1023 current; \/* Current element *\/ local
1203 current, \/* Current element *\/ local
    [all...]
  /bionic/libc/bionic/
__cxa_thread_atexit_impl.cpp 54 thread_local_dtor* current = thread->thread_local_dtors; local
55 thread->thread_local_dtors = current->next;
57 current->func(current->arg);
59 __loader_remove_thread_local_dtor(current->dso_handle);
61 delete current;
  /cts/tests/tests/net/jni/
NativeDnsJni.c 43 struct addrinfo *current = answer; local
44 while (current != NULL) {
46 if (current->ai_addr->sa_family == AF_INET) {
47 inet_ntop(current->ai_family, &((struct sockaddr_in *)current->ai_addr)->sin_addr,
51 } else if (current->ai_addr->sa_family == AF_INET6) {
52 inet_ntop(current->ai_family, &((struct sockaddr_in6 *)current->ai_addr)->sin6_addr,
57 current = current->ai_next
76 struct addrinfo *current = answer; local
152 char **current = my_hostent->h_addr_list; local
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
awk_process_syn 27 current = $3;
28 interval = current - previous;
29 previous = current;
  /external/opencv/
WLNonFileByteStream.cpp 103 uchar *current = m_current; local
105 if( current+1 < m_end )
107 current[0] = (uchar)val;
108 current[1] = (uchar)(val >> 8);
109 m_current = current + 2;
121 uchar *current = m_current; local
123 if( current+3 < m_end )
125 current[0] = (uchar)val;
126 current[1] = (uchar)(val >> 8);
127 current[2] = (uchar)(val >> 16);
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
TransformUtils.java 41 public static FrameImage2D makeMipMappedFrame(FrameImage2D current, int[] dimensions) {
45 if (current == null) {
48 current = Frame.create(imageType, pow2Dims).asFrameImage2D();
49 } else if (!Arrays.equals(dimensions, current.getDimensions())) {
50 current.resize(pow2Dims);
52 return current;
55 public static FrameImage2D makeTempFrame(FrameImage2D current, int[] dimensions) {
56 if (current == null) {
59 current = Frame.create(imageType, dimensions).asFrameImage2D();
60 } else if (!Arrays.equals(dimensions, current.getDimensions()))
    [all...]
  /external/annotation-tools/annotation-file-utilities/src/annotator/specification/
CriterionList.java 30 private Criterion current; field in class:CriterionList
38 current = null;
47 current = c;
52 current = c;
78 while (c != null && c.current != null) {
79 criteria.add(c.current);
88 if (current == null) { return "[]"; }
89 StringBuilder sb = new StringBuilder("[").append(current);
91 sb.append(", ").append(n.current);
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/
RealConvergenceChecker.java 43 * call if needed. Each time this method is called, the previous and current point
48 * @param iteration index of current iteration
50 * @param current point from current iteration
53 boolean converged(int iteration, RealPointValuePair previous, RealPointValuePair current);
VectorialConvergenceChecker.java 43 * call if needed. Each time this method is called, the previous and current point
48 * @param iteration index of current iteration
50 * @param current point from current iteration
53 boolean converged(int iteration, VectorialPointValuePair previous, VectorialPointValuePair current);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
13-1.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-10.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-11.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-12.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-13.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-14.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {
13-15.c 10 signal-catching functions are executed on the current stack if the
25 stack_t current; variable
39 if (oss.ss_sp != current.ss_sp || oss.ss_size != current.ss_size) {
58 if (sigaltstack(NULL, &current) == -1) {

Completed in 650 milliseconds

12 3 4 5 6 7 8 91011>>