Home
last modified time | relevance | path

Searched defs:array (Results 751 - 775 of 1601) sorted by relevance

1...<<31323334353637383940>>...65

/third_party/backends/backend/
H A Dpieusb_scancmd.c76 _get_byte(SANE_Byte* array, SANE_Byte offset) { in _get_byte() argument
84 _set_byte(SANE_Byte val, SANE_Byte* array, SANE_Byte offset) { in _set_byte() argument
95 _get_short(SANE_Byte* array, SANE_Byte offset) { in _get_short() argument
108 _set_short(SANE_Word val, SANE_Byte* array, SANE_Byte offset) _set_short() argument
119 _get_int(SANE_Byte* array, SANE_Byte offset) _get_int() argument
[all...]
/third_party/cJSON/tests/
H A Dmisc_tests.c33 cJSON array[1]; in cjson_array_foreach_should_loop_over_arrays() local
61 cJSON *array = NULL; in cjson_array_foreach_should_not_dereference_null_pointer() local
130 cJSON *array in cjson_get_object_item_should_not_crash_with_array() local
142 cJSON *array = NULL; cjson_get_object_item_case_sensitive_should_not_crash_with_array() local
299 cJSON *array = NULL; cjson_replace_item_via_pointer_should_replace_items() local
365 cJSON *array = cJSON_CreateArray(); cjson_functions_should_not_crash_with_null_pointers() local
585 cJSON *array = cJSON_CreateArray(); cjson_add_item_to_object_or_array_should_not_add_itself() local
628 cJSON *array = cJSON_AddArrayToObject(root, "rd"); cjson_delete_item_from_array_should_not_broken_list_structure() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DEdits.java79 private char[] array; field in Edits
275 private final char[] array; global() field in Edits.Iterator
[all...]
/third_party/icu/icu4c/source/test/cintltst/
H A Duenumtst.c44 char **array; member
153 UChar **array; member
/third_party/icu/icu4c/source/test/intltest/
H A Dmsfmrgts.cpp496 Formattable *array = mf->parse(UnicodeString(""), pp, count); in Test4116444() local
[all...]
/third_party/icu/icu4c/source/samples/cal/
H A Dcal.c322 static void free_symbols(UChar *array[], in free_symbols() argument
290 get_symbols(const UDateFormat *fmt, UDateFormatSymbolType type, UChar *array[], int32_t arrayLength, int32_t lowestIndex, int32_t firstIndex, UErrorCode *status) get_symbols() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/util/
H A DCollectionUtilities.java43 public static <T> String join(T[] array, String separator) { in join() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DEdits.java78 private char[] array; field in Edits
266 private final char[] array; global() field in Edits.Iterator
[all...]
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/util/
H A DCollectionUtilities.java40 public static <T> String join(T[] array, String separator) { in join() argument
/third_party/icu/icu4c/source/i18n/
H A Dfmtable.cpp80 static Formattable* createArrayCopy(const Formattable* array, int32_t count) { in createArrayCopy() argument
587 setArray(const Formattable* array, int32_t count) setArray() argument
610 adoptArray(Formattable* array, int32_t count) adoptArray() argument
872 const Formattable* array; streamOut() local
[all...]
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-promise.c580 ecma_builtin_promise_race(ecma_value_t this_arg, ecma_value_t array) ecma_builtin_promise_race() argument
596 ecma_builtin_promise_all(ecma_value_t this_arg, ecma_value_t array) ecma_builtin_promise_all() argument
/third_party/json/tests/src/
H A Dunit-ubjson.cpp1764 CHECK(json::from_ubjson(v_N) == json::array()); global() member in json
2354 CHECK(json::from_ubjson(v) == json::array()); global() member in json
[all...]
/third_party/mesa3d/src/egl/main/
H A Deglconfig.c730 _eglFilterConfigArray(_EGLArray *array, EGLConfig *configs, in _eglFilterConfigArray() argument
/third_party/mesa3d/src/compiler/nir/
H A Dnir_gather_xfb_info.c335 struct util_dynarray array = {0}; in nir_gather_xfb_info_from_intrinsics() local
[all...]
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_descriptor_set.c184 unsigned array[] = { in lvp_CreateDescriptorSetLayout() local
253 unsigned array[] = { in lvp_CreatePipelineLayout() local
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h607 Handle<Object> WasmArray::GetElement(Isolate* isolate, Handle<WasmArray> array, in GetElement() argument
/third_party/node/src/
H A Dnode_os.cc165 Local<Float64Array> array = args[0].As<Float64Array>(); in GetLoadAvg() local
/third_party/mesa3d/src/mesa/main/
H A Dglthread_marshal.h393 _mesa_array_to_attrib(struct gl_context *ctx, GLenum array) in _mesa_array_to_attrib() argument
/third_party/node/deps/icu-small/source/i18n/
H A Dfmtable.cpp80 static Formattable* createArrayCopy(const Formattable* array, int32_t count) { in createArrayCopy() argument
587 setArray(const Formattable* array, int32_t count) setArray() argument
610 adoptArray(Formattable* array, int32_t count) adoptArray() argument
872 const Formattable* array; streamOut() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dexpression.c106 struct symbol *decl, *array; in handle_func() local
[all...]
/third_party/node/deps/v8/src/compiler/backend/
H A Dspill-placer.cc468 LiveRangeBoundArray* array = finder_->ArrayFor(vreg); in CommitSpill() local
/third_party/node/deps/v8/src/heap/
H A Dsetup-heap-internal.cc334 DescriptorArray array = DescriptorArray::cast(obj); in CreateInitialMaps() local
H A Dlarge-spaces.cc442 FixedArray array = FixedArray::cast(object); in Verify() local
452 PropertyArray array = PropertyArray::cast(object); in Verify() local
H A Dmarking-visitor-inl.h475 VisitDescriptorArray( Map map, DescriptorArray array) VisitDescriptorArray() argument
549 VisitTransitionArray( Map map, TransitionArray array) VisitTransitionArray() argument
[all...]
/third_party/node/deps/v8/src/objects/
H A Djs-array-buffer-inl.h337 Handle<JSTypedArray> array = Handle<JSTypedArray>::cast(receiver); in Validate() local

Completed in 28 milliseconds

1...<<31323334353637383940>>...65