Home
last modified time | relevance | path

Searched defs:array (Results 476 - 500 of 1626) sorted by relevance

1...<<11121314151617181920>>...66

/third_party/typescript/tests/baselines/reference/
H A DconditionalTypes1.js
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A DIntArrayList.java58 private int[] array; field in IntArrayList
[all...]
H A DLongArrayList.java58 private long[] array; field in LongArrayList
[all...]
H A DFloatArrayList.java58 private float[] array; field in FloatArrayList
[all...]
H A DBooleanArrayList.java58 private boolean[] array; field in BooleanArrayList
[all...]
H A DDoubleArrayList.java58 private double[] array; field in DoubleArrayList
[all...]
/third_party/python/Lib/test/
H A Dtest_file.py4 from array import array namespace
/third_party/skia/gm/
H A Dall_bitmap_configs.cpp108 int find(T* array, int N, T item) { in find() argument
H A Dcolorfilterimagefilter.cpp59 static void sk_gm_get_colorfilters(SkTArray<sk_sp<SkColorFilter>>* array) { in sk_gm_get_colorfilters() argument
87 static void sk_gm_get_shaders(SkTDArray<SkShader*>* array) { in sk_gm_get_shaders() argument
H A Dperspshaders.cpp217 const SkScalar array[] = { in DEF_SIMPLE_GM() local
/third_party/skia/bench/
H A DSortBench.cpp19 static void rand_proc(int array[N]) { in rand_proc() argument
26 static void randN_proc(int array[N]) { in randN_proc() argument
34 static void forward_proc(int array[N]) { in forward_proc() argument
40 static void backward_proc(int array[N]) { in backward_proc() argument
46 static void same_proc(int array[N]) { in same_proc() argument
69 skqsort_sort(int array[N]) skqsort_sort() argument
73 skheap_sort(int array[N]) skheap_sort() argument
85 qsort_sort(int array[N]) qsort_sort() argument
89 stdsort_sort(int array[N]) stdsort_sort() argument
[all...]
H A DFontCacheBench.cpp42 const uint16_t* array = gUniqueGlyphIDs; variable
80 static int count_collisions(const uint16_t array[], int count, HasherProc proc, in count_collisions() argument
94 static void dump_array(const uint16_t array[], int count) { in dump_array() argument
126 const uint16_t* array variable
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap_methods.c132 char **array; in eap_get_names_as_string_array() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap_methods.c133 char **array; in eap_get_names_as_string_array() local
[all...]
/base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent/include/
H A Dhisysevent_c.h76 void *array; member
/base/hiviewdfx/hilog/interfaces/js/kits/napi/src/hilog/src/
H A Dhilog_napi_base.cpp262 napi_value array = funcArg[NARG_POS::FOURTH]; in HilogImpl() local
/base/msdp/device_status/tools/vdev/include/
H A Dv_input_device.h42 inline bool TestBit(size_t bit, const uint8_t *array) in TestBit() argument
/base/security/access_token/interfaces/innerkits/nativetoken/test/mock/src/
H A DcJSON.c118 int cJSON_GetArraySize(const cJSON* array) in cJSON_GetArraySize() argument
225 cJSON_bool cJSON_AddItemToArray(cJSON* array, cJSON* item) in cJSON_AddItemToArray() argument
301 cJSON* cJSON_GetArrayItem(const cJSON* array, int index) in cJSON_GetArrayItem() argument
[all...]
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_provision.c67 static void FreeStringAttay(char **array, int32_t num) in FreeStringAttay() argument
/base/telephony/core_service/services/sim/src/
H A Dsim_utils.cpp191 DiallingNumberStringFieldConvertToString( std::shared_ptr<unsigned char> array, int offset, int length, int offPos) DiallingNumberStringFieldConvertToString() argument
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/paho.mqtt.c/include/mqtt/
H A DMQTTProperties.h123 MQTTProperty *array; /**< array of properties */ member
/drivers/hdf_core/framework/tools/hc-gen/src/
H A Ddecompile.cpp238 auto array = std::make_shared<AstObject>(std::string(), PARSEROP_ARRAY, 0); in RebuildArray() local
H A Dparser.cpp394 auto array = std::make_shared<ConfigArray>(current_); in ParseArray() local
/drivers/peripheral/codec/hal/include/
H A Dcodec_config_parser.h94 int32_t *array; member
/drivers/peripheral/codec/image/config/
H A Dcodec_image_config.cpp174 std::unique_ptr<int32_t[]> array = std::make_unique<int32_t[]>(count); in GetUintTableConfig() local

Completed in 13 milliseconds

1...<<11121314151617181920>>...66