HomeSort by relevance Sort by last modified time
    Searched refs:SetVar (Results 1 - 18 of 18) sorted by null

  /external/libchrome/base/
environment_unittest.cc 31 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
43 EXPECT_TRUE(env->SetVar(kFooLower, kBar));
59 TEST_F(EnvironmentTest, SetVar) {
64 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
80 EXPECT_TRUE(env->SetVar(kFooUpper, kFooLower));
environment.h 42 virtual bool SetVar(StringPiece variable_name,
sys_info_chromeos.cc 216 env->SetVar(kLsbReleaseKey, lsb_release);
217 env->SetVar(kLsbReleaseTimeKey,
environment.cc 48 bool SetVar(StringPiece variable_name,
  /system/update_engine/
testrunner.cc 54 CHECK(env->SetVar("PATH", path_env));
  /build/kati/
main.cc 108 static void SetVar(StringPiece l, VarOrigin origin) {
144 SetVar(*p, VarOrigin::ENVIRONMENT);
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/
UefiShellDebug1CommandsLib.inf 37 SetVar.c
  /external/v8/src/full-codegen/arm/
full-codegen-arm.cc 267 SetVar(this_function_var, r1, r0, r2);
274 SetVar(new_target_var, r3, r0, r2);
287 SetVar(rest_param, r0, r1, r2);
309 SetVar(arguments, r0, r1, r2);
720 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/arm64/
full-codegen-arm64.cc 269 SetVar(this_function_var, x1, x0, x2);
276 SetVar(new_target_var, x3, x0, x2);
289 SetVar(rest_param, x0, x1, x2);
311 SetVar(arguments, x0, x1, x2);
718 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/ia32/
full-codegen-ia32.cc 259 SetVar(this_function_var, edi, ebx, ecx);
266 SetVar(new_target_var, edx, ebx, ecx);
279 SetVar(rest_param, eax, ebx, edx);
301 SetVar(arguments, eax, ebx, edx);
673 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/ppc/
full-codegen-ppc.cc 275 SetVar(this_function_var, r4, r3, r5);
282 SetVar(new_target_var, r6, r3, r5);
295 SetVar(rest_param, r3, r4, r5);
317 SetVar(arguments, r3, r4, r5);
694 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
    [all...]
  /external/v8/src/full-codegen/s390/
full-codegen-s390.cc 279 SetVar(this_function_var, r3, r2, r4);
286 SetVar(new_target_var, r5, r2, r4);
301 SetVar(rest_param, r2, r3, r4);
323 SetVar(arguments, r2, r3, r4);
673 void FullCodeGenerator::SetVar(Variable* var, Register src, Register scratch0,
    [all...]
  /external/v8/src/full-codegen/x64/
full-codegen-x64.cc 255 SetVar(this_function_var, rdi, rbx, rcx);
262 SetVar(new_target_var, rdx, rbx, rcx);
275 SetVar(rest_param, rax, rbx, rdx);
299 SetVar(arguments, rax, rbx, rdx);
688 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/x87/
full-codegen-x87.cc 256 SetVar(this_function_var, edi, ebx, ecx);
263 SetVar(new_target_var, edx, ebx, ecx);
276 SetVar(rest_param, eax, ebx, edx);
298 SetVar(arguments, eax, ebx, edx);
670 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/libchrome/crypto/
nss_util.cc 177 env->SetVar(kUseCacheEnvVar, "yes");
    [all...]
  /external/v8/src/full-codegen/
full-codegen.h 300 // SetVar) so avoid calling both on the same variable.
307 void SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/mips/
full-codegen-mips.cc 277 SetVar(this_function_var, a1, a0, a2);
284 SetVar(new_target_var, a3, a0, a2);
297 SetVar(rest_param, v0, a1, a2);
319 SetVar(arguments, v0, a1, a2);
719 void FullCodeGenerator::SetVar(Variable* var,
    [all...]
  /external/v8/src/full-codegen/mips64/
full-codegen-mips64.cc 276 SetVar(this_function_var, a1, a0, a2);
282 SetVar(new_target_var, a3, a0, a2);
295 SetVar(rest_param, v0, a1, a2);
317 SetVar(arguments, v0, a1, a2);
718 void FullCodeGenerator::SetVar(Variable* var,
    [all...]

Completed in 593 milliseconds