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

  /external/chromium_org/content/common/indexed_db/
indexed_db_key.cc 85 binary_(binary),
100 binary_(other.binary_),
111 binary_ = other.binary_;
157 return binary_.compare(other.binary_);
indexed_db_key.h 46 const std::string& binary() const { return binary_; }
58 std::string binary_; member in class:content::IndexedDBKey
  /external/chromium_org/third_party/webrtc/modules/audio_processing/utility/
delay_estimator_unittest.cc 51 BinaryDelayEstimator* binary_; member in class:__anon19828::DelayEstimatorTest
67 binary_(NULL),
95 binary_ = WebRtc_CreateBinaryDelayEstimator(binary_farend_, kLookahead);
96 ASSERT_TRUE(binary_ != NULL);
106 WebRtc_FreeBinaryDelayEstimator(binary_);
107 binary_ = NULL;
127 WebRtc_InitBinaryDelayEstimator(binary_);
130 EXPECT_EQ(-2, binary_->last_delay);
209 binary_->robust_validation_enabled = ref_robust_validation;
214 RunBinarySpectra(binary_, binary2, near_offset, lookahead_offset, offset)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache_unittest.cc 37 binary_(binary) { }
48 memcpy(binary, binary_, length_);
56 EXPECT_EQ(0, memcmp(binary_, binary, length));
61 const char* binary() const { return binary_; }
66 const char* binary_; member in class:gpu::gles2::ProgramBinaryEmulator
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 129 self.assertNotIn('BINARY_', asm)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 129 self.assertNotIn('BINARY_', asm)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 729 ('BINARY_', -1),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 729 ('BINARY_', -1),

Completed in 1569 milliseconds