HomeSort by relevance Sort by last modified time
    Searched full:empty_id (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGen/
parameter-passing.c 23 static EmptyTy empty_id(EmptyTy a) { return a; } function
44 empty_mul(empty_id((EmptyTy) {}));
  /external/chromium_org/components/variations/
variations_http_header_provider.cc 128 if (new_id == EMPTY_ID && new_trigger_id == EMPTY_ID)
132 if (new_id != EMPTY_ID)
134 if (new_trigger_id != EMPTY_ID)
160 if (id != EMPTY_ID)
166 if (trigger_id != EMPTY_ID)
variations_associated_data_unittest.cc 74 ASSERT_EQ(EMPTY_ID, GetIDForTrial(GOOGLE_WEB_PROPERTIES, trial.get()));
146 EXPECT_EQ(EMPTY_ID, GetIDForTrial(GOOGLE_WEB_PROPERTIES, no_id_trial.get()));
151 EXPECT_EQ(EMPTY_ID,
176 EXPECT_EQ(EMPTY_ID,
178 EXPECT_EQ(EMPTY_ID,
180 EXPECT_EQ(EMPTY_ID,
187 EXPECT_EQ(EMPTY_ID,
206 EXPECT_EQ(EMPTY_ID,
variations_associated_data.cc 41 DCHECK_EQ(EMPTY_ID, GetID(other_key, group_identifier));
51 DCHECK(other_id == EMPTY_ID || other_id == id);
69 return EMPTY_ID;
variations_associated_data.h 48 const VariationID EMPTY_ID = 0;
  /external/chromium_org/chrome/common/variations/
experiment_labels.cc 60 if (id == variations::EMPTY_ID)

Completed in 190 milliseconds