OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookup_table
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/ui/base/ime/chromeos/
mock_ime_candidate_window_handler.cc
22
last_update_lookup_table_arg_.
lookup_table
.CopyFrom(table);
mock_ime_candidate_window_handler.h
18
ui::CandidateWindow
lookup_table
;
member in struct:chromeos::MockIMECandidateWindowHandler::UpdateLookupTableArg
/external/libcap-ng/
Android.mk
7
libcap-ng-0.7/src/
lookup_table
.c
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py
63
self.
lookup_table
= []
193
print ' LEAF(%u),' % (len(self.
lookup_table
))
219
self.
lookup_table
.append(temp)
289
print 'static const void *%s_function_table[%u][2] = {' % (self.name_base, len(self.
lookup_table
))
291
for func in self.
lookup_table
:
305
print 'static const int_fast16_t %s_size_table[%u][2] = {' % (self.name_base, len(self.
lookup_table
))
308
for func in self.
lookup_table
:
/external/mesa3d/src/mapi/glapi/gen/
glX_server_table.py
63
self.
lookup_table
= []
193
print ' LEAF(%u),' % (len(self.
lookup_table
))
219
self.
lookup_table
.append(temp)
289
print 'static const void *%s_function_table[%u][2] = {' % (self.name_base, len(self.
lookup_table
))
291
for func in self.
lookup_table
:
305
print 'static const int_fast16_t %s_size_table[%u][2] = {' % (self.name_base, len(self.
lookup_table
))
308
for func in self.
lookup_table
:
/external/e2fsprogs/e2fsck/
sigcatcher.c
311
static const char *
lookup_table
(int num, struct str_table *table)
function
324
const char *ret =
lookup_table
(num, table);
344
cp =
lookup_table
(siginfo->si_code, generic_code_table);
/external/chromium_org/chrome/browser/chromeos/input_method/
input_method_engine_browsertests.cc
630
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
655
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
684
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
712
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
734
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
777
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
832
mock_candidate_window->last_update_lookup_table_arg().
lookup_table
;
[
all
...]
/external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc
222
static std::map<int,int>*
lookup_table
= new std::map<int,int>();
local
223
if (
lookup_table
->empty()) {
227
(*
lookup_table
)[idr] = prs_id;
233
(*
lookup_table
)[idr] = prs_id;
237
std::map<int,int>::iterator it =
lookup_table
->find(idr);
238
return (it ==
lookup_table
->end()) ? -1 : it->second;
[
all
...]
Completed in 518 milliseconds