Searched refs:unique_id (Results 1 - 25 of 64) sorted by relevance

123

/external/autotest/client/common_lib/
H A Dautotemp_unittest.py11 temp = autotemp.tempfile(unique_id='file')
16 temp = autotemp.tempfile(unique_id='clean')
25 tmp_file = autotemp.tempfile(unique_id='del')
35 temp_dir = autotemp.tempdir(unique_id='dir')
41 temp_dir = autotemp.tempdir(unique_id='clean')
49 temp_dir = autotemp.tempdir(unique_id='del')
H A Dautotemp.py8 Files/Dirs will have a unique_id prepended to the suffix and a
11 It is required that the unique_id param is supplied when a temp dir/file is
25 @param unique_id: required, a unique string to help identify what
31 t = autotemp.tempfile(unique_id='fig')
37 def __init__(self, unique_id, suffix='', prefix='', dir=None,
39 suffix = unique_id + suffix
80 b = autotemp.tempdir(unique_id='exemdir')
84 def __init__(self, suffix='', unique_id='', prefix='', dir=None):
90 @param unique_id: unique id of tempdir.
93 eg: autotemp.tempdir(suffix='suffix', unique_id
[all...]
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/debug/
H A Dtrace-event-listener.rb53 record '(%s) unique_id=%s text=%p type=%s[%s]', __method__, @adaptor.unique_id( tree ),
58 record '(%s): k=%s unique_id=%s text=%p type=%s[%s]', __method__, i, @adaptor.unique_id( tree ),
63 record '(%s): unique_id=%s', __method__, @adaptor.unique_id( tree )
68 record '(%s): unique_id=%s text=%p type=%s[%s]', __method__, @adaptor.unique_id( tree ),
71 record '(%s): unique_id=%s type=%s[%s]', __method__, @adaptor.unique_id( tre
[all...]
H A Dsocket.rb197 transmit "%s\t%i", :flat_node, adaptor.unique_id( tree )
201 transmit "%s\t%i\t%i\t%p", :error_node, adaptor.unique_id( tree ),
207 transmit "%s\t%i\t%i", :create_node, adaptor.unique_id( node ),
210 transmit "%s\t%i\t%i\t%p", :create_node, adaptor.unique_id( node ),
216 transmit "%s\t%i\t%i", :become_root, adaptor.unique_id( new_root ),
217 adaptor.unique_id( old_root )
221 transmit "%s\t%i\t%i", :add_child, adaptor.unique_id( root ),
222 adaptor.unique_id( child )
226 transmit "%s\t%i\t%i\t%i", :set_token_boundaries, adaptor.unique_id( t ),
240 id = adaptor.unique_id( nod
[all...]
/external/v8/test/mjsunit/es6/
H A Dgenerators-debug-liveedit.js10 unique_id = 0;
20 unique_id++;
22 "/* " + unique_id + "*/\n" +
29 unique_id++;
31 "/* " + unique_id + "*/\n" +
/external/v8/test/mjsunit/harmony/
H A Ddebug-async-liveedit.js11 unique_id = 0;
30 unique_id++;
32 "/* " + unique_id + "*/\n" +
39 unique_id++;
41 "/* " + unique_id + "*/\n" +
/external/webrtc/webrtc/base/
H A Dtaskrunner.cc86 task->unique_id() == next_timeout_task_->unique_id()) {
157 task->unique_id() == next_timeout_task_->unique_id();
202 exclude_task->unique_id() != task->unique_id())
H A Dtask.h98 int32_t unique_id() { return unique_id_; } function in class:rtc::Task
H A Dtask_unittest.cc61 SignalTimeoutId(unique_id());
66 SignalDoneId(unique_id());
142 stuck_[i].xlat_ = stuck_[i].task_->unique_id();
155 happy_[i].xlat_ = happy_[i].task_->unique_id();
467 if (stuck_tasks_[i] && stuck_tasks_[i]->unique_id() == id) {
/external/autotest/tko/
H A Dunique_cookie.py4 def unique_id(cookie_key): function
H A Dquery_history.cgi8 uid = unique_cookie.unique_id('tko_history')
H A Dsave_query.cgi17 uid = unique_cookie.unique_id('tko_history')
/external/v8/test/mjsunit/
H A Ddebug-liveedit-check-stack.js33 unique_id = 1;
39 "/* " + unique_id + "*/\n" +
46 unique_id++;
/external/regex-re2/re2/
H A Dprefilter_tree.cc152 s += Itoa((*node->subs())[i]->unique_id());
189 int unique_id = 0; local
202 atom_index_to_id_.push_back(unique_id);
204 node->set_unique_id(unique_id++);
206 node->set_unique_id(canonical->unique_id());
220 Entry* entry = &entries_[prefilter->unique_id()];
233 Entry* entry = &entries_[prefilter->unique_id()];
255 int child_id = canonical->unique_id();
260 if (!child_entry->parents->has_index(prefilter->unique_id()))
261 child_entry->parents->set_new(prefilter->unique_id(),
[all...]
H A Dprefilter.h37 int unique_id() const { return unique_id_; } function in class:re2::Prefilter
/external/autotest/client/site_tests/desktopui_FontCache/
H A Ddesktopui_FontCache.py33 self._new_cache = autotemp.tempdir(unique_id="new-font-cache")
/external/autotest/client/site_tests/hardware_Usb30Throughput/
H A Dhardware_Usb30Throughput.py58 self._autosrc = autotemp.tempfile(unique_id='autotest.src',
60 self._autodst = autotemp.tempfile(unique_id='autotest.dst',
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/datapipeline/
H A Dtest_layer1.py56 def create_pipeline(self, name, unique_id, description=None):
57 response = self.connection.create_pipeline(name, unique_id,
70 response = self.connection.create_pipeline('name', 'unique_id',
/external/autotest/server/site_tests/platform_USBHIDWake/
H A Dplatform_USBHIDWake.py56 temp = autotemp.tempfile(unique_id='vtprompt', text=True)
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
H A Ddebug.rb127 id = @adaptor.unique_id( node )
136 id = @adaptor.unique_id( node )
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/
H A Dhardware_UsbBasicFileOperations.py25 self._src = autotemp.tempfile(unique_id='tmpfile',
27 self._dst = autotemp.tempfile(unique_id='autotest',
/external/autotest/tko/parsers/test/
H A Dnew_scenario.py78 tmp_dirpath = autotemp.tempdir(unique_id='new_scenario')
/external/freetype/src/cff/
H A Dcfftoken.h38 CFF_FIELD_NUM ( 13, unique_id, "UniqueID" )
/external/pdfium/third_party/freetype/src/cff/
H A Dcfftoken.h38 CFF_FIELD_NUM ( 13, unique_id, "UniqueID" )
/external/pdfium/third_party/freetype/src/cid/
H A Dcidtoken.h80 T1_FIELD_NUM ( "UniqueID", unique_id, 0 )

Completed in 1493 milliseconds

123