/prebuilts/tools/common/offline-m2/com/android/tools/analytics-library/shared/25.2.0-beta1/ |
shared-25.2.0-beta1.jar | |
/system/connectivity/shill/ |
process_manager.cc | 50 // Setup environment variables. 93 const map<string, string>& environment, 106 base::Bind(&SetupChild, environment, terminate_with_parent));
|
/art/compiler/optimizing/ |
graph_visualizer.cc | 505 for (HEnvironment* environment = instruction->GetEnvironment(); 506 environment != nullptr; 507 environment = environment->GetParent()) { 509 for (size_t i = 0, e = environment->Size(); i < e; ++i) { 510 HInstruction* insn = environment->GetInstructionAt(i);
|
ssa_liveness_analysis.h | 107 HEnvironment* environment, 112 environment_(environment), 116 DCHECK(environment == nullptr || user == nullptr); 235 DCHECK(first_env_use_ == nullptr) << "A temporary cannot have environment user"; 238 instruction, /* environment */ nullptr, temp_index, position, first_use_); 242 // Record use of an input. The use will be recorded as an environment use if 243 // `environment` is not null and as register use otherwise. If `actual_user` 246 HEnvironment* environment, 250 bool is_environment = (environment != nullptr); 287 instruction, nullptr /* environment */, input_index, position, cursor->GetNext()) [all...] |
/external/curl/packages/vms/ |
setup_gnv_curl_build.com | 5 $! Set up build environment for building Curl under GNV on VMS. 29 $ default_dir = f$environment("default") 35 $ base_dir = f$environment("default")
|
/external/opencv3/3rdparty/jinja2/ |
parser.py | 29 def __init__(self, environment, source, name=None, filename=None, 31 self.environment = environment 32 self.stream = environment._tokenize(source, name, filename, state) 37 for extension in environment.iter_extensions(): [all...] |
/external/robolectric/v3/ |
robolectric-processor-3.1-SNAPSHOT.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-core/0.20.0/ |
tycho-core-0.20.0.jar | |
/prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-core/0.18.1/ |
tycho-core-0.18.1.jar | |
/external/v8/src/crankshaft/ |
hydrogen.cc | 19 #include "src/crankshaft/hydrogen-environment-liveness.h" 170 HEnvironment* environment = last_environment(); local 173 environment->closure()->shared()->VerifyBailoutId(ast_id)); 175 int push_count = environment->push_count(); 176 int pop_count = environment->pop_count(); 181 instr->set_closure(environment->closure()); 187 instr->AddPushedValue(environment->ExpressionStackAt(i)); 189 for (GrowableBitVector::Iterator it(environment->assigned_variables(), 194 instr->AddAssignedValue(index, environment->Lookup(index)); 196 environment->ClearHistory() [all...] |
/external/v8/src/crankshaft/x64/ |
lithium-codegen-x64.cc | 526 void LCodeGen::WriteTranslation(LEnvironment* environment, 528 if (environment == NULL) return; 530 // The translation includes one command per value in the environment. 531 int translation_size = environment->translation_size(); 533 WriteTranslation(environment->outer(), translation); 534 WriteTranslationFrame(environment, translation); 539 LOperand* value = environment->values()->at(i); 541 environment, translation, value, environment->HasTaggedValueAt(i), 542 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 731 LEnvironment* environment = instr->environment(); local 5508 LEnvironment* environment = instr->environment(); local [all...] |
/ndk/build/core/ |
init.mk | 36 # Define NDK_LOG=1 in your environment to display log traces when 146 # Determine host system and architecture from the environment 151 # the OS environment variable is defined to 'Windows_NT' 172 $(call __ndk_info,Please define HOST_OS in your environment.) 178 $(call ndk_log,Host OS from environment: $(HOST_OS)) 265 $(call ndk_log,Host CPU from environment: $(HOST_ARCH)) 391 # environment. The rules are the following:
|
/external/v8/src/crankshaft/arm/ |
lithium-codegen-arm.cc | 579 void LCodeGen::WriteTranslation(LEnvironment* environment, 581 if (environment == NULL) return; 583 // The translation includes one command per value in the environment. 584 int translation_size = environment->translation_size(); 586 WriteTranslation(environment->outer(), translation); 587 WriteTranslationFrame(environment, translation); 592 LOperand* value = environment->values()->at(i); 594 environment, translation, value, environment->HasTaggedValueAt(i), 595 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 793 LEnvironment* environment = instr->environment(); local 5441 LEnvironment* environment = instr->environment(); local [all...] |
/external/v8/src/crankshaft/arm64/ |
lithium-codegen-arm64.cc | 221 void LCodeGen::WriteTranslation(LEnvironment* environment, 223 if (environment == NULL) return; 225 // The translation includes one command per value in the environment. 226 int translation_size = environment->translation_size(); 228 WriteTranslation(environment->outer(), translation); 229 WriteTranslationFrame(environment, translation); 234 LOperand* value = environment->values()->at(i); 236 environment, translation, value, environment->HasTaggedValueAt(i), 237 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 890 LEnvironment* environment = instr->environment(); local 4408 LEnvironment* environment = instr->environment(); local [all...] |
/external/v8/src/crankshaft/ia32/ |
lithium-codegen-ia32.cc | 603 void LCodeGen::WriteTranslation(LEnvironment* environment, 605 if (environment == NULL) return; 607 // The translation includes one command per value in the environment. 608 int translation_size = environment->translation_size(); 610 WriteTranslation(environment->outer(), translation); 611 WriteTranslationFrame(environment, translation); 616 LOperand* value = environment->values()->at(i); 618 environment, translation, value, environment->HasTaggedValueAt(i), 619 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 809 LEnvironment* environment = instr->environment(); local 5318 LEnvironment* environment = instr->environment(); local [all...] |
/external/v8/src/crankshaft/mips/ |
lithium-codegen-mips.cc | 577 void LCodeGen::WriteTranslation(LEnvironment* environment, 579 if (environment == NULL) return; 581 // The translation includes one command per value in the environment. 582 int translation_size = environment->translation_size(); 584 WriteTranslation(environment->outer(), translation); 585 WriteTranslationFrame(environment, translation); 590 LOperand* value = environment->values()->at(i); 592 environment, translation, value, environment->HasTaggedValueAt(i), 593 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 770 LEnvironment* environment = instr->environment(); local 5471 LEnvironment* environment = instr->environment(); local [all...] |
/external/v8/src/crankshaft/ppc/ |
lithium-codegen-ppc.cc | 549 void LCodeGen::WriteTranslation(LEnvironment* environment, 551 if (environment == NULL) return; 553 // The translation includes one command per value in the environment. 554 int translation_size = environment->translation_size(); 556 WriteTranslation(environment->outer(), translation); 557 WriteTranslationFrame(environment, translation); 562 LOperand* value = environment->values()->at(i); 564 environment, translation, value, environment->HasTaggedValueAt(i), 565 environment->HasUint32ValueAt(i), &object_index, &dematerialized_index) 736 LEnvironment* environment = instr->environment(); local 5718 LEnvironment* environment = instr->environment(); local [all...] |
/external/v8/src/crankshaft/x87/ |
lithium-codegen-x87.cc | 871 void LCodeGen::WriteTranslation(LEnvironment* environment, 873 if (environment == NULL) return; 875 // The translation includes one command per value in the environment. 876 int translation_size = environment->translation_size(); 878 WriteTranslation(environment->outer(), translation); 879 WriteTranslationFrame(environment, translation); 884 LOperand* value = environment->values()->at(i); 885 AddToTranslation(environment, 888 environment->HasTaggedValueAt(i), 889 environment->HasUint32ValueAt(i) 1079 LEnvironment* environment = instr->environment(); local 5878 LEnvironment* environment = instr->environment(); local [all...] |
/system/connectivity/shill/vpn/ |
openvpn_driver.cc | 1022 map<string, string> environment; local [all...] |
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/ |
DpmMockContext.java | 247 public final EnvironmentForMock environment; field in class:DpmMockContext 282 environment = mock(EnvironmentForMock.class); 369 when(environment.getUserSystemDirectory(eq(userId))).thenReturn(dir);
|
/dalvik/dx/etc/ |
dx.bat | 16 REM don't modify the caller's environment
|
/external/curl/src/ |
Makefile.Watcom | 17 !error WATCOM environment variable not set!
|
/external/mesa3d/docs/ |
MESA_swap_control.spec | 101 On XFree86, setting the environment variable LIBGL_THROTTLE_REFRESH sets
|
/external/v8/test/mjsunit/ |
deopt-with-fp-regs.js | 64 // environment and will be used during deoptimization.
|
/frameworks/data-binding/compilationTests/src/test/java/android/databinding/compilationTest/ |
BaseCompilationTest.java | 257 builder.environment().putAll(System.getenv()); 260 builder.environment().put("JAVA_HOME", javaHome);
|