OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:new_label
(Results
1 - 13
of
13
) sorted by null
/external/compiler-rt/test/dfsan/
basic.c
14
dfsan_label
new_label
= dfsan_get_label(i);
local
15
assert(i_label ==
new_label
);
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/dlg/
relabel.c
198
set
new_label
;
local
204
new_label
= empty;
209
set_orel(i,&
new_label
);
212
start->label =
new_label
;
/external/gemmlowp/profiling/
instrumentation.h
132
void UpdateTop(const char*
new_label
) {
135
labels[size - 1] =
new_label
;
215
void Update(const char*
new_label
) { profiling_stack_->UpdateTop(
new_label
); }
/external/autotest/cli/
atest_migrate_host
32
new_label
= new.create_label(name=label.name,
variable
/external/tensorflow/tensorflow/python/keras/preprocessing/
sequence_test.py
103
new_seq,
new_label
= keras.preprocessing.sequence._remove_long_seq(
106
self.assertEqual(
new_label
, ['a', 'b'])
/external/autotest/frontend/afe/
rpc_utils.py
547
new_label
= models.Label.objects.create(name=name)
548
new_label
.save()
[
all
...]
/external/autotest/site_utils/
test_runner_utils.py
487
new_label
= afe.create_label(label)
488
labels_to_add_to_afe_host.append(
new_label
.name)
[
all
...]
/external/deqp-deps/SPIRV-Tools/source/opt/
loop_unroller.cpp
381
std::unique_ptr<Instruction>
new_label
{new Instruction(
383
std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(
new_label
))};
[
all
...]
loop_utils.cpp
496
std::unique_ptr<Instruction>
new_label
{new Instruction(
498
std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(
new_label
))};
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
loop_unroller.cpp
381
std::unique_ptr<Instruction>
new_label
{new Instruction(
383
std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(
new_label
))};
[
all
...]
loop_utils.cpp
496
std::unique_ptr<Instruction>
new_label
{new Instruction(
498
std::unique_ptr<BasicBlock> new_exit_bb{new BasicBlock(std::move(
new_label
))};
/external/v8/src/torque/
declaration-visitor.cc
630
Label*
new_label
= declarations()->DeclareLabel(label.name);
local
638
new_label
->AddVariable(DeclareVariable(var_name, var_type, false));
/external/e2fsprogs/misc/
tune2fs.c
77
char *
new_label
, *new_last_mounted, *new_UUID;
variable
[
all
...]
Completed in 2323 milliseconds