HomeSort by relevance Sort by last modified time
    Searched defs:current (Results 176 - 200 of 2998) sorted by null

1 2 3 4 5 6 78 91011>>

  /hardware/qcom/display/msm8909/sdm/libs/hwc/
blit_engine_c2d.h 88 int current; member in struct:sdm::BlitEngineC2d::Range
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc/
blit_engine_c2d.h 88 int current; member in struct:sdm::BlitEngineC2d::Range
  /hardware/qcom/display/msm8996/sdm/libs/hwc/
blit_engine_c2d.h 88 int current; member in struct:sdm::BlitEngineC2d::Range
  /packages/apps/ExactCalculator/src/com/android/calculator2/
StringUtils.java 48 int current = begin; local
49 while (current < end && (s.charAt(current) == '-' || s.charAt(current) == ' ')) {
50 ++current;
52 result.append(s, begin, current);
53 while (current < end) {
54 result.append(s.charAt(current));
55 ++current;
56 if ((end - current) % 3 == 0 && end != current)
    [all...]
  /system/core/init/
security.cpp 93 int current = max; local
94 while (current >= min) {
96 std::string str_val = std::to_string(current);
112 current--;
116 if (current < min) {
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 38 size_t current = (first + last) / 2; local
39 uint32_t addr = addrs_[current];
41 if (!GetPrel31Addr(start_offset_ + current * 8, &addr)) {
44 addrs_[current] = addr;
47 *entry_offset = start_offset_ + current * 8;
51 last = current;
53 first = current + 1;
Symbols.cpp 43 size_t current = first + (last - first) / 2; local
44 const Info* info = &symbols_[current];
46 last = current;
50 first = current + 1;
  /external/autotest/frontend/client/src/autotest/moblab/wizard/
ConfigEditMode.java 23 * Each step show a validation status, a title for current card, a wizard
60 // The current card index.
158 WizardCard current = getCurrentCard(); local
159 lblCardTitle.setText("Step " + step + " - " + current.getEditTitle());
167 btnNext.setEnabled(current.canGoNext());
170 // Updates the card container with current card widget.
171 pnlCard.setWidget(current.switchToMode(ConfigWizard.Mode.Edit));
  /toolchain/binutils/binutils-2.27/etc/
add-log.el 58 (defvar add-log-current-defun-function nil
60 *If non-nil, function to guess name of current function from surrounding text.
61 \\[add-change-log-entry] calls this function (if nil, `add-log-current-defun'
123 simply find it in the current directory. Otherwise, search in the current
127 current buffer to the complete file name."
178 (interactive (list current-prefix-arg
193 (let ((defun (funcall (or add-log-current-defun-function
194 'add-log-current-defun)))
290 (interactive (if current-prefix-ar
    [all...]
  /art/runtime/
subtype_check.h 32 * concatenating the path of the parent to that of the current node.
272 DCHECK(Runtime::Current() == nullptr || Runtime::Current()->IsAotCompiler())
531 if (Runtime::Current() != nullptr && Runtime::Current()->IsActiveTransaction()) {
559 const SubtypeCheckInfo current = local
561 return current;
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitAllocator.java 85 IntSet current = new BitIntSet(oldRegCount); local
87 interference.mergeInterferenceSet(i, current);
112 * If reg j doesn't interfere with the current mapping.
116 if (!current.has(j)
120 interference.mergeInterferenceSet(j, current);
  /dalvik/dx/tests/087-ssa-local-vars/
Blort.class 
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
Parser.java 68 Token current = ((TokenStream)input).LT(1); local
69 if ( current.getType() == Token.EOF ) {
70 current = ((TokenStream)input).LT(-1);
72 t.line = current.getLine();
73 t.charPositionInLine = current.getCharPositionInLine();
75 t.input = current.getInputStream();
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/general/
GaussNewtonOptimizer.java 68 VectorialPointValuePair current = null; local
74 VectorialPointValuePair previous = current;
77 current = new VectorialPointValuePair(point, objective);
125 converged = checker.converged(getIterations(), previous, current);
131 return current;
  /external/apache-http/src/org/apache/http/message/
BasicHeaderElement.java 141 * @return String value The current value.
195 NameValuePair current = this.parameters[ i ]; local
196 if (current.getName().equalsIgnoreCase(name)) {
197 found = current;
  /external/desugar/java/com/google/devtools/common/options/
ShellQuotedParamsFilePreProcessor.java 93 char current; local
95 while ((current = read()) != (char) -1) {
97 if (current == '\'') {
110 arg.append(current);
113 if (current == '\'') {
116 } else if (current == '\r') {
124 } else if (Character.isWhitespace(current)) {
127 arg.append(current);
  /external/e2fsprogs/lib/blkid/
devno.c 159 struct dir_list *current = list; local
162 DBG(DEBUG_DEVNO, printf("directory %s\n", current->name));
163 blkid__scan_dir(current->name, devno, &new_list, &devname);
164 free(current->name);
165 free(current);
  /external/e2fsprogs/lib/ext2fs/
brel.h 31 blk64_t current; member in struct:ext2_block_relocation_table
finddev.c 133 struct dir_list *current; local
145 current = list;
148 printf("Scanning directory %s\n", current->name);
150 scan_dir(current->name, device, &new_list, &ret_path);
151 free(current->name);
152 free(current);
  /external/eigen/Eigen/src/SparseCore/
SparseColEtree.h 133 StorageIndex current = n, first, next; local
136 // No kid for the current node
137 first = first_kid(current);
139 // no kid for the current node
143 post(current) = postnum++;
146 next = next_kid(current);
150 current = parent(current);
152 post(current) = postnum++;
155 next = next_kid(current);
    [all...]
  /external/freetype/src/base/
ftgloadr.c 52 /* loader.current Describes the top of the stack, on which a new */
56 /* Prepare Set up `loader.current' for addition of a new glyph */
58 /* Add Add the `current' glyph image to the `base' one, */
91 FT_GlyphLoad current = &loader->current; local
98 *current = *base;
141 /* re-adjust the `current' outline fields */
146 FT_Outline* current = &loader->current.outline; local
149 current->points = base->points + base->n_points
189 FT_GlyphLoad current = &loader->current; local
208 FT_Outline* current = &loader->current.outline; local
289 FT_GlyphLoad current = &loader->current; local
314 FT_GlyphLoad current = &loader->current; local
331 FT_GlyphLoad current; local
    [all...]
  /external/guava/guava-gwt/src-super/java/util/super/java/util/concurrent/atomic/
AtomicInteger.java 49 int current = value; local
51 return current;
72 int current = value; local
74 return current;
AtomicLong.java 49 long current = value; local
51 return current;
72 long current = value; local
74 return current;
  /external/guice/core/src/com/google/inject/spi/
ElementSource.java 156 ModuleSource current = moduleSource; local
158 chunkSize = current.getPartialCallStackSize();
160 current = current.getParent();
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
ReplaceableUCharacterIterator.java 85 * Returns the current UTF16 character.
86 * @return current UTF16 character
89 public int current(){ method in class:ReplaceableUCharacterIterator
97 * Returns the current codepoint
98 * @return current codepoint
106 int ch = current();
110 // due to post increment semantics current() after next()
112 int ch2 = current();
113 // current should never change the current index so back of
    [all...]

Completed in 307 milliseconds

1 2 3 4 5 6 78 91011>>