HomeSort by relevance Sort by last modified time
    Searched defs:it (Results 926 - 950 of 1441) sorted by null

<<31323334353637383940>>

  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.2.4/
gradle-core-1.2.4.jar 
  /prebuilts/tools/common/offline-m2/com/android/tools/build/gradle-core/1.2.0/
gradle-core-1.2.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.text_3.5.0.v20100601-1300.jar 
org.eclipse.core.jobs_3.5.1.R36x_v20100824.jar 
  /prebuilts/tools/common/m2/repository/org/gebish/geb-implicit-assertions/0.9.3/
geb-implicit-assertions-0.9.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle/0.7.0/
gradle-0.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-beta1/
gradle-core-1.3.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha4/
gradle-core-1.3.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/gradle-core/1.3.0-alpha5/
gradle-core-1.3.0-alpha5.jar 
  /prebuilts/tools/common/m2/repository/net/sf/trove4j/trove4j/1.1/
trove4j-1.1.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
commons-cli-1.2.jar 
  /prebuilts/misc/common/commons-cli/
commons-cli-1.2.jar 
  /prebuilts/tools/common/m2/repository/org/apache/felix/maven-bundle-plugin/2.3.6/
maven-bundle-plugin-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /frameworks/base/core/java/android/content/pm/
PackageParser.java 150 * automatically add to older apps, but we do want to allow it to be
4236 final Iterator<String> it = outInfo.categoriesIterator(); local
    [all...]
  /frameworks/base/services/core/java/com/android/server/tv/
TvInputManagerService.java 217 // it happened to the whole package or a specific component. Returning true so that
297 Slog.w(TAG, "Skipping TV input " + si.name + ": it does not require the permission "
308 // let it add TvInputInfo objects to mInputList if there's any.
497 // Only the application that requested this session or the system can access it.
562 // nothing to do with it. Then, disconnect the service.
2467 Iterator<String> it = keySet.iterator(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 354 // Surface texture is from camera screen nail and startPreview needs it.
461 // Create FocusManager object. startPreview needs it.
462 // if mFocusManager not null, reuse it
641 // TODO: It should be better to not even insert the URI at all before we
713 // mode and recording is stopped. It'll be re-enabled when
732 // We need to convert it to int manually.
754 // unless it is specified in the intent.
795 * Calculates the preview size and stores it in mDesiredPreviewWidth and
826 Iterator<Size> it = sizes.iterator(); local
828 while (it.hasNext())
    [all...]
  /prebuilts/tools/common/cglib/
cglib-2.2.3.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.core.jobs_3.5.300.v20130429-1813.jar 
  /art/compiler/dex/
local_value_numbering.cc 216 // type and make it unique for the field by including the field_id.
239 auto it = map->find(key); local
240 if (it == map->end()) {
243 } else if (it->second.store_loc_set.count(location) != 0u) {
244 value_name = it->second.last_stored_value;
246 auto load_it = it->second.load_value_map.find(location);
247 if (load_it != it->second.load_value_map.end()) {
250 value_name = Versions::LookupGlobalValue(gvn, key, location, it->second.last_load_memory_version);
283 // This insn can be eliminated, it stores the same value that's already in the field.
289 // This insn can be eliminated, it stores the same value that's already in the field
302 auto it = values->load_value_map.begin(), end = values->load_value_map.end(); local
319 auto it = dest->PutBefore(dest->end(), entry.first, AliasingValues(this)); local
558 auto it = (lvn->*map_ptr).find(entry.first); local
745 auto it = lvn->sfield_value_map_.find(field_id); local
783 auto it = lvn->non_aliasing_ifield_value_map_.find(field_loc); local
816 auto it = (this->*map_ptr).PutBefore(hint, key, AliasingValues(this)); local
1126 auto it = non_aliasing_refs_.find(base); local
1354 auto it = aliasing_ifield_value_map_.begin(), end = aliasing_ifield_value_map_.end(); local
    [all...]
  /art/compiler/dex/quick/arm/
int_arm.cc 41 * Generate a Thumb2 IT instruction, which can nullify up to
80 void ArmMir2Lir::UpdateIT(LIR* it, const char* new_guide) {
85 ArmConditionCode code = static_cast<ArmConditionCode>(it->operands[0]);
107 it->operands[1] = mask;
110 void ArmMir2Lir::OpEndIT(LIR* it) {
111 // TODO: use the 'it' pointer to do some checks with the LIR, for example
113 // in the IT instruction.
114 CHECK(it != nullptr);
146 LIR* it = OpIT(kCondHi, "E"); local
149 OpEndIT(it);
229 LIR* it = OpIT(kCondNe, ""); local
236 LIR* it = OpIT(code, "E"); \/\/ if-convert the test local
266 LIR* it = OpIT(true_val == 0 ? kCondNe : kCondUge, ""); local
272 LIR* it = OpIT(kCondLs, ""); local
277 LIR* it = OpIT(ccode, "E"); local
288 LIR* it = OpIT(ccode, "E"); local
301 LIR* it = nullptr; local
777 LIR* it = OpIT((is_min) ? kCondGt : kCondLt, "E"); local
932 LIR* it = nullptr; local
    [all...]

Completed in 118 milliseconds

<<31323334353637383940>>