OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:type_list
(Results
1 - 6
of
6
) sorted by null
/external/freetype/src/base/
ftrfork.c
60
FT_Long
type_list
;
local
121
if ( FT_READ_USHORT(
type_list
) )
123
if (
type_list
== -1 )
126
error = FT_Stream_Seek( stream, map_pos +
type_list
);
130
*map_offset = map_pos +
type_list
;
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h
109
tree
type_list
;
variable
111
/* A TREE_LIST of INTEGER_CSTs that correspond to the
type_list
entries,
149
tree
type_list
;
member in struct:eh_region_u::eh_region_u_allowed
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h
109
tree
type_list
;
variable
111
/* A TREE_LIST of INTEGER_CSTs that correspond to the
type_list
entries,
149
tree
type_list
;
member in struct:eh_region_u::eh_region_u_allowed
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
except.h
109
tree
type_list
;
variable
111
/* A TREE_LIST of INTEGER_CSTs that correspond to the
type_list
entries,
149
tree
type_list
;
member in struct:eh_region_u::eh_region_u_allowed
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
except.h
109
tree
type_list
;
variable
111
/* A TREE_LIST of INTEGER_CSTs that correspond to the
type_list
entries,
149
tree
type_list
;
member in struct:eh_region_u::eh_region_u_allowed
/external/chromium/chrome/browser/autocomplete/
search_provider.cc
440
if (!root_val->IsType(Value::
TYPE_LIST
))
450
!root_list->Get(1, &result_val) || !result_val->IsType(Value::
TYPE_LIST
))
458
description_val->IsType(Value::
TYPE_LIST
))
466
ListValue*
type_list
= NULL;
local
479
dict_val->GetList(kGoogleSuggestType, &
type_list
);
499
if (
type_list
&&
type_list
->Get(i, &type_val) &&
[
all
...]
Completed in 2095 milliseconds