/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/ |
cdrom.h | 4 *** This header was automatically generated from a Linux kernel header 7 *** structures, and macros generated from the original header, and thus, 170 unsigned from; member in struct:cdrom_blk
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
javax.servlet.jsp_2.0.0.v200806031607.jar | |
org.eclipse.ant.core_3.2.200.v20100427.jar | |
/external/dexmaker/lib/ |
jarjar.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0/ |
lint-checks-24.2.0.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-alpha1/ |
lint-checks-24.2.0-alpha1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-beta4/ |
lint-checks-24.2.0-beta4.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.0-rc1/ |
lint-checks-24.2.0-rc1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.1/ |
lint-checks-24.2.1.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.2/ |
lint-checks-24.2.2.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.3/ |
lint-checks-24.2.3.jar | |
/prebuilts/gradle-plugin/com/android/tools/lint/lint-checks/24.2.4/ |
lint-checks-24.2.4.jar | |
/prebuilts/tools/common/m2/repository/org/gradle/jarjar/jarjar/1.2.1/ |
jarjar-1.2.1.jar | |
/prebuilts/tools/common/offline-m2/com/android/tools/lint/lint-checks/24.2.0/ |
lint-checks-24.2.0.jar | |
/external/pcre/dist/ |
pcre_jit_compile.c | 26 contributors may be used to endorse or promote products derived from 51 /* All-in-one: Since we use the JIT compiler only from here, 131 ')' backtrack path (If we arrived from "C" jump to the backtrack of "C") 3528 int i, max, from; local [all...] |
/external/v8/src/arm/ |
lithium-codegen-arm.cc | 205 // Load parameter from stack. 314 // Check that the jump table is accessible from everywhere in the function 317 // To simplify we consider the code size from the first instruction to the 2623 InstanceType from = instr->from(); local 2632 InstanceType from = instr->from(); local [all...] |
/external/v8/src/arm64/ |
lithium-codegen-arm64.cc | 716 // Load parameter from stack. 2989 InstanceType from = instr->from(); local 2999 InstanceType from = instr->from(); local [all...] |
/external/v8/src/ia32/ |
lithium-codegen-ia32.cc | 283 // Load parameter from stack. 404 // the deopt comes from. It doesn't have to be the precise return 2468 InstanceType from = instr->from(); local 2477 InstanceType from = instr->from(); local [all...] |
/external/v8/src/ |
jsregexp.cc | 109 // Consider the range from last to ranges[i]. 111 if (ranges[i] <= new_range.from()) continue; 114 if (last <= new_range.from() && new_range.to() < ranges[i]) { 259 int from, 265 RegExpImpl::SetCapture(array, 0, from); 349 // from the source pattern. 515 // when we set the last match info from last successful match. 548 // untouched and contains the capture results from the previous successful 569 // must restart from scratch. 751 // 2) From the AST a node network is created. The nodes are al 2627 uc16 from = range.from(); local 2643 uc16 from = range.from(); local 5450 uc16 from = insert.from(); local 5551 uc16 from = 0; local [all...] |
/external/v8/src/mips/ |
lithium-codegen-mips.cc | 14 // from this software without specific prior written permission. 225 // Load parameter from stack. 2525 InstanceType from = instr->from(); local 2534 InstanceType from = instr->from(); local [all...] |
/external/v8/src/mips64/ |
lithium-codegen-mips64.cc | 200 // Load parameter from stack. 2495 InstanceType from = instr->from(); local 2504 InstanceType from = instr->from(); local [all...] |
/external/v8/src/x64/ |
lithium-codegen-x64.cc | 221 // Load parameter from stack. 2514 InstanceType from = instr->from(); local 2523 InstanceType from = instr->from(); local [all...] |
/external/v8/src/x87/ |
lithium-codegen-x87.cc | 250 // Load parameter from stack. 348 // When return from function call, FPU should be initialized again. 401 // the deopt comes from. It doesn't have to be the precise return 689 // Flush stack from tos down, since FreeX87() will mess with tos 751 // deopt from a stub its not a problem, since we will re-materialize the 2764 InstanceType from = instr->from(); local 2773 InstanceType from = instr->from(); local [all...] |
/frameworks/base/services/core/java/com/android/server/ |
MountService.java | 286 /** Map from disk ID to disk */ 289 /** Map from volume ID to disk */ 293 /** Map from UUID to record */ 301 /** Map from disk ID to latches */ 446 /** Map from raw paths to {@link ObbState}. */ 1888 final VolumeInfo from = findStorageForUuid(mPrimaryStorageUuid); local [all...] |
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
PhoneBase.java | 81 * from a single application thread. This should be the same thread that 220 // to recover from the state. We cache it and notify listeners when they register. 258 * they are to simulate detaching from the network. 363 * @param context Context object from hosting application 375 * @param context Context object from hosting application 390 * @param context Context object from hosting application 449 // The locale from the "ro.carrier" system property or R.array.carrier_properties. 450 // This will be overwritten by the Locale from the SIM language settings (EF-PL, EF-LI) 793 public void migrateFrom(PhoneBase from) { 794 migrate(mHandoverRegistrants, from.mHandoverRegistrants) [all...] |