/dports/devel/efl/efl-1.25.1/src/tests/eet/ |
H A D | eet_test_data.c | 589 #define EUT_NEW(Type_Index) \ in EFL_START_TEST() argument 591 eut->type = EET_ST ## Type_Index; \ in EFL_START_TEST() 592 _eet_st ## Type_Index ## _set(&(eut->u.st ## Type_Index), i); in EFL_START_TEST() 614 #define EUT_CMP(Type_Index) \ in EFL_START_TEST() argument 615 eut = eina_list_nth(l->list, i * 3 + Type_Index - 1); \ in EFL_START_TEST() 616 fail_if(eut->type != EET_ST ## Type_Index); \ in EFL_START_TEST() 617 _eet_st ## Type_Index ## _cmp(&(eut->u.st ## Type_Index), i); in EFL_START_TEST() 683 st ## Type_Index = calloc(1, sizeof (Eet_St ## Type_Index)); \ in EFL_START_TEST() 684 _eet_st ## Type_Index ## _set(st ## Type_Index, i); \ in EFL_START_TEST() 685 evt->data = st ## Type_Index; in EFL_START_TEST() [all …]
|
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/ |
H A D | IDBCursor.cpp | 55 MOZ_ASSERT_IF(aType == Type_Index || aType == Type_IndexKey, mSourceIndex); in IDBCursor() 126 RefPtr<IDBCursor> cursor = new IDBCursor(Type_Index, aBackgroundActor, aKey); in Create() 205 if (mType == Type_Index || mType == Type_IndexKey) { in IsSourceDeleted() 275 case Type_Index: in GetSource() 349 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in GetValue() 484 if ((mType != Type_Index && mType != Type_IndexKey) || in ContinuePrimaryKey() 648 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in Update() 650 MOZ_ASSERT_IF(mType == Type_Index, !mPrimaryKey.IsUnset()); in Update() 760 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in Delete() 843 MOZ_ASSERT(mType == Type_Index); in Reset() [all …]
|
H A D | IDBCursor.h | 55 Type_Index, enumerator
|
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/ |
H A D | IDBCursor.cpp | 57 MOZ_ASSERT_IF(aType == Type_Index || aType == Type_IndexKey, mSourceIndex); in IDBCursor() 141 new IDBCursor(Type_Index, aBackgroundActor, aKey); in Create() 231 if (mType == Type_Index || mType == Type_IndexKey) { in IsSourceDeleted() 309 case Type_Index: in GetSource() 389 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in GetValue() 533 if ((mType != Type_Index && mType != Type_IndexKey) || in ContinuePrimaryKey() 709 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in Update() 711 MOZ_ASSERT_IF(mType == Type_Index, !mPrimaryKey.IsUnset()); in Update() 827 MOZ_ASSERT(mType == Type_ObjectStore || mType == Type_Index); in Delete() 921 MOZ_ASSERT(mType == Type_Index); in Reset() [all …]
|
H A D | IDBCursor.h | 60 Type_Index, enumerator
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/ |
H A D | gen_il-internals.ads | 44 type Type_Index is new Positive; type 45 subtype Type_Count is Type_Index'Base range 0 .. Type_Index'Last; 46 package Type_Vectors is new Vectors (Type_Index, Type_Enum); 50 type Type_Array is array (Type_Index range <>) of Type_Enum;
|
/dports/textproc/xmlada/xmlada-e5bbafe/schema/ |
H A D | schema-validators.ads | 247 type Type_Index is new Natural; type 248 No_Type_Index : constant Type_Index := 0; 276 Simple : Type_Index; 305 Restriction_Of : Type_Index := No_Type_Index; 306 Extension_Of : Type_Index := No_Type_Index; 387 when Ref_Type => Typ : Type_Index; 437 Index : Type_Index) return access Type_Descr; 648 New_Type, Old_Type : Type_Index; 786 Descr : Type_Descr) return Type_Index; 840 Table_Index_Type => Type_Index, [all …]
|
H A D | schema-simple_types.ads | 216 type Type_Index is private; formal 217 No_Type_Index : Type_Index; 221 Restriction_Of : Type_Index) return Type_Index;
|
H A D | schema-readers.adb | 230 Ty : Type_Index; 465 (Result_Index : out Type_Index; 478 Simple : Type_Index); 515 Simple : Type_Index) 600 (Result_Index : out Type_Index; 660 Xsi_Index : Type_Index; 747 Index : Type_Index;
|
H A D | schema-validators.adb | 1209 Descr : Type_Descr) return Type_Index 1244 Index : Type_Index) return access Type_Descr is 1272 Restriction_Of : Type_Index) return Type_Index; 1288 Restriction_Of : Type_Index) return Type_Index 1322 Index : Type_Index; 1369 (Type_Index, No_Type_Index, Register); 2039 New_Type, Old_Type : Type_Index; 2052 (Index : Type_Index; Descr : access Type_Descr) return Boolean; 2062 (Index : Type_Index; Descr : access Type_Descr) return Boolean
|
H A D | schema-schema_readers.adb | 313 Index : out Type_Index); 319 NFA_Type : out Type_Index; 332 Index : out Type_Index); 445 NFA_Type : Type_Index; 561 NFA_Type : out Type_Index; 599 Index : out Type_Index) 1179 Index : out Type_Index) 1242 Index : Type_Index; 1278 Index : Type_Index; 1308 NFA_Type : Type_Index; [all …]
|
H A D | schema-simple_types.adb | 448 Any_Simple_Type, Decimal, Integer, Long, Int, Short : Type_Index; 449 Non_Positive_Int, Non_Negative_Int : Type_Index; 450 Unsigned_Long, Unsigned_Int, Unsigned_Short : Type_Index; 451 Str, Normalized_Str, Token : Type_Index; 452 Name, NCName : Type_Index; 453 T : Type_Index;
|
H A D | schema-schema_readers.ads | 233 In_NFA : Type_Index; -- As created in the NFA
|
/dports/textproc/adabrowse/adabrowse_4.0.3/ |
H A D | ad-indices-configuration.ads | 48 type Index_Type is (Unit_Index, Subprogram_Index, Type_Index); literal
|
H A D | ad-indices-configuration.adb | 140 Type_Index =>
|
H A D | sample.cfg | 93 Index_Title.Type_Index = Type Index
|
H A D | ad-driver.adb | 455 Set_Index (AIC.Type_Index, N, I); 459 Set_Index (AIC.Type_Index, N, Max); 461 (AIC.Type_Index, Canonical (S (S'First + 2 .. S'Last)));
|
/dports/math/saga/saga-8.1.3/saga-gis/src/tools/projection/pj_geotrans/ |
H A D | GEOTRANS_Base.cpp | 764 int Type_Index, Datum_Index; in Set_Transformation() local 771 Type_Index = pProjection->Get_Parameter("SOURCE_PROJECTION") ->asInt() + 1; in Set_Transformation() 773 if( Get_Coordinate_System_Type(Type_Index, &Type_Input) != 0 ) in Set_Transformation() 808 Type_Index = pProjection->Get_Parameter("TARGET_PROJECTION") ->asInt() + 1; in Set_Transformation() 810 if( Get_Coordinate_System_Type(Type_Index, &Type_Output) != 0 ) in Set_Transformation()
|
/dports/cad/ghdl/ghdl-1.0.0/src/vhdl/ |
H A D | vhdl-sem_types.adb | 1592 Type_Index, Subtype_Index: Iir; variable 1656 Type_Index := Get_Nth_Element (Type_Index_List, I - 1); 1661 (Subtype_Index, Get_Index_Type (Type_Index), True); 1676 Subtype_Index := Type_Index;
|
H A D | vhdl-sem_names.adb | 2806 Type_Index : Iir; 2819 Type_Index := Get_Index_Type (Type_Index_List, I); 2820 if Is_Expr_Compatible (Type_Index, Get_Actual (Assoc))
|