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

<<11121314151617181920>>

  /frameworks/base/tests/FixVibrateSetting/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/JobSchedulerTestApp/
Android.mk 11 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/LargeAssetTest/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/LegacyAssistant/
Android.mk 7 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/LotsOfApps/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/SharedLibrary/client/
Android.mk 10 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/SmokeTestApps/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/appwidgets/AppWidgetHostTest/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/base/tests/appwidgets/AppWidgetProviderTest/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/native/opengl/tests/gl2_jni/
Android.mk 17 LOCAL_SDK_VERSION := current
46 LOCAL_SDK_VERSION := current
  /frameworks/native/opengl/tests/gl_jni/
Android.mk 17 LOCAL_SDK_VERSION := current
46 LOCAL_SDK_VERSION := current
  /frameworks/native/opengl/tests/gldual/
Android.mk 17 LOCAL_SDK_VERSION := current
46 LOCAL_SDK_VERSION := current
  /frameworks/native/opengl/tests/lighting1709/
Android.mk 9 LOCAL_SDK_VERSION := current
  /frameworks/opt/setupwizard/navigationbar/
Android.mk 4 LOCAL_SDK_VERSION := current
  /frameworks/rs/
rsList.h 33 current = const_cast<T*>(first);
55 last = current;
56 *current++ = value;
58 if ((void*)current >= (void*)&currentBuffer->next) {
62 current = &currentBuffer->data.typed;
107 iterator end() const { return iterator(this, currentBuffer, current); }
109 bool empty() const { return current == first; }
118 T* current; member in class:android::renderscript::List
  /packages/apps/SafetyRegulatoryInfo/
Android.mk 11 LOCAL_SDK_VERSION := current
  /packages/apps/WallpaperPicker/
Android.mk 26 LOCAL_SDK_VERSION := current
36 LOCAL_SDK_VERSION := current
  /system/core/libsysutils/src/
SocketClient.cpp 134 char *current = result; local
143 *(current++) = '"';
148 *(current++) = '\\'; // fallthrough
150 *(current++) = *(arg++);
153 *(current++) = '"';
154 *(current++) = '\0';
156 result = (char *)realloc(result, current-result);
203 int current = 0; local
212 writev(mSocket, iov + current, iovcnt - current));
    [all...]
  /external/v8/src/heap/
page-parallel-job.h 154 Item* current = items_; variable
157 current = current->next;
160 if (current->state.TrySetValue(kAvailable, kProcessing)) {
162 heap_, data_, current->chunk, current->data);
163 current->state.SetValue(success ? kFinished : kFailed);
165 current = current->next;
167 if (current == nullptr)
    [all...]
  /frameworks/native/libs/ui/tests/
Region_test.cpp 34 for (const Rect* current = r.begin(); current < r.end(); current++) {
35 for (const Rect* other = current - 1; other >= r.begin(); other--) {
36 if (other->bottom < current->top) break;
37 if (other->bottom != current->top) continue;
38 checkVertTJunction(current, other);
40 for (const Rect* other = current + 1; other < r.end(); other++) {
41 if (other->top > current->bottom) break;
42 if (other->top != current->bottom) continue
    [all...]
  /tools/test/connectivity/acts/tests/google/tel/etc/
manage_sim.py 59 current = active_list[iccid]
60 current['droid_serial'] = droid_device.serial
66 current[
73 current['operator'] = ''
76 current['capability'] = ['voice', 'ims', 'volte', 'vt', 'sms',
84 current['phone_num'] = ''
86 current['phone_num'] = tel_test_utils.phone_number_formatter(
118 current = simconf[iccid]
121 current['operator'] = active_sims[iccid]['operator']
122 current['capability'] = active_sims[iccid]['capability'
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state_static.c 107 i915->current.cbuf_bo = tex->buffer;
108 i915->current.cbuf_flags = BUF_3D_ID_COLOR_BACK |
117 i915->current.cbuf_bo = NULL;
132 i915->current.depth_bo = tex->buffer;
133 i915->current.depth_flags = BUF_3D_ID_DEPTH |
137 i915->current.depth_bo = NULL;
144 if (i915->current.draw_offset != draw_offset) {
145 i915->current.draw_offset = draw_offset;
149 if (i915->current.draw_size != draw_size) {
150 i915->current.draw_size = draw_size
    [all...]
  /external/v8/src/crankshaft/
hydrogen-infer-representation.cc 11 void HInferRepresentationPhase::AddToWorklist(HValue* current) {
12 if (current->representation().IsTagged()) return;
13 if (!current->CheckFlag(HValue::kFlexibleRepresentation)) return;
14 if (in_worklist_.Contains(current->id())) return;
15 worklist_.Add(current, zone());
16 in_worklist_.Add(current->id());
68 int index = it.Current();
81 int index = it.Current();
90 int index = it.Current();
110 int index = it.Current();
125 HInstruction* current = it.Current(); local
132 HValue* current = worklist_.RemoveLast(); local
149 HInstruction* current = it.Current(); local
    [all...]
  /prebuilts/tools/darwin-x86/bazel/
bazel-complete.bash 114 # Find the current piece of the line to complete, but only do word breaks at
116 # This method also takes into account the current cursor position.
139 # current displacement from the workspace. All elements have a
205 # <current> <label-type>
217 local workspace=$1 displacement=$2 current=$3 label_type=$4
218 local package_name=$(echo "$current" | cut -f1 -d:)
219 local rule_prefix=$(echo "$current" | cut -f2 -d:)
254 # Usage: _bazel__expand_package_name <workspace> <displacement> <current-word>
263 local workspace=$1 displacement=$2 current=$3 type=${4:-} root dir index
266 for dir in $(compgen -d $root$current); d
    [all...]
  /prebuilts/tools/linux-x86/bazel/
bazel-complete.bash 114 # Find the current piece of the line to complete, but only do word breaks at
116 # This method also takes into account the current cursor position.
139 # current displacement from the workspace. All elements have a
205 # <current> <label-type>
217 local workspace=$1 displacement=$2 current=$3 label_type=$4
218 local package_name=$(echo "$current" | cut -f1 -d:)
219 local rule_prefix=$(echo "$current" | cut -f2 -d:)
254 # Usage: _bazel__expand_package_name <workspace> <displacement> <current-word>
263 local workspace=$1 displacement=$2 current=$3 type=${4:-} root dir index
266 for dir in $(compgen -d $root$current); d
    [all...]

Completed in 629 milliseconds

<<11121314151617181920>>